public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sha2] f44: Update to version 0.11.0; Fixes RHBZ#2451399
@ 2026-06-09  9:19 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-09  9:19 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sha2
Branch : f44
Commit : 8d5ff6c894a8ab72e353ec5d335957de7cf7ca39
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T10:44:25+01:00
Stats  : +12/-83 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sha2/c/8d5ff6c894a8ab72e353ec5d335957de7cf7ca39?branch=f44

Log:
Update to version 0.11.0; Fixes RHBZ#2451399

---
diff --git a/.gitignore b/.gitignore
index 0107f66..e2218df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /sha2-0.10.7.crate
 /sha2-0.10.8.crate
 /sha2-0.10.9.crate
+/sha2-0.11.0.crate

diff --git a/rust-sha2.spec b/rust-sha2.spec
index 017e226..8655d28 100644
--- a/rust-sha2.spec
+++ b/rust-sha2.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate sha2
 
 Name:           rust-sha2
-Version:        0.10.9
+Version:        0.11.0
 Release:        %autorelease
 Summary:        Pure Rust implementation of the SHA-2 hash function family
 
@@ -49,76 +49,16 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+asm-devel
+%package     -n %{name}+alloc-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+asm-devel %{_description}
+%description -n %{name}+alloc-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "asm" feature of the "%{crate}" crate.
+use the "alloc" feature of the "%{crate}" crate.
 
-%files       -n %{name}+asm-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+asm-aarch64-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+asm-aarch64-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "asm-aarch64" feature of the "%{crate}" crate.
-
-%files       -n %{name}+asm-aarch64-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+compress-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+compress-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "compress" feature of the "%{crate}" crate.
-
-%files       -n %{name}+compress-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+force-soft-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+force-soft-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force-soft" feature of the "%{crate}" crate.
-
-%files       -n %{name}+force-soft-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+force-soft-compact-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+force-soft-compact-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "force-soft-compact" feature of the "%{crate}" crate.
-
-%files       -n %{name}+force-soft-compact-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+loongarch64_asm-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+loongarch64_asm-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "loongarch64_asm" feature of the "%{crate}" crate.
-
-%files       -n %{name}+loongarch64_asm-devel
+%files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+oid-devel
@@ -133,28 +73,16 @@ use the "oid" feature of the "%{crate}" crate.
 %files       -n %{name}+oid-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+sha2-asm-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+sha2-asm-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "sha2-asm" feature of the "%{crate}" crate.
-
-%files       -n %{name}+sha2-asm-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+std-devel
+%package     -n %{name}+zeroize-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+std-devel %{_description}
+%description -n %{name}+zeroize-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
+use the "zeroize" feature of the "%{crate}" crate.
 
-%files       -n %{name}+std-devel
+%files       -n %{name}+zeroize-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep

diff --git a/sources b/sources
index b1f8fc4..1a270cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sha2-0.10.9.crate) = 963adeeb4ed8b0e7fc19085e8721ea13e9b3aea5d115ca1b3dbca495ad14810c6450991dd3753807c293c415aaeb1054b8b4124c72e7090cd9e86f09fcbb4f80
+SHA512 (sha2-0.11.0.crate) = 04164d47ac648dc498f05245e3eb4313bd61234aaa33f1ba13f6fab0cf8cd8716dc88a9c71e8264e0d6cd020ff732461cec00d92bc294e9c261a646c1988f906

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

only message in thread, other threads:[~2026-06-09  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09  9:19 [rpms/rust-sha2] f44: Update to version 0.11.0; Fixes RHBZ#2451399 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