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

            A new commit has been pushed.

            Repo   : rpms/rust-inferno
            Branch : rawhide
            Commit : 7cc8cdf66f8e6883fd75f184e5fea7fa03981460
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-07-03T18:08:49+01:00
            Stats  : +4/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-inferno/c/7cc8cdf66f8e6883fd75f184e5fea7fa03981460?branch=rawhide

            Log:
            Allow building against quick-xml 0.41

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/inferno-fix-metadata.diff b/inferno-fix-metadata.diff
index eb50811..2f5caf7 100644
--- a/inferno-fix-metadata.diff
+++ b/inferno-fix-metadata.diff
@@ -1,11 +1,11 @@
 --- inferno-0.12.6/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ inferno-0.12.6/Cargo.toml	2026-06-09T05:25:40.757542+00:00
++++ inferno-0.12.6/Cargo.toml	2026-07-03T17:08:22.789926+00:00
 @@ -172,7 +172,7 @@
  version = "1.12.0"
  
  [dependencies.quick-xml]
 -version = "0.39"
-+version = ">=0.39, <0.41"
++version = ">=0.39, <0.42"
  default-features = false
  
  [dependencies.rgb]

diff --git a/rust-inferno.spec b/rust-inferno.spec
index 57d9ce0..e187f08 100644
--- a/rust-inferno.spec
+++ b/rust-inferno.spec
@@ -13,7 +13,7 @@ URL:            https://crates.io/crates/inferno
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop unused, benchmark-only criterion dev-dependency
-# * allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369
+# * allow quick-xml 0.40 and 0.41: https://github.com/jonhoo/inferno/pull/369
 Patch:          inferno-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index ab77b60..313fc09 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
 [package]
 cargo-toml-patch-comments = [
     "drop unused, benchmark-only criterion dev-dependency",
-    "allow quick-xml 0.40: https://github.com/jonhoo/inferno/pull/369",
+    "allow quick-xml 0.40 and 0.41: https://github.com/jonhoo/inferno/pull/369",
 ]
 
 [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=178310492137.1.3045596322334030640.rpms-rust-inferno-7cc8cdf66f8e@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