Compare commits

...

9 Commits

Author SHA1 Message Date
Fedora Release Engineering 4417bab474 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 20fef88211 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 3272f8cc10
Update to version 1.12.1; Fixes RHBZ#2258860
1 year ago
Fabio Valentini 6971d83954
Update to version 1.12.0; Fixes RHBZ#2239946
1 year ago
Fedora Release Engineering dac68d3d83 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 4fad78cd19
Update to version 1.11.0; Fixes RHBZ#2175354
2 years ago
Fabio Valentini b9ca776bd2
Update to version 1.10.2; Fixes RHBZ#2163027
2 years ago
Fedora Release Engineering c6af1bfc0f Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 44db9befb0
Update to version 1.10.1; Fixes RHBZ#2144086
2 years ago

5
.gitignore vendored

@ -11,3 +11,8 @@
/rayon-core-1.9.0.crate
/rayon-core-1.9.1.crate
/rayon-core-1.9.3.crate
/rayon-core-1.10.1.crate
/rayon-core-1.10.2.crate
/rayon-core-1.11.0.crate
/rayon-core-1.12.0.crate
/rayon-core-1.12.1.crate

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

@ -0,0 +1,22 @@
--- rayon-core-1.12.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rayon-core-1.12.1/Cargo.toml 2024-01-25T20:07:36.521674+00:00
@@ -68,10 +68,6 @@
[dependencies.crossbeam-utils]
version = "0.8.0"
-[dependencies.wasm_sync]
-version = "0.1.0"
-optional = true
-
[dev-dependencies.rand]
version = "0.8"
@@ -81,8 +77,5 @@
[dev-dependencies.scoped-tls]
version = "1.0"
-[features]
-web_spin_lock = ["dep:wasm_sync"]
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"

@ -1,24 +1,22 @@
# Generated by rust2rpm 21
# * Some tests don't work with optimized builds
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate rayon-core
Name: rust-%{crate}
Version: 1.9.3
Name: rust-rayon-core
Version: 1.12.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}
# Manually created patch for downstream crate metadata changes
# * remove WASM-specific features and dependencies
Patch: rayon-core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Core APIs for Rayon.}
@ -53,7 +51,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

@ -1 +1 @@
SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5
SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e

Loading…
Cancel
Save