|
|
@ -221,8 +221,13 @@ find -type f -name '*.rs' -executable -exec chmod -x '{}' +
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# https://github.com/dropbox/rust-brotli/issues/42
|
|
|
|
|
|
|
|
%if 0%{?__isa_bits} == 32
|
|
|
|
|
|
|
|
%cargo_test -- -- --skip enc::test::test_roundtrip_compressed_repeated --skip enc::test::test_roundtrip_ukkonooa
|
|
|
|
|
|
|
|
%else
|
|
|
|
%cargo_test
|
|
|
|
%cargo_test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sat Dec 14 17:51:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-1
|
|
|
|
* Sat Dec 14 17:51:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-1
|
|
|
|