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

A new commit has been pushed.

Repo   : rpms/rust-streebog
Branch : epel9
Commit : a8a5fd3b695654bbb28e147c54d0f82298edf1f1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T10:53:39+01:00
Stats  : +25/-12 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-streebog/c/a8a5fd3b695654bbb28e147c54d0f82298edf1f1?branch=epel9

Log:
Update to version 0.11.0; Fixes RHBZ#2452336

---
diff --git a/.gitignore b/.gitignore
index 25f52af..e3e41a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /streebog-0.9.2.crate
 /streebog-0.10.0.crate
 /streebog-0.10.2.crate
+/streebog-0.11.0.crate

diff --git a/rust-streebog.spec b/rust-streebog.spec
index 9442fce..873b625 100644
--- a/rust-streebog.spec
+++ b/rust-streebog.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 streebog
 
 Name:           rust-streebog
-Version:        0.10.2
+Version:        0.11.0
 Release:        %autorelease
 Summary:        Streebog (GOST R 34.11-2012) hash function
 
@@ -13,7 +13,7 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/streebog
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Streebog (GOST R 34.11-2012) hash function.}
@@ -48,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+alloc-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+alloc-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "alloc" feature of the "%{crate}" crate.
+
+%files       -n %{name}+alloc-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+oid-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -60,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/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index 9348d58..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-summary = Streebog (GOST R 34.11-2012) hash function

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..9e4bdf5
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[package]
+summary = "Streebog (GOST R 34.11-2012) hash function"

diff --git a/sources b/sources
index 5aed39a..6c7b99d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (streebog-0.10.2.crate) = 4e81d357a9a75027e1707aa461c93a02b1092c18ff8a7f60f96bf7d2e408291467c7c88c201e0723ed6c7beb58a361b6b748e7566fc77b9a8e5c2d21b99dd102
+SHA512 (streebog-0.11.0.crate) = 0748bc215d2f74f698a264a526b0373bacd0f55553993d23eb85c272679df3a96ffe1980f8d462c8aa7d569ba08ca30d642262b0a8e3acdd16f740ea4dc453ed

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

only message in thread, other threads:[~2026-06-09  9:20 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:20 [rpms/rust-streebog] epel9: Update to version 0.11.0; Fixes RHBZ#2452336 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