Update to version 0.10.5; Fixes RHBZ#2123879

epel9
Fabio Valentini 2 years ago
parent afae7a2ef5
commit 0d99f8b51a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/sha1-0.10.0.crate
/sha1-0.10.1.crate
/sha1-0.10.2.crate
/sha1-0.10.5.crate

@ -5,7 +5,7 @@
%global crate sha1
Name: rust-sha1
Version: 0.10.2
Version: 0.10.5
Release: %autorelease
Summary: SHA-1 hash function
@ -74,6 +74,18 @@ use the "force-soft" feature of the "%{crate}" crate.
%files -n %{name}+force-soft-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+oid-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+oid-devel %{_description}
This package contains library source intended for building other packages which
use the "oid" feature of the "%{crate}" crate.
%files -n %{name}+oid-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (sha1-0.10.2.crate) = a889914c3960abcf0c423b60890474daeb257f343313349ba3b9376d72c9bf466171a04d91daba452b5bc36106e484ebdbbb819a303f920b58fdcd42b692d7e4
SHA512 (sha1-0.10.5.crate) = 1046b91a9ea64b90098ee6e16c63f0620dc7c2dc847d200972a3da3c8d1ac61fa9030682099a411cdd24717b64d488e0b1be1cbe8f7bfee26b8c15cf4f8e5e9b

Loading…
Cancel
Save