Update to version 0.5.3; Fixes RHBZ#2237332

epel9
Fabio Valentini 1 year ago
parent faed22b083
commit 18430cb1f0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/crypto-bigint-0.2.11.crate /crypto-bigint-0.2.11.crate
/crypto-bigint-0.5.2.crate /crypto-bigint-0.5.2.crate
/crypto-bigint-0.5.3.crate

@ -1,5 +1,5 @@
--- crypto-bigint-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- crypto-bigint-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crypto-bigint-0.5.2/Cargo.toml 2023-05-30T13:10:48.720741+00:00 +++ crypto-bigint-0.5.3/Cargo.toml 2023-09-05T20:52:33.193935+00:00
@@ -63,11 +63,6 @@ @@ -63,11 +63,6 @@
version = "0.6.4" version = "0.6.4"
optional = true optional = true
@ -18,7 +18,7 @@
version = "1" version = "1"
- -
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.4" -version = "0.5"
-features = ["html_reports"] -features = ["html_reports"]
[dev-dependencies.hex-literal] [dev-dependencies.hex-literal]

@ -5,7 +5,7 @@
%global crate crypto-bigint %global crate crypto-bigint
Name: rust-crypto-bigint Name: rust-crypto-bigint
Version: 0.5.2 Version: 0.5.3
Release: %autorelease Release: %autorelease
Summary: Pure Rust bigint implementation for use in cryptographic applications Summary: Pure Rust bigint implementation for use in cryptographic applications
@ -14,6 +14,7 @@ URL: https://crates.io/crates/crypto-bigint
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop optional rlp dependency (not packaged yet) # * drop optional rlp dependency (not packaged yet)
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: crypto-bigint-fix-metadata.diff Patch: crypto-bigint-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -79,6 +80,18 @@ use the "der" feature of the "%{crate}" crate.
%files -n %{name}+der-devel %files -n %{name}+der-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+extra-sizes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+extra-sizes-devel %{_description}
This package contains library source intended for building other packages which
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}+generic-array-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -0,0 +1,2 @@
[DEFAULT]
summary = Pure Rust bigint implementation for use in cryptographic applications

@ -1 +1 @@
SHA512 (crypto-bigint-0.5.2.crate) = 8f36c974789faea7e8e0ee45978cd59d8fea85394948499ba9431f2f8c75a503e327ea7e0a123c810863ae454ba62944fe1a4a4575908e4958fa071337999205 SHA512 (crypto-bigint-0.5.3.crate) = 62b079b0020830649ba8991494981e0fb9133317b4279f6229e9adef87dd394a7cfc8c713ca80185303ef254b423e1c33953a266984bfa21d247890172f29624

Loading…
Cancel
Save