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-crypto-bigint] epel9: Update to version 0.7.5; Fixes RHBZ#2339697
Date: Wed, 05 Aug 2026 06:27:54 GMT	[thread overview]
Message-ID: <178591127411.1.1361962230063828960.rpms-rust-crypto-bigint-9e8493bd5e9e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-crypto-bigint
Branch : epel9
Commit : 9e8493bd5e9ec0be365d3e59eafd5ce096808398
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-04T07:57:35+01:00
Stats  : +37/-33 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-crypto-bigint/c/9e8493bd5e9ec0be365d3e59eafd5ce096808398?branch=epel9

Log:
Update to version 0.7.5; Fixes RHBZ#2339697

---
diff --git a/.gitignore b/.gitignore
index 1ebbf4f..77148bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /crypto-bigint-0.5.3.crate
 /crypto-bigint-0.5.4.crate
 /crypto-bigint-0.5.5.crate
+/crypto-bigint-0.7.5.crate

diff --git a/crypto-bigint-fix-metadata.diff b/crypto-bigint-fix-metadata.diff
index c530a23..b332adf 100644
--- a/crypto-bigint-fix-metadata.diff
+++ b/crypto-bigint-fix-metadata.diff
@@ -1,28 +1,25 @@
---- crypto-bigint-0.5.5/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ crypto-bigint-0.5.5/Cargo.toml	2025-12-04T07:30:43.759297+00:00
-@@ -63,11 +63,6 @@
- version = "0.6.4"
+--- crypto-bigint-0.7.5/Cargo.toml	2006-07-24T01:21:28+00:00
++++ crypto-bigint-0.7.5/Cargo.toml	2026-08-04T06:55:35.124470+00:00
+@@ -187,11 +187,6 @@
  optional = true
+ default-features = false
  
 -[dependencies.rlp]
--version = "0.5"
+-version = "0.6"
 -optional = true
 -default-features = false
 -
  [dependencies.serdect]
- version = "0.2"
+ version = "0.4"
  optional = true
-@@ -85,12 +80,8 @@
- [dev-dependencies.bincode]
- version = "1"
+@@ -231,10 +226,6 @@
  
--[dev-dependencies.criterion]
--version = "0.5"
--features = ["html_reports"]
+ [dev-dependencies.rand_core]
+ version = "0.10"
 -
- [dev-dependencies.hex-literal]
--version = "0.4"
-+version = ">=0.4, <2.0"
+-[target."cfg(any(unix, windows))".dev-dependencies.criterion]
+-version = "0.7"
+-features = ["html_reports"]
  
- [dev-dependencies.num-bigint]
- version = "0.4"
+ [target."cfg(any(unix, windows))".dev-dependencies.proptest]
+ version = "1.11"

diff --git a/rust-crypto-bigint.spec b/rust-crypto-bigint.spec
index d2740e8..bc8025c 100644
--- a/rust-crypto-bigint.spec
+++ b/rust-crypto-bigint.spec
@@ -5,7 +5,7 @@
 %global crate crypto-bigint
 
 Name:           rust-crypto-bigint
-Version:        0.5.5
+Version:        0.7.5
 Release:        %autorelease
 Summary:        Pure Rust bigint implementation for use in cryptographic applications
 
@@ -15,8 +15,6 @@ Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop optional rlp dependency (not packaged yet)
 # * drop unused, benchmark-only criterion dev-dependency
-# * Allow hex-literal 1.0:
-#   https://github.com/RustCrypto/crypto-bigint/commit/bd1728e313c8c1f29c0d392a349eae8f74ed4f1d
 Patch:          crypto-bigint-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -94,28 +92,28 @@ use the "extra-sizes" feature of the "%{crate}" crate.
 %files       -n %{name}+extra-sizes-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+generic-array-devel
+%package     -n %{name}+getrandom-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+generic-array-devel %{_description}
+%description -n %{name}+getrandom-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "generic-array" feature of the "%{crate}" crate.
+use the "getrandom" feature of the "%{crate}" crate.
 
-%files       -n %{name}+generic-array-devel
+%files       -n %{name}+getrandom-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+rand-devel
+%package     -n %{name}+hybrid-array-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+rand-devel %{_description}
+%description -n %{name}+hybrid-array-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "rand" feature of the "%{crate}" crate.
+use the "hybrid-array" feature of the "%{crate}" crate.
 
-%files       -n %{name}+rand-devel
+%files       -n %{name}+hybrid-array-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+rand_core-devel
@@ -142,6 +140,18 @@ use the "serde" feature of the "%{crate}" crate.
 %files       -n %{name}+serde-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
+
 %package     -n %{name}+zeroize-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 04721a1..fd3c2fc 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,8 +3,4 @@ summary = "Pure Rust bigint implementation for use in cryptographic applications
 cargo-toml-patch-comments = [
     "drop optional rlp dependency (not packaged yet)",
     "drop unused, benchmark-only criterion dev-dependency",
-    """\
-    Allow hex-literal 1.0: \
-    https://github.com/RustCrypto/crypto-bigint/commit/bd1728e313c8c1f29c0d392a349eae8f74ed4f1d\
-    """,
 ]

diff --git a/sources b/sources
index 896ec85..de5bae6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (crypto-bigint-0.5.5.crate) = 04668d432b4169154934d55b8ab14f708e59f70a70704b56cd72ceaca460e15589965aa92a22bef20b32ce637a423cc6e1a8819dfba38a32353bd749f7126021
+SHA512 (crypto-bigint-0.7.5.crate) = 4d108f4fda73761d00c834e0f1e5acb740afee25252a32718e00493586da21c01fa3e36c57bd17def06810b831d4824ad7f543fbd6ca3fdc4c50db3f7f3982f6

                 reply	other threads:[~2026-08-05  6:27 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=178591127411.1.1361962230063828960.rpms-rust-crypto-bigint-9e8493bd5e9e@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