Hello community, here is the log from the commit of package lua51 for openSUSE:13.1 checked in at 2013-10-23 19:23:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/lua51 (Old) and /work/SRC/openSUSE:13.1/.lua51.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua51" Changes: -------- --- /work/SRC/openSUSE:13.1/lua51/lua51.changes 2013-09-23 10:59:47.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.lua51.new/lua51.changes 2013-10-23 19:23:44.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Oct 22 12:24:49 UTC 2013 - [email protected] + +- fix patch lua51-5.1.5-pkgconfig.patch +* libdl is required not librt + +------------------------------------------------------------------- +Mon Oct 21 18:19:08 UTC 2013 - [email protected] + +- refresh patch lua51-5.1.5-module-path.diff +- new patch lua51-5.1.5-pkgconfig.patch +* fix libraries in pkgconfig file + +------------------------------------------------------------------- New: ---- lua51-5.1.5-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua51.spec ++++++ --- /var/tmp/diff_new_pack.1zboGQ/_old 2013-10-23 19:23:44.000000000 +0200 +++ /var/tmp/diff_new_pack.1zboGQ/_new 2013-10-23 19:23:44.000000000 +0200 @@ -34,6 +34,7 @@ Patch0: %{name}-%{version}-shared.diff Patch1: %{name}-%{version}-module-path.diff Patch3: %{name}-%{version}-libdir.diff +Patch4: %{name}-%{version}-pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -108,6 +109,7 @@ %patch0 -b .shared %patch1 -p1 %patch3 -p1 +%patch4 -p1 %build sed -i 's:LUA_ROOT2 "LIBDIR/lua/%{major_version}/":LUA_ROOT2 \"%{_lib}/lua/%{major_version}/":' src/luaconf.h ++++++ lua51-5.1.5-module-path.diff ++++++ --- /var/tmp/diff_new_pack.1zboGQ/_old 2013-10-23 19:23:44.000000000 +0200 +++ /var/tmp/diff_new_pack.1zboGQ/_new 2013-10-23 19:23:44.000000000 +0200 @@ -1,7 +1,8 @@ -diff -urNad trunk~/src/luaconf.h trunk/src/luaconf.h ---- trunk~/src/luaconf.h 2006-02-10 12:44:06.000000000 -0500 -+++ trunk/src/luaconf.h 2006-02-17 21:32:55.000000000 -0500 -@@ -83,13 +83,17 @@ +Index: lua-5.1.5/src/luaconf.h +=================================================================== +--- lua-5.1.5.orig/src/luaconf.h ++++ lua-5.1.5/src/luaconf.h +@@ -95,13 +95,17 @@ #else #define LUA_ROOT "/usr/local/" @@ -19,3 +20,5 @@ - "./?.so;" LUA_CDIR"?.so;" LUA_CDIR"loadall.so" + "./?.so;" LUA_CDIR"?.so;" LUA_CDIR2"?.so;" LUA_CDIR"loadall.so" #endif + + ++++++ lua51-5.1.5-pkgconfig.patch ++++++ Index: lua-5.1.5/etc/lua.pc =================================================================== --- lua-5.1.5.orig/etc/lua.pc +++ lua-5.1.5/etc/lua.pc @@ -25,7 +25,7 @@ Name: Lua Description: An Extensible Extension Language Version: ${R} Requires: -Libs: -llua -lm +Libs: -llua -lm -ldl Cflags: -I${includedir} # (end of lua.pc) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
