Update to version 0.4.15; Fixes RHBZ#1979060

epel9
Fabio Valentini 4 years ago
parent 66c455d2aa
commit c94f6de31d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/structopt-derive-0.4.11.crate
/structopt-derive-0.4.13.crate
/structopt-derive-0.4.14.crate
/structopt-derive-0.4.15.crate

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
paw

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.4.14
Version: 0.4.15
Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate
@ -51,18 +51,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (structopt-derive-0.4.14.crate) = bc20dd9d10c6dc1f5975b074a63eb84b49385ad272b62d8526962e88b28cada3998c3944dedaf8560d6577871747b875cd399dfe06851472c0a1c81fced429a0
SHA512 (structopt-derive-0.4.15.crate) = a241cd02ee91195548759e6143f4c08eac70466d6e13fc5af59a09c15dec27816cfb766c7f2024d4a678a1a1fc8fe5d78b858b3ac0f53fda914ec9ec1d8abc8d

Loading…
Cancel
Save