diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3d64ce --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/keccak-0.1.5.crate diff --git a/.rust-keccak.metadata b/.rust-keccak.metadata index e69de29..d7e145a 100644 --- a/.rust-keccak.metadata +++ b/.rust-keccak.metadata @@ -0,0 +1 @@ +4ecc445bd137dd323ad9a6f9f6cf5565d21c4397 SOURCES/keccak-0.1.5.crate diff --git a/SOURCES/keccak-0.1.4.crate b/SOURCES/keccak-0.1.4.crate deleted file mode 100644 index eef1b50..0000000 Binary files a/SOURCES/keccak-0.1.4.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..087f0ff --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Pure Rust implementation of the Keccak sponge function" + diff --git a/SPECS/rust-keccak.spec b/SPECS/rust-keccak.spec index a7b1eb1..63b97e5 100644 --- a/SPECS/rust-keccak.spec +++ b/SPECS/rust-keccak.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 keccak Name: rust-keccak -Version: 0.1.4 +Version: 0.1.5 Release: %autorelease Summary: Pure Rust implementation of the Keccak sponge function @@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT URL: https://crates.io/crates/keccak Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Pure Rust implementation of the Keccak sponge function including the @@ -96,7 +96,7 @@ use the "simd" 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 @@ -114,9 +114,15 @@ use the "simd" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.1.4-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.1.5-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 0.1.5-1 +- Update to version 0.1.5; Fixes RHBZ#2258125 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon May 08 2023 Fabio Valentini - 0.1.4-1 - Update to version 0.1.4; Fixes RHBZ#2193218