public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-speakersafetyd] rawhide: Allow clap-verbosity-flag v3
Date: Sat, 13 Jun 2026 07:41:01 GMT	[thread overview]
Message-ID: <178133646174.1.1049754370976620999.rpms-rust-speakersafetyd-1ae1c46bfed4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-speakersafetyd
Branch : rawhide
Commit : 1ae1c46bfed40b5e7f74afe6bd74c970c82e472b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-13T08:00:29+01:00
Stats  : +13/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-speakersafetyd/c/1ae1c46bfed40b5e7f74afe6bd74c970c82e472b?branch=rawhide

Log:
Allow clap-verbosity-flag v3

---
diff --git a/rust-speakersafetyd.spec b/rust-speakersafetyd.spec
index 87e9661..4470291 100644
--- a/rust-speakersafetyd.spec
+++ b/rust-speakersafetyd.spec
@@ -16,6 +16,8 @@ Source:         %{crates_source}
 #   https://github.com/AsahiLinux/speakersafetyd/issues/29
 # * relax simple_logger dependency to allow both v4 and v5:
 #   https://github.com/AsahiLinux/speakersafetyd/pull/30
+# * relax clap-verbosity-flag dependency to allow both v2 and v3:
+#   https://github.com/AsahiLinux/speakersafetyd/commit/687a240fc153a528a1979c3f3776fd9992cddb1a
 Patch:          speakersafetyd-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 596e60b..a28d738 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,7 @@
 cargo-toml-patch-comments = [
     "relax alsa dependency to allow both v0.9 and v0.10: https://github.com/AsahiLinux/speakersafetyd/issues/29",
     "relax simple_logger dependency to allow both v4 and v5: https://github.com/AsahiLinux/speakersafetyd/pull/30",
+    "relax clap-verbosity-flag dependency to allow both v2 and v3: https://github.com/AsahiLinux/speakersafetyd/commit/687a240fc153a528a1979c3f3776fd9992cddb1a",
 ]
 extra-files = [
   "%{_datadir}/speakersafetyd/",

diff --git a/speakersafetyd-fix-metadata.diff b/speakersafetyd-fix-metadata.diff
index 7201b6f..c2f30ee 100644
--- a/speakersafetyd-fix-metadata.diff
+++ b/speakersafetyd-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- speakersafetyd-1.0.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ speakersafetyd-1.0.2/Cargo.toml	2026-03-04T22:22:57.273166+00:00
++++ speakersafetyd-1.0.2/Cargo.toml	2026-06-13T07:00:08.855075+00:00
 @@ -28,7 +28,7 @@
  path = "src/main.rs"
  
@@ -9,6 +9,15 @@
  
  [dependencies.chrono]
  version = "^0.4.31"
+@@ -38,7 +38,7 @@
+ features = ["derive"]
+ 
+ [dependencies.clap-verbosity-flag]
+-version = "^2.0.0"
++version = ">=2.0.0, <4.0.0"
+ 
+ [dependencies.configparser]
+ version = "^3.1.0"
 @@ -57,4 +57,4 @@
  version = "^0.3.17"
  

                 reply	other threads:[~2026-06-13  7:41 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=178133646174.1.1049754370976620999.rpms-rust-speakersafetyd-1ae1c46bfed4@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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