Accepting request 883514 from devel:libraries:c_c++

- Update to version 4.3.1
  * Improve performance of Finnish VFST backend by about 4 %. Thanks to Juha Komulainen 
    / Evident Solutions Oy for the optimization idea.
  * Add TypeScript typings, thanks to Niilo Ursin.
  * Python wrapper:
    * Allow native library to be found on Windows with Python 3.8 and later.
    * Add official pip packaging.
  * Various build fixes related to for example new Autoconf and Emscripten versions.

OBS-URL: https://build.opensuse.org/request/show/883514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvoikko?expand=0&rev=35
This commit is contained in:
Richard Brown 2021-04-10 13:26:29 +00:00 committed by Git OBS Bridge
commit 28559f00ce
6 changed files with 39 additions and 27 deletions

3
libvoikko-4.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:368240d4cfa472c2e2c43dc04b63e6464a3e6d282045848f420d0f7a6eb09a13
size 658079

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEErF1l8QyFltfi2uJjPTCbYErjlC4FAmBDQ1sACgkQPTCbYErj
lC7AqRAAxcLsyK+BYCBL91//oYdcTz0oGkIGbDsZk3bNTsFPyFIjKShqv8MuiVTu
kvr4E0rqdPL04oGbAiWFY/Rc+76p9EGN8/a2Y4Horc1HSXuGmr+JBoTWrhrXlf9h
6v4pbCExcfPjbUwl2xosmfXSxfHUd5xLd/qqMY8LJAl0GYqgkjuNumgT7OcOyQ6a
bE+KULiNmZC2sotjp7LfMoaEL7kyIlVrc/IFylkOi6XNbYi2U2WD8plltuv6Aw0k
C3Ww02+ZfAi7AAih0CmymtR7EBYEeLdX092C55u1RT727f+R1r6WhzBiXZL8uf6B
ZXB4xLwyS5N61zJNUou/Xcf5c8N+TdJqjvC0ACgQlcqxD6vwwS7oP7ZSB6+4TZiX
0BqmQUdVYtLgXGI7BteWDEQRIoNNbuZuLZedKQufLNj16WuO4wL9LfWdl2cuM/5l
/bTt79VPcK+535cfMtM0Bj7zLjq2zYLaBxEIOOHDv0k4PynFkUPtGCXYt9AKdGPm
SzT2xMkPWBWV4a8nNrm7zEn8+hQ15M6qqcilO2FP3p6S2hA63VlsgITlQ0FPJT6a
ssa0/BHXcHNKMFa2El9mnC7CPYGJoRHHF/Q6ckOzsTOlvUX4UWHfH4aK8F4wOQAc
3Iq3j6NsXk56n8GgVU3J01qW3AfN2kYOBkpndOYuQDPgzUIzbOU=
=HZq+
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e843df002fcea2a90609d87e4d6c28f8a0e23332d3b42979ab1793e18f839307
size 655465

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEErF1l8QyFltfi2uJjPTCbYErjlC4FAl2vSfYACgkQPTCbYErj
lC5sJA/9HyRceDBzMOl9+wS4oxEUH1gd0DLuM6rqWZS5J18ps8mg7NaM06lko5on
wvnIrKi+lU1HcT6Jg73HAxR8M8z/fCIPbEJFfTPDlhqIWwxFcYqOflrJ6ME1sAUI
Wjduu/jLrBe9GujVApSnVvvhTWh4qFspl1WRllc/Gxj+CtdlFsqtXGUjdA3JOlCu
BNsXuwK689uCIdCgROwh/7KSBzbQEYc0c2GtkeoJzkXSHzg+0C89HyyCDhedGcc7
nMvigU7fhHmnUkoOhHC9/M5jRP1tuozC4VZYP8pUm/WQMIcVAGl3nqcuXLKs8D8P
WDFOc/9Q01K8QU5zfwv5i07rOXCAyQEyWkFx65AWb9cYSJ+YciHj563U7v4ie/al
QBVlPJxYerJx9SvGMlGDhykJwdnrU3chFnd2vvzZ21PwE37f0AoSmZx5MlGAjTSD
YJSSzfhxKF0JZ7ksTZ1CnggQJT96jrFXNbYhOOvyj8hbqunCeMyALJJ95YnTDNR7
+1hQXXqmvGyfo/2e1aIhPUFFphEtNjcLKjJ1hBIqsLo4npRTAJmklM5c8KSPfREU
z/BEDji00NuRRhAQGV5Y52VkijhyyiHu/MIhnKGy26ZfqI5NKpwhpkNi3WSvsLL6
YXBV2CIVLLfl3+ubTxSznNvc/1B3LqeYPCAbuTZ88tl/ekBpMWQ=
=McWG
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 6 11:20:51 UTC 2021 - Timo Jyrinki <tjyrinki@suse.com>
- Update to version 4.3.1
* Improve performance of Finnish VFST backend by about 4 %. Thanks to Juha Komulainen
/ Evident Solutions Oy for the optimization idea.
* Add TypeScript typings, thanks to Niilo Ursin.
* Python wrapper:
* Allow native library to be found on Windows with Python 3.8 and later.
* Add official pip packaging.
* Various build fixes related to for example new Autoconf and Emscripten versions.
-------------------------------------------------------------------
Sat Jan 4 18:40:34 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libvoikko
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libvoikko
Version: 4.3
Version: 4.3.1
Release: 0
Summary: Library of free natural language processing tools
License: GPL-2.0-or-later
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(hfstospell) >= 0.5
%description
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.
other existing free linguistic tools.
The library supports multiple backends, of which VFST and HFST are
enabled in the default build:
@ -59,7 +59,7 @@ Requires: malaga-suomi
%description -n libvoikko1
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.
other existing free linguistic tools.
The library supports multiple backends, of which VFST and HFST are
enabled in the default build:
@ -83,7 +83,7 @@ Requires: libvoikko1 = %{version}
%description devel
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.
other existing free linguistic tools.
This package contains the files needed to build or develop applications
that use Voikko.
@ -96,7 +96,7 @@ Requires: libvoikko1 = %{version}
%description -n voikkospell
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.
other existing free linguistic tools.
This package contains a test program for using Voikko spell checker.
@ -109,9 +109,9 @@ BuildArch: noarch
%description -n python3-libvoikko
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.
other existing free linguistic tools.
This package contains a Python interface to libvoikko. This module
This package contains a Python interface to libvoikko. This module
can be used to perform various natural language analysis tasks on text.
%prep