|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
# * Some tests don't work with optimized builds
|
|
|
|
# * Some tests don't work with optimized builds
|
|
|
|
# https://github.com/rayon-rs/rayon/issues/585
|
|
|
|
# https://github.com/rayon-rs/rayon/issues/585
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -7,8 +7,8 @@
|
|
|
|
%global crate rayon-core
|
|
|
|
%global crate rayon-core
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.9.0
|
|
|
|
Version: 1.9.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Core APIs for Rayon
|
|
|
|
Summary: Core APIs for Rayon
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
|
# Upstream license specification: Apache-2.0/MIT
|
|
|
@ -73,6 +73,10 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.9.1-1
|
|
|
|
|
|
|
|
- Update to version 1.9.1.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1961864
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|