Update to version 1.6.1; Fixes RHBZ#2144085

epel9
Fabio Valentini 2 years ago
parent 99f191e10c
commit 391a0b50d5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/rayon-1.5.0.crate
/rayon-1.5.1.crate
/rayon-1.5.3.crate
/rayon-1.6.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
# * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -6,18 +6,15 @@
%global crate rayon
Name: rust-%{crate}
Version: 1.5.3
Name: rust-rayon
Version: 1.6.1
Release: %autorelease
Summary: Simple work-stealing parallelism for Rust
# 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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82
SHA512 (rayon-1.6.1.crate) = 2e03585170e59f4388359817d67a43cd10a2244382615ae39bf84210db03a6dfec3b75d8a23800b8faaa31f45e8df4c44fbc343f02e18dd3dc0572c207791e73

Loading…
Cancel
Save