Hello community, here is the log from the commit of package lua51-mpack for openSUSE:Factory checked in at 2017-07-07 10:16:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua51-mpack (Old) and /work/SRC/openSUSE:Factory/.lua51-mpack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua51-mpack" Fri Jul 7 10:16:39 2017 rev:4 rq:508195 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/lua51-mpack/lua51-mpack.changes 2017-06-07 09:55:06.445362310 +0200 +++ /work/SRC/openSUSE:Factory/.lua51-mpack.new/lua51-mpack.changes 2017-07-07 10:16:42.996708073 +0200 @@ -1,0 +2,5 @@ +Tue Jul 4 16:57:57 UTC 2017 - [email protected] + +- Fix compilation in openSUSE Leap 42.3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua51-mpack.spec ++++++ --- /var/tmp/diff_new_pack.ntbkLg/_old 2017-07-07 10:16:43.860585838 +0200 +++ /var/tmp/diff_new_pack.ntbkLg/_new 2017-07-07 10:16:43.860585838 +0200 @@ -59,6 +59,11 @@ # Fix lua directory. sed -i 's|LUA_CMOD_INSTALLDIR :=.*|LUA_CMOD_INSTALLDIR := $(shell echo "%{_libdir}/lua/%{lua_version}")|g' Makefile +# Fix Lua 5.1 library name if we are building for Leap 42.3. +%if 0%{?leap_version} == 420300 +sed -i 's|LUA_LIB :=.*|LUA_LIB := -llua|g' Makefile +%endif + %build make %{?_smp_mflags} USE_SYSTEM_LUA=yes
