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

@ -16,6 +16,3 @@
/rayon-1.6.1.crate
/rayon-1.7.0.crate
/rayon-1.8.0.crate
/rayon-1.8.1.crate
/rayon-1.9.0.crate
/rayon-1.10.0.crate

@ -1,21 +0,0 @@
--- rayon-1.10.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-1.10.0/Cargo.toml 2024-04-13T07:23:36.241647+00:00
@@ -44,18 +44,8 @@
[dependencies.rayon-core]
version = "1.12.1"
-[dependencies.wasm_sync]
-version = "0.1.0"
-optional = true
-
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rand_xorshift]
version = "0.3"
-
-[features]
-web_spin_lock = [
- "dep:wasm_sync",
- "rayon-core/web_spin_lock",
-]

@ -1,22 +1,19 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate rayon
Name: rust-rayon
Version: 1.10.0
Version: 1.8.0
Release: %autorelease
Summary: Simple work-stealing parallelism for Rust
License: MIT OR Apache-2.0
URL: https://crates.io/crates/rayon
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove WASM-specific features and dependencies
Patch: rayon-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Simple work-stealing parallelism for Rust.}
@ -53,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -67,9 +64,7 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip a test that tends to hang indefinitely:
# https://github.com/rayon-rs/rayon/issues/1142
%cargo_test -- -- --exact --skip par_bridge_recursion
%cargo_test
%endif
%changelog

@ -1,5 +0,0 @@
[tests]
skip = ["par_bridge_recursion"]
skip-exact = true
comments = ["skip a test that tends to hang indefinitely: https://github.com/rayon-rs/rayon/issues/1142"]

@ -1 +1 @@
SHA512 (rayon-1.10.0.crate) = 3f628c58f3af3cbd1f245ca1be9c8393eff41112891fc4e676a2b9e26b6cba7cb80d7b6ce46e75bbb65e42fc00c5c0bb6b6a4b59092882f03febeb31f9cca5d3
SHA512 (rayon-1.8.0.crate) = ab1cef238530d81c255b6631ecfed9cc4f3f8d7cb6a74701d29c1dcb022cc5b859db1d246cf8247d47702fdadcedfe64a6749e24cf6c7258e8c9411af7e4524a

Loading…
Cancel
Save