Update to version 3.2.4; Fixes RHBZ#2055352

epel9
Fabio Valentini 3 years ago
parent 8a16b6edc5
commit 6aaeb0f7aa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/clap_complete_fig-3.0.2.crate /clap_complete_fig-3.0.2.crate
/clap_complete_fig-3.2.4.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check # * missing dev-dependency: snapbox
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate clap_complete_fig %global crate clap_complete_fig
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.2 Version: 3.2.4
Release: %autorelease Release: %autorelease
Summary: Generator library used with clap for Fig completion scripts Summary: Generator library used with clap for Fig completion scripts
@ -16,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Generator library used with clap for Fig completion scripts.} Generator library used with clap for Fig completion scripts.}
@ -33,9 +34,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +49,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (clap_complete_fig-3.0.2.crate) = 38b8a5f6fad0868793e07eeec1c59b00759a0bc6eac4819dc4adb43bd8cf7ddb500962cd1d882fb2d5a93f98cf8272572a4af35b8b71a58baf61a4f35176f47c SHA512 (clap_complete_fig-3.2.4.crate) = ca5e00895e334e447a12c66108b284fe835eab101ca7c3b014d827247c7ab1d56ca06de3bf82a3cf9213b3011786dd97fbea31ef23772041d2d53ad3ab2375aa

Loading…
Cancel
Save