SHA256
7
0
forked from pool/lua54

Factory #1

Merged
dgarcia merged 6 commits from factory into main 2025-10-08 12:56:48 +02:00

6 Commits

Author SHA256 Message Date
6fe8f025a1 Accepting request 1297784 from devel:languages:lua
- Switch from update-alternatives to libalternatives (and
  dependency on lua-interpreter)
- improve .gitignore and overall improve the packaging.
- this package also provides devel symlink directly and conflicts
  other -devel packages

- fix update-alternatives
  * Stack overflow in vararg functions with many fixed parameters
    called with few arguments.
  * Wrong assert when reporting concatenation errors (manifests only
    when Lua is compiled in debug mode).
  * Wrong error message in some short-cut expressions.
  * luac listings choke on long strings.
- export luaU_dump in order to fix linking of luac binary
* LUA_IFUNC must be defined as upstream but without "extern",
* LUA_API must be defined as visibility default
  would not work because LUA_CDIR constant is wrong in x86_64
- devel package must require libluaver = %{version}
  or scripts
        [lua_pushstring] and <CODE>pushlstring</CODE> return string
  * too many variables in an assignment may cause a C stack
    overflow
  * an error in a module loaded through the '-l' option shows no
  * 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
  * stand-alone interpreter shows incorrect error message when
  * debug.sethook/gethook may overflow the thread's stack
- Switch from update-alternatives to libalternatives (and

OBS-URL: https://build.opensuse.org/request/show/1297784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=34
2025-08-06 12:30:48 +00:00
de8bc59cb3 Accepting request 1296995 from devel:languages:lua
- Switch from update-alternatives to libalternatives (and
  dependency on lua-interpreter)
- improve .gitignore and overall improve the packaging.
- this package also provides devel symlink directly and conflicts
  other -devel packages

- fix update-alternatives
  * Stack overflow in vararg functions with many fixed parameters
    called with few arguments.
  * Wrong assert when reporting concatenation errors (manifests only
    when Lua is compiled in debug mode).
  * Wrong error message in some short-cut expressions.
  * luac listings choke on long strings.
- export luaU_dump in order to fix linking of luac binary
* LUA_IFUNC must be defined as upstream but without "extern",
* LUA_API must be defined as visibility default
  would not work because LUA_CDIR constant is wrong in x86_64
- devel package must require libluaver = %{version}
  or scripts
        [lua_pushstring] and <CODE>pushlstring</CODE> return string
  * too many variables in an assignment may cause a C stack
    overflow
  * an error in a module loaded through the '-l' option shows no
  * 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
  * stand-alone interpreter shows incorrect error message when
  * debug.sethook/gethook may overflow the thread's stack
- Switch from update-alternatives to libalternatives (and

OBS-URL: https://build.opensuse.org/request/show/1296995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=33
2025-08-03 11:35:52 +00:00
8105372df5 Accepting request 1292454 from devel:languages:lua
5.4.8

OBS-URL: https://build.opensuse.org/request/show/1292454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=32
2025-07-15 14:42:40 +00:00
c1ae7e2e87 Accepting request 1272084 from devel:languages:lua
- Fix license: it is MIT, not GPL-3.0-or-later.

OBS-URL: https://build.opensuse.org/request/show/1272084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=31
2025-04-25 20:18:02 +00:00
26482ae088 restore packaging
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=30
2024-10-08 21:26:50 +00:00
08dff128be OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua54?expand=0&rev=29 2024-10-08 21:23:16 +00:00