Update to 0.2.13

epel9
Josh Stone 6 years ago
parent 7e77c1a346
commit 30f81b9e39

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.2.12
Release: 2%{?dist}
Version: 0.2.13
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
# Upstream license specification: Apache-2.0/MIT
@ -29,7 +29,7 @@ BuildRequires: (crate(clap/no_cargo) >= 2.21.0 with crate(clap/no_cargo) < 3.0.
BuildRequires: (crate(clap/suggestions) >= 2.21.0 with crate(clap/suggestions) < 3.0.0)
BuildRequires: (crate(clap/wrap_help) >= 2.21.0 with crate(clap/wrap_help) < 3.0.0)
BuildRequires: (crate(clap/yaml) >= 2.21.0 with crate(clap/yaml) < 3.0.0)
BuildRequires: (crate(structopt-derive/default) >= 0.2.12 with crate(structopt-derive/default) < 0.3.0)
BuildRequires: (crate(structopt-derive/default) >= 0.2.13 with crate(structopt-derive/default) < 0.3.0)
%global _description \
Parse command line argument by defining a struct.
@ -163,6 +163,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.2.12-2
- Adapt to new packaging

@ -1 +1 @@
SHA512 (structopt-0.2.12.crate) = 36d24a7780332d9a6bf55f329f73b88800dcffc3e74a0c50978d223074e884f9934b8effc38bb67de747fd60fb415035cbfeb84820ecf184ba8aa00290670f7a
SHA512 (structopt-0.2.13.crate) = 8a7911d754e8c5fd8298d0d60d6d0d6a349640424853cbd847777773eea81d0dc4c0899f0551e5158aed5400a302a2cf6c8a628858ac389f658799d1fff4502a

Loading…
Cancel
Save