public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-zbus_xml] f44: Update to version 5.1.1; Fixes RHBZ#2428261
Date: Sun, 05 Jul 2026 20:49:55 GMT	[thread overview]
Message-ID: <178328459522.1.2248421286895243778.rpms-rust-zbus_xml-5931caacaf54@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-zbus_xml
Branch : f44
Commit : 5931caacaf54492fb1e7b145eb256842a922d2d3
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-05T22:33:29+02:00
Stats  : +24/-3 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-zbus_xml/c/5931caacaf54492fb1e7b145eb256842a922d2d3?branch=f44

Log:
Update to version 5.1.1; Fixes RHBZ#2428261

---
diff --git a/.gitignore b/.gitignore
index d8b5180..b5130a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /zbus_xml-4.0.0.crate
 /zbus_xml-5.0.2.crate
+/zbus_xml-5.1.1.crate

diff --git a/rust-zbus_xml.spec b/rust-zbus_xml.spec
index aa46cfc..012bfc9 100644
--- a/rust-zbus_xml.spec
+++ b/rust-zbus_xml.spec
@@ -1,17 +1,20 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate zbus_xml
 
 Name:           rust-zbus_xml
-Version:        5.0.2
+Version:        5.1.1
 Release:        %autorelease
 Summary:        API to handle D-Bus introspection XML
 
 License:        MIT
 URL:            https://crates.io/crates/zbus_xml
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * bump quick-xml dependency from v0.39 to v0.41
+Patch:          zbus_xml-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -31,6 +34,7 @@ use the "%{crate}" crate.
 
 %files          devel
 %license %{crate_instdir}/LICENSE
+%doc %{crate_instdir}/CHANGELOG.md
 %doc %{crate_instdir}/README.md
 %{crate_instdir}/
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..c1bace8
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+    "bump quick-xml dependency from v0.39 to v0.41",
+]
+

diff --git a/sources b/sources
index 50be995..7e74f3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zbus_xml-5.0.2.crate) = e81dd63e069ff6d8fe5aceb6233f671a3ccc569b053f102127021a9f91b45605c46c175497230d2093e943a0948a0a0815f76e325d11f4273d9890f06ebb1480
+SHA512 (zbus_xml-5.1.1.crate) = 06137cf3250e1c540939653b45c53159572a3fd695d7b8591b9932cfaf66d8323cf37b5ebaee45519683533c00d48670e91720e299409613cb2c6d363696e57f

diff --git a/zbus_xml-fix-metadata.diff b/zbus_xml-fix-metadata.diff
new file mode 100644
index 0000000..35dc2d6
--- /dev/null
+++ b/zbus_xml-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- zbus_xml-5.1.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ zbus_xml-5.1.1/Cargo.toml	2026-07-05T20:18:33.546580+00:00
+@@ -53,7 +53,7 @@
+ path = "tests/tests.rs"
+ 
+ [dependencies.quick-xml]
+-version = "0.39"
++version = "0.41"
+ features = [
+     "serialize",
+     "overlapped-lists",

                 reply	other threads:[~2026-07-05 20:49 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=178328459522.1.2248421286895243778.rpms-rust-zbus_xml-5931caacaf54@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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