public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-pem-rfc7468] epel10: Update to version 1.0.0; Fixes RHBZ#2413571
@ 2026-07-01 10:39 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-pem-rfc7468
Branch : epel10
Commit : 31272cccf32b78577d1c7ddd99f85e0f9fb0b81a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-29T05:51:49+01:00
Stats  : +23/-7 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-pem-rfc7468/c/31272cccf32b78577d1c7ddd99f85e0f9fb0b81a?branch=epel10

Log:
Update to version 1.0.0; Fixes RHBZ#2413571

---
diff --git a/.gitignore b/.gitignore
index 53b9f40..0844013 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 
 /pem-rfc7468-0.2.4.crate
 /pem-rfc7468-0.7.0.crate
+/pem-rfc7468-1.0.0.crate

diff --git a/rust-pem-rfc7468.spec b/rust-pem-rfc7468.spec
index f466455..5fa268a 100644
--- a/rust-pem-rfc7468.spec
+++ b/rust-pem-rfc7468.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 pem-rfc7468
 
 Name:           rust-pem-rfc7468
-Version:        0.7.0
+Version:        1.0.0
 Release:        %autorelease
 Summary:        PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures
 
@@ -13,7 +13,7 @@ License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/pem-rfc7468
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing
@@ -37,7 +37,6 @@ use the "%{crate}" crate.
 %license %{crate_instdir}/LICENSE-APACHE
 %license %{crate_instdir}/LICENSE-MIT
 %doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
 %{crate_instdir}/
 
 %package     -n %{name}+default-devel
@@ -77,7 +76,7 @@ use the "std" 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..ac64fff
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,16 @@
+[package]
+# Upstream:
+#
+# PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
+# strict subset of the original Privacy-Enhanced Mail encoding intended
+# specifically for use with cryptographic keys, certificates, and other messages.
+# Provides a no_std-friendly, constant-time implementation suitable for use with
+# cryptographic private keys.
+summary = "PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures"
+doc-files.exclude = [
+    # This file is included as a documentation string in the library, so
+    # compilation fails if it is not present. It therefore must not be marked
+    # as documentation, because packages should be equally useful when their
+    # documentation is not installed.
+    "README.md",
+]

diff --git a/sources b/sources
index b346a73..6a6fe3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pem-rfc7468-0.7.0.crate) = f47d3b6c7c8bf4547916acc2a3d6671f6c1308e74641419c8f1df810d8bd940aba8f94d361e4cbef3eae3b7f11587cd3996a11be3be41d19111abfcde7a9272a
+SHA512 (pem-rfc7468-1.0.0.crate) = be6920c67b99333705fcd1f5dff0f6f644ae6f5fbecccdb8717c63fa9dabe26144297a75917f668122debcfd65d3b9f47f06c5065802100b6c9bf12735c351d6

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

only message in thread, other threads:[~2026-07-01 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:39 [rpms/rust-pem-rfc7468] epel10: Update to version 1.0.0; Fixes RHBZ#2413571 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