Update to 0.5.0 (resolves: rhbz#2047959)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 773f58cb18
commit 7cf1613bc5

4
.gitignore vendored

@ -1,4 +1,2 @@
/below-model-0.2.0.crate
/below-model-0.3.0.crate
/below-model-0.4.0.crate
/below-model-0.4.1.crate
/below-model-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-model
Name: rust-%{crate}
Version: 0.4.1
Version: 0.5.0
Release: %autorelease
Summary: Model crate for below
@ -15,9 +15,6 @@ URL: https://crates.io/crates/below-model
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-model-0.4.1.crate) = 319a725b969462c797f0c164d08b254e54f7d80dac293f881e1629c4bbb7f27562033dce097cce29d9622ee9b2f2af67a6d089cf09dbcdde63969dc329e08ff5
SHA512 (below-model-0.5.0.crate) = 13a34c79d4fe14bf508569a693a84a2e05c416debcff7dded421254bea6e1f0386fba44146bd4c5a1a9576bcbec25bb708c9d16ebfbf439b8e966e0bb00a7768

Loading…
Cancel
Save