Compare commits

..

6 Commits

Author SHA1 Message Date
Fabio Valentini 08064dae7e
Update to version 1.12.0; Fixes RHBZ#2239946
1 year ago
Fabio Valentini d64c09a287
Update to version 1.11.0; Fixes RHBZ#2175354
2 years ago
Fabio Valentini 5507d46697
Update to version 1.10.2; Fixes RHBZ#2163027
2 years ago
Fabio Valentini 32c37e695e
Update to version 1.10.1; Fixes RHBZ#2144086
2 years ago
Fabio Valentini ec3f7f109e
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 8deaae4c19
Rebuild
3 years ago

1
.gitignore vendored

@ -15,4 +15,3 @@
/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,22 +0,0 @@
--- 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,22 +1,20 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 24
# * tests require Rust 1.72+
%bcond_with check
%global debug_package %{nil}
%global crate rayon-core
Name: rust-rayon-core
Version: 1.12.1
Version: 1.12.0
Release: %autorelease
Summary: Core APIs for Rayon
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
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Core APIs for Rayon.}
@ -51,7 +49,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

@ -1 +1 @@
SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e
SHA512 (rayon-core-1.12.0.crate) = 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2

Loading…
Cancel
Save