commit lua for openSUSE:Factory
Hello community, here is the log from the commit of package lua for openSUSE:Factory checked in at Mon Nov 23 10:52:36 CET 2009. -------- --- lua/lua.changes 2009-09-16 23:25:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/lua/lua.changes 2009-11-03 20:20:19.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Nov 3 19:09:29 UTC 2009 - coolo@novell.com + +- updated patches to apply with fuzz=0 + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua.spec ++++++ --- /var/tmp/diff_new_pack.nCnX5y/_old 2009-11-23 10:50:37.000000000 +0100 +++ /var/tmp/diff_new_pack.nCnX5y/_new 2009-11-23 10:50:37.000000000 +0100 @@ -20,7 +20,7 @@ Name: lua Version: 5.1.4 -Release: 5 +Release: 6 %define major_version 5.1 License: MIT License (or similar) Group: System/Libraries ++++++ lua-5.1.4-shared.diff ++++++ --- /var/tmp/diff_new_pack.nCnX5y/_old 2009-11-23 10:50:37.000000000 +0100 +++ /var/tmp/diff_new_pack.nCnX5y/_new 2009-11-23 10:50:37.000000000 +0100 @@ -1,7 +1,9 @@ ---- etc/lua.pc.shared 2008-01-11 14:12:59.000000000 +0100 -+++ etc/lua.pc 2008-03-26 21:19:51.000000000 +0100 +Index: etc/lua.pc +=================================================================== +--- etc/lua.pc.orig ++++ etc/lua.pc @@ -8,7 +8,7 @@ V= 5.1 - R= 5.1.3 + R= 5.1.4 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' -prefix= /usr/local @@ -9,8 +11,10 @@ INSTALL_BIN= ${prefix}/bin INSTALL_INC= ${prefix}/include INSTALL_LIB= ${prefix}/lib ---- src/luaconf.h.shared 2008-01-18 18:07:48.000000000 +0100 -+++ src/luaconf.h 2008-03-26 21:19:51.000000000 +0100 +Index: src/luaconf.h +=================================================================== +--- src/luaconf.h.orig ++++ src/luaconf.h @@ -184,7 +184,7 @@ #elif defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \ @@ -20,8 +24,10 @@ #define LUAI_DATA LUAI_FUNC #else ---- src/Makefile.shared 2008-01-19 20:37:58.000000000 +0100 -+++ src/Makefile 2008-03-26 21:19:51.000000000 +0100 +Index: src/Makefile +=================================================================== +--- src/Makefile.orig ++++ src/Makefile @@ -23,6 +23,7 @@ MYLIBS= PLATS= aix ansi bsd freebsd generic linux macosx mingw posix solaris @@ -62,9 +68,11 @@ clean: $(RM) $(ALL_T) $(ALL_O) ---- Makefile.shared 2008-01-17 18:53:37.000000000 +0100 -+++ ./Makefile 2008-03-26 21:19:51.000000000 +0100 -@@ -38,7 +38,7 @@ PLATS= aix ansi bsd freebsd generic linu +Index: Makefile +=================================================================== +--- Makefile.orig ++++ Makefile +@@ -43,7 +43,7 @@ PLATS= aix ansi bsd freebsd generic linu # What to install. TO_BIN= lua luac TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp @@ -73,8 +81,8 @@ TO_MAN= lua.1 luac.1 # Lua version and release. -@@ -57,6 +57,7 @@ install: dummy - cd src && $(MKDIR) -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD) +@@ -62,6 +62,7 @@ install: dummy + cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD) cd src && $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN) cd src && $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC) + ln -s liblua.so.$(V) $(INSTALL_LIB)/liblua.so ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de