New upstream release

Fixes handling of embedded null characters in input strings entered through
Python or Java interfaces.
This commit is contained in:
Ville-Pekka Vainio 2011-06-12 19:41:19 +03:00
parent de8044cdb0
commit e37abed49e
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
libvoikko-3.0.tar.gz
/libvoikko-3.1.tar.gz
/libvoikko-3.2.tar.gz
/libvoikko-3.2.1.tar.gz

View File

@ -1,6 +1,6 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: libvoikko
Version: 3.2
Version: 3.2.1
Release: 1%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
@ -116,6 +116,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
%{python_sitelib}/%{name}.py*
%changelog
* Sun Jun 12 2011 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 3.2.1-1
- New upstream release
- Fixes handling of embedded null characters in input strings entered through
Python or Java interfaces.
* Fri Mar 25 2011 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 3.2-1
- New upstream release

View File

@ -1 +1 @@
0525e11e1822b8155fcc599c3c580842 libvoikko-3.2.tar.gz
bd7c5b159d1af9f036f990ef97afa0dd libvoikko-3.2.1.tar.gz