Update to version 4.1.0; Fixes RHBZ#2128537

epel9
Fabio Valentini 2 years ago
parent 8cea75c671
commit 60a86f51a3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/clap_derive-3.2.15.crate /clap_derive-3.2.15.crate
/clap_derive-3.2.17.crate /clap_derive-3.2.17.crate
/clap_derive-3.2.18.crate /clap_derive-3.2.18.crate
/clap_derive-4.1.0.crate

@ -1,3 +0,0 @@
# rust-clap_derive
The rust-clap_derive package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate clap_derive %global crate clap_derive
Name: rust-clap_derive Name: rust-clap_derive
Version: 3.2.18 Version: 4.1.0
Release: %autorelease Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate Summary: Parse command line argument by defining a struct, derive crate
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/clap_derive URL: https://crates.io/crates/clap_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
@ -85,16 +83,16 @@ use the "raw-deprecated" feature of the "%{crate}" crate.
%files -n %{name}+raw-deprecated-devel %files -n %{name}+raw-deprecated-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-v4-devel %package -n %{name}+unstable-v5-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+unstable-v4-devel %{_description} %description -n %{name}+unstable-v5-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "unstable-v4" feature of the "%{crate}" crate. use the "unstable-v5" feature of the "%{crate}" crate.
%files -n %{name}+unstable-v4-devel %files -n %{name}+unstable-v5-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep

@ -1 +1 @@
SHA512 (clap_derive-3.2.18.crate) = d5349b3d5711bd4900173aa5210d7c4aebb0bf70128e11f26b362f5acb43687f6ce5ef73e4d614ce9c1d649d34b68ff15ab8b65fdf1898fd295ee4b4a7523497 SHA512 (clap_derive-4.1.0.crate) = dc191ccd0b596395d029e9ded5d1cb2cb86c8392a4de52ddb877b59dafe85369287b6ec2749d01f33372fcd4cb6a4e12a9cb02b394f50d65ebdc4693af062807

Loading…
Cancel
Save