public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rpki] rawhide: Update to version 0.19.3; Resolves RHBZ#2396345
@ 2026-07-02 20:45 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-02 20:45 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-rpki
            Branch : rawhide
            Commit : 0790a815a10ff08d8de70129b8a806364ac90c43
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-07-02T20:38:06+01:00
            Stats  : +26/-6 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-rpki/c/0790a815a10ff08d8de70129b8a806364ac90c43?branch=rawhide

            Log:
            Update to version 0.19.3; Resolves RHBZ#2396345

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index ec8cb3c..72308d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /rpki-0.18.4.crate
 /rpki-0.18.5.crate
 /rpki-0.18.6.crate
+/rpki-0.19.3.crate

diff --git a/rpki-fix-metadata.diff b/rpki-fix-metadata.diff
new file mode 100644
index 0000000..ab2a1ff
--- /dev/null
+++ b/rpki-fix-metadata.diff
@@ -0,0 +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
+@@ -139,7 +139,7 @@
+ optional = true
+ 
+ [dependencies.quick-xml]
+-version = "0.39.4"
++version = ">=0.39.4,<0.41"
+ optional = true
+ 
+ [dependencies.ring]

diff --git a/rust-rpki.spec b/rust-rpki.spec
index 1160f0c..bd0db85 100644
--- a/rust-rpki.spec
+++ b/rust-rpki.spec
@@ -1,16 +1,19 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 
 %global crate rpki
 
 Name:           rust-rpki
-Version:        0.18.6
+Version:        0.19.3
 Release:        %autorelease
 Summary:        Library for validating and creating RPKI data
 
 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
+Patch:          rpki-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -29,8 +32,8 @@ Summary:        %{summary}
 # MIT OR Apache-2.0
 # Unlicense OR MIT
 License:        %{shrink:
-    Apache-2.0 AND
     BSD-3-Clause AND
+    Apache-2.0 AND
     ISC AND
     MIT AND
     (Apache-2.0 OR MIT) AND

diff --git a/rust2rpm.toml b/rust2rpm.toml
index a13a323..c8bfe81 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,10 @@
+[package]
+cargo-toml-patch-comments = [
+  "allow quick-xml 0.40",
+]
+
 [features]
-# needed for tests
 enable = [
-  "rrdp",
+  "repository",  # needed for binaries which we already accidentally ship
+  "rrdp",        # needed for tests
 ]

diff --git a/sources b/sources
index ecdeb72..c254d01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpki-0.18.6.crate) = 16b62b48384ccb7f4e7f8bf5aede9fac7047d5f958684f126e792f657a061b962def0fc92ee46d0b5edd9c81b5ce0805c034cbdf903a4419fbc1d2779dabb300
+SHA512 (rpki-0.19.3.crate) = 8a162758e2a6f433fe7d6e482070a8cf35ea64507dcedf60dbea8d032384116c9b11d925a7e3a69995817dcb74d477227f33660cd217a677af910a1e7751d866

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 20:45 [rpms/rust-rpki] rawhide: Update to version 0.19.3; Resolves RHBZ#2396345 Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox