Hello community,

here is the log from the commit of package pw3270 for openSUSE:Factory checked 
in at 2016-03-26 15:25:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pw3270 (Old)
 and      /work/SRC/openSUSE:Factory/.pw3270.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pw3270"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pw3270/pw3270.changes    2015-10-01 
09:29:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pw3270.new/pw3270.changes       2016-03-26 
15:25:35.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 12:20:12 UTC 2016 - dval...@suse.com
+
+- Fix javaarch dir for POWER platform
+  ppc64_javaarch.patch 
+
+-------------------------------------------------------------------

New:
----
  ppc64_javaarch.patch

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

Other differences:
------------------
++++++ pw3270.spec ++++++
--- /var/tmp/diff_new_pack.hfxNSY/_old  2016-03-26 15:25:36.000000000 +0100
+++ /var/tmp/diff_new_pack.hfxNSY/_new  2016-03-26 15:25:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pw3270
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (C) <2008> <Banco do Brasil S.A.>
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,6 +42,7 @@
 
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}.rpmlintrc
+Patch0:         ppc64_javaarch.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -369,6 +370,7 @@
 %endif
 
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 find . -exec touch {} \;
 aclocal
 autoconf

++++++ ppc64_javaarch.patch ++++++
diff --git a/configure.ac b/configure.ac
index 5f4f1fc..cbc08de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,6 +377,12 @@ x86_64)
 i?86)
        jvm_arch=i386
        ;;
+powerpc64le)
+       jvm_arch=ppc64le
+       ;;
+powerpc64)
+       jvm_arch=ppc64
+       ;;
 
 *)
        jvm_arch="$host_cpu"

Reply via email to