Make test-failures on big-endian fatal again

This commit is contained in:
Sandro Mani 2018-02-27 14:43:05 +01:00
parent fbbbc67ac6
commit 35e0072880

View File

@ -1,6 +1,6 @@
Name: leptonica Name: leptonica
Version: 1.75.3 Version: 1.75.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: C library for efficient image processing and image analysis operations Summary: C library for efficient image processing and image analysis operations
License: Leptonica License: Leptonica
@ -74,15 +74,7 @@ install -Dpm 0644 lept.pc %{buildroot}/%{_libdir}/pkgconfig
%check %check
%ifarch ppc64 s390x
# https://github.com/DanBloomberg/leptonica/issues/307
make check VERBOSE=1 || :
# Debugging code to dump the test results as a base64d zip
# zip -r /tmp/lept/webp.zip /tmp/lept/webp
# cat /tmp/lept/webp.zip | base64
%else
make check VERBOSE=1 make check VERBOSE=1
%endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -104,6 +96,9 @@ make check VERBOSE=1
%changelog %changelog
* Tue Feb 27 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-2
- Make test-failures on big-endian fatal again
* Thu Feb 22 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-1 * Thu Feb 22 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-1
- Update to 1.75.3 - Update to 1.75.3