import rust-zeroize-1.7.0-1.el9

i9ce changed/i9ce/rust-zeroize-1.7.0-1.el9
MSVSphere Packaging Team 12 months ago
parent b1d90ec648
commit 46236d50d9

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/zeroize-1.7.0.crate

@ -0,0 +1 @@
7371dff566bca2a9f2d62c66440daed469cf9297 SOURCES/zeroize-1.7.0.crate

@ -0,0 +1,3 @@
[package]
summary = "Securely clear secrets from memory"

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate zeroize
Name: rust-zeroize
Version: 1.6.0
Version: 1.7.0
Release: %autorelease
Summary: Securely clear secrets from memory
@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/zeroize
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Securely clear secrets from memory with a simple trait built on stable
@ -134,7 +134,7 @@ use the "zeroize_derive" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -152,9 +152,15 @@ use the "zeroize_derive" feature of the "%{crate}" crate.
%endif
%changelog
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.0-1
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
- Update to version 1.7.0; Fixes RHBZ#2250104
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.1-1
- Rebuilt for MSVSphere 9.2
* Thu Nov 16 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
- Update to version 1.6.1; Fixes RHBZ#2249898
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
- Update to version 1.6.0; Fixes RHBZ#2181927

Loading…
Cancel
Save