SHA256
10
0
forked from pool/lua51

Switch from update-alternatives to libalternatives (and dependency on lua-interpreter)

This commit is contained in:
2025-07-19 11:24:32 +02:00
parent 3f15ffa719
commit f86e662ffe
2 changed files with 21 additions and 15 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 19 09:23:33 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch from update-alternatives to libalternatives (and dependency on lua-interpreter)
-------------------------------------------------------------------
Fri Aug 2 08:12:52 UTC 2019 - Martin Liška <mliska@suse.cz>
@@ -64,27 +69,27 @@ Thu May 1 06:59:04 UTC 2014 - mailaender@opensuse.org
Mon Apr 14 06:56:18 UTC 2014 - pgajdos@suse.com
- revert last change: breaks builds of dependent packages.
They include lua51-devel and expects rpm macros to be available.
They include lua51-devel and expects rpm macros to be available.
rpm macros use the interpreter.
-------------------------------------------------------------------
Tue Mar 18 10:06:55 UTC 2014 - Rene.vanPaassen@gmail.com
- correct dependency of lua51-devel, to be on the lib package, not
on the interpreter binary
on the interpreter binary
-------------------------------------------------------------------
Tue Oct 22 12:24:49 UTC 2013 - peter.trommler@ohm-hochschule.de
- fix patch lua51-5.1.5-pkgconfig.patch
* libdl is required not librt
* libdl is required not librt
-------------------------------------------------------------------
Mon Oct 21 18:19:08 UTC 2013 - peter.trommler@ohm-hochschule.de
- refresh patch lua51-5.1.5-module-path.diff
- new patch lua51-5.1.5-pkgconfig.patch
* fix libraries in pkgconfig file
* fix libraries in pkgconfig file
-------------------------------------------------------------------
Thu May 16 07:19:10 UTC 2013 - pgajdos@suse.com
@@ -95,7 +100,7 @@ Thu May 16 07:19:10 UTC 2013 - pgajdos@suse.com
-------------------------------------------------------------------
Sun May 5 21:47:35 UTC 2013 - mrdocs@opensuse.org
- move the lua rpm macros to the devel package to avoid conflict
- move the lua rpm macros to the devel package to avoid conflict
with lua 5.2
-------------------------------------------------------------------
@@ -115,7 +120,7 @@ Mon Jun 18 12:59:24 UTC 2012 - pgajdos@suse.com
-------------------------------------------------------------------
Sat Mar 31 07:51:59 UTC 2012 - joop.boonen@opensuse.org
- Correction in Provides and Obsolete for lua-libs
- Correction in Provides and Obsolete for lua-libs
-------------------------------------------------------------------
Mon Feb 13 10:49:58 UTC 2012 - coolo@suse.com
@@ -210,18 +215,18 @@ Tue Feb 19 10:37:22 CET 2008 - pgajdos@suse.cz
- created -doc package
- updated to version 5.1.3, bug fix release. Fixed bugs:
* wrong error message in some concatenations
* too many variables in an assignment may cause a C stack
overflow
* an error in a module loaded through the '-l' option shows no
* too many variables in an assignment may cause a C stack
overflow
* an error in a module loaded through the '-l' option shows no
traceback
* gsub may go wild when wrongly called without its third
argument and with a large subject
* table.remove removes last element of a table when given
an out-of-bound index
* gsub may go wild when wrongly called without its third
argument and with a large subject
* table.remove removes last element of a table when given
an out-of-bound index
* lua_setfenv may crash if called over an invalid object
* stand-alone interpreter shows incorrect error message when
* stand-alone interpreter shows incorrect error message when
the "message" is a coroutine.
* debug.sethook/gethook may overflow the thread's stack
* debug.sethook/gethook may overflow the thread's stack
-------------------------------------------------------------------
Tue Jul 24 14:31:30 CEST 2007 - pgajdos@suse.cz