public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-rpki] f43: Allow building against quick-xml 0.41
Date: Mon, 06 Jul 2026 15:36:36 GMT [thread overview]
Message-ID: <178335219697.1.12319499184838683214.rpms-rust-rpki-a97d616dbfa3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-rpki
Branch : f43
Commit : a97d616dbfa3dee9c92e0e4edfeea1110f1cf858
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-06T16:11:15+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rpki/c/a97d616dbfa3dee9c92e0e4edfeea1110f1cf858?branch=f43
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/rpki-fix-metadata.diff b/rpki-fix-metadata.diff
index ab2a1ff..ed29ca1 100644
--- a/rpki-fix-metadata.diff
+++ b/rpki-fix-metadata.diff
@@ -1,11 +1,11 @@
--- rpki-0.19.3/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ rpki-0.19.3/Cargo.toml 2026-07-02T14:23:55.793928+00:00
++++ rpki-0.19.3/Cargo.toml 2026-07-06T15:10:29.538210+00:00
@@ -139,7 +139,7 @@
optional = true
[dependencies.quick-xml]
-version = "0.39.4"
-+version = ">=0.39.4,<0.41"
++version = ">=0.39.4,<0.42"
optional = true
[dependencies.ring]
diff --git a/rust-rpki.spec b/rust-rpki.spec
index bd0db85..c103eab 100644
--- a/rust-rpki.spec
+++ b/rust-rpki.spec
@@ -12,7 +12,7 @@ License: BSD-3-Clause
URL: https://crates.io/crates/rpki
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
-# * allow quick-xml 0.40
+# * allow quick-xml 0.40 and 0.41
Patch: rpki-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index c8bfe81..8c0ff18 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,6 @@
[package]
cargo-toml-patch-comments = [
- "allow quick-xml 0.40",
+ "allow quick-xml 0.40 and 0.41",
]
[features]
reply other threads:[~2026-07-06 15:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178335219697.1.12319499184838683214.rpms-rust-rpki-a97d616dbfa3@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox