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/rust-busd] f43: Allow quick-xml 0.40
Date: Tue, 09 Jun 2026 09:31:54 GMT	[thread overview]
Message-ID: <178099751405.1.13616117191207910918.rpms-rust-busd-b74b40963383@fedoraproject.org> (raw)

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]

                 reply	other threads:[~2026-06-09  9:31 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=178099751405.1.13616117191207910918.rpms-rust-busd-b74b40963383@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