From 97a284675aa2ffda517f3b53280f819c77b065bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 2 Dec 2010 12:09:17 +0000 Subject: [PATCH] latest version --- .gitignore | 2 +- hyphen.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dbe347e..87be389 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -hyphen-2.6.tar.gz +/hyphen-2.7.tar.gz diff --git a/hyphen.spec b/hyphen.spec index 022163f..7d2751f 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,13 +1,13 @@ Name: hyphen Summary: A text hyphenation library -Version: 2.6 +Version: 2.7 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 +BuildRequires: perl, patch, autoconf %ifarch %{ix86} x86_64 BuildRequires: valgrind %endif @@ -36,6 +36,7 @@ English hyphenation rules. %setup -q %build +autoreconf %configure --disable-static make %{?_smp_mflags} @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/substrings.pl %changelog +* Thu Dec 02 2010 Caolán McNamara - 2.7-1 +- latest version + * Mon Jul 19 2010 Caolán McNamara - 2.6-1 - latest version - run make check diff --git a/sources b/sources index e91367f..d3b3da4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b31c0293e05a7aa997475bd10c698d9d hyphen-2.6.tar.gz +181d3759b757f3c9d6300c12dbfa1ebc hyphen-2.7.tar.gz