From 35e00728808b289aecdb7d9d0077933ebb92b766 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 27 Feb 2018 14:43:05 +0100 Subject: [PATCH] Make test-failures on big-endian fatal again --- leptonica.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/leptonica.spec b/leptonica.spec index 2004505..84ade65 100644 --- a/leptonica.spec +++ b/leptonica.spec @@ -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 - 1.75.3-2 +- Make test-failures on big-endian fatal again + * Thu Feb 22 2018 Sandro Mani - 1.75.3-1 - Update to 1.75.3