Author: aredridel Date: Sat Apr 24 03:08:01 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.1.92
---- Files affected: packages/nodejs: nodejs.spec (1.3 -> 1.4) , nodejs-cares-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/nodejs/nodejs.spec diff -u packages/nodejs/nodejs.spec:1.3 packages/nodejs/nodejs.spec:1.4 --- packages/nodejs/nodejs.spec:1.3 Mon Mar 29 07:39:15 2010 +++ packages/nodejs/nodejs.spec Sat Apr 24 05:07:54 2010 @@ -11,13 +11,14 @@ Summary: Asynchronous JavaScript Engine Name: nodejs -Version: 0.1.33 +Version: 0.1.92 Release: 0 License: BSD Group: Libraries URL: http://nodejs.org/ +Patch0: nodejs-cares-build.patch Source0: http://nodejs.org/dist/node-v%{version}.tar.gz -# Source0-md5: d34173ead6119b9a593176a9c7522cea +# Source0-md5: 6f49c25a73e9bf0d23363917ab9b1c5f Source1: http://www.crockford.com/javascript/jsmin.py.txt # Source1-md5: 0521ddcf3e52457223c6e0d602486a89 BuildRequires: gcc >= 5:4.0 @@ -27,7 +28,8 @@ BuildRequires: python BuildRequires: rpm >= 4.4.9-56 BuildRequires: udns-devel -BuildRequires: v8-devel >= 2.1.5 +BuildRequires: c-ares-devel >= 1.7.0 +BuildRequires: v8-devel >= 2.2.4.2 ExclusiveArch: %{ix86} %{x8664} arm BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -50,6 +52,7 @@ %prep %setup -q -n node-v%{version} +%patch0 -p1 %build # build library @@ -107,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/04/24 03:07:54 aredridel +- up to 0.1.92 + Revision 1.3 2010/03/29 05:39:15 aredridel - up to 0.1.33 ================================================================ Index: packages/nodejs/nodejs-cares-build.patch diff -u /dev/null packages/nodejs/nodejs-cares-build.patch:1.1 --- /dev/null Sat Apr 24 05:08:01 2010 +++ packages/nodejs/nodejs-cares-build.patch Sat Apr 24 05:07:54 2010 @@ -0,0 +1,12 @@ +diff -ur node-v0.1.92-o//wscript node-v0.1.92/wscript +--- node-v0.1.92-o//wscript 2010-04-24 01:37:14.000000000 +0200 ++++ node-v0.1.92/wscript 2010-04-24 04:53:25.000000000 +0200 +@@ -436,7 +436,7 @@ + """ + node.add_objects = 'eio evcom http_parser coupling' + node.uselib_local = 'eio' +- node.uselib = 'RT EV OPENSSL GNUTLS GPGERROR UDNS V8 EXECINFO DL KVM SOCKET NSL' ++ node.uselib = 'RT CARES EV OPENSSL GNUTLS GPGERROR UDNS V8 EXECINFO DL KVM SOCKET NSL' + + node.install_path = '${PREFIX}/lib' + node.install_path = '${PREFIX}/bin' ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
