public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-busd] f43: 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-busd
Branch : f43
Commit : b74b40963383df7cfc54f09e5efd04088be1d989
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T15:57:41+01:00
Stats  : +16/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-busd/c/b74b40963383df7cfc54f09e5efd04088be1d989?branch=f43

Log:
Allow quick-xml 0.40

---
diff --git a/busd-fix-metadata.diff b/busd-fix-metadata.diff
index 8e218f3..74967fb 100644
--- a/busd-fix-metadata.diff
+++ b/busd-fix-metadata.diff
@@ -1,5 +1,14 @@
 --- busd-0.5.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ busd-0.5.0/Cargo.toml	2026-04-27T18:40:22.574505+00:00
++++ busd-0.5.0/Cargo.toml	2026-06-08T14:57:27.462996+00:00
+@@ -94,7 +94,7 @@
+ default-features = false
+ 
+ [dependencies.quick-xml]
+-version = "0.39.0"
++version = ">=0.39.0, <0.41.0"
+ features = ["serialize"]
+ 
+ [dependencies.rustix]
 @@ -112,7 +112,6 @@
      "macros",
      "rt-multi-thread",

diff --git a/rust-busd.spec b/rust-busd.spec
index fe0d3c6..de62ad1 100644
--- a/rust-busd.spec
+++ b/rust-busd.spec
@@ -13,6 +13,8 @@ URL:            https://crates.io/crates/busd
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop unstable-only tracing feature from tokio
+# * allow quick-xml 0.40:
+#   https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981
 Patch:          busd-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 01931d0..9ed6ad4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,10 @@
 [package]
 cargo-toml-patch-comments = [
   "drop unstable-only tracing feature from tokio",
+  """\
+allow quick-xml 0.40: \
+https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981\
+""",
 ]
 
 [features]

^ 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-busd] f43: 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