public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-busd] rawhide: Allow building against quick-xml 0.41
Date: Fri, 03 Jul 2026 18:54:45 GMT [thread overview]
Message-ID: <178310488580.1.7189205800932705068.rpms-rust-busd-486690a12990@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-busd
Branch : rawhide
Commit : 486690a1299079a4f9288b55ef333527c32459da
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T17:46:26+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-busd/c/486690a1299079a4f9288b55ef333527c32459da?branch=rawhide
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/busd-fix-metadata.diff b/busd-fix-metadata.diff
index 74967fb..27e3f6f 100644
--- a/busd-fix-metadata.diff
+++ b/busd-fix-metadata.diff
@@ -1,11 +1,11 @@
--- busd-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ busd-0.5.0/Cargo.toml 2026-06-08T14:57:27.462996+00:00
++++ busd-0.5.0/Cargo.toml 2026-07-03T16:45:53.350118+00:00
@@ -94,7 +94,7 @@
default-features = false
[dependencies.quick-xml]
-version = "0.39.0"
-+version = ">=0.39.0, <0.41.0"
++version = ">=0.39.0, <0.42.0"
features = ["serialize"]
[dependencies.rustix]
diff --git a/rust-busd.spec b/rust-busd.spec
index de62ad1..16b84b7 100644
--- a/rust-busd.spec
+++ b/rust-busd.spec
@@ -13,7 +13,7 @@ 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:
+# * allow quick-xml 0.40 and 0.41:
# https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981
Patch: busd-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9ed6ad4..e001c83 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,7 @@
cargo-toml-patch-comments = [
"drop unstable-only tracing feature from tokio",
"""\
-allow quick-xml 0.40: \
+allow quick-xml 0.40 and 0.41: \
https://github.com/z-galaxy/busd/commit/6a259f673877b044e51eafd0236a713bca969981\
""",
]
reply other threads:[~2026-07-03 18:54 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=178310488580.1.7189205800932705068.rpms-rust-busd-486690a12990@fedoraproject.org \
--to=salimma@fedoraproject.org \
--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