Update to version 7.2.2; Fixes RHBZ#2176566

epel9
Fabio Valentini 2 years ago
parent 582f51df8f
commit 6249488723
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/nettle-7.0.3.crate /nettle-7.0.3.crate
/nettle-7.1.0.crate /nettle-7.1.0.crate
/nettle-7.2.0.crate /nettle-7.2.0.crate
/nettle-7.2.2.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate nettle %global crate nettle
Name: rust-%{crate} Name: rust-nettle
Version: 7.2.0 Version: 7.2.2
Release: %autorelease Release: %autorelease
Summary: Rust bindings for the Nettle cryptographic library Summary: Rust bindings for the Nettle cryptographic library
# Upstream license specification: LGPL-3.0 OR GPL-2.0 OR GPL-3.0 License: LGPL-3.0 OR GPL-2.0 OR GPL-3.0
License: LGPLv3 or GPLv2 or GPLv3
URL: https://crates.io/crates/nettle URL: https://crates.io/crates/nettle
Source: %{crates_source} Source: %{crates_source}
@ -19,8 +18,6 @@ Source: %{crates_source}
# - nettle_get_secp_224r1 # - nettle_get_secp_224r1
Patch1: 0001-drop-secp192r1-and-secp224r1-elliptic-curves.patch Patch1: 0001-drop-secp192r1-and-secp224r1-elliptic-curves.patch
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (nettle-7.2.0.crate) = a1c8480d2ddccbc41c5cd164f769f7c56a7f37d699b7c5025e8fb67c56319cb6a4209d529a1dd53da4c063342464532d88aef47cf7e2d2feb509ebb27a307a1d SHA512 (nettle-7.2.2.crate) = d799680c0035cdf46be176fa4a4411a0a8e76aadd5e249b683edf85b8e0530ed36c1735352043e4764a64fc432d4e6669cea6fe5fa54e8c3c8d5c97f2932cfd4

Loading…
Cancel
Save