Merge branch 'rawhide' into epel9

epel9
Fabio Valentini 2 years ago
commit 99f191e10c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/rayon-1.4.1.crate /rayon-1.4.1.crate
/rayon-1.5.0.crate /rayon-1.5.0.crate
/rayon-1.5.1.crate /rayon-1.5.1.crate
/rayon-1.5.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 21
# * Some tests are broken on non-x86_64 # * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585 # https://github.com/rayon-rs/rayon/issues/585
%bcond_with check %bcond_with check
@ -7,21 +7,18 @@
%global crate rayon %global crate rayon
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.1 Version: 1.5.3
Release: %autorelease Release: %autorelease
Summary: Simple work-stealing parallelism for Rust Summary: Simple work-stealing parallelism for Rust
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: MIT OR Apache-2.0
License: ASL 2.0 or MIT License: MIT or ASL 2.0
URL: https://crates.io/crates/rayon URL: https://crates.io/crates/rayon
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Simple work-stealing parallelism for Rust.} Simple work-stealing parallelism for Rust.}
@ -35,12 +32,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc FAQ.md README.md RELEASES.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/FAQ.md
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/RELEASES.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,10 +49,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (rayon-1.5.1.crate) = a68e65aae7040a6f6b0cc33b53b4c22929c15504ed4fdf54f5eb5fcaeab137c220b00c716aed96246b6a762c4f1e8be920356231d6c4a0b3e01132b9ab96ffc9 SHA512 (rayon-1.5.3.crate) = 47909226951c4d6b774880dd308e2633b1582e41e7730ac8af902895578e6f29a9b1bc47debbd9618c5a45f317b4f264480392c8982aa33576deeb9d5f8ffb82

Loading…
Cancel
Save