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-sop] rawhide: Update clap_mangen to 0.3
Date: Tue, 08 Sep 2026 06:45:35 GMT	[thread overview]
Message-ID: <178884993503.1.1055872662721857408.rpms-rust-sop-f7cd69634ef7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sop
Branch : rawhide
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=rawhide

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]

                 reply	other threads:[~2026-09-08  6:45 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=178884993503.1.1055872662721857408.rpms-rust-sop-f7cd69634ef7@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