Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 09e724f3ad Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini e6943265f9
Update to version 0.6.2; Fixes RHBZ#2267563
11 months ago
Fedora Release Engineering d74278f23d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 4aa3896f43 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%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.1 Version: 0.6.2
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: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%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_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

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

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

Loading…
Cancel
Save