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

A new commit has been pushed.

Repo   : rpms/rust-sop
Branch : epel10
Commit : f7cd69634ef7d8544830bc14cac6c374d6fcf817
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-07T22:13:02+01:00
Stats  : +24/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sop/c/f7cd69634ef7d8544830bc14cac6c374d6fcf817?branch=epel10

Log:
Update clap_mangen to 0.3

---
diff --git a/rust-sop.spec b/rust-sop.spec
index ed01ccd..185a677 100644
--- a/rust-sop.spec
+++ b/rust-sop.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
@@ -12,6 +12,10 @@ Summary:        Rust Interface for the Stateless OpenPGP Interface
 License:        MIT
 URL:            https://crates.io/crates/sop
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update clap_mangen to version 0.3; still allow version 0.2, as upstream:
+#   https://gitlab.com/sequoia-pgp/sop-rs/-/merge_requests/43
+Patch:          sop-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -31,6 +35,7 @@ use the "%{crate}" crate.
 
 %files          devel
 %license %{crate_instdir}/LICENSE.txt
+%doc %{crate_instdir}/NEWS
 %doc %{crate_instdir}/README.md
 %{crate_instdir}/
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..6d89118
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[package]
+cargo-toml-patch-comments = [
+    """\
+    Update clap_mangen to version 0.3; still allow version 0.2, as upstream: \
+    https://gitlab.com/sequoia-pgp/sop-rs/-/merge_requests/43\
+    """,
+]

diff --git a/sop-fix-metadata.diff b/sop-fix-metadata.diff
new file mode 100644
index 0000000..605bbd8
--- /dev/null
+++ b/sop-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- sop-0.8.2/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sop-0.8.2/Cargo.toml	2026-09-07T21:12:17.253803+00:00
+@@ -74,7 +74,7 @@
+ default-features = false
+ 
+ [dependencies.clap_mangen]
+-version = "0.2.19"
++version = ">=0.2.19,<0.4"
+ optional = true
+ 
+ [dependencies.libc]

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

only message in thread, other threads:[~2026-09-08  6:46 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:46 [rpms/rust-sop] epel10: Update clap_mangen 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