Hello community, here is the log from the commit of package libgda for openSUSE:Factory checked in at 2015-08-31 22:59:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgda (Old) and /work/SRC/openSUSE:Factory/.libgda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libgda" Changes: -------- --- /work/SRC/openSUSE:Factory/libgda/libgda.changes 2015-08-14 15:34:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgda.new/libgda.changes 2015-08-31 22:59:43.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 31 08:43:11 UTC 2015 - normand@linux.vnet.ibm.com + +- disable getspARCH change for ppc64le when still using jre 1.7 + (required for Leap 42.1) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgda.spec ++++++ --- /var/tmp/diff_new_pack.x4hfYS/_old 2015-08-31 22:59:44.000000000 +0200 +++ /var/tmp/diff_new_pack.x4hfYS/_new 2015-08-31 22:59:44.000000000 +0200 @@ -377,9 +377,13 @@ getspARCH=arm %endif # IcedTea 2.5.0 have ppc64 as libarch for ppc64le +# except if still build with java 1.7 %ifarch ppc64le +%define is_java_1_7 %(rpm -qa |grep jdk.devel|grep -c 1_7) +%if ! 0%{is_java_1_7} getspARCH=ppc64 %endif +%endif sed -i "s:--ARCH--:$getspARCH:g" getsp.java # Due to patch0 and patch1, getsp.java needs to be rebuilt javac getsp.java