Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-lua for openSUSE:Factory checked in at 2022-08-01 21:30:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lua (Old) and /work/SRC/openSUSE:Factory/.ghc-lua.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-lua" Mon Aug 1 21:30:06 2022 rev:3 rq:987058 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lua/ghc-lua.changes 2022-02-11 23:11:12.815259045 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-lua.new.1533/ghc-lua.changes 2022-08-01 21:30:18.945642144 +0200 @@ -1,0 +2,47 @@ +Sun Jun 19 11:30:55 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update lua to version 2.2.1. + ## lua-2.2.1 + + Released 2022-06-19. + + - Make string-peeking independent of the current foreign + encoding: always use char8 encoding to retrieve values of + `LUA_PRELOAD_TABLE` and `LUA_LOADED_TABLE`. + +------------------------------------------------------------------- +Sat Feb 19 14:38:08 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update lua to version 2.2.0. + ## lua-2.2.0 + + Released 2022-02-19. + + - Update to Lua 5.4, include Lua 5.4.4 by default. + + - Removed `hardcode-reg-keys` flag: this is no longer required + for Lua 5.4. + + - Support arbitrary number of uservalues: Lua 5.4 allows an + arbitrary number of uservalues to be associated with userdata + objects. The functions `lua_newuserdata`, `lua_getuservalue`, + and `lua_setuservalue` are replaced with the new functions + `lua_newuserdatauv`, `lua_getiuservalue`, and + `lua_setiuservalue`, respectively. + + The function `hslua_newhsuserdata` is renamed to + `hslua_newhsuserdatauv` and takes the number of associated + uservalues as an additional argument. + + - Support for the new warnings system: export binding to + `lua_warning`. + + - The function `lua_gc` now takes three data arguments of type + CInt. This is a workaround for the fact that the C function + has become variadic. + + - The new patterns `LUA_GCGEN` and `LUA_GCINC` are usable with + `lua_gc` to switch to generational and incremental garbage + collection, respectively. + +------------------------------------------------------------------- Old: ---- lua-2.1.0.tar.gz New: ---- lua-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lua.spec ++++++ --- /var/tmp/diff_new_pack.FIgDt7/_old 2022-08-01 21:30:20.489646574 +0200 +++ /var/tmp/diff_new_pack.FIgDt7/_new 2022-08-01 21:30:20.497646597 +0200 @@ -19,7 +19,7 @@ %global pkg_name lua %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Lua, an embeddable scripting language License: MIT @@ -37,7 +37,7 @@ This package provides bindings and types to bridge Haskell and <https://www.lua.org/ Lua>. -The full Lua interpreter version 5.3.6 is included. Alternatively, a +The full Lua interpreter version 5.4.4 is included. Alternatively, a system-wide Lua installation can be linked instead. %package devel ++++++ lua-2.1.0.tar.gz -> lua-2.2.1.tar.gz ++++++ ++++ 53430 lines of diff (skipped)
participants (1)
-
Source-Sync