update to version 0.6.3

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/rand_core-0.6.0.crate
/rand_core-0.6.1.crate
/rand_core-0.6.2.crate
/rand_core-0.6.3.crate

@ -5,7 +5,7 @@
%global crate rand_core
Name: rust-%{crate}
Version: 0.6.2
Version: 0.6.3
Release: 1%{?dist}
Summary: Core random number generator traits and tools for implementation
@ -131,6 +131,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3.
- Fixes RHBZ#1972296
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
- Update to version 0.6.2.
- Fixes RHBZ#1928461

@ -1 +1 @@
SHA512 (rand_core-0.6.2.crate) = f1f21dd6306d6f4b5666d1ef4994d0d68f10a7a94fe628a5aa8ba28ae0376cb34b7c091f82e2db8f2555eec4f35088f6c4df42ed84de7467d5780e284b397115
SHA512 (rand_core-0.6.3.crate) = 0fc31f96ca8ebba8c179367de01458e909265e1d627ec0c5620be7c8e83d2f9570471d6ec2cb2bc4bc531505b02fc31f1165708cc1357906791c87123b06ee87

Loading…
Cancel
Save