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-scrypt] epel10: Update to version 0.12.0; Fixes RHBZ#2460588
Date: Mon, 10 Aug 2026 19:57:35 GMT	[thread overview]
Message-ID: <178639185510.1.16355201892923251357.rpms-rust-scrypt-2f7d76e29ba8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-scrypt
Branch : epel10
Commit : 2f7d76e29ba8ff2a81204f5c81c8e7a2b852d86f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-10T08:10:16+01:00
Stats  : +75/-14 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-scrypt/c/2f7d76e29ba8ff2a81204f5c81c8e7a2b852d86f?branch=epel10

Log:
Update to version 0.12.0; Fixes RHBZ#2460588

---
diff --git a/.gitignore b/.gitignore
index 1f5058b..f446d22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 
 /scrypt-0.8.0.crate
 /scrypt-0.11.0.crate
+/scrypt-0.12.0.crate

diff --git a/rust-scrypt.spec b/rust-scrypt.spec
index af79b07..d2430e1 100644
--- a/rust-scrypt.spec
+++ b/rust-scrypt.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 scrypt
 
 Name:           rust-scrypt
-Version:        0.11.0
+Version:        0.12.0
 Release:        %autorelease
 Summary:        Scrypt password-based key derivation function
 
@@ -13,7 +13,7 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/scrypt
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Scrypt password-based key derivation function.}
@@ -48,6 +48,66 @@ 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}+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}+kdf-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+kdf-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "kdf" feature of the "%{crate}" crate.
+
+%files       -n %{name}+kdf-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+mcf-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+mcf-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "mcf" feature of the "%{crate}" crate.
+
+%files       -n %{name}+mcf-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+parallel-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+parallel-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "parallel" feature of the "%{crate}" crate.
+
+%files       -n %{name}+parallel-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+password-hash-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -60,32 +120,32 @@ use the "password-hash" feature of the "%{crate}" crate.
 %files       -n %{name}+password-hash-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+simple-devel
+%package     -n %{name}+phc-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+simple-devel %{_description}
+%description -n %{name}+phc-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "simple" feature of the "%{crate}" crate.
+use the "phc" feature of the "%{crate}" crate.
 
-%files       -n %{name}+simple-devel
+%files       -n %{name}+phc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+std-devel
+%package     -n %{name}+rand_core-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+std-devel %{_description}
+%description -n %{name}+rand_core-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
+use the "rand_core" feature of the "%{crate}" crate.
 
-%files       -n %{name}+std-devel
+%files       -n %{name}+rand_core-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 c21aca9..3e673f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scrypt-0.11.0.crate) = d7910b277ef814a470361c12a7f2c90ef5b1df56cba9b62662f52a36f076872cf21d18f6c81d33d5a7e94184625753e8a6224d6559ab3cf82ae1a0b7f704e544
+SHA512 (scrypt-0.12.0.crate) = 8adb2e0b5fc9b0095d5a5ea0678aadc484b3154492bf237bfb61eebbb270701aa81a20dcb2a344192d6bdef8c5fee550a2e7f720616adae134a43d39f1c3726b

                 reply	other threads:[~2026-08-10 19:57 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=178639185510.1.16355201892923251357.rpms-rust-scrypt-2f7d76e29ba8@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