Update to 0.5.0 (resolves: rhbz#2047958)

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

4
.gitignore vendored

@ -1,4 +1,2 @@
/below-render-0.2.0.crate
/below-render-0.3.0.crate
/below-render-0.4.0.crate
/below-render-0.4.1.crate /below-render-0.4.1.crate
/below-render-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-render %global crate below-render
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.1 Version: 0.5.0
Release: %autorelease Release: %autorelease
Summary: Render crate for below Summary: Render crate for below
@ -15,9 +15,6 @@ URL: https://crates.io/crates/below-render
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-render-0.4.1.crate) = d2b17d7f9b69b0a52f226d4dada0ebdf635bef144f6aea6a430071bf4555c6c1a2e654d14edca609dc9d77ca69fdc43975cfb1786be53a818ed9dfa6b68a15c7 SHA512 (below-render-0.5.0.crate) = 0cb06b1075b8e5d7e739a8bc1e0fcae6ffd1fc88a7fd1e5d9393956384647c9e31e2420b0f95cb3937d139dbc296ea7cbecec10947e425a4d53a4ba997cac65a

Loading…
Cancel
Save