Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini fec8372bc7
Update to version 1.8.0; Fixes RHBZ#2239945
1 year ago
Fabio Valentini a6fb4e9248
Update to version 1.7.0; Fixes RHBZ#2175353
2 years ago
Fabio Valentini 391a0b50d5
Update to version 1.6.1; Fixes RHBZ#2144085
2 years ago
Fabio Valentini 99f191e10c
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits d6c43951f7
Rebuild
3 years ago

3
.gitignore vendored

@ -13,3 +13,6 @@
/rayon-1.5.0.crate /rayon-1.5.0.crate
/rayon-1.5.1.crate /rayon-1.5.1.crate
/rayon-1.5.3.crate /rayon-1.5.3.crate
/rayon-1.6.1.crate
/rayon-1.7.0.crate
/rayon-1.8.0.crate

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

@ -1,23 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
# * Some tests are broken on non-x86_64 %bcond_without check
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rayon %global crate rayon
Name: rust-%{crate} Name: rust-rayon
Version: 1.5.3 Version: 1.8.0
Release: %autorelease Release: %autorelease
Summary: Simple work-stealing parallelism for Rust Summary: Simple work-stealing parallelism for Rust
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/rayon URL: https://crates.io/crates/rayon
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82 SHA512 (rayon-1.8.0.crate) = ab1cef238530d81c255b6631ecfed9cc4f3f8d7cb6a74701d29c1dcb022cc5b859db1d246cf8247d47702fdadcedfe64a6749e24cf6c7258e8c9411af7e4524a

Loading…
Cancel
Save