New upstream release
This commit is contained in:
parent
e37abed49e
commit
04449959ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ libvoikko-3.0.tar.gz
|
||||
/libvoikko-3.1.tar.gz
|
||||
/libvoikko-3.2.tar.gz
|
||||
/libvoikko-3.2.1.tar.gz
|
||||
/libvoikko-3.3.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.1
|
||||
Version: 3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
@ -116,6 +116,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 16 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3-1
|
||||
- New upstream release
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user