public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-aes-gcm] epel9: Update to version 0.11.1; Fixes RHBZ#2494008
Date: Sat, 29 Aug 2026 05:51:36 GMT [thread overview]
Message-ID: <178798269695.1.15873514560083825052.rpms-rust-aes-gcm-487c4fa1e787@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-aes-gcm
Branch : epel9
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=epel9
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
reply other threads:[~2026-08-29 5:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178798269695.1.15873514560083825052.rpms-rust-aes-gcm-487c4fa1e787@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox