1
0
forked from pool/lttoolbox

5 Commits

6 changed files with 35 additions and 19 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1755216500
commit: e7c4e7f11ff6dc5f215fdfe8a303bf852a5c239f80cdc483b46d6ff5f149144e
url: https://src.opensuse.org/jengelh/lttoolbox
revision: master

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

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 15 00:08:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8.2
* Reuse sequence vectors in State
* Treat weighted epsilons as non-epsilons
-------------------------------------------------------------------
Thu Apr 10 11:17:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8.0
* Fallback to analysing lower-cased version on state explosion
both in analysis (lt-proc -a, with or without compounding -e)
and in "bilingual generation" (lt-proc -g -b).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 28 02:43:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Thu Dec 28 02:43:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package lttoolbox # spec file for package lttoolbox
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 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
@@ -18,16 +18,14 @@
Name: lttoolbox Name: lttoolbox
%define lname liblttoolbox3 %define lname liblttoolbox3
Summary: Toolbox for lexical processing and morphological analysis Version: 3.8.2
Version: 3.7.6
Release: 0 Release: 0
Summary: Toolbox for lexical processing and morphological analysis
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Other Group: Productivity/Scientific/Other
URL: https://apertium.org/ URL: https://apertium.org/
Source: https://github.com/apertium/lttoolbox/archive/v%version.tar.gz Source: https://github.com/apertium/lttoolbox/archive/v%version.tar.gz
BuildRequires: autoconf BuildRequires: cmake
BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: utfcpp-devel BuildRequires: utfcpp-devel
@@ -73,20 +71,16 @@ This subpackage contains the development files for lttoolbox.
%autosetup -p1 %autosetup -p1
%build %build
autoreconf -fiv %cmake
# includedir intentional, cf. bugzilla.opensuse.org/795968 %cmake_build
%configure --disable-static --includedir="%_includedir/%name" CPPFLAGS="-I%_includedir/utf8cpp"
%make_build
%install %install
%make_install %cmake_install
rm -f "%buildroot/%_libdir"/*.la
%check %check
%make_build check %ctest
%post -n %lname -p /sbin/ldconfig %ldconfig_scriptlets -n %lname
%postun -n %lname -p /sbin/ldconfig
%files %files
%_bindir/lt-* %_bindir/lt-*
@@ -94,7 +88,7 @@ rm -f "%buildroot/%_libdir"/*.la
%_datadir/lttoolbox %_datadir/lttoolbox
%_mandir/man1/lsx-*.1* %_mandir/man1/lsx-*.1*
%_mandir/man1/lt-*.1* %_mandir/man1/lt-*.1*
%doc README %doc README.md
%license COPYING %license COPYING
%files -n %lname %files -n %lname

BIN
v3.7.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v3.8.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.