Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luv for openSUSE:Factory checked in at 2021-11-18 10:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luv (Old) and /work/SRC/openSUSE:Factory/.lua-luv.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luv" Thu Nov 18 10:33:33 2021 rev:12 rq:932019 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luv/lua-luv.changes 2021-11-17 01:15:49.574192302 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luv.new.1895/lua-luv.changes 2021-11-18 10:33:50.171907548 +0100 @@ -1,0 +2,10 @@ +Wed Nov 17 18:16:50 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Use system compat53 again + +------------------------------------------------------------------- +Wed Nov 17 11:33:51 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Change default version to Lua 5.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luv.spec ++++++ --- /var/tmp/diff_new_pack.YpEXS2/_old 2021-11-18 10:33:50.587907934 +0100 +++ /var/tmp/diff_new_pack.YpEXS2/_new 2021-11-18 10:33:50.591907938 +0100 @@ -16,7 +16,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%ifluadefault +%if %{lua_version_nodots} == 51 %define lua_default 1 %endif %define mod_name luv @@ -64,7 +64,7 @@ The best docs currently are the libuv docs themselves. Hopfully soon we'll have a copy locally tailored for lua. -%ifluadefault +%if 0%{?lua_default} %package -n libluv-devel Summary: Header files for %{flavor}-%{mod_name} Group: Development/Languages/Other @@ -96,6 +96,7 @@ -DWITH_SHARED_LIBUV=ON -DWITH_LUA_ENGINE=Lua \ -DLUA_BUILD_TYPE=System -DMODULE_INSTALL_LIB_DIR=%{lua_archdir} \ -DSHAREDLIBS_INSTALL_LIB_DIR=%{_libdir} -DBUILD_SHARED_LIBS=OFF \ +-DLUA_COMPAT53_DIR="%{lua_incdir}" \ %{?lua_default:-DBUILD_SHARED_LIBS=ON} %cmake_build @@ -107,7 +108,7 @@ %doc *.md %{lua_archdir}/luv.so -%ifluadefault +%if 0%{?lua_default} %files -n libluv-devel %license LICENSE.txt %{_includedir}/%{mod_name}