Update to version 7.1.0; Fixes RHBZ#2048584

epel9
Fabio Valentini 3 years ago
parent 8afdf41262
commit 99b3c11305
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/nettle-7.0.1.crate
/nettle-7.0.2.crate
/nettle-7.0.3.crate
/nettle-7.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate nettle
Name: rust-%{crate}
Version: 7.0.3
Version: 7.1.0
Release: %autorelease
Summary: Rust bindings for the Nettle cryptographic library
@ -20,11 +20,8 @@ Source: %{crates_source}
Patch1: 0001-drop-secp192r1-and-secp224r1-elliptic-curves.patch
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust bindings for the Nettle cryptographic library.}
@ -37,13 +34,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-GPL2 LICENSE-GPL3 LICENSE-LGPL3
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-GPL2
%license %{crate_instdir}/LICENSE-GPL3
%license %{crate_instdir}/LICENSE-LGPL3
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,11 +50,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (nettle-7.0.3.crate) = 5c8f863c8667b73855ee6176f23e31beaffae24a61c0e9ccb82e47c3b9b14a08f6e52a0ab1b8d10cd6f7d1fb6cd215c5564d0d9d37af135b2ecb0cd1e3cd23a6
SHA512 (nettle-7.1.0.crate) = ebd0ae8d1a210f065e07f0cd9e0fc79d8b526a15e9f72174f818a2dcc607bdd04712206e487a84ac24a97b6df1a4b49788f751b5d254d1da4127b15a56ec4dc6

Loading…
Cancel
Save