Update to 0.2.5

epel9
Josh Stone 7 years ago
parent 3b018f0cc5
commit e70ce79718

1
.gitignore vendored

@ -1 +1,2 @@
/structopt-0.1.7.crate
/structopt-0.2.5.crate

@ -5,11 +5,11 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.1.7
Version: 0.2.5
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
License: WTFPL
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -18,10 +18,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(clap) >= 2.20.0 with crate(clap) < 3.0.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(structopt-derive) >= 0.1.6 with crate(structopt-derive) < 0.2.0)
%endif
BuildRequires: (crate(structopt-derive) >= 0.2.5 with crate(structopt-derive) < 0.3.0)
%description
%{summary}.
@ -52,10 +49,13 @@ which use %{crate} from crates.io.
%endif
%files devel
%license COPYING
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Initial package

@ -1 +1 @@
SHA512 (structopt-0.1.7.crate) = a8d1049986567a9590debe3df2e1971b84f28ac386a3ccb8e4e7bde283712d215010a894fb66e7309adc805121ff30fb19294a350169df97668278f32023555f
SHA512 (structopt-0.2.5.crate) = ce66b7ea27e0146bfff84c6a31809e6547f2a97290f38e44ffeae90994dc2ddc326eef4e9d13c34e69a9f8284ab64d0c5faa6caeeb6fd8a637dc15ec589679e7

Loading…
Cancel
Save