From f36f43a14304ae8829891d8053be0e5b4c238626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 13 Aug 2016 17:20:56 +0100 Subject: [PATCH] Resolves: rhbz#1366680 No valgrind on MIPS --- hyphen.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 503ef2e..3c3a312 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 4%{?dist} +Release: 5%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sf.net @@ -9,8 +9,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2 or LGPLv2+ or MPLv1.1 BuildRequires: perl, patch, autoconf, automake, libtool # s390 lacks valgrind support +# no working valgrind built for MIPS yet # tests with valgrind fail on arm -%ifnarch s390 %{arm} +%ifnarch s390 %{arm} %{mips} BuildRequires: valgrind %endif @@ -43,7 +44,7 @@ make %{?_smp_mflags} %check make check -%ifnarch s390 %{arm} +%ifnarch s390 %{arm} %{mips} VALGRIND=memcheck make check %endif @@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/substrings.pl %changelog +* Fri Aug 12 2016 Michal Toman - 2.8.8-5 +- Resolves: rhbz#1366680 No valgrind on MIPS + * Thu Feb 04 2016 Fedora Release Engineering - 2.8.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild