packages: nodejs/nodejs.spec - up to 0.6.10

glen glen at pld-linux.org
Thu Feb 9 16:23:16 CET 2012


Author: glen                         Date: Thu Feb  9 15:23:16 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.6.10

---- Files affected:
packages/nodejs:
   nodejs.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: packages/nodejs/nodejs.spec
diff -u packages/nodejs/nodejs.spec:1.32 packages/nodejs/nodejs.spec:1.33
--- packages/nodejs/nodejs.spec:1.32	Thu Jan 26 20:16:52 2012
+++ packages/nodejs/nodejs.spec	Thu Feb  9 16:23:11 2012
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 Summary:	Asynchronous JavaScript Engine
 Name:		nodejs
-Version:	0.6.8
-Release:	3
+Version:	0.6.10
+Release:	1
 License:	BSD and MIT and ASL 2.0 and GPLv3
 Group:		Development/Languages
 URL:		http://www.nodejs.org/
-Source0:	http://www.nodejs.org/dist/node-v%{version}.tar.gz
-# Source0-md5:	9fd7baa2d27b848c3134e6ae35bb87b2
+Source0:	http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
+# Source0-md5:	8a74fd5d48c2c7c64abc60b2b8f3fbc7
 Patch1:		%{name}-soname.patch
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:		%{name}-libpath.patch
@@ -94,6 +94,9 @@
 %endif
 export CFLAGS LDFLAGS CXXFLAGS CC CXX
 
+# Error: V8 doesn't like ccache. Please set your CC env var to 'gcc'
+CC=${CC#ccache }
+
 # NOT autoconf so dont use macro
 export PYTHONPATH=tools
 ./configure \
@@ -206,6 +209,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2012/02/09 15:23:11  glen
+- up to 0.6.10
+
 Revision 1.32  2012/01/26 19:16:52  glen
 - v8-devel dep to nodejs-devel, <node/node.h> includes <v8.h>
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list