Update to 0.2.16

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/structopt-derive-0.2.13.crate
/structopt-derive-0.2.14.crate
/structopt-derive-0.2.15.crate
/structopt-derive-0.2.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm
# Generated by rust2rpm 9
%bcond_with check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.15
Version: 0.2.16
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct, derive crate
@ -13,9 +13,6 @@ Summary: Parse command line argument by defining a struct, derive crate
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt-derive
Source: %{crates_source}
# Initial patched metadata
# * No nightly
Patch0: structopt-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -25,8 +22,8 @@ BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/defa
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)
%global _description \
Parse command line argument by defining a struct, derive crate.
%global _description %{expand:
Parse command line argument by defining a struct, derive crate.}
%description %{_description}
@ -55,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -71,6 +80,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 30 17:35:05 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
- Update to 0.2.16
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15

@ -1 +1 @@
SHA512 (structopt-derive-0.2.15.crate) = 1fdba3e9144b6c3fa82b5591760451e59d1a48c361fb5060947d87bce06e71c102163227841920b50295c3713b4a9944664ed5042db328756c145cda69f9150b
SHA512 (structopt-derive-0.2.16.crate) = 7ede89d104af3e57e9a78eae16cc8644622b1e83f8ea852ed3cad2e03d3ccb50e5fbd0f3f73cdc32b51bab6607b9b65266012fc7294d48ca0a234875c816a301

Loading…
Cancel
Save