Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2015-03-19 21:26:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-03-05 
18:16:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes       2015-03-19 
21:26:16.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 11:03:57 UTC 2015 - [email protected]
+
+- enable s390x
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nodejs.spec ++++++
--- /var/tmp/diff_new_pack.A68QXB/_old  2015-03-19 21:26:17.000000000 +0100
+++ /var/tmp/diff_new_pack.A68QXB/_new  2015-03-19 21:26:17.000000000 +0100
@@ -52,7 +52,7 @@
 Provides:       nodejs(engine) = %{version}
 
 #building nodejs makes sense only on v8 archs
-ExclusiveArch:  %{ix86} x86_64 %{arm} ppc ppc64 ppc64le
+ExclusiveArch:  %{ix86} x86_64 %{arm} ppc ppc64 ppc64le s390x
 
 %description
 Provides an easy way to build scalable network programs
@@ -106,15 +106,21 @@
     --prefix=%{_prefix} \
     --shared-openssl \
     --shared-zlib \
-%ifnarch ppc ppc64 ppc64le
+%ifarch s390x
+    --dest-cpu=s390x \
+%endif
+%ifnarch ppc ppc64 ppc64le s390x
     --gdb \
 %endif
     --without-npm \
     --without-dtrace
 #    --shared-v8 \
 #    --shared-cares 
-
+%ifarch s390x
+make DESTCPU=s390x
+%else
 make %{?_smp_mflags}
+%endif
 
 %install
 %{?make_install} %{!?make_install:make install DESTDIR=$RPM_BUILD_ROOT}

++++++ README.SUSE.PowerPC ++++++
--- /var/tmp/diff_new_pack.A68QXB/_old  2015-03-19 21:26:17.000000000 +0100
+++ /var/tmp/diff_new_pack.A68QXB/_new  2015-03-19 21:26:17.000000000 +0100
@@ -2,4 +2,4 @@
 cd node
 REL=v0.12.0-release
 PFILE=nodejs-${REL}-ppc.patch
-git diff remotes/origin/${REL} remotes/origin/${REL}-ppc | filterdiff -x 
'*deps/cares/*' -x '*deps/openssl/*' -x '*deps/npm/*' -x '*deps/v8z/*'| grep -v 
'^[a-z]' > ../$PFILE
+git diff remotes/origin/${REL} remotes/origin/${REL}-ppc | filterdiff -x 
'*deps/cares/*' -x '*deps/openssl/*' -x '*deps/npm/*' | grep -v '^[a-z]' > 
../$PFILE

++++++ nodejs-v0.12.0-release-ppc.patch.bz2 ++++++
++++ 1661189 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/nodejs/nodejs-v0.12.0-release-ppc.patch.bz2
++++ and 
/work/SRC/openSUSE:Factory/.nodejs.new/nodejs-v0.12.0-release-ppc.patch.bz2

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

Reply via email to