Hello community,

here is the log from the commit of package lua for openSUSE:Factory checked in 
at 2012-09-01 10:32:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua (Old)
 and      /work/SRC/openSUSE:Factory/.lua.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua/lua.changes  2012-04-12 09:39:30.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lua.new/lua.changes     2012-09-01 
10:32:31.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Aug 16 00:34:57 UTC 2012 - [email protected]
+
+- Even after the previous update, third party modules/libraries
+  would not work because LUA_CDIR constant is wrong in x86_64 
+
+-------------------------------------------------------------------
+Wed Aug 15 22:34:12 UTC 2012 - [email protected]
+
+- devel package must require libluaver = %{version} 
+
+-------------------------------------------------------------------
+Wed Aug 15 22:24:01 UTC 2012 - [email protected]
+
+- Broken lua-suse patch breaks loading third party modules
+  or scripts 
+
+-------------------------------------------------------------------
+Mon Jun 18 09:09:13 UTC 2012 - [email protected]
+
+- updated to 5.2.1:
+  * main thread predefined in the registry
+  * bugfixes
+
+-------------------------------------------------------------------

Old:
----
  lua-5.2.0.tar.bz2

New:
----
  lua-5.2.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua.spec ++++++
--- /var/tmp/diff_new_pack.ZAm7PD/_old  2012-09-01 10:32:33.000000000 +0200
+++ /var/tmp/diff_new_pack.ZAm7PD/_new  2012-09-01 10:32:33.000000000 +0200
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:           lua
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        Small Embeddable Language with Simple Procedural Syntax
 License:        MIT
@@ -54,7 +53,7 @@
 Summary:        Development files for lua
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
-Requires:       liblua%{libsuf}
+Requires:       liblua%{libsuf} = %{version}
 Conflicts:      lua50-devel
 Conflicts:      lua51-devel
 
@@ -110,6 +109,8 @@
 %patch0 -p1
 
 %build
+sed -i -e "s@lib/lua/@%{_lib}/lua/@g" src/luaconf.h
+grep LUA_CDIR src/luaconf.h 
 make %{?_smp_mflags} -C src CC="gcc" MYCFLAGS="%{optflags} -fPIC 
-DLUA_USE_LINUX" MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" 
V=%{major_version} all
 
 %install
@@ -130,7 +131,6 @@
 Name: Lua
 Description: An Extensible Extension Language
 Version: %{version}
-Requires:
 Libs: -llua -lm
 Cflags:
 EOF

++++++ lua-5.2.0.tar.bz2 -> lua-5.2.1.tar.bz2 ++++++
++++ 4455 lines of diff (skipped)

++++++ lua-suse.diff ++++++
--- /var/tmp/diff_new_pack.ZAm7PD/_old  2012-09-01 10:32:34.000000000 +0200
+++ /var/tmp/diff_new_pack.ZAm7PD/_new  2012-09-01 10:32:34.000000000 +0200
@@ -1,7 +1,7 @@
-Index: lua-5.2.0/Makefile
+Index: lua-5.2.1/Makefile
 ===================================================================
---- lua-5.2.0.orig/Makefile
-+++ lua-5.2.0/Makefile
+--- lua-5.2.1.orig/Makefile
++++ lua-5.2.1/Makefile
 @@ -41,7 +41,7 @@ PLATS= aix ansi bsd freebsd generic linu
  # What to install.
  TO_BIN= lua luac
@@ -19,10 +19,10 @@
        cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
        cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
  
-Index: lua-5.2.0/src/Makefile
+Index: lua-5.2.1/src/Makefile
 ===================================================================
---- lua-5.2.0.orig/src/Makefile
-+++ lua-5.2.0/src/Makefile
+--- lua-5.2.1.orig/src/Makefile
++++ lua-5.2.1/src/Makefile
 @@ -29,6 +29,7 @@ MYOBJS=
  PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris
  
@@ -50,7 +50,7 @@
 +      ln -fs $(LUA_SO).$(V) $(LUA_SO)
 +
  $(LUA_A): $(BASE_O)
-       $(AR) $@ $?
+       $(AR) $@ $(BASE_O)
        $(RANLIB) $@
  
  $(LUA_T): $(LUA_O) $(LUA_A)
@@ -63,16 +63,16 @@
  
  clean:
        $(RM) $(ALL_T) $(ALL_O)
-Index: lua-5.2.0/src/luaconf.h
+Index: lua-5.2.1/src/luaconf.h
 ===================================================================
---- lua-5.2.0.orig/src/luaconf.h
-+++ lua-5.2.0/src/luaconf.h
+--- lua-5.2.1.orig/src/luaconf.h
++++ lua-5.2.1/src/luaconf.h
 @@ -100,7 +100,7 @@
  #else                 /* }{ */
  
  #define LUA_VDIR      LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/"
 -#define LUA_ROOT      "/usr/local/"
-+#define LUA_ROOT      "/usr"
++#define LUA_ROOT      "/usr/"
  #define LUA_LDIR      LUA_ROOT "share/lua/" LUA_VDIR
  #define LUA_CDIR      LUA_ROOT "lib/lua/" LUA_VDIR
  #define LUA_PATH_DEFAULT  \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to