diff --git a/.cvsignore b/.cvsignore index 44bd89c..edbf8b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libvoikko-2.2.2.tar.gz +libvoikko-2.3rc1.tar.gz diff --git a/libvoikko.spec b/libvoikko.spec index 81d808a..bd2c225 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,19 +1,19 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: libvoikko -Version: 2.2.2 -Release: 1%{?dist} +Version: 2.3 +Release: 0.1.rc1%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators Group: System Environment/Libraries License: GPLv2+ URL: http://voikko.sourceforge.net/ # The usual format of stable release URLs -Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz +#Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz # The usual format of test release URLs -#Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc2.tar.gz +Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel glib2-devel +BuildRequires: python-devel # Libvoikko >= 2.2 needs this, earlier versions won't work Requires: malaga-suomi-voikko >= 1.4 @@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/%{name}.py* %changelog +* Sun Jan 31 2010 Ville-Pekka Vainio - 2.3-0.1.rc1 +- New release candidate +- Dependency on glib has been removed + * Wed Nov 11 2009 Ville-Pekka Vainio - 2.2.2-1 - Version 2.2.2 fixes a crash found in version 2.2.1 that can occur when the APIs that use wchar_t strings as arguments are used. diff --git a/sources b/sources index 78fff60..5abb1e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c808e90e441a85411faa0ff23be243d6 libvoikko-2.2.2.tar.gz +02c46687b170cdcc65dd3bfe7868b7f8 libvoikko-2.3rc1.tar.gz