SHA256
1
0
forked from pool/openfst

6 Commits

6 changed files with 42 additions and 7 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1739144624
commit: 21b72cc9750c3c42caa3029cdac1c960b5469a5a5191360c765fb3d28b140a15
url: https://src.opensuse.org/jengelh/openfst
revision: master

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
openfst-1.8.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
openfst-1.8.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Feb 9 23:37:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.4
* Added `NumStatesIfKnown()` method to `FstClass` in script
layer and `num_states_if_known()` to `Fst` in Python layer,
exposing library-layer `Fst::NumStatesIfKnown()`
* Added an option allowing `ArcMapFst` to be an `ExpandedFst`
(thus only accepting `ExpandedFst` inputs) rather than
always fulfilling just the `Fst` interface, even when it
could have provided `NumStates()`
* Modest performance optimizations in `SingleShortestPath`
* Added `CustomShortestFirstQueue`, a generalization of
`NaturalShortestFirstQueue` allowing setting a custom
comparator
* Removed nominal memory leak in `fstquantize` binary which
would occur briefly before exiting
* Various properties and flags in script API (as
`WeightClass::Properties()`) and Python extension (as
`WeightProperties`, `ArcIteratorFlags` and
`EncodeMapperFlags`) are now exposed
- Delete gcc14.patch (obsolete)
-------------------------------------------------------------------
Sat Nov 2 22:54:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add gcc14.patch
-------------------------------------------------------------------
Thu Feb 8 13:43:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package openfst
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%define lname libfst26
Name: openfst
Version: 1.8.3
Version: 1.8.4
Release: 0
Summary: Weighted finite-state transducer library
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: http://www.openfst.org/
#https://www.openfst.org/twiki/bin/view/FST/FstDownload tarballs & NEWS
Source: http://www.openfst.org/twiki/pub/FST/FstDownload/%name-%version.tar.gz
Patch1: i586-80bitfp.patch
%if 0%{?suse_version} && 0%{?suse_version} < 1600
@@ -72,8 +73,7 @@ autoreconf -fi
%make_install
find %buildroot/%_libdir -type f -name "*.la" -print -delete
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files
%license COPYING