Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2015-02-03 11:40:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-24 
10:45:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes       2015-02-03 
11:40:45.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Jan 21 18:23:55 UTC 2015 - [email protected]
+
+- Add three arches to ExclusiveArch: ppc ppc64 ppc64le
+- Add nodejs-v0.10.32-release-ppc.patch.bz2 for them
+  (required as PowerPC support not yet upstream)
+  (the patch header details how it is created)
+- do not configure --with-gdb for those architectures
+
+-------------------------------------------------------------------

New:
----
  nodejs-v0.10.32-release-ppc.patch.bz2

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

Other differences:
------------------
++++++ nodejs.spec ++++++
--- /var/tmp/diff_new_pack.XHAPLz/_old  2015-02-03 11:40:47.000000000 +0100
+++ /var/tmp/diff_new_pack.XHAPLz/_new  2015-02-03 11:40:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Url:            http://www.nodejs.org
 Source:         http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
 Patch1:         nodejs-openssl-missing-api.patch
+Patch2:         nodejs-v%{version}-release-ppc.patch.bz2
 BuildRequires:  curl
 BuildRequires:  gcc-c++
 BuildRequires:  procps
@@ -50,7 +51,7 @@
 Provides:       nodejs(engine) = %{version}
 
 #building nodejs makes sense only on v8 archs
-ExclusiveArch:  %{ix86} x86_64 %{arm}
+ExclusiveArch:  %{ix86} x86_64 %{arm} ppc ppc64 ppc64le
 
 %description
 Provides an easy way to build scalable network programs
@@ -82,6 +83,7 @@
 %prep
 %setup -q -n node-v%{version}
 %patch1 -p0
+%patch2 -p1
 # Make sure nothing gets included from bundled deps:
 # We only delete the source and header files, because
 # the remaining build scripts are still used.
@@ -102,7 +104,9 @@
     --prefix=%{_prefix} \
     --shared-openssl \
     --shared-zlib \
+%ifnarch ppc ppc64 ppc64le
     --gdb \
+%endif
     --without-npm \
     --without-dtrace
 #    --shared-v8 \

++++++ nodejs-v0.10.32-release-ppc.patch.bz2 ++++++
++++ 1078185 lines (skipped)

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

Reply via email to