update to version 2.0.8

epel9
Fabio Valentini 4 years ago
parent 770d0cb1f1
commit 3584bbfe32
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/nettle-sys-2.0.6.crate /nettle-sys-2.0.6.crate
/nettle-sys-2.0.7.crate /nettle-sys-2.0.7.crate
/nettle-sys-2.0.8.crate

@ -1,20 +1,13 @@
--- nettle-sys-2.0.7/Cargo.toml 2021-04-29T13:31:50+00:00 --- nettle-sys-2.0.8/Cargo.toml 2021-06-07T11:19:43+00:00
+++ nettle-sys-2.0.7/Cargo.toml 2021-05-22T19:53:36.626189+00:00 +++ nettle-sys-2.0.8/Cargo.toml 2021-06-22T09:57:35.031714+00:00
@@ -28,17 +28,7 @@ @@ -29,10 +29,7 @@
[dependencies] [dependencies]
[build-dependencies.bindgen] [build-dependencies.bindgen]
version = ">= 0.53.1, < 0.58.0" version = ">= 0.53.1, < 0.58.0"
-features = ["runtime"] -features = ["runtime"]
default-features = false default-features = false
-
-[build-dependencies.nettle-src]
-version = "3.5.1-0"
-optional = true
[build-dependencies.pkg-config] [build-dependencies.pkg-config]
version = "0.3" version = "0.3"
-
-[features]
-vendored = ["nettle-src"]
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2.9" -version = "0.2.9"

@ -5,7 +5,7 @@
%global crate nettle-sys %global crate nettle-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.7 Version: 2.0.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level Rust bindings for the Nettle cryptographic library Summary: Low-level Rust bindings for the Nettle cryptographic library
@ -14,7 +14,6 @@ License: LGPLv3 or GPLv2 or GPLv3
URL: https://crates.io/crates/nettle-sys URL: https://crates.io/crates/nettle-sys
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * drop feature for using vendored nettle
# * drop runtime bindgen feature # * drop runtime bindgen feature
Patch0: nettle-sys-fix-metadata.diff Patch0: nettle-sys-fix-metadata.diff
# * drop two elliptic curves that are disabled in nettle in Fedora: # * drop two elliptic curves that are disabled in nettle in Fedora:
@ -81,6 +80,10 @@ echo 'pkgconfig(nettle)'
%endif %endif
%changelog %changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.8-1
- Update to version 2.0.8.
- Fixes RHBZ#1968419
* Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.7-1 * Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.7-1
- Update to version 2.0.7. - Update to version 2.0.7.
- Fixes RHBZ#1955146 - Fixes RHBZ#1955146

@ -1 +1 @@
SHA512 (nettle-sys-2.0.7.crate) = 9d0f28e4066f27a5cb59cad65742a5a439f4c636e7bd19e65cd88b0bebe08ece5865af5d6018e1e2126fe990a914bf5c5a3e4a12425fb7cf044e133b6d5dd23e SHA512 (nettle-sys-2.0.8.crate) = 61e9d518d664cac12708cbb01a1a13d47caec20c627697b66b8e74b53c1eb48c5b418511e5d5151dc6057fca74907bd0137493d6392ecd69254b39a59bafa71d

Loading…
Cancel
Save