Update to 0.2.10

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 3a2222acf4
commit 4decb6c5e7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/structopt-derive-0.2.5.crate
/structopt-derive-0.2.7.crate
/structopt-derive-0.2.8.crate
/structopt-derive-0.2.10.crate

@ -5,7 +5,7 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.8
Version: 0.2.10
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
@ -17,9 +17,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(proc-macro2) >= 0.3.0 with crate(proc-macro2) < 0.4.0)
BuildRequires: (crate(quote) >= 0.5.0 with crate(quote) < 0.6.0)
BuildRequires: (crate(syn) >= 0.13.0 with crate(syn) < 0.14.0)
BuildRequires: (crate(proc-macro2) >= 0.4.0 with crate(proc-macro2) < 0.5.0)
BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
BuildRequires: (crate(syn) >= 0.14.0 with crate(syn) < 0.15.0)
%description
%{summary}.
@ -54,6 +54,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-1
- Update to 0.2.10
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8

@ -1 +1 @@
SHA512 (structopt-derive-0.2.8.crate) = 407f2c46ec6600b7f81fd2858a306b6799c7a5cece5f693aa41014f391ed44386e741085c23e0828bca8ce422f700d0d5635ab05091d2e7c24af76dbe6c8719f
SHA512 (structopt-derive-0.2.10.crate) = 082826c52d88f61e07dc430861a345af78ebc6caffd115aeb8a0ad2388d7f0aa51fa071657b8c66f1c885d929f1e2cdaccab716905581d656a691fd74325b036

Loading…
Cancel
Save