New upstream release
Fixes handling of embedded null characters in input strings entered through Python or Java interfaces.
This commit is contained in:
parent
de8044cdb0
commit
e37abed49e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user