update to version 0.8.2

epel9
Fabio Valentini 4 years ago
parent 31453958d1
commit 16365f5655
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/rand-0.7.3.crate
/rand-0.8.0.crate
/rand-0.8.1.crate
/rand-0.8.2.crate

@ -1,5 +1,5 @@
--- 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
--- rand-0.8.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.8.2/Cargo.toml 2021-01-13T22:30:52.219089+00:00
@@ -66,14 +66,11 @@
simd_support = ["packed_simd"]
small_rng = []

@ -5,7 +5,7 @@
%global crate rand
Name: rust-%{crate}
Version: 0.8.1
Version: 0.8.2
Release: 1%{?dist}
Summary: Random number generators and other randomness functionality
@ -194,6 +194,10 @@ which use "std_rng" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
- Update to version 0.8.2.
- Fixes RHBZ#1915720
* 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)

@ -1 +1 @@
SHA512 (rand-0.8.1.crate) = 97e26ec318fcf00decbf19a689bfba15e38826cd9fd08e5dca1a6f1a9d7cbf1d9d5dcd100811481f81b3acf7ea8a922eb9538e282351c41272763b33eed43e9c
SHA512 (rand-0.8.2.crate) = 573090e4a3501df912b04e5cecc40b1c61a46602f790a8f6068a06fc28acb40ff760882cb1c65eda073d33b4ab74691ca84456e5f1744bd0fc2bc9990ba894f3

Loading…
Cancel
Save