Hello community,

here is the log from the commit of package openmcu for openSUSE:Factory checked 
in at 2016-03-17 16:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmcu (Old)
 and      /work/SRC/openSUSE:Factory/.openmcu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmcu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmcu/openmcu.changes  2015-10-20 
00:06:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openmcu.new/openmcu.changes     2016-03-17 
16:47:58.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 10 11:45:33 UTC 2016 - dval...@suse.com
+
+- ppc64le-support.patch: Add support for ppc64le 
+
+-------------------------------------------------------------------

New:
----
  ppc64le-support.patch

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

Other differences:
------------------
++++++ openmcu.spec ++++++
--- /var/tmp/diff_new_pack.iGWEvX/_old  2016-03-17 16:47:59.000000000 +0100
+++ /var/tmp/diff_new_pack.iGWEvX/_new  2016-03-17 16:47:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmcu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        https://github.com/muggot/openmcu/archive/v%{version}.tar.gz
 Patch0:         aarch64-support.patch
 Patch1:         undefined-operation.patch
+Patch2:         ppc64le-support.patch
 BuildRequires:  SDL-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -74,6 +75,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++++++ ppc64le-support.patch ++++++
Index: openmcu-3.48.0/configure.ac
===================================================================
--- openmcu-3.48.0.orig/configure.ac
+++ openmcu-3.48.0/configure.ac
@@ -136,12 +136,12 @@ case "$target_cpu" in
    ppc)            MACHTYPE=ppc ;
                    ;;
 
-   powerpc64)      MACHTYPE=ppc64 ;
+   powerpc64*)     MACHTYPE=ppc64 ;
                    P_64BIT=1 ;
                    LIB64=1 ;
                    ;;
 
-   ppc64)          MACHTYPE=ppc64 ;
+   ppc64*)         MACHTYPE=ppc64 ;
                    P_64BIT=1 ;
                    LIB64=1 ;
                    ;;
Index: openmcu-3.48.0/ptlib/configure.ac
===================================================================
--- openmcu-3.48.0.orig/ptlib/configure.ac
+++ openmcu-3.48.0/ptlib/configure.ac
@@ -179,12 +179,12 @@ case "$target_cpu" in
    ppc )           MACHTYPE=ppc ;
                   ;;
 
-   powerpc64 )     MACHTYPE=ppc64 ;
+   powerpc64*)     MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;
 
-   ppc64 )         MACHTYPE=ppc64 ;
+   ppc64*)         MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;
Index: openmcu-3.48.0/ptlib/configure
===================================================================
--- openmcu-3.48.0.orig/ptlib/configure
+++ openmcu-3.48.0/ptlib/configure
@@ -2916,12 +2916,12 @@ case "$target_cpu" in
    ppc )           MACHTYPE=ppc ;
                   ;;
 
-   powerpc64 )     MACHTYPE=ppc64 ;
+   powerpc64*)     MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;
 
-   ppc64 )         MACHTYPE=ppc64 ;
+   ppc64*)         MACHTYPE=ppc64 ;
                   P_64BIT=1 ;
                    LIB64=1 ;
                   ;;

Reply via email to