update to version 1.9.0

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

1
.gitignore vendored

@ -8,3 +8,4 @@
/rayon-core-1.7.1.crate
/rayon-core-1.8.0.crate
/rayon-core-1.8.1.crate
/rayon-core-1.9.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * Some tests don't work with optimized builds
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -7,7 +7,7 @@
%global crate rayon-core
Name: rust-%{crate}
Version: 1.8.1
Version: 1.9.0
Release: 1%{?dist}
Summary: Core APIs for Rayon
@ -73,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
- Update to version 1.9.0.
- Fixes RHBZ#1890350
* Sun Sep 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.8.1-1
- Update to version 1.8.1.

@ -1 +1 @@
SHA512 (rayon-core-1.8.1.crate) = bd5c4a1cf9534229adaf7db52bbe5bc9409758e47cdd783fa0bd50e82beb7ebe1c531bd0a63a92a86afe3c9b14142e94cd7716d7296c9968f245186a228ddd30
SHA512 (rayon-core-1.9.0.crate) = d05b4c1e7bcb1c4e9238ab08bde39f08f069a08593084f041720694bae8bd524d1761766beb93e97784d7d541bde3e290446344fe129b0e10491405c1577366f

Loading…
Cancel
Save