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

A new commit has been pushed.

Repo   : rpms/rust-zbus_xml
Branch : f43
Commit : b748e47497382df26a20e48d76b30d0385860e23
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-23T22:00:49+02:00
Stats  : +28/-13 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-zbus_xml/c/b748e47497382df26a20e48d76b30d0385860e23?branch=f43

Log:
Update to version 5.2.1; Fixes RHBZ#2497895

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

diff --git a/rust-zbus_xml.spec b/rust-zbus_xml.spec
index 012bfc9..213a46d 100644
--- a/rust-zbus_xml.spec
+++ b/rust-zbus_xml.spec
@@ -5,7 +5,7 @@
 %global crate zbus_xml
 
 Name:           rust-zbus_xml
-Version:        5.1.1
+Version:        5.2.1
 Release:        %autorelease
 Summary:        API to handle D-Bus introspection XML
 
@@ -13,7 +13,7 @@ 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
+# * drop unused, benchmark-only codspeed-criterion-compat dev-dependency
 Patch:          zbus_xml-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index c1bace8..358128a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,5 @@
 [package]
 cargo-toml-patch-comments = [
-    "bump quick-xml dependency from v0.39 to v0.41",
+    "drop unused, benchmark-only codspeed-criterion-compat dev-dependency",
 ]
 

diff --git a/sources b/sources
index 7e74f3b..ae9fbb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zbus_xml-5.1.1.crate) = 06137cf3250e1c540939653b45c53159572a3fd695d7b8591b9932cfaf66d8323cf37b5ebaee45519683533c00d48670e91720e299409613cb2c6d363696e57f
+SHA512 (zbus_xml-5.2.1.crate) = d23f404005d6d52d53aef8ddcfa441dbd4c954d42978c199c64b8f6614b5bcf88730525dfda5c715baedeca444908fb998b68e68087e1e9f169aef59e3631203

diff --git a/zbus_xml-fix-metadata.diff b/zbus_xml-fix-metadata.diff
index 35dc2d6..ca6bc57 100644
--- a/zbus_xml-fix-metadata.diff
+++ b/zbus_xml-fix-metadata.diff
@@ -1,11 +1,25 @@
---- 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 @@
+--- zbus_xml-5.2.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ zbus_xml-5.2.1/Cargo.toml	2026-07-23T19:47:38.739103+00:00
+@@ -53,11 +53,6 @@
+ name = "tests"
  path = "tests/tests.rs"
  
- [dependencies.quick-xml]
--version = "0.39"
-+version = "0.41"
- features = [
-     "serialize",
-     "overlapped-lists",
+-[[bench]]
+-name = "benchmarks"
+-path = "benches/benchmarks.rs"
+-harness = false
+-
+ [dependencies.serde]
+ version = "1.0.200"
+ features = ["derive"]
+@@ -71,10 +66,6 @@
+ [dependencies.zvariant]
+ version = "5.13.1"
+ 
+-[dev-dependencies.criterion]
+-version = "5.0.0"
+-package = "codspeed-criterion-compat"
+-
+ [dev-dependencies.doc-comment]
+ version = "0.3.3"
+ 

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

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

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

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