Update to 0.3.17

epel9
Josh Stone 4 years ago
parent 0ed467fe31
commit eb0fa2c9d2

1
.gitignore vendored

@ -19,3 +19,4 @@
/structopt-0.3.13.crate
/structopt-0.3.14.crate
/structopt-0.3.15.crate
/structopt-0.3.17.crate

@ -5,8 +5,8 @@
%global crate structopt
Name: rust-%{crate}
Version: 0.3.15
Release: 3%{?dist}
Version: 0.3.17
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
# Upstream license specification: Apache-2.0 OR MIT
@ -124,6 +124,18 @@ which use "paw" feature of "%{crate}" crate.
%files -n %{name}+paw-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+paw_dep-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+paw_dep-devel %{_description}
This package contains library source intended for building other packages
which use "paw_dep" feature of "%{crate}" crate.
%files -n %{name}+paw_dep-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+suggestions-devel
Summary: %{summary}
BuildArch: noarch
@ -181,6 +193,9 @@ which use "yaml" feature of "%{crate}" crate.
%endif
%changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.3.17-1
- Update to 0.3.17
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (structopt-0.3.15.crate) = 92f577714dae111b6a3c0a4b2f2e30be60f9387427c4458b1641e2589e17c6c1055c9860f3370a89bb6e1fd48333d0a88c7af007c6310ec881436a7aec444e99
SHA512 (structopt-0.3.17.crate) = dc193e216dca278b081057072e7888f5b0e0c773fac8e136efd9d0af8cfe89f60d07459bbf23172dd7f8c4ee461458a7d5be957d6cddcc5bbff18515716b66c0

Loading…
Cancel
Save