Hello community,

here is the log from the commit of package libvoikko for openSUSE:Factory 
checked in at 2019-03-13 09:05:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvoikko (Old)
 and      /work/SRC/openSUSE:Factory/.libvoikko.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvoikko"

Wed Mar 13 09:05:11 2019 rev:32 rq:681669 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes      2018-05-18 
14:26:44.484928340 +0200
+++ /work/SRC/openSUSE:Factory/.libvoikko.new.28833/libvoikko.changes   
2019-03-13 09:05:14.623448585 +0100
@@ -1,0 +2,9 @@
+Wed Feb 27 07:38:46 UTC 2019 - Timo Jyrinki <tjyri...@suse.com>
+
+- Update to version 4.2
+  * Support for Malaga dictionary format removed
+  * hfst-ospell dependency updated
+  * Java, Python, Javascript wrapper improvements
+- Drop libvoikko-hfst-namespace.patch
+
+-------------------------------------------------------------------

Old:
----
  libvoikko-4.1.1.tar.gz
  libvoikko-4.1.1.tar.gz.asc
  libvoikko-hfst-namespace.patch

New:
----
  libvoikko-4.2.tar.gz
  libvoikko-4.2.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvoikko.spec ++++++
--- /var/tmp/diff_new_pack.lDGwlO/_old  2019-03-13 09:05:15.975448445 +0100
+++ /var/tmp/diff_new_pack.lDGwlO/_new  2019-03-13 09:05:15.983448445 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvoikko
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libvoikko
-Version:        4.1.1
+Version:        4.2
 Release:        0
-Summary:        Spellchecker and Hyphenator for Finnish Language
+Summary:        Library of free natural language processing tools
 License:        GPL-2.0-or-later
 Group:          Productivity/Text/Spell
 URL:            http://voikko.puimula.org
@@ -27,7 +27,6 @@
 Source1:        
http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source99:       baselibs.conf
-Patch0:         libvoikko-hfst-namespace.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig
@@ -36,36 +35,71 @@
 BuildRequires:  pkgconfig(hfstospell)
 
 %description
-Voikko is a Finnish spellchecker and hyphenator based on Malaga and
-Suomi-Malaga.
+Libvoikko is a library of free natural language processing tools. It
+aims to provide support for languages that are not well served by
+other existing free linguistic tools. 
+
+The library supports multiple backends, of which VFST and HFST are
+enabled in the default build:
+
+ - VFST: Finite state transducer format used for Finnish morphology
+   and as an experimental language independent backend.
+ - HFST (Helsinki Finite-State Transducer Technology): Supports ZHFST
+   speller archives for various languages.
+ - Experimental backends: Weighted VFST and Lttoolbox.
+
+Libvoikko provides spell checking, hyphenation, grammar checking and
+morphological analysis for Finnish language. Spell checking is
+supported for other languages through the HFST backend.
 
 %package -n libvoikko1
-Summary:        Spellchecker and Hyphenator for Finnish Language
+Summary:        Library of free natural language processing tools
 Group:          System/Libraries
 Requires:       malaga-suomi
 
 %description -n libvoikko1
-Voikko is a Finnish spellchecker and hyphenator based on Malaga and
-Suomi-Malaga.
+Libvoikko is a library of free natural language processing tools. It
+aims to provide support for languages that are not well served by
+other existing free linguistic tools. 
+
+The library supports multiple backends, of which VFST and HFST are
+enabled in the default build:
+
+ - VFST: Finite state transducer format used for Finnish morphology
+   and as an experimental language independent backend.
+ - HFST (Helsinki Finite-State Transducer Technology): Supports ZHFST
+   speller archives for various languages.
+ - Experimental backends: Weighted VFST and Lttoolbox.
+
+Libvoikko provides spell checking, hyphenation, grammar checking and
+morphological analysis for Finnish language. Spell checking is
+supported for other languages through the HFST backend.
 
 %package devel
-Summary:        Spellchecker and Hyphenator for Finnish Language
+Summary:        Library of free natural language processing tools
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libvoikko1 = %{version}
 
 %description devel
-Voikko is a Finnish spellchecker and hyphenator based on Malaga and
-Suomi-Malaga.
+Libvoikko is a library of free natural language processing tools. It
+aims to provide support for languages that are not well served by
+other existing free linguistic tools. 
+
+This package contains the files needed to build or develop applications
+that use Voikko.
 
 %package -n voikkospell
-Summary:        Spellchecker and Hyphenator for Finnish Language
+Summary:        Test program for Voikko spell checker
 Group:          Productivity/Text/Spell
 Requires:       libvoikko1 = %{version}
 
 %description -n voikkospell
-Voikko is a Finnish spellchecker and hyphenator based on Malaga and
-Suomi-Malaga.
+Libvoikko is a library of free natural language processing tools. It
+aims to provide support for languages that are not well served by
+other existing free linguistic tools. 
+
+This package contains a test program for using Voikko spell checker.
 
 %package -n     python3-libvoikko
 Summary:        Python interface to %{name}
@@ -74,13 +108,15 @@
 BuildArch:      noarch
 
 %description -n python3-libvoikko
-Python interface to libvoikko, library of language tools.
-This module can be used to perform various natural language analysis
-tasks on text.
+Libvoikko is a library of free natural language processing tools. It
+aims to provide support for languages that are not well served by
+other existing free linguistic tools. 
+
+This package contains a Python interface to libvoikko. This module 
+can be used to perform various natural language analysis tasks on text.
 
 %prep
 %setup -q
-%patch0 -p2
 
 %build
 %configure \

++++++ libvoikko-4.1.1.tar.gz -> libvoikko-4.2.tar.gz ++++++
++++ 19517 lines of diff (skipped)



Reply via email to