public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-zbus_xml] f43: Update to version 5.1.1; Fixes RHBZ#2428261
@ 2026-07-05 20:50 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-05 20:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-zbus_xml
Branch : f43
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=f43

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",

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-05 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-05 20:50 [rpms/rust-zbus_xml] f43: Update to version 5.1.1; Fixes RHBZ#2428261 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox