Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-lpeg for openSUSE:Factory checked in at 2022-11-24 12:23:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-lpeg (Old) and /work/SRC/openSUSE:Factory/.lua-lpeg.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-lpeg" Thu Nov 24 12:23:45 2022 rev:7 rq:1037590 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-lpeg/lua-lpeg.changes 2022-09-07 11:06:33.492486071 +0200 +++ /work/SRC/openSUSE:Factory/.lua-lpeg.new.1597/lua-lpeg.changes 2022-11-24 12:23:50.881533477 +0100 @@ -1,0 +2,6 @@ +Wed Nov 23 10:23:38 UTC 2022 - Michal Suchanek <msucha...@suse.com> + +- Fix missing dependency on lua-macros (boo#1205612) +- Run test with correct lua version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-lpeg.spec ++++++ --- /var/tmp/diff_new_pack.GQYIf8/_old 2022-11-24 12:23:51.261535892 +0100 +++ /var/tmp/diff_new_pack.GQYIf8/_new 2022-11-24 12:23:51.265535917 +0100 @@ -27,6 +27,7 @@ URL: http://www.inf.puc-rio.br/~roberto/lpeg Source: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-%{version}.tar.gz BuildRequires: %{flavor}-devel +BuildRequires: lua-macros Requires: %{flavor} %lua_provides %if "%{flavor}" == "" @@ -73,7 +74,10 @@ install -Dm 644 re.lua %{buildroot}%{lua_noarchdir} %check -lua test.lua +LUA_PATH='%{_datadir}/lua/%{lua_version}/?.lua' +LUA_PATH="%{buildroot}%{lua_noarchdir}/?/init.lua;${LUA_PATH}" +export LUA_PATH="%{buildroot}%{lua_noarchdir}/?.lua;${LUA_PATH}" +%{_bindir}/lua%{lua_version} test.lua %files %{lua_archdir}