]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- 0.4.3
authoraredridel <aredridel@pld-linux.org>
Sat, 19 Mar 2011 04:39:06 +0000 (04:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs-soname.patch -> 1.3
    nodejs.spec -> 1.18

nodejs-soname.patch
nodejs.spec

index 00b4a804de86dfcad71d12a2f170407dac3ee7dd..d2b7e55f6279770d69abe5ec25923b25fb5e893f 100644 (file)
@@ -1,25 +1,20 @@
-diff -ur node-v0.4.2-o/wscript node-v0.4.2/wscript
---- node-v0.4.2-o/wscript      2011-03-02 22:30:21.000000000 -0700
-+++ node-v0.4.2/wscript        2011-03-02 22:32:27.000000000 -0700
-@@ -779,6 +779,7 @@
+Only in node-v0.4.3: .lock-wscript
+Only in node-v0.4.3: build
+Only in node-v0.4.3: debugfiles.list
+Only in node-v0.4.3: debuglinks.list
+Only in node-v0.4.3: debugsources.list
+Only in node-v0.4.3/deps/v8/tools: jsmin.pyc
+Only in node-v0.4.3: node
+Only in node-v0.4.3/tools: js2c.pyc
+diff -ur node-v0.4.3-o//wscript node-v0.4.3/wscript
+--- node-v0.4.3-o//wscript     2011-03-18 17:27:18.000000000 -0600
++++ node-v0.4.3/wscript        2011-03-18 22:36:52.000000000 -0600
+@@ -803,6 +803,7 @@
    node.add_objects = 'eio http_parser'
    if product_type_is_lib:
      node.install_path = '${LIBDIR}'
-+    node.vnum = "4.0.0" # FIXME: Should probably be based on VERSION
++    node.vnum = "4.0.0" # Fixme, derive from version
    else:
      node.install_path = '${PREFIX}/bin'
    node.chmod = 0755
-diff -ur node-v0.4.2-o/wscript.orig node-v0.4.2/wscript.orig
---- node-v0.4.2-o/wscript.orig 2011-03-02 22:24:17.000000000 -0700
-+++ node-v0.4.2/wscript.orig   2011-03-02 22:30:21.000000000 -0700
-@@ -436,7 +436,6 @@
-   # LFS
-   conf.env.append_value('CPPFLAGS',  '-D_LARGEFILE_SOURCE')
-   conf.env.append_value('CPPFLAGS',  '-D_FILE_OFFSET_BITS=64')
--  conf.env.append_value('CPPFLAGS',  '-DEV_MULTIPLICITY=0')
-   # Makes select on windows support more than 64 FDs
-   if sys.platform.startswith("win32"):
-Only in node-v0.4.2: wscript.rej
-Only in node-v0.4.2: wscript.rej~
-Only in node-v0.4.2: wscript~
+Only in node-v0.4.3: wscript~
index 70780a4bc1f13ed5cfa7f8fa92c0a269df38a530..a91894aebd68f44d5c0528fac4fce2b842008cfb 100644 (file)
@@ -1,15 +1,15 @@
 
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
-Version:       0.4.2
+Version:       0.4.3
 Release:       0
 License:       BSD
 Group:         Libraries
 URL:           http://nodejs.org/
 Source0:       http://nodejs.org/dist/node-v%{version}.tar.gz
-# Source0-md5: de4754e23bb382172bc3bbbc288fb884
+# Source0-md5: a2a6a6699e275a30f6047b1f33281a77
 Patch0:                %{name}-ev-multiplicity.patch
-Patch2:                %{name}-soname.patch
+Patch1:                %{name}-soname.patch
 BuildRequires: c-ares-devel
 BuildRequires: c-ares-devel >= 1.7.4
 BuildRequires: gcc >= 5:4.0
@@ -47,7 +47,7 @@ Development headers for nodejs.
 %prep
 %setup -q -n node-v%{version}
 %patch0 -p1
-%patch2 -p1
+%patch1 -p1
 
 %build
 # build library
This page took 0.033663 seconds and 4 git commands to generate.