Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ghash %global crate ghash
Name: rust-ghash Name: rust-ghash
Version: 0.5.1 Version: 0.5.0
Release: %autorelease Release: %autorelease
Summary: Universal hash over GF(2^128) useful for the AES-GCM cipher 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 URL: https://crates.io/crates/ghash
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Universal hash over GF(2^128) useful for constructing a Message 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 %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

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

Loading…
Cancel
Save