Update to 0.5.0 (resolves: rhbz#2047956)

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

4
.gitignore vendored

@ -1,4 +1,2 @@
/below-common-0.2.0.crate
/below-common-0.3.0.crate
/below-common-0.4.0.crate
/below-common-0.4.1.crate /below-common-0.4.1.crate
/below-common-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-common %global crate below-common
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.1 Version: 0.5.0
Release: %autorelease Release: %autorelease
Summary: Common below code Summary: Common below code
@ -15,9 +15,6 @@ URL: https://crates.io/crates/below-common
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-common-0.4.1.crate) = 4dc6b72e4591f7f7b9f7d598d8a073bbdb6d8b747e374add96e020fbaa59f8a9dcfcb5641943edf9e83d1884e90de7e7a7614c2d964d0d10b79b119939eea72f SHA512 (below-common-0.5.0.crate) = 79ce7b05b9ed6de80ce1c7101c135a4f36a72f1fdef4b66c4a814198383385a796bf2d20a1d86a5f965382e3dbce52c0561591b19ac0a003e0a116a2b33b4dd0

Loading…
Cancel
Save