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-wayland-scanner] f44: Allow building against quick-xml 0.41
Date: Fri, 03 Jul 2026 19:21:16 GMT	[thread overview]
Message-ID: <178310647664.1.12689817873581628690.rpms-rust-wayland-scanner-55527c7a052f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-wayland-scanner
            Branch : f44
            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=f44

            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"

                 reply	other threads:[~2026-07-03 19:21 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=178310647664.1.12689817873581628690.rpms-rust-wayland-scanner-55527c7a052f@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