update to version 1.5.0

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/rayon-1.3.1.crate
/rayon-1.4.0.crate
/rayon-1.4.1.crate
/rayon-1.5.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -7,7 +7,7 @@
%global crate rayon
Name: rust-%{crate}
Version: 1.4.1
Version: 1.5.0
Release: 1%{?dist}
Summary: Simple work-stealing parallelism for Rust
@ -73,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
- Update to version 1.5.0.
- Fixes RHBZ#1890351
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-1
- Update to version 1.4.1.

@ -1 +1 @@
SHA512 (rayon-1.4.1.crate) = 646727428091def322ef395e032de810d228813f6ea2cfb7ccfc7dcb1a6e09112f469b5fb7cd9a05fba13cecce1ed6a46a53f03b50f691a9b50da2c507fd59de
SHA512 (rayon-1.5.0.crate) = be15cbc7ad0fadb55e5640c78aa2eeac282872be88c5402338caad0a7ea604d2b8477648dcf7e453e22fbcdfefa915aa4bdbfa75e3d4f7a993fd8d85ed68395a

Loading…
Cancel
Save