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] rawhide: Update to version 5.2.1; Fixes RHBZ#2497895
Date: Thu, 23 Jul 2026 20:02:09 GMT	[thread overview]
Message-ID: <178483692917.1.12653801097851427332.rpms-rust-zbus_xml-b748e4749738@fedoraproject.org> (raw)

A new commit has been pushed.

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

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

                 reply	other threads:[~2026-07-23 20:02 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=178483692917.1.12653801097851427332.rpms-rust-zbus_xml-b748e4749738@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