update to version 0.8.3

epel9
Fabio Valentini 4 years ago
parent c266fbebb5
commit 66f17084e9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/rand-0.8.0.crate
/rand-0.8.1.crate
/rand-0.8.2.crate
/rand-0.8.3.crate

@ -1,5 +1,5 @@
--- 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
--- rand-0.8.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ rand-0.8.3/Cargo.toml 2021-03-21T13:23:07.524769+00:00
@@ -66,14 +66,11 @@
simd_support = ["packed_simd"]
small_rng = []

@ -1,12 +1,15 @@
# Generated by rust2rpm 17
%bcond_without check
# * temporarily disable test suite to work around LLVM 11 codegen issues
# since Rust 1.50.0:
# https://bugzilla.redhat.com/show_bug.cgi?id=1920403#c1
%bcond_with check
%global debug_package %{nil}
%global crate rand
Name: rust-%{crate}
Version: 0.8.2
Release: 2%{?dist}
Version: 0.8.3
Release: 1%{?dist}
Summary: Random number generators and other randomness functionality
# Upstream license specification: MIT OR Apache-2.0
@ -194,6 +197,10 @@ which use "std_rng" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
- Update to version 0.8.3.
- Fixes RHBZ#1920403
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (rand-0.8.2.crate) = 573090e4a3501df912b04e5cecc40b1c61a46602f790a8f6068a06fc28acb40ff760882cb1c65eda073d33b4ab74691ca84456e5f1744bd0fc2bc9990ba894f3
SHA512 (rand-0.8.3.crate) = fd61348a8c3187881473c8764238d2388da3419e82174f2877cda51a7cd136106b2c7f0dea6b914f120b929c1db323529fa161465156661ffd19eef9b2737e4d

Loading…
Cancel
Save