Update to 0.5.0 (resolves: rhbz#2047949)

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

4
.gitignore vendored

@ -1,4 +1,2 @@
/fb_procfs-0.2.0.crate
/fb_procfs-0.3.0.crate
/fb_procfs-0.4.0.crate
/fb_procfs-0.4.1.crate
/fb_procfs-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 fb_procfs
Name: rust-%{crate}
Version: 0.4.1
Version: 0.5.0
Release: %autorelease
Summary: Crate for reading procfs
@ -15,9 +15,6 @@ URL: https://crates.io/crates/fb_procfs
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
@ -46,8 +43,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 (fb_procfs-0.4.1.crate) = 9021e081d6096e9aeb2e6d7bf8dcf54808ed895d8a2e2bcf486bf75b0d4d3a2a5bb9daea32386993be12906f26e21b2ce91e49c622e3c25ea8c447dcce61f853
SHA512 (fb_procfs-0.5.0.crate) = 1b4ddfb10bf53a602172d2e8e0a59bbb38279aa182eb4de47d647f4247250aa7766ea282779ee6ce1693167c7c5e3337e1234a1bc846e0b9c094d7577433e53a

Loading…
Cancel
Save