packages: v8/v8.spec - up to 3.1.5.0

aredridel aredridel at pld-linux.org
Sat Feb 19 08:50:00 CET 2011


Author: aredridel                    Date: Sat Feb 19 07:50:00 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 3.1.5.0

---- Files affected:
packages/v8:
   v8.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: packages/v8/v8.spec
diff -u packages/v8/v8.spec:1.17 packages/v8/v8.spec:1.18
--- packages/v8/v8.spec:1.17	Wed Jul 28 02:09:03 2010
+++ packages/v8/v8.spec	Sat Feb 19 08:49:55 2011
@@ -2,16 +2,16 @@
 
 # For the 1.2 branch, we use 0s here
 # For 1.3+, we use the three digit versions
-%define		somajor 2
-%define		sominor 3
-%define		sobuild 3
+%define		somajor 3
+%define		sominor 1
+%define		sobuild 5
 %define		sover %{somajor}.%{sominor}.%{sobuild}
 
-%define		snap	20100727svn5139
+%define		snap	20110218svn6858
 %define		rel		1
 Summary:	JavaScript Engine
 Name:		v8
-Version:	2.3.3.1
+Version:	3.1.5.0
 Release:	0.%{snap}.%{rel}
 License:	BSD
 Group:		Libraries
@@ -19,7 +19,7 @@
 # No tarballs, pulled from svn
 # svn export http://v8.googlecode.com/svn/trunk/ v8
 Source0:	%{name}-%{snap}.tar.bz2
-# Source0-md5:	d7ee80a7945c11aa9bcb3e523c081f26
+# Source0-md5:	8ebfa445587a4a649c704d8a20d14ab4
 #Patch0:		%{name}-d8-fwrite-return.patch
 Patch1:		%{name}-2.0.0-d8-allocation.patch
 Patch2:		%{name}-cstdio.patch
@@ -68,7 +68,7 @@
 
 # create simple makefile
 cat <<'EOF'> Makefile
-V8_OBJS = obj/release/d8-debug.os obj/release/d8-posix.os obj/release/d8-readline.os obj/release/d8.os obj/release/d8-js.os
+V8_OBJS = obj/release/d8-debug.os obj/release/d8-posix.os obj/release/d8-readline.os obj/release/d8.os obj/release/d8-js.os obj/release/extensions/externalize-string-extension.os obj/release/extensions/gc-extension.os 
 V8_LIBS = -lpthread -lreadline -lpthread -L. -lv8
 
 v8:
@@ -104,13 +104,13 @@
 rm libv8.so
 # Now, lets make it right.
 %ifarch arm
-%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/arm/*.os -lpthread
+%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/arm/*.os obj/release/extensions/*.os -lpthread
 %endif
 %ifarch %{ix86}
-%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/ia32/*.os -lpthread
+%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/ia32/*.os obj/release/extensions/*.os -lpthread
 %endif
 %ifarch %{x8664}
-%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/x64/*.os -lpthread
+%{__cxx} %{rpmcflags} %{rpmldflags} -fPIC -o libv8.so.%{sover} -shared -Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/x64/*.os obj/release/extensions/*.os -lpthread
 %endif
 
 # We need to do this so d8 binary can link against it.
@@ -172,6 +172,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2011/02/19 07:49:55  aredridel
+- up to 3.1.5.0
+
 Revision 1.17  2010/07/28 00:09:03  aredridel
 - 2.3.3.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/v8/v8.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list