- Update to release 3.15.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools/hfst?expand=0&rev=8
This commit is contained in:
parent
c1ac445366
commit
b5297be16b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf50099174a0e14a53ab4d37d514bec2347dea3d4f2ff69d652659357cdd667f
|
|
||||||
size 3314547
|
|
3
hfst-3.15.2.tar.gz
Normal file
3
hfst-3.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7e28c6aa2796549b93f5e8aee7ca187716df17b9e687718d4ebf9817d214059d
|
||||||
|
size 3318967
|
15
hfst.changes
15
hfst.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 19 22:17:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 3.15.2
|
||||||
|
* Fix off-by-one bug in checking captures in pmatch.
|
||||||
|
* hfst-pmatch2fst now implements eg @include"filename.txt" as a
|
||||||
|
preprocessing stage.
|
||||||
|
* hfst-pmatch2fst now implements Explode() and Implode() in
|
||||||
|
full generality.
|
||||||
|
* hfst-pmatch now allows printing weights (in location mode,
|
||||||
|
with --locate).
|
||||||
|
* Add tool hfst-eliminate-flags.
|
||||||
|
* Allow both escaped and unescaped zeros in multicharacters in
|
||||||
|
all lexc lexicon entries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 22 18:51:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Aug 22 18:51:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
18
hfst.spec
18
hfst.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hfst
|
# spec file for package hfst
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hfst
|
Name: hfst
|
||||||
Version: 3.15.0
|
Version: 3.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helsinki Finite-State Transducer Technology
|
Summary: Helsinki Finite-State Transducer Technology
|
||||||
License: GPL-3.0-or-later AND GPL-3.0-only AND GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-only AND Apache-2.0
|
License: GPL-3.0-or-later AND GPL-3.0-only AND GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-only AND Apache-2.0
|
||||||
@ -71,12 +71,12 @@ Group: System/Libraries
|
|||||||
OpenFst is a library for constructing, combining, optimizing, and
|
OpenFst is a library for constructing, combining, optimizing, and
|
||||||
searching weighted finite-state transducers (FSTs).
|
searching weighted finite-state transducers (FSTs).
|
||||||
|
|
||||||
%package -n libhfst52
|
%package -n libhfst53
|
||||||
Summary: Helsinki Finite-State Transducer Technology Libraries
|
Summary: Helsinki Finite-State Transducer Technology Libraries
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libhfst52
|
%description -n libhfst53
|
||||||
The Helsinki Finite-State Transducer software is intended for the
|
The Helsinki Finite-State Transducer software is intended for the
|
||||||
implementation of morphological analyzers and other tools which are
|
implementation of morphological analyzers and other tools which are
|
||||||
based on weighted and unweighted finite-state transducer technology.
|
based on weighted and unweighted finite-state transducer technology.
|
||||||
@ -97,7 +97,7 @@ technology.
|
|||||||
Summary: Development files for the Helsinki Finite-State Transducer
|
Summary: Development files for the Helsinki Finite-State Transducer
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libhfst52 = %version
|
Requires: libhfst53 = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Helsinki Finite-State Transducer software is intended for the
|
The Helsinki Finite-State Transducer software is intended for the
|
||||||
@ -127,8 +127,8 @@ rm -f "%buildroot/%_libdir/"{libfoma,libfst,libsfst}.so
|
|||||||
%postun -n libfoma-hfst0 -p /sbin/ldconfig
|
%postun -n libfoma-hfst0 -p /sbin/ldconfig
|
||||||
%post -n libfst-hfst0 -p /sbin/ldconfig
|
%post -n libfst-hfst0 -p /sbin/ldconfig
|
||||||
%postun -n libfst-hfst0 -p /sbin/ldconfig
|
%postun -n libfst-hfst0 -p /sbin/ldconfig
|
||||||
%post -n libhfst52 -p /sbin/ldconfig
|
%post -n libhfst53 -p /sbin/ldconfig
|
||||||
%postun -n libhfst52 -p /sbin/ldconfig
|
%postun -n libhfst53 -p /sbin/ldconfig
|
||||||
%post -n libsfst-hfst0 -p /sbin/ldconfig
|
%post -n libsfst-hfst0 -p /sbin/ldconfig
|
||||||
%postun -n libsfst-hfst0 -p /sbin/ldconfig
|
%postun -n libsfst-hfst0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -145,8 +145,8 @@ rm -f "%buildroot/%_libdir/"{libfoma,libfst,libsfst}.so
|
|||||||
%_libdir/libfst-hfst.so.0*
|
%_libdir/libfst-hfst.so.0*
|
||||||
%doc back-ends/openfst/COPYING
|
%doc back-ends/openfst/COPYING
|
||||||
|
|
||||||
%files -n libhfst52
|
%files -n libhfst53
|
||||||
%_libdir/libhfst.so.52*
|
%_libdir/libhfst.so.53*
|
||||||
|
|
||||||
%files -n libsfst-hfst0
|
%files -n libsfst-hfst0
|
||||||
%_libdir/libsfst-hfst.so.0*
|
%_libdir/libsfst-hfst.so.0*
|
||||||
|
Loading…
Reference in New Issue
Block a user