Hello community,

here is the log from the commit of package yate for openSUSE:12.2 checked in at 
2012-07-06 09:53:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/yate (Old)
 and      /work/SRC/openSUSE:12.2/.yate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yate", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.2/yate/yate.changes   2012-06-25 16:18:52.000000000 
+0200
+++ /work/SRC/openSUSE:12.2/.yate.new/yate.changes      2012-07-06 
09:53:58.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  3 14:39:55 UTC 2012 - dval...@suse.com
+
+- add ppc64 to the known platforms 
+
+-------------------------------------------------------------------

New:
----
  yate-ppc64.patch

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

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.oNk3OT/_old  2012-07-06 09:53:58.000000000 +0200
+++ /var/tmp/diff_new_pack.oNk3OT/_new  2012-07-06 09:53:58.000000000 +0200
@@ -27,6 +27,7 @@
 Url:            http://www.yate.null.ro/
 Source0:        http://yate.null.ro/tarballs/yate4/yate-%{version}-1.tar.gz
 Patch1:         yate-3.3.2-ppc64-libdir.patch
+Patch2:         yate-ppc64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
@@ -105,6 +106,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --docdir=%{_docdir}

++++++ yate-3.3.2-ppc64-libdir.patch ++++++
--- /var/tmp/diff_new_pack.oNk3OT/_old  2012-07-06 09:53:58.000000000 +0200
+++ /var/tmp/diff_new_pack.oNk3OT/_new  2012-07-06 09:53:58.000000000 +0200
@@ -15,7 +15,7 @@
 ===================================================================
 --- yate.orig/configure
 +++ yate/configure
-@@ -1983,7 +1983,7 @@ archname=`uname -m` 2>/dev/null
+@@ -2004,7 +2004,7 @@ archname=`uname -m` 2>/dev/null
  test -z "$archname" && archname=`arch -k`
  ARCHLIB="lib"
  case "x$archname" in

++++++ yate-ppc64.patch ++++++
Index: yate/libs/miniwebrtc/typedefs.h
===================================================================
--- yate.orig/libs/miniwebrtc/typedefs.h
+++ yate/libs/miniwebrtc/typedefs.h
@@ -79,8 +79,14 @@
 #elif defined(__mips__)
 #define WEBRTC_ARCH_32_BITS
 #define WEBRTC_BIG_ENDIAN
+#elif defined(_powerpc64_)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_64_BITS
+#elif defined(_powerpc_)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_32_BITS
 #else
-#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