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-gtk4-macros] rawhide: Allow building against quick-xml 0.41
Date: Fri, 03 Jul 2026 18:55:06 GMT	[thread overview]
Message-ID: <178310490672.1.1770387710945821148.rpms-rust-gtk4-macros-e12a7428551d@fedoraproject.org> (raw)

            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]

                 reply	other threads:[~2026-07-03 18:55 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=178310490672.1.1770387710945821148.rpms-rust-gtk4-macros-e12a7428551d@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