Update to 0.5.0 (resolves: rhbz#2047962)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 77bea83c35
commit 58674a5ab6

3
.gitignore vendored

@ -1,3 +1,2 @@
/below-config-0.3.0.crate
/below-config-0.4.0.crate
/below-config-0.4.1.crate
/below-config-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-config
Name: rust-%{crate}
Version: 0.4.1
Version: 0.5.0
Release: %autorelease
Summary: Configerations for below
@ -15,9 +15,6 @@ URL: https://crates.io/crates/below-config
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-config-0.4.1.crate) = 5826e498cc16804179584cfea57e3f6c87070fd25e7f41b46908b0a0790814e4b567dd47af1488b16ecb0dafa5ed8077e9fdeda059801f90afcd1e125dcc613f
SHA512 (below-config-0.5.0.crate) = ec1310bbdce231f0892c7ce93101e9757b00a275b557c3253a9f23022a90902ad101000710638a4073c369517e95a4f7678b2ab5e97258e8e045d81ebdf4157c

Loading…
Cancel
Save