From b45e6aefbf14903a4c7a30f4797a335ff574c0af Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 5 Nov 2007 14:36:04 +0000 Subject: [PATCH] next version --- .cvsignore | 2 +- hunspell.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0f525d5..4782ba3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -hunspell-1.1.12-2.tar.gz +hunspell-1.2.1.tar.gz diff --git a/hunspell.spec b/hunspell.spec index 9c2738a..781c6f3 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,8 +1,8 @@ Name: hunspell Summary: Hunspell is a spell checker and morphological analyzer library -Version: 1.1.12.2 -Release: 2%{?dist} -Source: http://downloads.sourceforge.net/%{name}/hunspell-1.1.12-2.tar.gz +Version: 1.2.1 +Release: 1%{?dist} +Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,7 +25,7 @@ Group: Development/Libraries Includes and definitions for developing with hunspell %prep -%setup -q -n hunspell-1.1.12 +%setup -q %build libtoolize --automake --force @@ -73,9 +73,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %{_bindir}/munch %{_bindir}/unmunch +%{_bindir}/analyze +%{_bindir}/chmorph %{_libdir}/pkgconfig/hunspell.pc %changelog +* Mon Nov 05 2007 Caolan McNamara - 1.2.1-1 +- latest version + * Mon Oct 08 2007 Caolan McNamara - 1.1.12.2-2 - lang fix for man pages from Ville Skyttä diff --git a/sources b/sources index 2392ce7..8b08a88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4bb481a318eb388e07773f22be853d5 hunspell-1.1.12-2.tar.gz +c504f9c2065f697e586593992dd74dae hunspell-1.2.1.tar.gz