public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gtk4-macros] 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-gtk4-macros
Branch : rawhide
Commit : e12a7428551d6e78fb2f122e6985ca2c3860785b
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-03T18:02:19+01:00
Stats : +4/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gtk4-macros/c/e12a7428551d6e78fb2f122e6985ca2c3860785b?branch=rawhide
Log:
Allow building against quick-xml 0.41
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/gtk4-macros-fix-metadata.diff b/gtk4-macros-fix-metadata.diff
index 3a524f4..a171507 100644
--- a/gtk4-macros-fix-metadata.diff
+++ b/gtk4-macros-fix-metadata.diff
@@ -1,11 +1,11 @@
--- gtk4-macros-0.11.4/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ gtk4-macros-0.11.4/Cargo.toml 2026-07-01T21:21:15.431323+00:00
++++ gtk4-macros-0.11.4/Cargo.toml 2026-07-03T17:02:03.358731+00:00
@@ -64,7 +64,7 @@
version = "1.0"
[dependencies.quick-xml]
-version = "0.39"
-+version = "0.40"
++version = ">=0.39,<0.42"
optional = true
[dependencies.quote]
diff --git a/rust-gtk4-macros.spec b/rust-gtk4-macros.spec
index 32d2910..e692e78 100644
--- a/rust-gtk4-macros.spec
+++ b/rust-gtk4-macros.spec
@@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/gtk4-macros
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
-# * bump quick-xml dependency from v0.39 to v0.40
+# * allow quick-xml v0.40 and v0.41
Patch: gtk4-macros-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8e474c5..942fb65 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,6 @@
[package]
cargo-toml-patch-comments = [
- "bump quick-xml dependency from v0.39 to v0.40",
+ "allow quick-xml v0.40 and v0.41",
]
[tests]
^ 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-gtk4-macros] 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