* Wed Apr 23 2025 mcepl@cepl.eu
- Fix license: it is MIT, not GPL-3.0-or-later.
* Wed Jul 24 2024 gmbr3@opensuse.org
- Update to version 5.4.7:
* Fixed 11 bugs from 5.4.6
* Tests now run on shared libraries
- Removed skip-tests_big-endian.patch: fixed upstream
* Thu Dec 07 2023 schwab@suse.de
- execresult.patch: Inspect errno only after failure
* Tue Nov 14 2023 mcepl@suse.com
- Add skip-tests_big-endian.patch to skip little-endian-only
tests (bsc#1216930).
* Mon May 29 2023 gmbr3@opensuse.org
- Library is always liblua5_4-5: due to SOVERSION leading digit
being 5
* Mon May 22 2023 mcepl@suse.com
- Final release of 5.4.6. No change in the changelog.
* Tue May 09 2023 mcepl@suse.com
- Experimenting with lua 5.4.6-rc1 (release 5.4.5 has been
effectively withdrawn).
* Sun Apr 30 2023 mcepl@suse.com
- Update to 5.4.5:
- this is a bug-fix release.
- Lua 5.4.5 also contains several internal improvements and
includes a revised reference manual
- Remove upstreamed patches:
- luabugs1.patch
- luabugs10.patch
- luabugs11.patch
- luabugs2.patch
- luabugs3.patch
- luabugs4.patch
- luabugs5.patch
- luabugs6.patch
- luabugs7.patch
- luabugs8.patch
- luabugs9.patch
* Tue Apr 04 2023 gmbr3@opensuse.org
- Added more numbered patches from upstream:
* luabugs11.patch
* Sat Mar 18 2023 gmbr3@opensuse.org
- Added more numbered patches from upstream:
* luabugs10.patch
Version: 5.4.4-bp155.1.5
* Tue Aug 30 2022 Callum Farmer <gmbr3@opensuse.org>
- Add more upstream patches:
* luabugs6.patch
* luabugs7.patch
* Sat Jun 04 2022 Callum Farmer <gmbr3@opensuse.org>
- Added more numbered patches from upstream:
* luabugs3.patch
* luabugs4.patch (bsc#1201146, CVE-2022-33099)
* luabugs5.patch
* Wed Mar 09 2022 Callum Farmer <gmbr3@opensuse.org>
- Added patches from upstream:
* luabugs1.patch
* luabugs2.patch
- Adjust buildsystem so that it matches upstream git (testes??)
* Mon Mar 07 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Drop the lua_docdir define, package docs in the standard
location. Instead just silently drop packaging the README with
the path that does not makes sense for a rpm package, but for a
source tarball install. Simpler solution to boo#1186233.
* Wed Jan 26 2022 Callum Farmer <gmbr3@opensuse.org>
- Ensure shared library is installed with executable bit set
* Wed Jan 26 2022 Callum Farmer <gmbr3@opensuse.org>
- Update to Lua 5.4.4:
* fixes all bugs found in Lua 5.4.3
- Removed upstream-bugs.patch: new release (no bugs found yet)
- Removed upstream-bugs-test.patch: new release (no bugs found yet)
* Thu Dec 30 2021 Callum Farmer <gmbr3@opensuse.org>
- Re-enable readline support in Lua, the way to do this changed
in Lua 5.4
- Because we are linking with readline add GPLv3+ only to the
main package
- Subsequently, update main_test.patch to ignore another test
* Thu Dec 30 2021 Callum Farmer <gmbr3@opensuse.org>
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
bugs 9,10,12 for build and tests respectively. Bug 11 changes
interface of luaD_pretailcall. (bsc#1194575,CVE-2021-44647)
* Sat Nov 27 2021 Callum Farmer <gmbr3@opensuse.org>
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
bugs 7,8 for build and tests respectively. (bsc#1192613,CVE-2021-43519)
* Thu Jul 29 2021 Callum Farmer <gmbr3@opensuse.org>
- Update upstream-bugs.patch and upstream-bugs-test.patch to fix
bugs 4,5,6 for build and tests respectively.
* Sat May 22 2021 Callum Farmer <gmbr3@opensuse.org>
- Fix doc location (boo#1186233)
* Mon May 10 2021 Callum Farmer <gmbr3@opensuse.org>
- Add shared_link.patch: fix dynamic linking executable
- Stop building static library
* Mon Apr 19 2021 Callum Farmer <gmbr3@opensuse.org>
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
bugs 1,2,3 for build and tests respectively.
* Mon Mar 29 2021 Callum Farmer <gmbr3@opensuse.org>
- Update to version 5.4.3:
* Fixes bugs found in Lua 5.4.2
- Removed upstream-bugs.patch: new release (no bugs found yet)
- Removed upstream-bugs-test.patch: new release (no bugs found yet)
* Thu Mar 11 2021 Callum Farmer <gmbr3@opensuse.org>
- Add upstream-bugs.patch and upstream-bugs-test.patch to fix
bugs 2,3,4 for build and tests respectively.
* Fri Jan 22 2021 Callum Farmer <gmbr3@opensuse.org>
- Move tests to separate build
* Sat Dec 05 2020 Callum Farmer <gmbr3@opensuse.org>
- Update to version 5.4.2:
* Fixes garbage collection bug
- Add main_test.patch: fix bug in main.lua test
* Sat Oct 10 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Update to version 5.4.1:
* Fixes bugs found in Lua 5.4.0
- Removed upstream-bugs.patch: new release (no bugs found yet)
* Fri Aug 21 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Add final part of patch for CVE-2020-15888, boo#1174367
- Add upstream patch 13
* Tue Aug 18 2020 Callum Farmer <callumjfarmer13@gmail.com>
- Add patch for CVE-2020-15945, boo#1174540 (un-numbered)