Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2015-08-14 14:46:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old)
 and      /work/SRC/openSUSE:Factory/.eclipse-swt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eclipse-swt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2014-07-02 
15:05:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes     
2015-08-14 14:46:07.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 12 14:18:25 UTC 2015 - [email protected]
+
+- Fix SWT_ARCH on ppc64le (refresh ppc64le.patch) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ ppc64le.patch ++++++
--- /var/tmp/diff_new_pack.85aUAj/_old  2015-08-14 14:46:08.000000000 +0200
+++ /var/tmp/diff_new_pack.85aUAj/_new  2015-08-14 14:46:08.000000000 +0200
@@ -1,18 +1,31 @@
---- build.sh.orig      2013-09-11 10:41:54.000000000 +0200
-+++ build.sh   2014-01-14 10:01:57.364202600 +0100
-@@ -411,13 +411,13 @@
- 
- 
- # For 64-bit CPUs, we have a switch
--if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' -o 
${MODEL} = 'sparc64'  -o ${MODEL} = 's390x' ]; then
-+if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ppc64le' -o 
${MODEL} = 'ia64' -o ${MODEL} = 'sparc64'  -o ${MODEL} = 's390x' ]; then
-       SWT_PTR_CFLAGS=-DJNI64
-       if [ -d /lib64 ]; then
-               XLIB64=-L/usr/X11R6/lib64
-               export XLIB64
-       fi
--      if [ ${MODEL} = 'ppc64' ]; then
-+      if [ ${MODEL} = 'ppc64' -o ${MODEL} = 'ppc64le' ]; then
-               if [ ${OS} = 'AIX' ]; then
-                       SWT_PTR_CFLAGS="${SWT_PTR_CFLAGS} -maix64"
-                       SWT_LFLAGS=-maix64
+Index: build.sh
+===================================================================
+--- build.sh.orig
++++ build.sh
+@@ -95,6 +95,10 @@ case $MODEL in
+               SWT_ARCH=x86
+               AWT_ARCH=i386
+               ;;
++      ppc64*)
++              SWT_ARCH=ppc64
++              AWT_ARCH=ppc64
++              ;;
+       *)
+               SWT_ARCH=$MODEL
+               AWT_ARCH=$MODEL
+@@ -411,13 +415,13 @@ esac
+ 
+ 
+ # For 64-bit CPUs, we have a switch
+-if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' -o 
${MODEL} = 'sparc64'  -o ${MODEL} = 's390x' ]; then
++if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ppc64le' -o 
${MODEL} = 'ia64' -o ${MODEL} = 'sparc64'  -o ${MODEL} = 's390x' ]; then
+       SWT_PTR_CFLAGS=-DJNI64
+       if [ -d /lib64 ]; then
+               XLIB64=-L/usr/X11R6/lib64
+               export XLIB64
+       fi
+-      if [ ${MODEL} = 'ppc64' ]; then
++      if [ ${MODEL} = 'ppc64' -o ${MODEL} = 'ppc64le' ]; then
+               if [ ${OS} = 'AIX' ]; then
+                       SWT_PTR_CFLAGS="${SWT_PTR_CFLAGS} -maix64"
+                       SWT_LFLAGS=-maix64


Reply via email to