epel10
Peter Robinson 3 years ago
parent 8030725811
commit dfa6f7935f

@ -1,6 +1,6 @@
--- num-bigint-dig-0.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ num-bigint-dig-0.6.0/Cargo.toml 2022-01-25T22:19:07.342570+00:00
@@ -85,12 +85,11 @@
--- num-bigint-dig-0.7.0/Cargo.toml.orig 2022-02-13 00:56:51.899738425 +0000
+++ num-bigint-dig-0.7.0/Cargo.toml 2022-02-13 00:57:36.881015133 +0000
@@ -85,12 +85,8 @@
[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.autocfg]
@ -8,9 +8,10 @@
+version = "1.0.0"
[features]
default = ["std", "i128", "u64_digit"]
-default = ["std", "i128", "u64_digit"]
+default = ["i128"]
i128 = ["num-integer/i128", "num-traits/i128"]
-nightly = ["rand/nightly"]
prime = ["rand"]
std = ["num-integer/std", "num-traits/std", "smallvec/write", "rand/std", "serde/std"]
u64_digit = []
-nightly = []
-prime = ["rand/std_rng"]
-std = ["num-integer/std", "num-traits/std", "smallvec/write", "rand/std", "serde/std"]
-u64_digit = []

@ -5,8 +5,8 @@
%global crate num-bigint-dig
Name: rust-%{crate}
Version: 0.6.0
Release: 8%{?dist}
Version: 0.7.0
Release: 1%{?dist}
Summary: Big integer implementation for Rust
# Upstream license specification: MIT/Apache-2.0
@ -156,6 +156,9 @@ use the "zeroize" feature of the "%{crate}" crate.
%endif
%changelog
* Sun Feb 13 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.0-1
- Update to 0.7.0
* Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-8
- Drop unused / unsupported nightly feature.

@ -1 +1 @@
SHA512 (num-bigint-dig-0.6.0.crate) = 11b029c52945dbd460a8736b07affb425a27524fa1f507c39aa035a6fe298863d0b4f09bb8c390f77cd0bd73a65b9e6f010f9882e72c753c457788049d585ccc
SHA512 (num-bigint-dig-0.7.0.crate) = 984fa9094dd16bbef9014eaf58d06df9b43eedec936bd1b1aea51e690bc2d3b1ee91d3a7781cadd9a51a38c7c8653ab3e0208c9fbcda322ca035f81326dcf090

Loading…
Cancel
Save