Update to version 0.10.6; Fixes RHBZ#2123880

epel9
Fabio Valentini 2 years ago
parent ac4d5ce746
commit 75d17eb3fc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/sha2-0.10.1.crate /sha2-0.10.1.crate
/sha2-0.10.2.crate /sha2-0.10.2.crate
/sha2-0.10.3.crate /sha2-0.10.3.crate
/sha2-0.10.6.crate

@ -5,7 +5,7 @@
%global crate sha2 %global crate sha2
Name: rust-sha2 Name: rust-sha2
Version: 0.10.3 Version: 0.10.6
Release: %autorelease Release: %autorelease
Summary: Pure Rust implementation of the SHA-2 hash function family Summary: Pure Rust implementation of the SHA-2 hash function family
@ -75,6 +75,18 @@ use the "force-soft" feature of the "%{crate}" crate.
%files -n %{name}+force-soft-devel %files -n %{name}+force-soft-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (sha2-0.10.3.crate) = ba7abf178cd5af0ab8d5ebf94ae7277ee365234ad69ea8233407a5f7f7a04c0822da5eb2ddc8d75cba16b44ab36c22a6d68301145825df1a35da3f5500c0037d SHA512 (sha2-0.10.6.crate) = 38dea4c300ea8dee22587ab0af6d66dbde824e1cb071e02e7790bf978efff6bdb6d4076d61c5acb38e86e69261a65811a7bd0182299d53ef053202ee54d2b05c

Loading…
Cancel
Save