public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/asciinema] f43: Update clap_mangen dependency from 0.2 to 0.3
@ 2026-09-08  6:03 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-08  6:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/asciinema
Branch : f43
Commit : 72b966a86777f7a7b45a74d6544624f4a9e59581
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-06T09:13:46+01:00
Stats  : +16/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/asciinema/c/72b966a86777f7a7b45a74d6544624f4a9e59581?branch=f43

Log:
Update clap_mangen dependency from 0.2 to 0.3

---
diff --git a/asciinema.spec b/asciinema.spec
index 8775f9b..e5554fb 100644
--- a/asciinema.spec
+++ b/asciinema.spec
@@ -57,6 +57,10 @@ Source:         https://github.com/asciinema/asciinema/archive/v%{version}/ascii
 # In this minimal downstream patch, only Cargo.toml is adjusted.
 Patch:          0001-Update-tokio-tungstenite-from-0.26-to-0.29.patch
 
+# Update clap_mangen dependency from 0.2 to 0.3
+# https://github.com/asciinema/asciinema/pull/753
+Patch:          update-clap_mangen-from-0.2-to-0.3.patch
+
 BuildRequires:  cargo-rpm-macros
 
 %description

diff --git a/update-clap_mangen-from-0.2-to-0.3.patch b/update-clap_mangen-from-0.2-to-0.3.patch
new file mode 100644
index 0000000..bbb4d6b
--- /dev/null
+++ b/update-clap_mangen-from-0.2-to-0.3.patch
@@ -0,0 +1,12 @@
+diff -Naur a/Cargo.toml b/Cargo.toml
+--- a/Cargo.toml	2026-09-06 08:51:23.933687034 +0100
++++ b/Cargo.toml	2026-09-06 08:51:49.241323893 +0100
+@@ -46,7 +46,7 @@
+ [build-dependencies]
+ clap = { version = "4.0", features = ["derive", "wrap_help"] }
+ clap_complete = "4.0"
+-clap_mangen = "0.2"
++clap_mangen = "0.3"
+ url = "2.5"
+ 
+ [profile.release]

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

only message in thread, other threads:[~2026-09-08  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08  6:03 [rpms/asciinema] f43: Update clap_mangen dependency from 0.2 to 0.3 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