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] rawhide: Update to version 0.19.3; Resolves RHBZ#2396345
Date: Thu, 02 Jul 2026 20:45:44 GMT [thread overview]
Message-ID: <178302514412.1.1630303126632914899.rpms-rust-rpki-0790a815a10f@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-02 20:45 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=178302514412.1.1630303126632914899.rpms-rust-rpki-0790a815a10f@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