Compare commits

...

11 Commits

Author SHA1 Message Date
Fedora Release Engineering 0d22431428 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 0bcda133e9
Update to version 1.10.0; Fixes RHBZ#2271258
9 months ago
Fabio Valentini 88e7ea3436
Skip a test that tends to hang indefinitely
11 months ago
Fabio Valentini 8efd56c182
Update to version 1.9.0; Fixes RHBZ#2266513
11 months ago
Fedora Release Engineering 696e746df2 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini f64dc1ab5e
Update to version 1.8.1; Fixes RHBZ#2258859
12 months ago
Fabio Valentini 20cf22b7b0
Update to version 1.8.0; Fixes RHBZ#2239945
1 year ago
Fedora Release Engineering 8bfb8bff30 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini da653676b0
Update to version 1.7.0; Fixes RHBZ#2175353
2 years ago
Fedora Release Engineering f8b6685c18 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 6d13344cd1
Update to version 1.6.1; Fixes RHBZ#2144085
2 years ago

6
.gitignore vendored

@ -13,3 +13,9 @@
/rayon-1.5.0.crate
/rayon-1.5.1.crate
/rayon-1.5.3.crate
/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,3 +0,0 @@
# rust-rayon
The rust-rayon package

@ -0,0 +1,21 @@
--- 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,24 +1,22 @@
# Generated by rust2rpm 21
# * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rayon
Name: rust-%{crate}
Version: 1.5.3
Name: rust-rayon
Version: 1.10.0
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}
# Manually created patch for downstream crate metadata changes
# * remove WASM-specific features and dependencies
Patch: rayon-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Simple work-stealing parallelism for Rust.}
@ -55,7 +53,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -69,7 +67,9 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip a test that tends to hang indefinitely:
# https://github.com/rayon-rs/rayon/issues/1142
%cargo_test -- -- --exact --skip par_bridge_recursion
%endif
%changelog

@ -0,0 +1,5 @@
[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.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82
SHA512 (rayon-1.10.0.crate) = 3f628c58f3af3cbd1f245ca1be9c8393eff41112891fc4e676a2b9e26b6cba7cb80d7b6ce46e75bbb65e42fc00c5c0bb6b6a4b59092882f03febeb31f9cca5d3

Loading…
Cancel
Save