Update to 3.0.0~beta.5

epel9
Robert-André Mauchin 3 years ago
parent d254886f86
commit d753e92908

1
.gitignore vendored

@ -1 +1,2 @@
/clap_derive-3.0.0-beta.2.crate
/clap_derive-3.0.0-beta.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate clap_derive
Name: rust-%{crate}
Version: 3.0.0~beta.2
Version: 3.0.0~beta.5
Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate
@ -64,30 +64,6 @@ which use "debug" feature of "%{crate}" crate.
%files -n %{name}+debug-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+doc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+doc-devel %{_description}
This package contains library source intended for building other packages
which use "doc" feature of "%{crate}" crate.
%files -n %{name}+doc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (clap_derive-3.0.0-beta.2.crate) = 4e2620557daae4f1da925e0ead0f18c76586b59b9e2289d85a949a081f88e097b56bfda2ef07c88704e7b5704dc58de3a468bf73705ba64a85d59103ff60dd5f
SHA512 (clap_derive-3.0.0-beta.5.crate) = 76251b7e781cde93809785e5a5370789fc6ae94397cf1e80efb1c4bda20e2b984fb9090f21d469224f3861ff51f80ba780c3bf176db9ea1860b34592df4fa917

Loading…
Cancel
Save