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-signature] epel9: Update to version 3.0.0; Fixes RHBZ#2464678
Date: Sat, 29 Aug 2026 05:56:21 GMT	[thread overview]
Message-ID: <178798298158.1.17785028780801033225.rpms-rust-signature-db6c42b682a7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-signature
Branch : epel9
Commit : db6c42b682a70312990400e6ed98ac0a6483306e
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-28T10:13:13+01:00
Stats  : +3/-48 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-signature/c/db6c42b682a70312990400e6ed98ac0a6483306e?branch=epel9

Log:
Update to version 3.0.0; Fixes RHBZ#2464678

---
diff --git a/.gitignore b/.gitignore
index 7957168..ac5b03f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /signature-1.6.4.crate
 /signature-2.1.0.crate
 /signature-2.2.0.crate
+/signature-3.0.0.crate

diff --git a/rust-signature.spec b/rust-signature.spec
index 8a87757..3238808 100644
--- a/rust-signature.spec
+++ b/rust-signature.spec
@@ -5,17 +5,13 @@
 %global crate signature
 
 Name:           rust-signature
-Version:        2.2.0
+Version:        3.0.0
 Release:        %autorelease
 Summary:        Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)
 
 License:        Apache-2.0 OR MIT
 URL:            https://crates.io/crates/signature
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * Allow hex-literal 1.0. Downstream-only since this dev-dependency is no
-#   longer present in v3.0.0 prereleases.
-Patch:          signature-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -64,18 +60,6 @@ use the "alloc" feature of the "%{crate}" crate.
 %files       -n %{name}+alloc-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+derive-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+derive-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "derive" feature of the "%{crate}" crate.
-
-%files       -n %{name}+derive-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+digest-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -100,18 +84,6 @@ use the "rand_core" feature of the "%{crate}" crate.
 %files       -n %{name}+rand_core-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+std-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+std-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "std" feature of the "%{crate}" crate.
-
-%files       -n %{name}+std-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 05b723d..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-cargo-toml-patch-comments = [
-    """\
-    Allow hex-literal 1.0. Downstream-only since this dev-dependency is no \
-    longer present in v3.0.0 prereleases.\
-    """,
-]

diff --git a/signature-fix-metadata.diff b/signature-fix-metadata.diff
deleted file mode 100644
index 3243213..0000000
--- a/signature-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- signature-2.2.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ signature-2.2.0/Cargo.toml	2025-12-03T14:03:14.211917+00:00
-@@ -55,7 +55,7 @@
- default-features = false
- 
- [dev-dependencies.hex-literal]
--version = "0.4"
-+version = ">=0.4, <2.0"
- 
- [dev-dependencies.sha2]
- version = "0.10"

diff --git a/sources b/sources
index 9f7fd97..d1bc446 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (signature-2.2.0.crate) = 673a8f6229c795cc8f640fbfe02cd912b41c6359ca23c5ddeb1679f49784b84f109c6c45e6210201c9ca05e441c1be64ce6537e81ccd3589b37be6d0bf50dca7
+SHA512 (signature-3.0.0.crate) = ea511f527cd60ba1acc02022bf4991ed56b0e8e6ea2b9287ebb1bafffcb9f674008cce5fcf2072ec8add55d63f5c791fd5084539e4cd675d6c0eae8c2e551a18

                 reply	other threads:[~2026-08-29  5:56 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=178798298158.1.17785028780801033225.rpms-rust-signature-db6c42b682a7@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