Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-12-23 22:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yate (Old)
 and      /work/SRC/openSUSE:Factory/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yate/yate.changes        2013-08-18 
22:26:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-12-23 
22:22:14.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Dec 15 01:17:28 UTC 2013 - uweig...@de.ibm.com
+
+- yate-3.3.2-ppc64-libdir.patch: Add ppc64le.
+- yate-ppc64.patch: Fix ppc64 and add ppc64le support.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yate-3.3.2-ppc64-libdir.patch ++++++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.000000000 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.000000000 +0100
@@ -7,7 +7,7 @@
  ARCHLIB="lib"
  case "x$archname" in
 -    x*x86_64*)
-+    x*x86_64*|xppc64|xaarch64)
++    x*x86_64*|xppc64|xppc64le|xaarch64)
        ARCHLIB=lib64
        ;;
  esac
@@ -15,12 +15,12 @@
 ===================================================================
 --- yate.orig/configure
 +++ yate/configure
-@@ -2004,7 +2004,7 @@ archname=`uname -m` 2>/dev/null
+@@ -2009,7 +2009,7 @@ archname=`uname -m` 2>/dev/null
  test -z "$archname" && archname=`arch -k`
  ARCHLIB="lib"
  case "x$archname" in
 -    x*x86_64*)
-+    x*x86_64*|xppc64|xaarch64)
++    x*x86_64*|xppc64|xppc64le|xaarch64)
        ARCHLIB=lib64
        ;;
  esac

++++++ yate-ppc64.patch ++++++
--- /var/tmp/diff_new_pack.xK48uf/_old  2013-12-23 22:22:15.000000000 +0100
+++ /var/tmp/diff_new_pack.xK48uf/_new  2013-12-23 22:22:15.000000000 +0100
@@ -2,19 +2,30 @@
 ===================================================================
 --- yate.orig/libs/miniwebrtc/typedefs.h
 +++ yate/libs/miniwebrtc/typedefs.h
-@@ -79,8 +79,14 @@
+@@ -79,6 +79,26 @@
  #elif defined(__mips__)
  #define WEBRTC_ARCH_32_BITS
  #define WEBRTC_BIG_ENDIAN
-+#elif defined(_powerpc64_)
-+#define WEBRTC_BIG_ENDIAN
++#elif defined(__powerpc64__)
++#define WEBRTC_ARCH_PPC64 1
 +#define WEBRTC_ARCH_64_BITS
-+#elif defined(_powerpc_)
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
 +#define WEBRTC_BIG_ENDIAN
++#endif
++#elif defined(__powerpc__)
++#define WEBRTC_ARCH_PPC 1
 +#define WEBRTC_ARCH_32_BITS
++#ifdef __LITTLE_ENDIAN__
++#define WEBRTC_ARCH_LITTLE_ENDIAN
++#define WEBRTC_LITTLE_ENDIAN
++#else
++#define WEBRTC_ARCH_BIG_ENDIAN
++#define WEBRTC_BIG_ENDIAN
++#endif
  #else
--#error Please add support for your architecture in typedefs.h
-+
+ #error Please add support for your architecture in typedefs.h
  #endif
- 
- #if defined(__SSE2__) || defined(_MSC_VER)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to