public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-speakersafetyd] epel10: Allow clap-verbosity-flag v3
@ 2026-06-13 19:47 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-13 19:47 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-speakersafetyd
Branch : epel10
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=epel10

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"
  

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

only message in thread, other threads:[~2026-06-13 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 19:47 [rpms/rust-speakersafetyd] epel10: Allow clap-verbosity-flag v3 Benjamin A. Beasley

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