[libvoikko] Update to the latest upstream release: A crash bug affecting grammar checker has been fixed. New gra

Ville-Pekka Vainio vpv at fedoraproject.org
Tue Dec 27 15:53:24 UTC 2011


commit e7f8a4243829efc5b4dedd1658d5adc50f6a61e8
Author: Ville-Pekka Vainio <vpvainio at iki.fi>
Date:   Tue Dec 27 17:53:13 2011 +0200

    Update to the latest upstream release:
    A crash bug affecting grammar checker has been fixed.
    New grammar checker rule for missing verbs has been added.

 libvoikko.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/libvoikko.spec b/libvoikko.spec
index 45535db..e0bf8ef 100644
--- a/libvoikko.spec
+++ b/libvoikko.spec
@@ -1,16 +1,16 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:           libvoikko
-Version:        3.3.1
-Release:        0.3.rc1%{?dist}
+Version:        3.4
+Release:        1%{?dist}
 Summary:        Voikko is a library for spellcheckers and hyphenators
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://voikko.sourceforge.net/
 # The usual format of stable release URLs
-#Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
 # The usual format of test release URLs
-Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
+#Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
 
 BuildRequires:  python-devel
 # Require the Finnish morphology because Finnish is currently the only language
@@ -117,6 +117,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
 %{python_sitelib}/%{name}.py*
 
 %changelog
+* Tue Dec 27 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.4-1
+- Update to the latest upstream release:
+- A crash bug affecting grammar checker has been fixed.
+- New grammar checker rule for missing verbs has been added.
+
 * Sun Sep 25 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3.1-0.3.rc1
 - Remove the isa macro from the malaga-suomi-voikko dependency,
   malaga-suomi-voikko is not a library and is thus not multilib'd. The previous


More information about the scm-commits mailing list