diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8da7a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/zeroize-1.7.0.crate diff --git a/.rust-zeroize.metadata b/.rust-zeroize.metadata index e69de29..9e5f8e3 100644 --- a/.rust-zeroize.metadata +++ b/.rust-zeroize.metadata @@ -0,0 +1 @@ +7371dff566bca2a9f2d62c66440daed469cf9297 SOURCES/zeroize-1.7.0.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..d43662e --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Securely clear secrets from memory" + diff --git a/SOURCES/zeroize-1.6.0.crate b/SOURCES/zeroize-1.6.0.crate deleted file mode 100644 index 0cdc91d..0000000 Binary files a/SOURCES/zeroize-1.6.0.crate and /dev/null differ diff --git a/SPECS/rust-zeroize.spec b/SPECS/rust-zeroize.spec index 651462b..2ea7316 100644 --- a/SPECS/rust-zeroize.spec +++ b/SPECS/rust-zeroize.spec @@ -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 - 1.6.0-1 +* Sat Nov 25 2023 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0; Fixes RHBZ#2250104 + +* Sun Nov 19 2023 Arkady L. Shane - 1.6.1-1 - Rebuilt for MSVSphere 9.2 +* Thu Nov 16 2023 Fabio Valentini - 1.6.1-1 +- Update to version 1.6.1; Fixes RHBZ#2249898 + * Thu Mar 30 2023 Fabio Valentini - 1.6.0-1 - Update to version 1.6.0; Fixes RHBZ#2181927