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-streebog] rawhide: Update to version 0.11.0; Fixes RHBZ#2452336
Date: Tue, 09 Jun 2026 09:18:16 GMT	[thread overview]
Message-ID: <178099669616.1.11758631924043137404.rpms-rust-streebog-a8a5fd3b6956@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-streebog
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-06-09  9:18 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=178099669616.1.11758631924043137404.rpms-rust-streebog-a8a5fd3b6956@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