diff --git a/.gitignore b/.gitignore index b0fa009..1f8efcc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-structopt-derive.spec b/rust-structopt-derive.spec index e13f0b0..3fc8215 100644 --- a/rust-structopt-derive.spec +++ b/rust-structopt-derive.spec @@ -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 - 0.2.17-1 +- Update to 0.2.17 + * Thu May 30 17:35:05 CEST 2019 Igor Gnatenko - 0.2.16-1 - Update to 0.2.16 diff --git a/sources b/sources index cbe94fa..6efa12d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (structopt-derive-0.2.16.crate) = 7ede89d104af3e57e9a78eae16cc8644622b1e83f8ea852ed3cad2e03d3ccb50e5fbd0f3f73cdc32b51bab6607b9b65266012fc7294d48ca0a234875c816a301 +SHA512 (structopt-derive-0.2.17.crate) = 3745c5563de0452d66e96322af4f885328e33c2411ce4c0ff5ae65f22aead59e2162271a85e8315726d6946441f87fa69df1a82f9dd1aab617883e4844f456e1 diff --git a/structopt-derive-fix-metadata.diff b/structopt-derive-fix-metadata.diff deleted file mode 100644 index f674414..0000000 --- a/structopt-derive-fix-metadata.diff +++ /dev/null @@ -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"