Update to 0.2.7

epel9
Josh Stone 7 years ago
parent 3d6b8b5ccf
commit 79a338ea77

1
.gitignore vendored

@ -1,2 +1,3 @@
/structopt-derive-0.1.6.crate
/structopt-derive-0.2.5.crate
/structopt-derive-0.2.7.crate

@ -5,11 +5,10 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.5
Version: 0.2.7
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
# https://github.com/TeXitoi/structopt/issues/61
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -18,9 +17,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(proc-macro2) >= 0.2.0 with crate(proc-macro2) < 0.3.0)
BuildRequires: (crate(quote) >= 0.4.0 with crate(quote) < 0.5.0)
BuildRequires: (crate(syn) >= 0.12.0 with crate(syn) < 0.13.0)
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)
%description
%{summary}.
@ -55,6 +54,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.2.7-1
- Update to 0.2.7
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5

@ -1 +1 @@
SHA512 (structopt-derive-0.2.5.crate) = ab26f74d0015d8771868f0552d532ac8d7a4efcc3b37224124b0231db8718ce61ef08cb896177345948d48d6e64fe81cc10eee49c3eec09bc5d83e9e96a80c9e
SHA512 (structopt-derive-0.2.7.crate) = fa639a903f2a15755f750dab0d79bbad0b98838fcc2f832f981d33f3360b04fde4289f49c06931ac0382601278db893603b26e28fff0b97492d0feccc918424d

Loading…
Cancel
Save