Compare commits

..

9 Commits

Author SHA1 Message Date
Fedora Release Engineering 3af2ab21f3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
5 months ago
Fabio Valentini 87c543cf3a
Update to version 1.8.1; Fixes RHBZ#2283251
7 months ago
Fabio Valentini e0450b3117
Update to version 1.8.0; Fixes RHBZ#2276915
8 months ago
Fedora Release Engineering bd6b956a57 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
11 months ago
Fabio Valentini a323a5dcdf
Update to version 1.7.0; Fixes RHBZ#2250104
1 year ago
Fabio Valentini 338b73de64
Update to version 1.6.1; Fixes RHBZ#2249898
1 year ago
Fedora Release Engineering bdb33be34b Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year ago
Fabio Valentini 4cb568d050
Update to version 1.6.0; Fixes RHBZ#2181927
2 years ago
Fedora Release Engineering 83094d47a2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate zeroize
Name: rust-zeroize
Version: 1.7.0
Version: 1.8.1
Release: %autorelease
Summary: Securely clear secrets from memory
@ -99,6 +99,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-devel %{_description}
This package contains library source intended for building other packages which
use the "simd" feature of the "%{crate}" crate.
%files -n %{name}+simd-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (zeroize-1.7.0.crate) = 9d31e3e76e8c861309a3579c21f6da5fd6b056c7d7a350427445a1a832e8827204804783f7f9b808acaa2148efef883d9078bf84943b1db55526bba5bf5a2756
SHA512 (zeroize-1.8.1.crate) = dd40ebe98b98fd742608d4066b5ab66caba94b2e679428fcaff9fe547d8cd6ff2360dc85d671ee9183e32fb79cb554d00d6aef9eb8f3d8ad0ec92d0435aa4ebe

Loading…
Cancel
Save