Hello community, here is the log from the commit of package eclipse-swt for openSUSE:Factory checked in at 2017-10-23 16:52:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old) and /work/SRC/openSUSE:Factory/.eclipse-swt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-swt" Mon Oct 23 16:52:19 2017 rev:24 rq:535788 version:4.333 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes 2017-10-19 19:33:01.778369864 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 2017-10-23 16:52:52.949834194 +0200 @@ -1,0 +2,6 @@ +Sun Oct 22 13:45:01 UTC 2017 - [email protected] + +- Declare the right architecture in manifest file + * Fixes problems reported in bsc#1062807 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-swt.spec ++++++ --- /var/tmp/diff_new_pack.dWsaeE/_old 2017-10-23 16:52:55.461716636 +0200 +++ /var/tmp/diff_new_pack.dWsaeE/_new 2017-10-23 16:52:55.461716636 +0200 @@ -16,6 +16,7 @@ # +%{!?aarch64:%global aarch64 aarch64 arm64 armv8} %define version_suffix 4.3.3.3 %define so_suffix 4333 Name: eclipse-swt @@ -101,7 +102,23 @@ ./build.sh pushd org/eclipse/swt -%{ant} \ +%{ant} -v \ +%ifnarch %{ix86} %{aarch64} %{arm} ppc64le + -Dswt.arch=%{_arch} \ +%else + %ifarch %{ix86} + -Dswt.arch=x86 \ + %endif + %ifarch %{arm} + -Dswt.arch=arm \ + %endif + %ifarch %{aarch64} + -Dswt.arch=aarch64 \ + %endif + %ifarch ppc64le + -Dswt.arch=ppc64 \ + %endif +%endif -DjavacTarget=1.6 -DjavacSource=1.6 \ -Dversion.suffix=%{version_suffix} \ -Djar.filename=swt-%{version}.jar \
