Update to 0.2.7

epel9
Josh Stone 7 years ago
parent e70ce79718
commit 224f0d8fe4

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.2.5
Version: 0.2.7
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
@ -18,7 +18,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(clap) >= 2.20.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(structopt-derive) >= 0.2.5 with crate(structopt-derive) < 0.3.0)
BuildRequires: (crate(structopt-derive) >= 0.2.7 with crate(structopt-derive) < 0.3.0)
%description
%{summary}.
@ -45,7 +45,8 @@ which use %{crate} from crates.io.
%if %{with check}
%check
%cargo_test
# flatten_twice is marked should_panic, but gets a hard error from clap
%cargo_test -- --skip flatten_twice
%endif
%files devel
@ -54,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.2.7-1
- Update to 0.2.7
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5

@ -1 +1 @@
SHA512 (structopt-0.2.5.crate) = ce66b7ea27e0146bfff84c6a31809e6547f2a97290f38e44ffeae90994dc2ddc326eef4e9d13c34e69a9f8284ab64d0c5faa6caeeb6fd8a637dc15ec589679e7
SHA512 (structopt-0.2.7.crate) = 007dd63064162dcc5a00ff031b1d7fbd38554317558cc36c9a6b700dcba3523d88fd22475f60f00f3508ec2f678cfa2220359de70b2a63f94291fb4cb85eacb7

Loading…
Cancel
Save