Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2016-01-12 16:12:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-01-01 
19:50:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes       2016-01-12 
16:12:43.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Jan  9 04:50:04 UTC 2016 - [email protected]
+
+- update version 5.4.0
+  * http:
+    + A new status code was added: 451 - "Unavailable For Legal Reasons"
+    + Idle sockets that have been kept alive now handle errors
+  * minor performance improvements:
+    + assert: deepEqual is now speedier when comparing TypedArrays
+    + lib: Use arrow functions instead of bind where possible
+    + node: Improved accessor perf of process.env
+    + node: Improved performance of process.hrtime()
+    + node: Improved GetActiveHandles performance
+    + util: Use faster iteration in util.format()
+- fix boo#961254:
+  * common.gypi should install at /usr/share/node, which is now
+    in /usr/lib64/node_modules/npm/node_modules/node-gyp
+  * node-gyp requires nodejs-devel which contains v8.h and others
+    so npm sub-package should require nodejs-devel
+
+-------------------------------------------------------------------

Old:
----
  node-v5.3.0.tar.xz

New:
----
  node-v5.4.0.tar.xz

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

Other differences:
------------------
++++++ nodejs.spec ++++++
--- /var/tmp/diff_new_pack.Au5GyX/_old  2016-01-12 16:12:46.000000000 +0100
+++ /var/tmp/diff_new_pack.Au5GyX/_new  2016-01-12 16:12:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           nodejs
-Version:        5.3.0
+Version:        5.4.0
 Release:        0
 Summary:        Evented I/O for V8 JavaScript
 License:        MIT
@@ -82,7 +82,7 @@
 %package -n npm
 Summary:        Package manager for Node.js
 Group:          Development/Languages/NodeJS
-Requires:       %{name} = %{version}
+Requires:       %{name}-devel = %{version}
 Provides:       nodejs-npm = 3.3.12
 Obsoletes:      nodejs-npm <= 2.14.7
 Provides:       npm(npm) = 3.3.12
@@ -93,7 +93,7 @@
 
 %package docs
 Summary:        Node.js API documentation
-Group:          Documentation/Other
+Group:          Documentation/NodeJS
 %if 0%{?suse_version} >= 1200
 # using noarch subpackage seems to break debuginfo on older releases
 BuildArch:      noarch
@@ -181,10 +181,11 @@
 install -m 644 deps/npm/man/man7/* %{buildroot}%{_mandir}/man7
 
 #node-gyp needs common.gypi too
-mkdir -p %{buildroot}%{_libdir}/node_modules/npm/node_modules/node-gyp/
+mkdir -p %{buildroot}%{_datadir}/node
 install -m 644 common.gypi \
-       %{buildroot}%{_libdir}/node_modules/npm/node_modules/node-gyp/
+       %{buildroot}%{_datadir}/node/
 # install addon-rpm.gypi
+mkdir -p %{buildroot}%{_libdir}/node_modules/npm/node_modules/node-gyp/
 install -m 644 addon-rpm.gypi \
        %{buildroot}%{_libdir}/node_modules/npm/node_modules/node-gyp/
 
@@ -232,10 +233,10 @@
 %{_mandir}/man*/*
 %exclude %{_mandir}/man1/node.1%{ext_man}
 
-
 %files devel
 %defattr(-, root, root)
 %{_includedir}/node
+%{_datadir}/node
 %dir %{_datadir}/systemtap
 %dir %{_datadir}/systemtap/tapset
 %{_datadir}/systemtap/tapset/node.stp

++++++ node-v5.3.0.tar.xz -> node-v5.4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/nodejs/node-v5.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.nodejs.new/node-v5.4.0.tar.xz differ: char 26, line 
1


Reply via email to