public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sop] epel9: Update to version 0.5.0; Fixes RHBZ#2089451
@ 2026-06-15 21:27 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 21:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sop
Branch : epel9
Commit : 81d5731af500bc186ddcaedacfd11444118f2964
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2023-05-08T17:37:27+02:00
Stats : +23/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sop/c/81d5731af500bc186ddcaedacfd11444118f2964?branch=epel9
Log:
Update to version 0.5.0; Fixes RHBZ#2089451
---
diff --git a/.gitignore b/.gitignore
index ac490fb..568592e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/sop-0.1.1.crate
/sop-0.3.1.crate
/sop-0.4.2.crate
+/sop-0.5.0.crate
diff --git a/rust-sop.spec b/rust-sop.spec
index 1687f2b..db31ec2 100644
--- a/rust-sop.spec
+++ b/rust-sop.spec
@@ -5,7 +5,7 @@
%global crate sop
Name: rust-sop
-Version: 0.4.2
+Version: 0.5.0
Release: %autorelease
Summary: Rust Interface for the Stateless OpenPGP Protocol
@@ -70,28 +70,40 @@ use the "chrono" feature of the "%{crate}" crate.
%files -n %{name}+chrono-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+cli-devel
+%package -n %{name}+clap-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+cli-devel %{_description}
+%description -n %{name}+clap-devel %{_description}
This package contains library source intended for building other packages which
-use the "cli" feature of the "%{crate}" crate.
+use the "clap" feature of the "%{crate}" crate.
-%files -n %{name}+cli-devel
+%files -n %{name}+clap-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+clap_complete-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+clap_complete-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "clap_complete" feature of the "%{crate}" crate.
+
+%files -n %{name}+clap_complete-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+structopt-devel
+%package -n %{name}+cli-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+structopt-devel %{_description}
+%description -n %{name}+cli-devel %{_description}
This package contains library source intended for building other packages which
-use the "structopt" feature of the "%{crate}" crate.
+use the "cli" feature of the "%{crate}" crate.
-%files -n %{name}+structopt-devel
+%files -n %{name}+cli-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
diff --git a/sources b/sources
index eb4b02c..1515be7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sop-0.4.2.crate) = c3bcbf797e8c40de987cbe21dc5c98d38e98f1ff8fce079190e4e4d4deb2b1b2338afcb4655a82ee529d8d7506b4b1892713a590908a33c56c813c5223b1307e
+SHA512 (sop-0.5.0.crate) = 474196fa1290a2226814bee04cbfd98e65efee7cb137c304cbad41a17722995d1fb45afae67547749917dc718aaecf2ed113fb58273240566805be4652d69bfe
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 21:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 21:27 [rpms/rust-sop] epel9: Update to version 0.5.0; Fixes RHBZ#2089451 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox