[libvoikko] New upstream release candidate, fixes a bug which crashed Firefox when using Finnish spell checking

Ville-Pekka Vainio vpv at fedoraproject.org
Sat Sep 24 19:40:09 UTC 2011


commit 353c35e9d37b876d460214866e45613081cbe774
Author: Ville-Pekka Vainio <vpvainio at iki.fi>
Date:   Sat Sep 24 22:39:48 2011 +0300

    New upstream release candidate, fixes a bug which crashed Firefox when
    using Finnish spell checking

 .gitignore     |    1 +
 libvoikko.spec |   12 ++++++++----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a80a736..cf1a5e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libvoikko-3.0.tar.gz
 /libvoikko-3.2.tar.gz
 /libvoikko-3.2.1.tar.gz
 /libvoikko-3.3.tar.gz
+/libvoikko-3.3.1rc1.tar.gz
diff --git a/libvoikko.spec b/libvoikko.spec
index 49cf9c4..1e70369 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
-Release:        1%{?dist}
+Version:        3.3.1
+Release:        0.1.rc1%{?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
 # Libvoikko >= 2.2 needs this, earlier versions won't work
@@ -116,6 +116,10 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
 %{python_sitelib}/%{name}.py*
 
 %changelog
+* Sat Sep 24 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3.1-0.1.rc1
+- New upstream release candidate, fixes a bug which crashed Firefox when
+  using Finnish spell checking
+
 * Fri Sep 16 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3-1
 - New upstream release
 
diff --git a/sources b/sources
index 10bdee4..9e15594 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22e4778737960c7516f88396132859b2  libvoikko-3.3.tar.gz
+bb5f5b230651452c43201dffa36d2d0c  libvoikko-3.3.1rc1.tar.gz


More information about the scm-commits mailing list