Update to version 1.12.1; Fixes RHBZ#2258860

epel10
Fabio Valentini 12 months ago
parent 6971d83954
commit 3272f8cc10
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/rayon-core-1.10.2.crate
/rayon-core-1.11.0.crate
/rayon-core-1.12.0.crate
/rayon-core-1.12.1.crate

@ -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,19 +1,22 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate rayon-core
Name: rust-rayon-core
Version: 1.12.0
Version: 1.12.1
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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Core APIs for Rayon.}
@ -48,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.12.0.crate) = 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2
SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e

Loading…
Cancel
Save