Update to version 0.10.8; Fixes RHBZ#2240782

epel9 imports/e9/rust-sha2-0.10.8-1.el9
Fabio Valentini 1 year ago
parent 9af3c47317
commit 3c28da8c5e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/sha2-0.10.3.crate /sha2-0.10.3.crate
/sha2-0.10.6.crate /sha2-0.10.6.crate
/sha2-0.10.7.crate /sha2-0.10.7.crate
/sha2-0.10.8.crate

@ -5,7 +5,7 @@
%global crate sha2 %global crate sha2
Name: rust-sha2 Name: rust-sha2
Version: 0.10.7 Version: 0.10.8
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
@ -97,6 +97,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}+loongarch64_asm-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+loongarch64_asm-devel %{_description}
This package contains library source intended for building other packages which
use the "loongarch64_asm" feature of the "%{crate}" crate.
%files -n %{name}+loongarch64_asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+oid-devel %package -n %{name}+oid-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (sha2-0.10.7.crate) = c33d6bdecaf49d0f60276531e845231425f62d2ec18c4d53c43e49f506a2dcb2548f5866c6642806b6b64f008a481c48920b7b4fc867df7443dc31b44f297fdc SHA512 (sha2-0.10.8.crate) = 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785

Loading…
Cancel
Save