update to version 0.3.21

epel9
Fabio Valentini 4 years ago
parent ba5fd19357
commit 309c192a72
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/structopt-0.3.17.crate
/structopt-0.3.18.crate
/structopt-0.3.20.crate
/structopt-0.3.21.crate

@ -0,0 +1,5 @@
[DEFAULT]
unwanted-features =
lints
paw
paw_dep

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate structopt
Name: rust-%{crate}
Version: 0.3.20
Version: 0.3.21
Release: 1%{?dist}
Summary: Parse command line argument by defining a struct
@ -13,10 +13,6 @@ Summary: Parse command line argument by defining a struct
License: ASL 2.0 or MIT
URL: https://crates.io/crates/structopt
Source: %{crates_source}
# Initial patched metadata
# * drop lints feature: clippy crate is not packaged
# * drop paw feature: paw is not packaged
Patch0: structopt-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -142,10 +138,6 @@ which use "yaml" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# remove executable bit from ... everything
for i in $(find -type f -executable); do
chmod a-x $i;
done
%cargo_prep
%generate_buildrequires
@ -165,6 +157,9 @@ done
%endif
%changelog
* Thu Dec 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.21-1
- Update to version 0.3.21.
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.20-1
- Update to version 0.3.20.
- Drop "lints" and "paw" features with broken dependencies.

@ -1 +1 @@
SHA512 (structopt-0.3.20.crate) = cdbd409fb5443622184a21b108c6ed854676912dc599b0dfbe3a4d229184f3690739dc931c80e55aa43730ff8c66ea4b65e92f8739e81f26f3f45a4c75c7e845
SHA512 (structopt-0.3.21.crate) = df8592f10456a5b1a7bc7b290357c069ce4eba14d2558ecd6face231e49c748a8892c31ffad000b426e8180d3e4dd607329db91f4b5617e971b2edda5bab42f1

Loading…
Cancel
Save