Update to 0.2.17

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

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.2.16
Version: 0.2.17
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
@ -19,7 +19,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(clap) >= 2.21.0 with crate(clap) < 3.0.0)
BuildRequires: (crate(clap/default) >= 2.21.0 with crate(clap/default) < 3.0.0)
BuildRequires: (crate(structopt-derive/default) >= 0.2.16 with crate(structopt-derive/default) < 0.3.0)
BuildRequires: (crate(structopt-derive/default) >= 0.2.17 with crate(structopt-derive/default) < 0.3.0)
%global _description %{expand:
Parse command line argument by defining a struct.}
@ -124,6 +124,18 @@ which use "no_cargo" feature of "%{crate}" crate.
%files -n %{name}+no_cargo-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
%package -n %{name}+suggestions-devel
Summary: %{summary}
BuildArch: noarch
@ -177,6 +189,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.17-1
- Update to 0.2.17
* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
- Update to 0.2.16

@ -1 +1 @@
SHA512 (structopt-0.2.16.crate) = 3154f168dabdb6476989970e75d43c8d730f73b567171c0d3bedaa1549ffa13dc543c28b25174efdbb90637b972e9e857dbf2422b95fb55ed9dabbde069e191e
SHA512 (structopt-0.2.17.crate) = 7464d87cab212f5cb232c84d40b10ba685a65b6c37d5fd225bbfcf23059748e63d200e58848cfbad3f0f83bd547fb7c339f6b757c6b6e1d12748aa62e1a0abcd

Loading…
Cancel
Save