public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-chameleon-gnupg] f44: Allow clap_mangen 0.3
@ 2026-09-08 6:30 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-08 6:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-chameleon-gnupg
Branch : f44
Commit : f9531ee11cc529303e0bf7dddec2766c0c8c6d5c
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-07T11:28:12+01:00
Stats : +16/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-chameleon-gnupg/c/f9531ee11cc529303e0bf7dddec2766c0c8c6d5c?branch=f44
Log:
Allow clap_mangen 0.3
---
diff --git a/rust-sequoia-chameleon-gnupg.spec b/rust-sequoia-chameleon-gnupg.spec
index 8f62e1c..e452883 100644
--- a/rust-sequoia-chameleon-gnupg.spec
+++ b/rust-sequoia-chameleon-gnupg.spec
@@ -32,6 +32,8 @@ Source2: activate.sh
# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/commit/c56743ac36efb9e12f29e31fd36aeba12ff111f7;
# a source-code patch in the tests is also required
# * bump sequoia-wot dependency from 0.14 to 0.15
+# * Update clap_mangen to version 0.3; still allow version 0.2, as upstream:
+# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/commit/e504b30e2e09d34d87526838e4e429d1095a119a
Patch: sequoia-chameleon-gnupg-fix-metadata.diff
# * fix running integration tests in release mode with prebuilt executable
Patch2: 0001-fix-integration-tests-for-release-mode-and-use-prebu.patch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 72c9eb6..388e254 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -13,6 +13,10 @@ cargo-toml-patch-comments = [
a source-code patch in the tests is also required\
""",
"bump sequoia-wot dependency from 0.14 to 0.15",
+ """\
+ Update clap_mangen to version 0.3; still allow version 0.2, as upstream: \
+ https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/commit/e504b30e2e09d34d87526838e4e429d1095a119a\
+ """,
]
extra-files = [
"%{_datadir}/%{crate}/",
diff --git a/sequoia-chameleon-gnupg-fix-metadata.diff b/sequoia-chameleon-gnupg-fix-metadata.diff
index 8bb7658..5d79325 100644
--- a/sequoia-chameleon-gnupg-fix-metadata.diff
+++ b/sequoia-chameleon-gnupg-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sequoia-chameleon-gnupg-0.13.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-chameleon-gnupg-0.13.1/Cargo.toml 2026-05-27T13:31:16.076289+00:00
++++ sequoia-chameleon-gnupg-0.13.1/Cargo.toml 2026-09-07T10:27:38.280993+00:00
@@ -50,18 +50,9 @@
repository = "https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg"
@@ -48,3 +48,12 @@
default-features = false
[dev-dependencies.regex]
+@@ -260,7 +250,7 @@
+ version = "4.4.9"
+
+ [build-dependencies.clap_mangen]
+-version = "0.2.19"
++version = ">=0.2.19,<0.4"
+
+ [build-dependencies.libc]
+ version = "0.2"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 6:30 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:30 [rpms/rust-sequoia-chameleon-gnupg] f44: Allow clap_mangen 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