Update to version 0.5.1; Fixes RHBZ#2267577

epel10
Fabio Valentini 10 months ago
parent 684f0ef20a
commit 6199078987
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate ghash
Name: rust-ghash
Version: 0.5.0
Version: 0.5.1
Release: %autorelease
Summary: Universal hash over GF(2^128) useful for the AES-GCM cipher
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/ghash
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Universal hash over GF(2^128) useful for constructing a Message
@ -75,7 +75,7 @@ use the "zeroize" 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

@ -0,0 +1,3 @@
[package]
summary = "Universal hash over GF(2^128) useful for the AES-GCM cipher"

@ -1 +1 @@
SHA512 (ghash-0.5.0.crate) = 82a380882e051ba574a8159133a4c9e9f5e229780075f4dcdfa38acf47a5632831a08f9cf35b78d8f73d6d7381b8be9454b2f069171849795170844fe67458dd
SHA512 (ghash-0.5.1.crate) = 00041605bb458305f0fc54d2c8dde2cae672451646fc41a94dacf83950ee44f75464a926439e7e6d1ca3ded05a9b697138f62fba6f4e86ea3df034ad7240af06

Loading…
Cancel
Save