Update to version 1.10.1; Fixes RHBZ#2144086

epel9
Fabio Valentini 2 years ago
parent ec3f7f109e
commit 32c37e695e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/rayon-core-1.9.0.crate
/rayon-core-1.9.1.crate
/rayon-core-1.9.3.crate
/rayon-core-1.10.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
# * Some tests don't work with optimized builds
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -6,18 +6,15 @@
%global crate rayon-core
Name: rust-%{crate}
Version: 1.9.3
Name: rust-rayon-core
Version: 1.10.1
Release: %autorelease
Summary: Core APIs for Rayon
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/rayon-core
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -54,6 +51,8 @@ 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.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5
SHA512 (rayon-core-1.10.1.crate) = a9261aa4a648029f50bcca30bd991ef51353c258b9b8c98027efe9ff62e4b7be200e59bc7aa9144d9a3d39873b01bbe104c1d7875d61e02e089bb04e0312798f

Loading…
Cancel
Save