Update to version 0.10.2; Fixes RHBZ#2208799

epel9
Fabio Valentini 2 years ago
parent 9fc7eb688c
commit 0a18959b2d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/aes-gcm-0.9.2.crate
/aes-gcm-0.9.4.crate
/aes-gcm-0.10.1.crate
/aes-gcm-0.10.2.crate

@ -5,7 +5,7 @@
%global crate aes-gcm
Name: rust-aes-gcm
Version: 0.10.1
Version: 0.10.2
Release: %autorelease
Summary: Pure Rust implementation of the AES-GCM AEAD Cipher
@ -74,6 +74,18 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arrayvec-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arrayvec-devel %{_description}
This package contains library source intended for building other packages which
use the "arrayvec" feature of the "%{crate}" crate.
%files -n %{name}+arrayvec-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+getrandom-devel
Summary: %{summary}
BuildArch: noarch
@ -98,6 +110,18 @@ use the "heapless" feature of the "%{crate}" crate.
%files -n %{name}+heapless-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rand_core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rand_core-devel %{_description}
This package contains library source intended for building other packages which
use the "rand_core" feature of the "%{crate}" crate.
%files -n %{name}+rand_core-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (aes-gcm-0.10.1.crate) = aae1fc8e9e7fece42c09f94bce384db851f38a813487d68fa404c69b536d01a1f5487848f4e9a6450b1737a77642d03aed62224b0142366c9462d5cdd5fe495f
SHA512 (aes-gcm-0.10.2.crate) = 489a7398f0035344ee79a0ed811711f04d321c5416976626d2b95608fd6bebac58a1001b3ef57d295e1e2893a66f672801b49842d2bee0c0025b14e8ae67058f

Loading…
Cancel
Save