Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2014-06-04 18:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes    2014-05-13 
20:46:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes       2014-06-04 
18:39:41.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 28 13:45:51 UTC 2014 - [email protected]
+
+- fixes
+  * initialization of the next build step was missing in case original node
+    headers were to be used in node-gyp
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ node-gyp-addon-gypi.patch ++++++
--- /var/tmp/diff_new_pack.9ilT9T/_old  2014-06-04 18:39:42.000000000 +0200
+++ /var/tmp/diff_new_pack.9ilT9T/_new  2014-06-04 18:39:42.000000000 +0200
@@ -42,7 +42,7 @@
 ===================================================================
 --- node-v0.10.26.orig/deps/npm/node_modules/node-gyp/lib/configure.js
 +++ node-v0.10.26/deps/npm/node_modules/node-gyp/lib/configure.js
-@@ -129,30 +129,23 @@ function configure (gyp, argv, callback)
+@@ -129,30 +129,24 @@ function configure (gyp, argv, callback)
          // if --target was given, then determine a target version to compile 
for
          versionStr = gyp.opts.target
          log.verbose('get node dir', 'compiling against --target node version: 
%s', versionStr)
@@ -85,11 +85,12 @@
 +            // if no --target was specified then use RPM-installed headers
 +            log.verbose('get node dir', 'no --target version specified, 
falling back to RPM installed headers')
 +            nodeDir = '/usr/share/node'
++            createBuildDir()
 +        }
      }
    }
  
-@@ -296,7 +289,8 @@ function configure (gyp, argv, callback)
+@@ -296,7 +290,8 @@ function configure (gyp, argv, callback)
  
      // this logic ported from the old `gyp_addon` python file
      var gyp_script = path.resolve(__dirname, '..', 'gyp', 'gyp_main.py')

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to