update to version 1.5.1

epel9
Fabio Valentini 4 years ago
parent 75d9b4b87c
commit 8356b9d9ef
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/rayon-1.4.0.crate
/rayon-1.4.1.crate
/rayon-1.5.0.crate
/rayon-1.5.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 17
# * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -7,8 +7,8 @@
%global crate rayon
Name: rust-%{crate}
Version: 1.5.0
Release: 2%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: Simple work-stealing parallelism for Rust
# Upstream license specification: Apache-2.0/MIT
@ -73,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
- Update to version 1.5.1.
- Fixes RHBZ#1961863
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (rayon-1.5.0.crate) = be15cbc7ad0fadb55e5640c78aa2eeac282872be88c5402338caad0a7ea604d2b8477648dcf7e453e22fbcdfefa915aa4bdbfa75e3d4f7a993fd8d85ed68395a
SHA512 (rayon-1.5.1.crate) = a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9

Loading…
Cancel
Save