public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-wayland-scanner] rawhide: Allow building against quick-xml 0.41
@ 2026-07-03 18:55 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-03 18:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-wayland-scanner
Branch : rawhide
Commit : 55527c7a052fbe42a6163a676f85e334211ffadf
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T18:28:43+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-wayland-scanner/c/55527c7a052fbe42a6163a676f85e334211ffadf?branch=rawhide
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/rust-wayland-scanner.spec b/rust-wayland-scanner.spec
index d2c68a3..94a1ee3 100644
--- a/rust-wayland-scanner.spec
+++ b/rust-wayland-scanner.spec
@@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/wayland-scanner
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
-# * Update quick-xml (to 0.40) and similar (to v3),
+# * Update quick-xml (to 0.40 or 0.41) and similar (to v3),
# https://github.com/Smithay/wayland-rs/commit/ec2d932855593d48aa83c76820f3efbcfea86d39.
# This requires an accompanying source-code patch for quick-xml 0.40.
Patch: wayland-scanner-fix-metadata.diff
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 65eff68..91670e9 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"""\
-Update quick-xml (to 0.40) and similar (to v3), \
+Update quick-xml (to 0.40 or 0.41) and similar (to v3), \
https://github.com/Smithay/wayland-rs/commit/ec2d932855593d48aa83c76820f3efbcfea86d39. \
This requires an accompanying source-code patch for quick-xml 0.40.\
""",
diff --git a/wayland-scanner-fix-metadata.diff b/wayland-scanner-fix-metadata.diff
index bbb0ee7..c20a0dd 100644
--- a/wayland-scanner-fix-metadata.diff
+++ b/wayland-scanner-fix-metadata.diff
@@ -1,11 +1,11 @@
--- wayland-scanner-0.31.10/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ wayland-scanner-0.31.10/Cargo.toml 2026-06-09T05:41:34.378741+00:00
++++ wayland-scanner-0.31.10/Cargo.toml 2026-07-03T17:28:34.896176+00:00
@@ -51,10 +51,10 @@
version = "1.0.11"
[dependencies.quick-xml]
-version = "0.39"
-+version = "0.40"
++version = ">=0.40,<0.42"
[dependencies.quote]
version = "1.0"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 18:55 [rpms/rust-wayland-scanner] rawhide: 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