Update to version 0.1.5; Fixes RHBZ#2258125

epel9 imports/e9/rust-keccak-0.1.5-1.el9
Fabio Valentini 1 year ago
parent 1b19ee64b6
commit 483e7b5ae3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/keccak-0.1.2.crate /keccak-0.1.2.crate
/keccak-0.1.3.crate /keccak-0.1.3.crate
/keccak-0.1.4.crate /keccak-0.1.4.crate
/keccak-0.1.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate keccak %global crate keccak
Name: rust-keccak Name: rust-keccak
Version: 0.1.4 Version: 0.1.5
Release: %autorelease Release: %autorelease
Summary: Pure Rust implementation of the Keccak sponge function Summary: Pure Rust implementation of the Keccak sponge function
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/keccak URL: https://crates.io/crates/keccak
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Pure Rust implementation of the Keccak sponge function including the Pure Rust implementation of the Keccak sponge function including the
@ -86,7 +86,7 @@ use the "simd" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Pure Rust implementation of the Keccak sponge function"

@ -1 +1 @@
SHA512 (keccak-0.1.4.crate) = 0ef3912525c019609f98f32a71672467bb7663b12029b03d55a4a3efc637f5ebeb35b3c63e2783f5e49dc7b00b8f4cf8a421399b0a5f7ea19a697470019f35fe SHA512 (keccak-0.1.5.crate) = 95d5c12f903c572750ee2fa0829b8ccbf2ee2fa473bf0eae5434e08a7c1980dc435ffb36e53bd2d2fe840a55ca1c13b7650be1a0727cc8b79f649d73634f1b0e

Loading…
Cancel
Save