Update to 0.5.0 (resolves: rhbz#2047957)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent bfedaa1cfb
commit af699839a1

4
.gitignore vendored

@ -1,4 +1,2 @@
/below_derive-0.2.0.crate
/below_derive-0.3.0.crate
/below_derive-0.4.0.crate
/below_derive-0.4.1.crate /below_derive-0.4.1.crate
/below_derive-0.5.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate below_derive %global crate below_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.1 Version: 0.5.0
Release: %autorelease Release: %autorelease
Summary: Proc macros for below Summary: Proc macros for below
@ -15,9 +15,6 @@ URL: https://crates.io/crates/below_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -45,8 +42,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (below_derive-0.4.1.crate) = 68c5f4c543a9ae1dc4e22fd0a4b0a91873c489d7ee0d97c4a7c251071c688f7632a6713ac0d496d9337e9153e339eff34b337d56ec8c72758f6368cf5c68ddb4 SHA512 (below_derive-0.5.0.crate) = f6cdf415d252d75ad6f1e3d18c39d576ed17b40fa878100b7480e7c783537528d0c6f1ccab6c3202dcf37847b52034369e31d2310febb4aedc2e1a21fdc14ba4

Loading…
Cancel
Save