Update to version 0.6.2; Fixes RHBZ#2267563

epel10
Fabio Valentini 11 months ago
parent d74278f23d
commit e6943265f9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate polyval
Name: rust-polyval
Version: 0.6.1
Version: 0.6.2
Release: %autorelease
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
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%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