public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-md-5] rawhide: Update to version 0.11.0; Fixes RHBZ#2452306
@ 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-md-5
Branch : rawhide
Commit : dbe5d647a6793ce21b796b72417239b87f8ea86b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T11:07:03+01:00
Stats  : +15/-50 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-md-5/c/dbe5d647a6793ce21b796b72417239b87f8ea86b?branch=rawhide

Log:
Update to version 0.11.0; Fixes RHBZ#2452306

---
diff --git a/.gitignore b/.gitignore
index b360e0e..10a3d9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /md-5-0.10.2.crate
 /md-5-0.10.5.crate
 /md-5-0.10.6.crate
+/md-5-0.11.0.crate

diff --git a/rust-md-5.spec b/rust-md-5.spec
index 38f1f1f..0a74551 100644
--- a/rust-md-5.spec
+++ b/rust-md-5.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate md-5
 
 Name:           rust-md-5
-Version:        0.10.6
+Version:        0.11.0
 Release:        %autorelease
 Summary:        MD5 hash function
 
@@ -13,7 +13,7 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/md-5
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 MD5 hash function.}
@@ -48,52 +48,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}+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}+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
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+md5-asm-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+md5-asm-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "md5-asm" feature of the "%{crate}" crate.
-
-%files       -n %{name}+md5-asm-devel
+%files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+oid-devel
@@ -108,20 +72,20 @@ use the "oid" feature of the "%{crate}" crate.
 %files       -n %{name}+oid-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
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires

diff --git a/sources b/sources
index 1b19a31..9a6ca5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (md-5-0.10.6.crate) = 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca
+SHA512 (md-5-0.11.0.crate) = 4a524da90bcf32e618f9256a822678e8911b7b209f76e48b5470ca2be0bfe11c4b1d04d06d382b41a9982f2eb1d40f15b7dbd64b8a3a0c6e66c3aa3f07c2fb41

^ 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-md-5] rawhide: Update to version 0.11.0; Fixes RHBZ#2452306 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