public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ashpd] f44: 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-ashpd
Branch : f44
Commit : 5fc046cf655fd5f38f7f1a175813895763db55cf
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-08T15:36:11+01:00
Stats : +9/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ashpd/c/5fc046cf655fd5f38f7f1a175813895763db55cf?branch=f44
Log:
Allow quick-xml 0.40
---
diff --git a/ashpd-fix-metadata.diff b/ashpd-fix-metadata.diff
index 6c5db22..0a27910 100644
--- a/ashpd-fix-metadata.diff
+++ b/ashpd-fix-metadata.diff
@@ -1,5 +1,5 @@
--- ashpd-0.13.9/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ ashpd-0.13.9/Cargo.toml 2026-03-24T15:22:51.147865+00:00
++++ ashpd-0.13.9/Cargo.toml 2026-06-08T14:35:55.424270+00:00
@@ -188,11 +188,6 @@
required-features = ["input_capture"]
@@ -24,11 +24,12 @@
version = "0.9.0"
[dev-dependencies.quick-xml]
- version = "0.39"
+-version = "0.39"
-
-[dev-dependencies.reis]
-version = "0.6"
-features = ["tokio"]
++version = ">=0.39, <0.41"
[dev-dependencies.serde_json]
version = "1.0"
diff --git a/rust-ashpd.spec b/rust-ashpd.spec
index 7899649..a2795a8 100644
--- a/rust-ashpd.spec
+++ b/rust-ashpd.spec
@@ -15,6 +15,8 @@ Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop example program that pulls in gstreamer bindings
# * drop reis dev-dependency that is only used in one doctest
+# * allow quick-xml 0.40:
+# https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7
Patch: ashpd-fix-metadata.diff
# * Ignore one doctest that pulls in reis as an additional dev-dependency
Patch10: 0001-Ignore-one-doctest-that-pulls-in-reis-as-an-addition.patch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index c62308b..c4f2a74 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,10 @@
cargo-toml-patch-comments = [
"drop example program that pulls in gstreamer bindings",
"drop reis dev-dependency that is only used in one doctest",
+ """\
+allow quick-xml 0.40: \
+https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7\
+""",
]
[[package.extra-patches]]
^ 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-ashpd] f44: 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