public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kryoptic] rawhide: Add upstream link for quick-xml 0.41
@ 2026-07-05 4:53 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-05 4:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kryoptic
Branch : rawhide
Commit : 119727818b060681b58521417216bef90762b4d1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-05T05:49:07+01:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kryoptic/c/119727818b060681b58521417216bef90762b4d1?branch=rawhide
Log:
Add upstream link for quick-xml 0.41
Allow only quick-xml 0.41, as was suggested upstream
---
diff --git a/kryoptic-fix-metadata.diff b/kryoptic-fix-metadata.diff
index d04af88..d1f3f26 100644
--- a/kryoptic-fix-metadata.diff
+++ b/kryoptic-fix-metadata.diff
@@ -5,7 +5,7 @@
serde = { version = "1.0.180", features = ["derive"] }
serde_json = "1.0.104"
-quick-xml = { version = "0.40", features = ["serialize"], optional = true }
-+quick-xml = { version = ">=0.40,<0.42", features = ["serialize"], optional = true }
++quick-xml = { version = "0.41", features = ["serialize"], optional = true }
[features]
default = ["kryoptic-lib/default"]
diff --git a/kryoptic.spec b/kryoptic.spec
index 2e8e341..56ef590 100644
--- a/kryoptic.spec
+++ b/kryoptic.spec
@@ -34,7 +34,8 @@ Source1: https://github.com/latchset/kryoptic/releases/download/v%{versio
Source2: https://people.redhat.com/~ssorce/simo_redhat.asc
%endif
# Manually created patch for downstream crate metadata changes
-# * relax quick-xml dependency to allow 0.41
+# * Update quick-xml dependency to 0.41:
+# https://github.com/latchset/kryoptic/pull/475
Patch: kryoptic-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index b0156e1..bf598c3 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,10 @@
cargo-install-lib = true
cargo-install-bin = true
cargo-toml-patch-comments = [
- "relax quick-xml dependency to allow 0.41"
+ """\
+Update quick-xml dependency to 0.41: \
+https://github.com/latchset/kryoptic/pull/475\
+"""
]
[features]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-05 4:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-05 4:53 [rpms/kryoptic] rawhide: Add upstream link for quick-xml 0.41 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox