Update to 1.7.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 4c390e5676
commit edbddc6060
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/rayon-core-1.5.0.crate
/rayon-core-1.6.0.crate
/rayon-core-1.6.1.crate
/rayon-core-1.7.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * Some tests don't work with optimized builds
# https://github.com/rayon-rs/rayon/issues/585
%bcond_with check
@ -7,7 +7,7 @@
%global crate rayon-core
Name: rust-%{crate}
Version: 1.6.1
Version: 1.7.0
Release: 1%{?dist}
Summary: Core APIs for Rayon
@ -40,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.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
* Fri Dec 27 08:26:37 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.0-1
- Update to 1.7.0
* Thu Nov 28 11:22:54 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.1-1
- Update to 1.6.1

@ -1 +1 @@
SHA512 (rayon-core-1.6.1.crate) = 4ad6f0ba957e34805997c76c41cd3da5ff7c59fcf67a1ad8d54cf67553465ce6e1d3e858e3ff23a9a4ce9dc7a548285bddf5fea51e30b2f84e404b47f2b22e31
SHA512 (rayon-core-1.7.0.crate) = 7bacda8330518c137b433ac1f7f65f64aaf7939d7fdae1c8263bdaefbdf6734003054a1fc7acf73d4e323f27e9f152f273ffb7388abbf6cca0fa2357f1362e2e

Loading…
Cancel
Save