Version 3.2.7 (rhbz#2096355)

epel9
Zbigniew Jędrzejewski-Szmek 3 years ago
parent e34a821056
commit 3eb381e4ad

1
.gitignore vendored

@ -4,3 +4,4 @@
/clap_derive-3.0.14.crate
/clap_derive-3.1.2.crate
/clap_derive-3.1.18.crate
/clap_derive-3.2.7.crate

@ -5,12 +5,12 @@
%global crate clap_derive
Name: rust-%{crate}
Version: 3.1.18
Version: 3.2.7
Release: %autorelease
Summary: Parse command line argument by defining a struct, derive crate
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/clap_derive
Source: %{crates_source}
@ -62,6 +62,30 @@ use the "debug" feature of the "%{crate}" crate.
%files -n %{name}+debug-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+deprecated-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+deprecated-devel %{_description}
This package contains library source intended for building other packages which
use the "deprecated" feature of the "%{crate}" crate.
%files -n %{name}+deprecated-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+raw-deprecated-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+raw-deprecated-devel %{_description}
This package contains library source intended for building other packages which
use the "raw-deprecated" feature of the "%{crate}" crate.
%files -n %{name}+raw-deprecated-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-v4-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (clap_derive-3.1.18.crate) = 9bf92e45de15bdfe1ca9a1363f1d243b8df1e5e7d957d6240fa351387b362ef91dc9acffea7256c2161ae8472e35ee2cd678c0bee1f9a27771ae9f4f3f71b351
SHA512 (clap_derive-3.2.7.crate) = ac6a7004281c99306dfb6ab75e8a66c300c0b6ef5db84098eb76369d2e9939b59ba2e4a175abe2cd9c243d61e19fb5948cfe30d72adb60d53304306340f5cedc

Loading…
Cancel
Save