public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rpki] epel9: Allow building against quick-xml 0.41
@ 2026-07-06 15:51 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-06 15:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rpki
Branch : epel9
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=epel9
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]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 15:51 [rpms/rust-rpki] epel9: Allow building against quick-xml 0.41 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox