Update to 0.2.12

epel9
Josh Stone 6 years ago
parent b516b45851
commit ace8699937

1
.gitignore vendored

@ -4,3 +4,4 @@
/structopt-0.2.8.crate
/structopt-0.2.10.crate
/structopt-0.2.11.crate
/structopt-0.2.12.crate

@ -5,7 +5,7 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.2.11
Version: 0.2.12
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
@ -21,8 +21,8 @@ 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.11 with crate(structopt-derive) < 0.3.0)
BuildRequires: (crate(clap) >= 2.21.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(structopt-derive) >= 0.2.12 with crate(structopt-derive) < 0.3.0)
%description
%{summary}.
@ -59,6 +59,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.2.12-1
- Update to 0.2.12
* Fri Oct 05 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11

@ -1 +1 @@
SHA512 (structopt-0.2.11.crate) = e7356941567827de613eba8bde72914dd108e285eb356be8581fc45ffbb14e6d0a4f58b24ace68f53d0d5355bcf69ed8f3d8b9ac784a38968975057f5b7de32a
SHA512 (structopt-0.2.12.crate) = 36d24a7780332d9a6bf55f329f73b88800dcffc3e74a0c50978d223074e884f9934b8effc38bb67de747fd60fb415035cbfeb84820ecf184ba8aa00290670f7a

Loading…
Cancel
Save