Make test-failures on big-endian fatal again
This commit is contained in:
parent
fbbbc67ac6
commit
35e0072880
@ -1,6 +1,6 @@
|
||||
Name: leptonica
|
||||
Version: 1.75.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: C library for efficient image processing and image analysis operations
|
||||
|
||||
License: Leptonica
|
||||
@ -74,15 +74,7 @@ install -Dpm 0644 lept.pc %{buildroot}/%{_libdir}/pkgconfig
|
||||
|
||||
|
||||
%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
|
||||
%endif
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -104,6 +96,9 @@ make check VERBOSE=1
|
||||
|
||||
|
||||
%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
|
||||
- Update to 1.75.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user