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

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

Loading…
Cancel
Save