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-pem-rfc7468] f44: Update to version 1.0.0; Fixes RHBZ#2413571
Date: Wed, 01 Jul 2026 10:39:17 GMT [thread overview]
Message-ID: <178290235735.1.10476349278138925856.rpms-rust-pem-rfc7468-31272cccf32b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-pem-rfc7468
Branch : f44
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=f44
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
reply other threads:[~2026-07-01 10:39 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=178290235735.1.10476349278138925856.rpms-rust-pem-rfc7468-31272cccf32b@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