Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 03df751236 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 6199078987
Update to version 0.5.1; Fixes RHBZ#2267577
10 months ago
Fedora Release Engineering 684f0ef20a Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering ae4f21a32d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

@ -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