public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/kryoptic] rawhide: Allow quick-xml 0.40
Date: Tue, 09 Jun 2026 09:23:55 GMT	[thread overview]
Message-ID: <178099703575.1.3250929549715447134.rpms-kryoptic-1f194f444839@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-09  9:23 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=178099703575.1.3250929549715447134.rpms-kryoptic-1f194f444839@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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