- 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.
This commit is contained in:
Ville-Pekka Vainio 2009-11-10 23:19:04 +00:00
parent 5d20fb7a6e
commit b783f7831e
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
libvoikko-2.2.1.tar.gz
libvoikko-2.2.2.tar.gz

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: libvoikko
Version: 2.2.1
Release: 2%{?dist}
Version: 2.2.2
Release: 1%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
Group: System Environment/Libraries
@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/%{name}.py*
%changelog
* Wed Nov 11 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 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.
* Mon Oct 26 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2.1-2
- Add Python interface (package python-libvoikko, noarch)

View File

@ -1 +1 @@
008d0c671ae0609221a4d8ab7c12f36f libvoikko-2.2.1.tar.gz
c808e90e441a85411faa0ff23be243d6 libvoikko-2.2.2.tar.gz