Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-macros for openSUSE:Factory checked in at 2022-09-04 22:11:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-macros (Old) and /work/SRC/openSUSE:Factory/.lua-macros.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-macros" Sun Sep 4 22:11:20 2022 rev:8 rq:1000927 version:20210827 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-macros/lua-macros.changes 2021-09-11 22:24:10.223365310 +0200 +++ /work/SRC/openSUSE:Factory/.lua-macros.new.2083/lua-macros.changes 2022-09-04 22:11:20.600211616 +0200 @@ -1,0 +2,8 @@ +Fri Sep 2 15:13:06 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Add LuaRocks macros: + * %luarocks_build + * %luarocks_install + * %luarocks_treedir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ macros.lua ++++++ --- /var/tmp/diff_new_pack.fBjSGU/_old 2022-09-04 22:11:21.352213731 +0200 +++ /var/tmp/diff_new_pack.fBjSGU/_new 2022-09-04 22:11:21.356213742 +0200 @@ -40,3 +40,14 @@ %endif \ %{nil} +# LuaRocks +%luarocks_build \ +luarocks --lua-version "%{lua_version}" \\\ +make --pack-binary-rock --deps-mode none + +%luarocks_install \ +luarocks --lua-version="%{lua_version}" --tree="%{buildroot}%{_prefix}" \\\ +install --deps-mode=none --no-manifest + +%luarocks_treedir %{_prefix}/lib/luarocks/rocks-%{lua_version} +