Update to 0.2.5

epel9
Josh Stone 7 years ago
parent 76ba27d9b4
commit 3d6b8b5ccf

1
.gitignore vendored

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

@ -5,12 +5,12 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.1.6
Version: 0.2.5
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
# https://github.com/TeXitoi/structopt/issues/61
License: WTFPL
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,8 +18,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(quote) >= 0.3.12 with crate(quote) < 0.4.0)
BuildRequires: (crate(syn) >= 0.11.4 with crate(syn) < 0.12.0)
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)
%description
%{summary}.
@ -50,8 +51,12 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Initial package

@ -1 +1 @@
SHA512 (structopt-derive-0.1.6.crate) = f0ff36906eb89c6055b959e8108105d401848c5ddd744036352904cff340d9410db0ba9b60083b5289a2a4dd0aa5830434289da6c7cb8565fa513c03390aa0c8
SHA512 (structopt-derive-0.2.5.crate) = ab26f74d0015d8771868f0552d532ac8d7a4efcc3b37224124b0231db8718ce61ef08cb896177345948d48d6e64fe81cc10eee49c3eec09bc5d83e9e96a80c9e

Loading…
Cancel
Save