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-pkcs5] f44: Update to version 0.8.1; Fixes RHBZ#2461599
Date: Sat, 29 Aug 2026 05:52:51 GMT	[thread overview]
Message-ID: <178798277167.1.10290381276901071242.rpms-rust-pkcs5-a7cc6fac931c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-pkcs5
Branch : f44
Commit : a7cc6fac931c761b6afa6a866954658d90e21b76
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-05T14:44:12+01:00
Stats  : +35/-5 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-pkcs5/c/a7cc6fac931c761b6afa6a866954658d90e21b76?branch=f44

Log:
Update to version 0.8.1; Fixes RHBZ#2461599

---
diff --git a/.gitignore b/.gitignore
index 6454584..0478912 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 
 /pkcs5-0.3.2.crate
 /pkcs5-0.7.1.crate
+/pkcs5-0.8.1.crate

diff --git a/rust-pkcs5.spec b/rust-pkcs5.spec
index 78b2795..0c52366 100644
--- a/rust-pkcs5.spec
+++ b/rust-pkcs5.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 pkcs5
 
 Name:           rust-pkcs5
-Version:        0.7.1
+Version:        0.8.1
 Release:        %autorelease
 Summary:        Pure Rust implementation of PKCS#5 (RFC 8018)
 
@@ -85,6 +85,18 @@ use the "des-insecure" feature of the "%{crate}" crate.
 %files       -n %{name}+des-insecure-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}+pbes2-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -97,6 +109,18 @@ use the "pbes2" feature of the "%{crate}" crate.
 %files       -n %{name}+pbes2-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+rand_core-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+rand_core-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "rand_core" feature of the "%{crate}" crate.
+
+%files       -n %{name}+rand_core-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+sha1-insecure-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -110,7 +134,7 @@ use the "sha1-insecure" feature of the "%{crate}" crate.
 %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.toml b/rust2rpm.toml
new file mode 100644
index 0000000..5ad47f6
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+# Upstream: “Pure Rust implementation of Public-Key Cryptography Standards
+# (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC
+# 8018).}”
+summary = "Pure Rust implementation of PKCS#5 (RFC 8018)"

diff --git a/sources b/sources
index 53493e4..110213a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pkcs5-0.7.1.crate) = c6953adbb4483c89482e96c22077f8f2a5395aa4066e2b1641f0b2dcb108c49fb4a357edc5fdda5ff8f6b01b792a3e0b78b87565736b7ba2817c9fb6d4bedc58
+SHA512 (pkcs5-0.8.1.crate) = 8173a88c7323a3f466b81927a5bd26ff2c8b6e0d7cfc30fe9ca5fd1f354a0d39661f27e43fa51f7c58bc339cd9230b9fc554c17359b870901c7aa9ce6053ba8d

                 reply	other threads:[~2026-08-29  5:52 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=178798277167.1.10290381276901071242.rpms-rust-pkcs5-a7cc6fac931c@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