Update to 0.2.11

epel9
Josh Stone 6 years ago
parent 70884a6843
commit 3a385c55fd

1
.gitignore vendored

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

@ -5,10 +5,11 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.10
Release: 2%{?dist}
Version: 0.2.11
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: Apache-2.0/MIT
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
@ -19,7 +20,7 @@ BuildRequires: rust-packaging
# [dependencies]
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)
BuildRequires: (crate(syn) >= 0.15.0 with crate(syn) < 0.16.0)
%description
%{summary}.
@ -54,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Oct 05 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (structopt-derive-0.2.10.crate) = 082826c52d88f61e07dc430861a345af78ebc6caffd115aeb8a0ad2388d7f0aa51fa071657b8c66f1c885d929f1e2cdaccab716905581d656a691fd74325b036
SHA512 (structopt-derive-0.2.11.crate) = 81f104363ab51c732efdc1275a6058019df1a28bc19e810c2675ddc695f34e89dbd5baf40690d2e0ed5862f48c31d95feb8a92ccbd839cb7c82fca89d7ebd1f6

Loading…
Cancel
Save