Update to version 1.11.0; Fixes RHBZ#2175354

epel9
Fabio Valentini 2 years ago
parent 5507d46697
commit d64c09a287
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/rayon-core-1.9.3.crate
/rayon-core-1.10.1.crate
/rayon-core-1.10.2.crate
/rayon-core-1.11.0.crate

@ -1,3 +0,0 @@
# rust-rayon-core
The rust-rayon-core package

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * tests require Rust 1.66+
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate rayon-core
Name: rust-rayon-core
Version: 1.10.2
Version: 1.11.0
Release: %autorelease
Summary: Core APIs for Rayon
@ -50,8 +50,6 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# remove stray executable bit from one source file
chmod -x src/broadcast/test.rs
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (rayon-core-1.10.2.crate) = 2b94669689b3c354fb65d2530c7da88d9d8d8a31cb7ad100e526018864f23091ffc976f0239e2614a521d58df3dece355b636ca06d0484ab4f0c3afca660dd24
SHA512 (rayon-core-1.11.0.crate) = 00ac782f49d688da90e823980e83b5ccd858f93769e2d801061fdef78728cff37d3a9fa4fd47a5cddb058f28f3289de349f8c8fdd94fa2f8c400d73bc4529800

Loading…
Cancel
Save