public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-aes-gcm] f43: Update to version 0.11.1; Fixes RHBZ#2494008
@ 2026-08-29  5:51 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-29  5:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-aes-gcm
Branch : f43
Commit : 487c4fa1e787a357040259fc22c2b334fb6d3f0a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-28T09:07:55+01:00
Stats  : +19/-30 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-aes-gcm/c/487c4fa1e787a357040259fc22c2b334fb6d3f0a?branch=f43

Log:
Update to version 0.11.1; Fixes RHBZ#2494008

---
diff --git a/.gitignore b/.gitignore
index 9c49ad5..dfde3bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /aes-gcm-0.10.1.crate
 /aes-gcm-0.10.2.crate
 /aes-gcm-0.10.3.crate
+/aes-gcm-0.11.1.crate

diff --git a/rust-aes-gcm.spec b/rust-aes-gcm.spec
index e07bdef..6e84059 100644
--- a/rust-aes-gcm.spec
+++ b/rust-aes-gcm.spec
@@ -5,7 +5,7 @@
 %global crate aes-gcm
 
 Name:           rust-aes-gcm
-Version:        0.10.3
+Version:        0.11.1
 Release:        %autorelease
 Summary:        Pure Rust implementation of the AES-GCM AEAD Cipher
 
@@ -86,64 +86,52 @@ 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
-
-%description -n %{name}+getrandom-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "getrandom" feature of the "%{crate}" crate.
-
-%files       -n %{name}+getrandom-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+heapless-devel
+%package     -n %{name}+bytes-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+heapless-devel %{_description}
+%description -n %{name}+bytes-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "heapless" feature of the "%{crate}" crate.
+use the "bytes" feature of the "%{crate}" crate.
 
-%files       -n %{name}+heapless-devel
+%files       -n %{name}+bytes-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+rand_core-devel
+%package     -n %{name}+getrandom-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+rand_core-devel %{_description}
+%description -n %{name}+getrandom-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "rand_core" feature of the "%{crate}" crate.
+use the "getrandom" feature of the "%{crate}" crate.
 
-%files       -n %{name}+rand_core-devel
+%files       -n %{name}+getrandom-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+std-devel
+%package     -n %{name}+hazmat-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+std-devel %{_description}
+%description -n %{name}+hazmat-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
+use the "hazmat" feature of the "%{crate}" crate.
 
-%files       -n %{name}+std-devel
+%files       -n %{name}+hazmat-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+stream-devel
+%package     -n %{name}+rand_core-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+stream-devel %{_description}
+%description -n %{name}+rand_core-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "stream" feature of the "%{crate}" crate.
+use the "rand_core" feature of the "%{crate}" crate.
 
-%files       -n %{name}+stream-devel
+%files       -n %{name}+rand_core-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+zeroize-devel

diff --git a/sources b/sources
index 04de7dd..47f1574 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aes-gcm-0.10.3.crate) = f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3
+SHA512 (aes-gcm-0.11.1.crate) = cc30a88f3fb57e84271f63db4e35ad22363a4556d0e4c915d1543ff6f0c73ef32fa8ae803c2c6237bffbef68c375a7eb4b01043a3796c54aaede84b311505e04

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-29  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29  5:51 [rpms/rust-aes-gcm] f43: Update to version 0.11.1; Fixes RHBZ#2494008 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox