|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Implementation of futures and streams featuring zero allocations
|
|
|
|
|
|
|
|
|
|
# https://github.com/rust-lang-nursery/futures-rs/issues/1015
|
|
|
|
@ -55,12 +55,11 @@ which use %{crate} from crates.io.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1563393
|
|
|
|
|
%cargo_test \
|
|
|
|
|
%ifarch ppc64
|
|
|
|
|
|| :
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1563393
|
|
|
|
|
%cargo_test || :
|
|
|
|
|
%else
|
|
|
|
|
;
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -68,6 +67,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-2
|
|
|
|
|
- Fix build
|
|
|
|
|
|
|
|
|
|
* Fri May 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
|
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
|
|