Compare commits

..

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

@ -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 polyval %global crate polyval
Name: rust-polyval Name: rust-polyval
Version: 0.6.2 Version: 0.6.1
Release: %autorelease Release: %autorelease
Summary: GHASH-like universal hash over GF(2^128) Summary: GHASH-like universal hash over GF(2^128)
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/polyval URL: https://crates.io/crates/polyval
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
POLYVAL is a GHASH-like universal hash over GF(2^128) useful for POLYVAL is a GHASH-like universal hash over GF(2^128) useful for
@ -74,7 +74,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

@ -0,0 +1,2 @@
[DEFAULT]
summary = GHASH-like universal hash over GF(2^128)

@ -1,3 +0,0 @@
[package]
summary = "GHASH-like universal hash over GF(2^128)"

@ -1 +1 @@
SHA512 (polyval-0.6.2.crate) = 113646edef3a7f60d59db3cf06c1796bf81305b66835c71bbce0fdc07345f41e23f2bbd7d5cebc50c72eac11c98f351bc793e2f568b5fc0bbf9fb2597eb44f0d SHA512 (polyval-0.6.1.crate) = aa1b3f045cc5748413aedc42387e4950f1225b87b0d77a1a01323ddf8bf519f02983976101852e1713e9aff42112a281bbc24ff2a52ef99ce89268ee6f93a533

Loading…
Cancel
Save