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

4
.gitignore vendored

@ -11,3 +11,7 @@
/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

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

@ -1,23 +1,19 @@
# Generated by rust2rpm 21
# * Some tests don't work with optimized builds
# https://github.com/rayon-rs/rayon/issues/585
# Generated by rust2rpm 24
# * tests require Rust 1.72+
%bcond_with check
%global debug_package %{nil}
%global crate rayon-core
Name: rust-%{crate}
Version: 1.9.3
Name: rust-rayon-core
Version: 1.12.0
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}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (rayon-core-1.9.3.crate) = 4b852f083766e7e414132840cc8dfef148e15db47967eeedc2ddbff9a4372521c296dd4f66e0b6990f49a8ce88ebed9d44e7ad674df42f96b99b24469b1852a5
SHA512 (rayon-core-1.12.0.crate) = 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2

Loading…
Cancel
Save