[hyphen/f17] Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780

Caolán McNamara caolanm at fedoraproject.org
Wed Apr 18 12:38:29 UTC 2012


commit 6bed4a87609d2f8d31b3e1c7ca59014c34717e53
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Apr 18 13:38:25 2012 +0100

    Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780

 hyphen.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/hyphen.spec b/hyphen.spec
index 40bb24b..d99b88f 100644
--- a/hyphen.spec
+++ b/hyphen.spec
@@ -1,7 +1,7 @@
 Name:      hyphen
 Summary:   A text hyphenation library
 Version:   2.8.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 Source:    http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sf.net
@@ -42,7 +42,8 @@ libtoolize -f
 make %{?_smp_mflags}
 
 %check
-%ifarch %{ix86} x86_64
+#%ifarch %{ix86} x86_64, see rhbz#813780
+%ifarch %{ix86}
 VALGRIND=memcheck make check
 %else
 make check
@@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/substrings.pl
 
 %changelog
+* Wed Apr 18 2012 Caolán McNamara <caolanm at redhat.com> - 2.8.3-3
+- Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list