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

A new commit has been pushed.

Repo   : rpms/rust-spki
Branch : epel9
Commit : 231450b580793e0a1da1c6b83bf2d678197b76fd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-04T17:58:09+01:00
Stats  : +15/-23 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-spki/c/231450b580793e0a1da1c6b83bf2d678197b76fd?branch=epel9

Log:
Update to version 0.8.0; Fixes RHBZ#2455089

---
diff --git a/.gitignore b/.gitignore
index 5c57b30..230fb26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /spki-0.4.1.crate
 /spki-0.7.2.crate
 /spki-0.7.3.crate
+/spki-0.8.0.crate

diff --git a/rust-spki.spec b/rust-spki.spec
index 6c65b98..9911991 100644
--- a/rust-spki.spec
+++ b/rust-spki.spec
@@ -5,17 +5,13 @@
 %global crate spki
 
 Name:           rust-spki
-Version:        0.7.3
+Version:        0.8.0
 Release:        %autorelease
 Summary:        X.509 Subject Public Key Info (RFC5280) describing public keys
 
 License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/spki
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * allow hex-literal 1.0:
-#   https://github.com/RustCrypto/formats/commit/ed08fc043e7abb38a86fca10f114d15a86f4cb25
-Patch:          spki-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -89,6 +85,18 @@ use the "base64" feature of the "%{crate}" crate.
 %files       -n %{name}+base64-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+digest-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+digest-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "digest" feature of the "%{crate}" crate.
+
+%files       -n %{name}+digest-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+fingerprint-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index e5c0205..830587c 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,2 @@
 [package]
 summary = "X.509 Subject Public Key Info (RFC5280) describing public keys"
-cargo-toml-patch-comments = [
-    """\
-    allow hex-literal 1.0: \
-    https://github.com/RustCrypto/formats/commit/ed08fc043e7abb38a86fca10f114d15a86f4cb25\
-    """,
-]

diff --git a/sources b/sources
index a6d8b0c..55a38a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (spki-0.7.3.crate) = d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9
+SHA512 (spki-0.8.0.crate) = 5e8b5abac35f937a082d7181f757d50f2f59314cafe4311f5a6600aeff56ab26a7a795f2365168e235aa1fa60a11d0380b083ca59fea95f30b3df44d46813101

diff --git a/spki-fix-metadata.diff b/spki-fix-metadata.diff
deleted file mode 100644
index e49eb7f..0000000
--- a/spki-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- spki-0.7.3/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ spki-0.7.3/Cargo.toml	2025-12-03T13:58:45.418175+00:00
-@@ -60,7 +60,7 @@
- default-features = false
- 
- [dev-dependencies.hex-literal]
--version = "0.4"
-+version = ">=0.4, <2.0"
- 
- [dev-dependencies.tempfile]
- version = "3"

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

only message in thread, other threads:[~2026-08-05  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05  6:31 [rpms/rust-spki] epel9: Update to version 0.8.0; Fixes RHBZ#2455089 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