- 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:
parent
5d20fb7a6e
commit
b783f7831e
@ -1 +1 @@
|
||||
libvoikko-2.2.1.tar.gz
|
||||
libvoikko-2.2.2.tar.gz
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user