public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ashpd] f44: Allow building against quick-xml 0.41
@ 2026-07-03 19:18 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-03 19:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-ashpd
Branch : f44
Commit : 1d37317c1f94506fc2fd8cc86d8cf36e1b6790ee
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T17:37:42+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ashpd/c/1d37317c1f94506fc2fd8cc86d8cf36e1b6790ee?branch=f44
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/ashpd-fix-metadata.diff b/ashpd-fix-metadata.diff
index e11e013..4ac97ca 100644
--- a/ashpd-fix-metadata.diff
+++ b/ashpd-fix-metadata.diff
@@ -1,5 +1,5 @@
--- ashpd-0.13.12/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ ashpd-0.13.12/Cargo.toml 2026-07-01T22:06:47.800820+00:00
++++ ashpd-0.13.12/Cargo.toml 2026-07-03T16:37:19.726169+00:00
@@ -188,11 +188,6 @@
required-features = ["input_capture"]
@@ -29,7 +29,7 @@
-[dev-dependencies.reis]
-version = "0.6"
-features = ["tokio"]
-+version = ">=0.39, <0.41"
++version = ">=0.39, <0.42"
[dev-dependencies.serde_json]
version = "1.0"
diff --git a/rust-ashpd.spec b/rust-ashpd.spec
index f669580..a325975 100644
--- a/rust-ashpd.spec
+++ b/rust-ashpd.spec
@@ -15,7 +15,7 @@ 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:
+# * allow quick-xml 0.40 and 0.41:
# https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7
Patch: ashpd-fix-metadata.diff
# * Ignore one doctest that pulls in reis as an additional dev-dependency
diff --git a/rust2rpm.toml b/rust2rpm.toml
index c4f2a74..81cbfb0 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,7 +3,7 @@ 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: \
+allow quick-xml 0.40 and 0.41: \
https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7\
""",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 19:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 19:18 [rpms/rust-ashpd] f44: Allow building against quick-xml 0.41 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox