Update to 0.2.17

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/structopt-derive-0.2.14.crate
/structopt-derive-0.2.15.crate
/structopt-derive-0.2.16.crate
/structopt-derive-0.2.17.crate

@ -5,7 +5,7 @@
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.16
Version: 0.2.17
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
@ -20,7 +20,7 @@ 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)
BuildRequires: (crate(syn/default) >= 0.15.10 with crate(syn/default) < 0.16.0)
%global _description %{expand:
Parse command line argument by defining a struct, derive crate.}
@ -64,6 +64,18 @@ which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+paw-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+paw-devel %{_description}
This package contains library source intended for building other packages
which use "paw" feature of "%{crate}" crate.
%files -n %{name}+paw-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -80,6 +92,9 @@ which use "nightly" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 02 08:58:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.17-1
- Update to 0.2.17
* Thu May 30 17:35:05 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
- Update to 0.2.16

@ -1 +1 @@
SHA512 (structopt-derive-0.2.16.crate) = 7ede89d104af3e57e9a78eae16cc8644622b1e83f8ea852ed3cad2e03d3ccb50e5fbd0f3f73cdc32b51bab6607b9b65266012fc7294d48ca0a234875c816a301
SHA512 (structopt-derive-0.2.17.crate) = 3745c5563de0452d66e96322af4f885328e33c2411ce4c0ff5ae65f22aead59e2162271a85e8315726d6946441f87fa69df1a82f9dd1aab617883e4844f456e1

@ -1,11 +0,0 @@
--- structopt-derive-0.2.15/Cargo.toml 1970-01-01T01:00:00+01:00
+++ structopt-derive-0.2.15/Cargo.toml 2019-03-09T12:16:49.631467+01:00
@@ -34,8 +34,5 @@
[dependencies.syn]
version = "0.15"
-
-[features]
-nightly = ["proc-macro2/nightly"]
[badges.travis-ci]
repository = "TeXitoi/structopt"
Loading…
Cancel
Save