Update to version 1.5.5; Fixes RHBZ#2080692

epel9
Fabio Valentini 3 years ago
parent 5f1c18e272
commit 64415e7431
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -5,7 +5,7 @@
%global crate zeroize
Name: rust-%{crate}
Version: 1.5.4
Version: 1.5.5
Release: %autorelease
Summary: Securely clear secrets from memory
@ -90,6 +90,18 @@ use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zeroize_derive-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (zeroize-1.5.4.crate) = c581d3ab3e7a1d5803c0d1e0d054aec1f47fa0387625fe9367dce7875c2f015d921f70cadc33ac596c96b87461ddf9fd35c5213b61b705aecaf213635a551445
SHA512 (zeroize-1.5.5.crate) = 2f38a6382968c7d98f232a840b5e75800f8f48df49338196cab3af2c0ec1c3d4c0c8dba89f9ca79597551844f405c63317e72a56597c611eddc405ca5f6daf0c

Loading…
Cancel
Save