public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kryoptic] rawhide: Allow quick-xml 0.40
@ 2026-06-09  9:23 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-09  9:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kryoptic
Branch : rawhide
Commit : 1f194f4448394a2080f4716e545f9cec8811c214
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T12:34:50+01:00
Stats  : +15/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/kryoptic/c/1f194f4448394a2080f4716e545f9cec8811c214?branch=rawhide

Log:
Allow quick-xml 0.40

---
diff --git a/kryoptic-fix-metadata.diff b/kryoptic-fix-metadata.diff
new file mode 100644
index 0000000..6d8129d
--- /dev/null
+++ b/kryoptic-fix-metadata.diff
@@ -0,0 +1,12 @@
+diff -Naur kryoptic-1.5.1-original/tools/Cargo.toml kryoptic-1.5.1/tools/Cargo.toml
+--- kryoptic-1.5.1-original/tools/Cargo.toml	2026-06-04 19:04:30.000000000 +0100
++++ kryoptic-1.5.1/tools/Cargo.toml	2026-06-08 12:34:13.579498551 +0100
+@@ -34,7 +34,7 @@
+ libc = "0.2.151"
+ serde = { version = "1.0.180", features = ["derive"] }
+ serde_json = "1.0.104"
+-quick-xml = { version = "0.39", features = ["serialize"], optional = true }
++quick-xml = { version = ">=0.39, <0.41", features = ["serialize"], optional = true }
+ 
+ [features]
+ default = ["kryoptic-lib/default"]

diff --git a/kryoptic.spec b/kryoptic.spec
index 4aec254..e6247f6 100644
--- a/kryoptic.spec
+++ b/kryoptic.spec
@@ -33,6 +33,9 @@ Source0:        https://github.com/latchset/kryoptic/releases/download/v%{versio
 Source1:        https://github.com/latchset/kryoptic/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:        https://people.redhat.com/~ssorce/simo_redhat.asc
 %endif
+# Manually created patch for downstream crate metadata changes
+# * Allow quick-xml 0.40: https://github.com/latchset/kryoptic/pull/460
+Patch:          kryoptic-fix-metadata.diff
 # https://github.com/latchset/kryoptic/pull/459
 Patch:          kryoptic-deadlock.patch
 

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

only message in thread, other threads:[~2026-06-09  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09  9:23 [rpms/kryoptic] rawhide: Allow quick-xml 0.40 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