|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}0.1
|
|
|
|
|
Version: 0.1.21
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Implementation of futures and streams featuring zero allocations
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -43,9 +43,6 @@ which use %{crate} from crates.io.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1563393
|
|
|
|
|
%cargo_test || :
|
|
|
|
|
%else
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -56,6 +53,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jul 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-3
|
|
|
|
|
- Stop ignoring test suite
|
|
|
|
|
|
|
|
|
|
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-2
|
|
|
|
|
- Fix build with new macro
|
|
|
|
|
|
|
|
|
|