Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b99d6af8b1 | |||
|
|
0611bcb7b0 | ||
| c682d5da5c | |||
|
|
9210ce031b | ||
| 5da205e636 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1755216500
|
||||
commit: e7c4e7f11ff6dc5f215fdfe8a303bf852a5c239f80cdc483b46d6ff5f149144e
|
||||
url: https://src.opensuse.org/jengelh/lttoolbox
|
||||
revision: master
|
||||
BIN
build.specials.obscpio
LFS
Normal file
BIN
build.specials.obscpio
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,14 @@
|
||||
|
||||
Name: lttoolbox
|
||||
%define lname liblttoolbox3
|
||||
Summary: Toolbox for lexical processing and morphological analysis
|
||||
Version: 3.7.6
|
||||
Version: 3.8.2
|
||||
Release: 0
|
||||
Summary: Toolbox for lexical processing and morphological analysis
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Other
|
||||
URL: https://apertium.org/
|
||||
|
||||
Source: https://github.com/apertium/lttoolbox/archive/v%version.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: utfcpp-devel
|
||||
@@ -73,20 +71,16 @@ This subpackage contains the development files for lttoolbox.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||
%configure --disable-static --includedir="%_includedir/%name" CPPFLAGS="-I%_includedir/utf8cpp"
|
||||
%make_build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
%ctest
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/lt-*
|
||||
@@ -94,7 +88,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_datadir/lttoolbox
|
||||
%_mandir/man1/lsx-*.1*
|
||||
%_mandir/man1/lt-*.1*
|
||||
%doc README
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
|
||||
%files -n %lname
|
||||
|
||||
BIN
v3.7.6.tar.gz
LFS
BIN
v3.7.6.tar.gz
LFS
Binary file not shown.
BIN
v3.8.2.tar.gz
LFS
Normal file
BIN
v3.8.2.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user