Update to version 0.10.6; Fixes RHBZ#2240236

epel9 imports/e9/rust-md-5-0.10.6-1.el9
Fabio Valentini 1 year ago
parent 5df24f6b78
commit 054223f87f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/md-5-0.10.1.crate
/md-5-0.10.2.crate
/md-5-0.10.5.crate
/md-5-0.10.6.crate

@ -5,7 +5,7 @@
%global crate md-5
Name: rust-md-5
Version: 0.10.5
Version: 0.10.6
Release: %autorelease
Summary: MD5 hash function
@ -60,6 +60,30 @@ use the "asm" feature of the "%{crate}" crate.
%files -n %{name}+asm-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+force-soft-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+force-soft-devel %{_description}
This package contains library source intended for building other packages which
use the "force-soft" feature of the "%{crate}" crate.
%files -n %{name}+force-soft-devel
%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}+md5-asm-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (md-5-0.10.5.crate) = 3d362db0dc16e5d172dd581c9daebeeef39392a605a4c7e7527c2c0378aa8538def33dcac9a1431ea4ef2a5057b8785444b2a89da0b37b18f9f8f6e94273262b
SHA512 (md-5-0.10.6.crate) = 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca

Loading…
Cancel
Save