| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Build in single thread, interim deps are not properly stated in the Makefile
- Build in single thread, interim deps are not properly stated in the Makefile
- Initial commit required by malaga-suomi - Taken from Mageia
- Update to git snapshot 0.10.0+git22 (e0d8122) * Build fixes for various compilers and C++ standard modes - Drop foma-gcc14.patch (merged), delete foma-harden-build.patch (obsolete)
- added patches fix https://github.com/mhulden/foma/commit/9a99d2d41809422080606bb49531b38ce1e2111a + foma-gcc14.patch
- Update to release 0.10.0 * Add runtime options interface. * Fix numerous memory leaks and segfaults. * Skip flags elimination if there are no paths in network. * Fixed syntax error reporting line count in lexc. * Add Python 3 compatibility and Python 3 port of foma2js.perl. * Sort alphabet after eliminating flags.
- Update to version 0.9.18+git20210604.180b6fe: * Drop xx prefix for standard C functions. * Add runtime options interface for HFST. * Fix segfault when Foma sigmas are merged. * Add test for leaks and segfaults to avoid regression. * Fix a premature free() call in fsm_isempty. * add ^> to lexc's regex lexer. * Fix memory leak in regex parser: destroy FSM via bison destructor. * Fix memory leaks in "print shortest-string" command processor. * Drop leftover command "test star-free" * Avoid memory leaks in test functions: free temporary FSMs after use. * Avoid memory leak in fsm_isempty function: release minimized FSM. * Avoid memory leak in fsm_rewrite: free center FSM after usage. * Skip definition without network when save_defined is executed.
- Define conditionally make_build to fix build on systems that do not have that macro
- Update to version 0.9.18+git20200221.5e5521e bsc#1160265: * Ignore dylibs * Removed dependency on six * Bugfixes for Python * Added Python 3 port of foma2js.perl * Better py3 compatibility * Add test for apply_down(). * Get apply_up() working. * Add simple Python tests. * Port FST.encode() to use correct types for Python 3. * Add Python six 1.11.0 module. * Added TextWrangler codeless language modules. * add object files and many temp files to .gitignore * remove SVN_REV var in Makefile - Remove upstream merged patch: * foma-fix-sizeof.patch
- Add foma-fix-sizeof.patch to fix segfault on 32-bit (boo#1109949)
- Add patch to add some linker hardening: * foma-harden-build.patch
- Update to version 0.9.18+git20180511.bad2f09: * Various small fixes