public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-pkcs5] f45: Update to version 0.8.1; Fixes RHBZ#2461599
@ 2026-08-29 5:52 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-29 5:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-pkcs5
Branch : f45
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=f45
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 5:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 5:52 [rpms/rust-pkcs5] f45: Update to version 0.8.1; Fixes RHBZ#2461599 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