Update to 1.3.0

epel9
Josh Stone 5 years ago
parent 63c7a1894c
commit bd1efc965b

1
.gitignore vendored

@ -6,3 +6,4 @@
/rayon-1.1.0.crate
/rayon-1.2.0.crate
/rayon-1.2.1.crate
/rayon-1.3.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * Some tests are broken on non-x86_64
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -7,7 +7,7 @@
%global crate rayon
Name: rust-%{crate}
Version: 1.2.1
Version: 1.3.0
Release: 1%{?dist}
Summary: Simple work-stealing parallelism for Rust
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md RELEASES.md FAQ.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -52,7 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0
* Thu Nov 28 11:22:01 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1

@ -1 +1 @@
SHA512 (rayon-1.2.1.crate) = 8a94deef9152742bcde2537a6989a0598330b3b2298d64208077bf5499e2178381afb91559adfb64e430aa290d2e2f843f754e5e2782645579256c7050fa3d41
SHA512 (rayon-1.3.0.crate) = 176af1a8148026954e271ece820c67b215223cdf11b80ff4e3229e4871ad87ce9c21c0b5b5c9f1c9e8063102ed0722c3e5194c13bbe77d8688fdf81e0ba8a599

Loading…
Cancel
Save