Update to 0.8.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 251da1e4c4
commit 31453958d1
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -13,3 +13,4 @@
/rand-0.7.2.crate
/rand-0.7.3.crate
/rand-0.8.0.crate
/rand-0.8.1.crate

@ -1,6 +1,6 @@
--- rand-0.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.8.0/Cargo.toml 2021-01-03T09:43:35.677174+00:00
@@ -63,14 +63,11 @@
--- rand-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.8.1/Cargo.toml 2021-01-11T17:18:42.442014+00:00
@@ -66,14 +66,11 @@
simd_support = ["packed_simd"]
small_rng = []
std = ["rand_core/std", "rand_chacha/std", "alloc", "getrandom", "libc"]

@ -5,7 +5,7 @@
%global crate rand
Name: rust-%{crate}
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Summary: Random number generators and other randomness functionality
@ -194,6 +194,9 @@ which use "std_rng" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jan 11 18:18:42 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.1-1
- Update to 0.8.1 (Fixes: RHBZ#1912524)
* Sun Jan 03 10:43:35 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0 (Fixes: RHBZ#1909311)

@ -1 +1 @@
SHA512 (rand-0.8.0.crate) = bae4e0bbdf8e5948db439b1b1e4b7c62b4e2543ee3eb8857afbbb091eb806eafc300cc8204ac85f301647090f76a0847afd4da8e7cfc5b3f3c97ffa4c028efa1
SHA512 (rand-0.8.1.crate) = 97e26ec318fcf00decbf19a689bfba15e38826cd9fd08e5dca1a6f1a9d7cbf1d9d5dcd100811481f81b3acf7ea8a922eb9538e282351c41272763b33eed43e9c

Loading…
Cancel
Save