|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Utilities for concurrent programming
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
@ -106,10 +106,19 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%ifarch %{arm}
|
|
|
|
|
# one of the doc tests fails on armv7hl
|
|
|
|
|
# https://github.com/crossbeam-rs/crossbeam/issues/668
|
|
|
|
|
%cargo_test -- --lib
|
|
|
|
|
%else
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-2
|
|
|
|
|
- Temporarily disable doc tests on armv7hl.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
|
|
|
|
|
- Update to version 0.8.3.
|
|
|
|
|
- Fixes RHBZ#1931105
|
|
|
|
|