Update to 0.5.0 (resolves: rhbz#2047961)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 2038c2b478
commit 508f748fe1

4
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (below-dump-0.4.1.crate) = 7ecc3cede584594627e041cd1af9039e58d3cae4ebc8773f7e8cf9175cb7f5fd440b7118273aacf9b5afaeb861c8dc204d697473c3e080a9750c04e9663a7910
SHA512 (below-dump-0.5.0.crate) = 74d5f23dc6241b9f27bbe740507fbca8b48a2d5a028671c2ea9ea96ef704289d6f8c2ed33fea0f500b100f94b360a66a501e1eabf5880f4043d227ccc87528c1

Loading…
Cancel
Save