Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2013-01-02 13:02:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and      /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webrtc-audio-processing", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2012-07-12 15:39:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
     2013-01-02 13:02:11.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 10:39:23 CET 2012 - [email protected]
+
+- add s390 and s390x to known platforms 
+  by adding webrtc-s390x.patch
+
+-------------------------------------------------------------------

New:
----
  webrtc-s390x.patch

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

Other differences:
------------------
++++++ webrtc-audio-processing.spec ++++++
--- /var/tmp/diff_new_pack.GCubWl/_old  2013-01-02 13:02:12.000000000 +0100
+++ /var/tmp/diff_new_pack.GCubWl/_new  2013-01-02 13:02:12.000000000 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 Patch0:         webrtc-ppc64.patch
+Patch1:         webrtc-s390x.patch
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -87,6 +88,7 @@
 xz --decompress --stdout "%{SOURCE0}" | %__tar xf - --strip-components=1
 %__sed -i 's/\r$//' AUTHORS
 %patch0 -p1
+%patch1
 
 %build
 %configure


++++++ webrtc-s390x.patch ++++++
--- src/typedefs.h
+++ src/typedefs.h
@@ -82,6 +82,12 @@
 #elif defined(__powerpc__)
 #define WEBRTC_BIG_ENDIAN
 #define WEBRTC_ARCH_32_BITS
+#elif defined(__s390x__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_64_BITS
+#elif defined(__s390__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_32_BITS
 #else
 #error Please add support for your architecture in typedefs.h
 #endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to