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

A new commit has been pushed.

Repo   : rpms/rust-pkcs8
Branch : epel9
Commit : e36e538da7cce4449f5dde7c56e4e8e3f32cbbd9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-28T09:34:24+01:00
Stats  : +25/-31 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-pkcs8/c/e36e538da7cce4449f5dde7c56e4e8e3f32cbbd9?branch=epel9

Log:
Update to version 0.11.0; Fixes RHBZ#2463302

---
diff --git a/.gitignore b/.gitignore
index 6160cf6..60cc677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 
 /pkcs8-0.7.6.crate
 /pkcs8-0.10.2.crate
+/pkcs8-0.11.0.crate

diff --git a/rust-pkcs8.spec b/rust-pkcs8.spec
index 477f50d..8147d28 100644
--- a/rust-pkcs8.spec
+++ b/rust-pkcs8.spec
@@ -1,19 +1,19 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate pkcs8
 
 Name:           rust-pkcs8
-Version:        0.10.2
+Version:        0.11.0
 Release:        %autorelease
-Summary:        Pure Rust implementation of PKCS#8 (RFC 5208 and RFC 5958)
+Summary:        Pure Rust implementation of PKCS#8 (RFC 5028) and PKCS#8v2 (RFC 5958)
 
 License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/pkcs8
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
@@ -74,6 +74,18 @@ use the "alloc" feature of the "%{crate}" crate.
 %files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+ctutils-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+ctutils-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "ctutils" feature of the "%{crate}" crate.
+
+%files       -n %{name}+ctutils-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+des-insecure-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -134,18 +146,6 @@ use the "pkcs5" feature of the "%{crate}" crate.
 %files       -n %{name}+pkcs5-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
@@ -170,20 +170,8 @@ use the "std" feature of the "%{crate}" crate.
 %files       -n %{name}+std-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+subtle-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+subtle-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "subtle" feature of the "%{crate}" crate.
-
-%files       -n %{name}+subtle-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.toml b/rust2rpm.toml
new file mode 100644
index 0000000..9284bf5
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+# Upstream: “Pure Rust implementation of Public-Key Cryptography Standards
+# (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with
+# additional support for PKCS#8v2 asymmetric key packages (RFC 5958).”
+summary = "Pure Rust implementation of PKCS#8 (RFC 5028) and PKCS#8v2 (RFC 5958)"

diff --git a/sources b/sources
index 6083b0a..61ee3a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pkcs8-0.10.2.crate) = 87127d51f0e1fe085d46b30394f2a580e857cd64f5c6fe4a3ac3b8871230aa426598dbb007e8bdfd5d729b99a9c0b4d84116f0768886605342d2ed112c51dfa8
+SHA512 (pkcs8-0.11.0.crate) = a1f08e483b08012f105a6fc9eced6c469df7f566180188c22ed97a6d44bda16ddb38d77451e968333bfd1b6fc37b0c3de0ebbc8ff8f3bfade2ff8dc04e7fbb9a

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

only message in thread, other threads:[~2026-08-29  5:53 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:53 [rpms/rust-pkcs8] epel9: Update to version 0.11.0; Fixes RHBZ#2463302 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