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

A new commit has been pushed.

Repo   : rpms/rust-inferno
Branch : rawhide
Commit : 2f7ed65dd97bcd074b252c3a901b1bf59096a464
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-09T06:25:53+01:00
Stats  : +16/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-inferno/c/2f7ed65dd97bcd074b252c3a901b1bf59096a464?branch=rawhide

Log:
Allow quick-xml 0.40

---
diff --git a/inferno-fix-metadata.diff b/inferno-fix-metadata.diff
index b64ea87..eb50811 100644
--- a/inferno-fix-metadata.diff
+++ b/inferno-fix-metadata.diff
@@ -1,12 +1,21 @@
 --- inferno-0.12.6/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ inferno-0.12.6/Cargo.toml	2026-03-20T11:33:31.833911+00:00
-@@ -184,9 +184,6 @@
++++ inferno-0.12.6/Cargo.toml	2026-06-09T05:25:40.757542+00:00
+@@ -172,7 +172,7 @@
+ version = "1.12.0"
+ 
+ [dependencies.quick-xml]
+-version = "0.39"
++version = ">=0.39, <0.41"
+ default-features = false
+ 
+ [dependencies.rgb]
+@@ -183,9 +183,6 @@
+ 
  [dev-dependencies.assert_cmd]
  version = "2.1.1"
- 
+-
 -[dev-dependencies.criterion]
 -version = "0.8"
--
+ 
  [dev-dependencies.libflate]
  version = "2"
- 

diff --git a/rust-inferno.spec b/rust-inferno.spec
index 34e513d..57d9ce0 100644
--- a/rust-inferno.spec
+++ b/rust-inferno.spec
@@ -13,6 +13,7 @@ URL:            https://crates.io/crates/inferno
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop unused, benchmark-only criterion dev-dependency
+# * allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369
 Patch:          inferno-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 326faed..ab77b60 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,7 @@
 [package]
 cargo-toml-patch-comments = [
     "drop unused, benchmark-only criterion dev-dependency",
+    "allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369",
 ]
 
 [tests]

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

only message in thread, other threads:[~2026-06-09  9:31 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:31 [rpms/rust-inferno] 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