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] f43: Update to version 5.16.0; Fixes RHBZ#2462260
Date: Sun, 05 Jul 2026 20:50:01 GMT	[thread overview]
Message-ID: <178328460170.1.6774146472645410978.rpms-rust-zbus-1c15c7cada7d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-zbus
Branch : f43
Commit : 1c15c7cada7db2562b9030477cfa2eb7d8e826e1
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-05T22:33:00+02:00
Stats  : +22/-23 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-zbus/c/1c15c7cada7db2562b9030477cfa2eb7d8e826e1?branch=f43

Log:
Update to version 5.16.0; Fixes RHBZ#2462260

---
diff --git a/.gitignore b/.gitignore
index 7022354..73bbccd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /zbus-5.10.0.crate
 /zbus-5.12.0.crate
 /zbus-5.14.0.crate
+/zbus-5.16.0.crate

diff --git a/rust-zbus.spec b/rust-zbus.spec
index a558621..90824ac 100644
--- a/rust-zbus.spec
+++ b/rust-zbus.spec
@@ -6,7 +6,7 @@
 %global crate zbus
 
 Name:           rust-zbus
-Version:        5.14.0
+Version:        5.16.0
 Release:        %autorelease
 Summary:        API for D-Bus communication
 

diff --git a/sources b/sources
index 004eb7b..374f7b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zbus-5.14.0.crate) = fab6c25857ac4cdbba877f109734b0f0e8fde0e9968e06fb7f699a65416598bbe9d236961f6da27325402cfbf773005f67ec721d27aac7af4e8b29828e3d9556
+SHA512 (zbus-5.16.0.crate) = d354566f23a9461ed9c9eb99ac5890c496c79eaedbda57d9de02106a97bbc120eec29f3b9064fdd8a548b28da9e300ef89a546278b6d9b5783f375a975bc93f5

diff --git a/zbus-fix-metadata-auto.diff b/zbus-fix-metadata-auto.diff
index b5ba4b9..ffcb985 100644
--- a/zbus-fix-metadata-auto.diff
+++ b/zbus-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- zbus-5.14.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ zbus-5.14.0/Cargo.toml	2026-03-11T18:35:02.494606+00:00
-@@ -277,28 +277,8 @@
+--- zbus-5.16.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ zbus-5.16.0/Cargo.toml	2026-07-05T20:17:06.903526+00:00
+@@ -302,28 +302,8 @@
  ]
  default-features = false
  

diff --git a/zbus-fix-metadata.diff b/zbus-fix-metadata.diff
index 8f75618..0af32b2 100644
--- a/zbus-fix-metadata.diff
+++ b/zbus-fix-metadata.diff
@@ -1,6 +1,6 @@
---- zbus-5.14.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ zbus-5.14.0/Cargo.toml	2026-03-11T18:35:02.495703+00:00
-@@ -61,16 +61,8 @@
+--- zbus-5.16.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ zbus-5.16.0/Cargo.toml	2026-07-05T20:17:37.984880+00:00
+@@ -82,16 +82,8 @@
  serde_bytes = ["zvariant/serde_bytes"]
  time = ["zvariant/time"]
  tokio = ["dep:tokio"]
@@ -17,28 +17,26 @@
  
  [lib]
  name = "zbus"
-@@ -180,12 +172,7 @@
+@@ -205,7 +197,6 @@
      "io-util",
      "process",
      "sync",
 -    "tracing",
--]
--optional = true
--
--[dependencies.tokio-vsock]
--version = "0.7"
-+]
+ ]
  optional = true
  
- [dependencies.tracing]
-@@ -194,10 +181,6 @@
- [dependencies.uuid]
- version = "1.8.0"
- features = ["serde"]
+@@ -278,14 +269,6 @@
+ ]
+ default-features = false
+ 
+-[target.'cfg(target_os = "linux")'.dependencies.tokio-vsock]
+-version = "0.7"
+-optional = true
 -
--[dependencies.vsock]
+-[target.'cfg(target_os = "linux")'.dependencies.vsock]
 -version = "0.5.0"
 -optional = true
+-
+ [target."cfg(unix)".dependencies.async-recursion]
+ version = "1.1.1"
  
- [dependencies.winnow]
- version = "0.7"

                 reply	other threads:[~2026-07-05 20:50 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=178328460170.1.6774146472645410978.rpms-rust-zbus-1c15c7cada7d@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