Update to version 0.1.4; Fixes RHBZ#2193218

epel9
Fabio Valentini 2 years ago
parent 91ccd615ca
commit 5d383e4cf4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/keccak-0.1.0.crate
/keccak-0.1.2.crate
/keccak-0.1.3.crate
/keccak-0.1.4.crate

@ -1,3 +0,0 @@
# rust-keccak
The rust-keccak package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate keccak
Name: rust-keccak
Version: 0.1.3
Version: 0.1.4
Release: %autorelease
Summary: Pure Rust implementation of the Keccak sponge function
@ -16,8 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Pure Rust implementation of the Keccak sponge function including the keccak-f
and keccak-p variants.}
Pure Rust implementation of the Keccak sponge function including the
keccak-f and keccak-p variants.}
%description %{_description}
@ -88,8 +88,6 @@ use the "simd" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
# remove obsolete license file: https://github.com/RustCrypto/sponges/issues/29
rm LICENSE
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (keccak-0.1.3.crate) = 112e131dbd3c97bed3a438dcbe152859de868c8b11fc544f5e15c19dc5a9d2c27d35f43c1bdae24a91676dd59f1d59f9cc7593d4269872f1be8114f17e1b55b9
SHA512 (keccak-0.1.4.crate) = 0ef3912525c019609f98f32a71672467bb7663b12029b03d55a4a3efc637f5ebeb35b3c63e2783f5e49dc7b00b8f4cf8a421399b0a5f7ea19a697470019f35fe

Loading…
Cancel
Save