rpms/lua/devel lua-5.1.2-multilib.patch,1.1,1.2 lua.spec,1.23,1.24

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Oct 21 18:02:17 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/lua/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25427

Modified Files:
	lua-5.1.2-multilib.patch lua.spec 
Log Message:
* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.2-3
- Also use lib64 instead of lib on ia64 and sparc64 


lua-5.1.2-multilib.patch:

Index: lua-5.1.2-multilib.patch
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua-5.1.2-multilib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lua-5.1.2-multilib.patch	21 Oct 2007 17:43:45 -0000	1.1
+++ lua-5.1.2-multilib.patch	21 Oct 2007 18:02:12 -0000	1.2
@@ -1,12 +1,13 @@
 diff -up lua-5.1.2/src/luaconf.h.template.in~ lua-5.1.2/src/luaconf.h.template.in
 --- lua-5.1.2/src/luaconf.h.template.in~	2007-10-21 19:33:30.000000000 +0200
 +++ lua-5.1.2/src/luaconf.h.template.in	2007-10-21 19:33:30.000000000 +0200
-@@ -98,7 +98,11 @@
+@@ -98,7 +98,12 @@
  
  /** autotools-patch **/
  #define LUA_LDIR	"%lua_datadir%/lua/5.1/"
 -#define LUA_CDIR	"%lua_libdir%/lua/5.1/"
-+#if defined __alpha__ || defined __powerpc64__ || defined __s390x__ || defined __x86_64__
++#if defined __alpha__ || defined __ia64__ || defined __powerpc64__ || \
++    defined __s390x__ || defined __sparc64__ || defined __x86_64__
 +#define LUA_CDIR	"/usr/lib64/lua/5.1/"
 +#else
 +#define LUA_CDIR	"/usr/lib/lua/5.1/"


Index: lua.spec
===================================================================
RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- lua.spec	21 Oct 2007 17:43:45 -0000	1.23
+++ lua.spec	21 Oct 2007 18:02:12 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           lua
 Version:        5.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Powerful light-weight programming language
 Group:          Development/Languages
 License:        MIT
@@ -77,6 +77,9 @@
 
 
 %changelog
+* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.2-3
+- Also use lib64 instead of lib on ia64 and sparc64 
+
 * Sun Oct 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 5.1.2-2
 - Fix multilib condlict in luaconf.h (bz 342561)
 




More information about the fedora-extras-commits mailing list