Update to 0.2.13

epel9
Josh Stone 6 years ago
parent 1da231b638
commit 373d1a1466

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate structopt-derive
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, derive crate
# Upstream license specification: Apache-2.0/MIT
@ -17,6 +17,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(heck/default) >= 0.3.0 with crate(heck/default) < 0.4.0)
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
@ -67,6 +68,9 @@ which use "default" 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-derive-0.2.12.crate) = 705c0d14cd07b7d6ddf3757f4cfb4e943f9a81513f7db035c14201905be5d245834e9bdeca001b7f5ed3f3c15930c40892b0f539ab44d1139a530c0fba0a62f7
SHA512 (structopt-derive-0.2.13.crate) = d7076b4dc4bb153924ab896e0592e742d19943c54e5b1a27f06992174fe1310e8ec5c1bec633556b51c14ae147d944c5033c203d46e355962eb6e4145dfa113d

Loading…
Cancel
Save