[hyphen] latest version

Caolan McNamara caolanm at fedoraproject.org
Tue Aug 10 08:26:47 UTC 2010


commit 1dc57be74740ca0bf50dd5ecaaa73360b9459611
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 10 09:26:45 2010 +0100

    latest version

 .gitignore  |    2 +-
 hyphen.spec |   28 ++++++++++++++++++----------
 sources     |    2 +-
 3 files changed, 20 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e7b623..dbe347e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-hyphen-2.5.tar.gz
+hyphen-2.6.tar.gz
diff --git a/hyphen.spec b/hyphen.spec
index df87746..022163f 100644
--- a/hyphen.spec
+++ b/hyphen.spec
@@ -1,13 +1,16 @@
 Name:      hyphen
 Summary:   A text hyphenation library
-Version:   2.5
-Release:   2%{?dist}
+Version:   2.6
+Release:   1%{?dist}
 Source:    http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sf.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License:   LGPLv2+ or MPLv1.1
 BuildRequires: perl, patch
+%ifarch %{ix86} x86_64
+BuildRequires: valgrind
+%endif
 
 %description
 Hyphen is a library for high quality hyphenation and justification.
@@ -37,7 +40,11 @@ English hyphenation rules.
 make %{?_smp_mflags}
 
 %check
-make -C tests check-TESTS
+%ifarch %{ix86} x86_64
+VALGRIND=memcheck make check
+%else
+make check
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,32 +83,33 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/substrings.pl
 
 %changelog
-* Thu Mar 04 2010 Caolan McNamara <caolanm at redhat.com> - 2.5-2
+* Mon Jul 19 2010 Caolán McNamara <caolanm at redhat.com> - 2.6-1
+- latest version
 - run make check
 
-* Thu Feb 25 2010 Caolan McNamara <caolanm at redhat.com> - 2.5-1
+* Thu Feb 25 2010 Caolán McNamara <caolanm at redhat.com> - 2.5-1
 - latest version
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Wed Jul 22 2009 Caolan McNamara <caolanm at redhat.com> - 2.4-4
+* Wed Jul 22 2009 Caolán McNamara <caolanm at redhat.com> - 2.4-4
 - make hyphen-en a noarch subpackage
 
-* Fri Jun 12 2009 Caolan McNamara <caolanm at redhat.com> - 2.4-3
+* Fri Jun 12 2009 Caolán McNamara <caolanm at redhat.com> - 2.4-3
 - extend coverage
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Fri May 02 2008 Caolan McNamara <caolanm at redhat.com> - 2.4-1
+* Fri May 02 2008 Caolán McNamara <caolanm at redhat.com> - 2.4-1
 - latest version
 
-* Tue Feb 19 2008 Caolan McNamara <caolanm at redhat.com> - 2.3.1-1
+* Tue Feb 19 2008 Caolán McNamara <caolanm at redhat.com> - 2.3.1-1
 - latest version
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.3-2
 - Autorebuild for GCC 4.3
 
-* Mon Nov 12 2007 Caolan McNamara <caolanm at redhat.com> - 2.3-1
+* Mon Nov 12 2007 Caolán McNamara <caolanm at redhat.com> - 2.3-1
 - initial version
diff --git a/sources b/sources
index ac1f935..e91367f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57857a1c856cf7d24577eb6431464ffa  hyphen-2.5.tar.gz
+b31c0293e05a7aa997475bd10c698d9d  hyphen-2.6.tar.gz


More information about the scm-commits mailing list