Hello community, here is the log from the commit of package eclipse-swt for openSUSE:Factory checked in at 2015-08-31 22:59:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-08-14 14:46:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 2015-08-31 22:59:32.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 28 15:28:58 UTC 2015 - [email protected] + +- new patch for ppc64le for suse_version <= 1315 + ppc64le_path_for_jre_1_7_0.patch + +------------------------------------------------------------------- New: ---- ppc64le_path_for_jre_1_7_0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-swt.spec ++++++ --- /var/tmp/diff_new_pack.dqIhsT/_old 2015-08-31 22:59:34.000000000 +0200 +++ /var/tmp/diff_new_pack.dqIhsT/_new 2015-08-31 22:59:34.000000000 +0200 @@ -33,6 +33,7 @@ Patch2: libswt-build.patch Patch3: libswt-plugindir.patch Patch4: ppc64le.patch +Patch5: ppc64le_path_for_jre_1_7_0.patch Provides: libswt3-gtk2 = %{version} %if 0%{?suse_version} <= 1210 Requires: mozilla-xulrunner192 @@ -82,6 +83,12 @@ %patch3 popd %patch4 +# for ppc64le Leap 42 the Java 1.7 still have ppc64le path +%if 0%{?suse_version} <= 1315 +%ifarch ppc64le +%patch5 -p1 +%endif +%endif pushd org/eclipse/swt cp %{S:2} . # remove all third party jars ++++++ ppc64le_path_for_jre_1_7_0.patch ++++++ From: Michel Normand <[email protected]> Subject: pppc64le path for jre 1 7 0 Date: Fri, 28 Aug 2015 17:22:15 +0200 For Leap 42 the jre is version 1.7.0 that still have ppc64le path for ppc64le architecture. Signed-off-by: Michel Normand <[email protected]> --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) Index: libswt-4.333/build.sh =================================================================== --- libswt-4.333.orig/build.sh +++ libswt-4.333/build.sh @@ -95,6 +95,10 @@ case $MODEL in SWT_ARCH=x86 AWT_ARCH=i386 ;; + ppc64le) + SWT_ARCH=ppc64 + AWT_ARCH=ppc64le + ;; ppc64*) SWT_ARCH=ppc64 AWT_ARCH=ppc64
