update to version 7.0.2

epel9
Fabio Valentini 4 years ago
parent 070f501ba4
commit a9ab446319
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/nettle-7.0.1.crate /nettle-7.0.1.crate
/nettle-7.0.2.crate

@ -1,9 +0,0 @@
--- nettle-7.0.1/Cargo.toml 2021-02-11T16:23:05+00:00
+++ nettle-7.0.1/Cargo.toml 2021-03-31T10:07:03.070696+00:00
@@ -33,6 +33,3 @@
[dependencies.thiserror]
version = "1"
-
-[features]
-vendored = ["nettle-sys/vendored"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%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-%{crate}
Version: 7.0.1 Version: 7.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rust bindings for the Nettle cryptographic library Summary: Rust bindings for the Nettle cryptographic library
@ -14,12 +14,10 @@ Summary: Rust bindings for the Nettle cryptographic library
License: LGPLv3 or GPLv2 or GPLv3 License: LGPLv3 or GPLv2 or GPLv3
URL: https://crates.io/crates/nettle URL: https://crates.io/crates/nettle
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * remove feature for vendoring nettle # drop two elliptic curves that are disabled in nettle in Fedora:
Patch0: nettle-fix-metadata.diff # - nettle_get_secp_192r1
# * drop two elliptic curves that are disabled in nettle in Fedora: # - nettle_get_secp_224r1
# - nettle_get_secp_192r1
# - 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} ExclusiveArch: %{rust_arches}
@ -78,5 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 7.0.2-1
- Update to version 7.0.2.
- Fixes RHBZ#1968668
* Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 7.0.1-1 * Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 7.0.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (nettle-7.0.1.crate) = 80ff0def859623b45c1212dd4782d2cdf0d9d87423a8072d8354ac2431776a333042730fade47f5438aa28651a1319d155d7ea8cdd4606f7c113d1362c60e2e4 SHA512 (nettle-7.0.2.crate) = 4131ed46a92a5a30d42020582c06fbfeb91d671caa6c6b245e99d8646ed72117154c7db339132ce8e3260f61f8edac254175c84fba87c43d5f26791b25541503

Loading…
Cancel
Save