Update to 0.2.14

epel9
Josh Stone 6 years ago
parent 30f81b9e39
commit 31ed4de17d

1
.gitignore vendored

@ -6,3 +6,4 @@
/structopt-0.2.11.crate
/structopt-0.2.12.crate
/structopt-0.2.13.crate
/structopt-0.2.14.crate

@ -5,7 +5,7 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.2.13
Version: 0.2.14
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
@ -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.13 with crate(structopt-derive/default) < 0.3.0)
BuildRequires: (crate(structopt-derive/default) >= 0.2.14 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
* Mon Dec 10 2018 Josh Stone <jistone@redhat.com> - 0.2.14-1
- Update to 0.2.14
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13

@ -1 +1 @@
SHA512 (structopt-0.2.13.crate) = 8a7911d754e8c5fd8298d0d60d6d0d6a349640424853cbd847777773eea81d0dc4c0899f0551e5158aed5400a302a2cf6c8a628858ac389f658799d1fff4502a
SHA512 (structopt-0.2.14.crate) = 785eeda171c384be44ce7780f6205eec7d5544867ee75f375cd7e23c799fa3e837308d4b41431380ca9fa2b8842d87a17066a81b3f498ad3f4c66c51284e5853

Loading…
Cancel
Save