Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opal for openSUSE:Factory checked in at 2022-04-13 21:05:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opal (Old) and /work/SRC/openSUSE:Factory/.opal.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opal" Wed Apr 13 21:05:13 2022 rev:51 rq:969716 version:3.18.8 Changes: -------- --- /work/SRC/openSUSE:Factory/opal/opal.changes 2022-04-10 01:34:21.449830925 +0200 +++ /work/SRC/openSUSE:Factory/.opal.new.1900/opal.changes 2022-04-13 21:05:58.716616867 +0200 @@ -1,0 +2,5 @@ +Mon Apr 11 13:13:58 UTC 2022 - Jan Engelhardt <[email protected]> + +- Add arches.patch [boo#1198320] + +------------------------------------------------------------------- New: ---- arches.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opal.spec ++++++ --- /var/tmp/diff_new_pack.N62Xjr/_old 2022-04-13 21:05:59.552617710 +0200 +++ /var/tmp/diff_new_pack.N62Xjr/_new 2022-04-13 21:05:59.556617714 +0200 @@ -31,6 +31,7 @@ # FIXME: we should probably list all plugins in %%files to make sure we don't lose some when updating the package. %define _version 3_18_8 Source0: https://download.sf.net/opalvoip/%{name}-%{version}.tar.bz2 +Patch1: arches.patch %if %{with capi4linux} BuildRequires: capi4linux-devel %endif ++++++ arches.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2022-04-11 15:14:12.245492833 +0200 References: https://sourceforge.net/p/opalvoip/bugs/605/ Add definitions for aarch64, ppc64, ppc64le to iSAC. --- plugins/audio/iSAC/iSAC/typedefs.h | 9 +++++++++ 1 file changed, 9 insertions(+) Index: opal-3.18.8/plugins/audio/iSAC/iSAC/typedefs.h =================================================================== --- opal-3.18.8.orig/plugins/audio/iSAC/iSAC/typedefs.h +++ opal-3.18.8/plugins/audio/iSAC/iSAC/typedefs.h @@ -45,6 +45,15 @@ //#define WEBRTC_ARCH_ARMEL #define WEBRTC_ARCH_32_BITS #define WEBRTC_ARCH_LITTLE_ENDIAN +#elif defined(__AARCH64EL__) || (defined(__powerpc64__) && defined(__LITTLE_ENDIAN__)) +#define WEBRTC_ARCH_64_BITS +#define WEBRTC_ARCH_LITTLE_ENDIAN +#elif (defined(__powerpc64__) && defined(__BIG_ENDIAN__)) +#define WEBRTC_ARCH_64_BITS +#define WEBRTC_ARCH_BIG_ENDIAN +#elif (defined(__powerpc__) && defined(__BIG_ENDIAN__)) +#define WEBRTC_ARCH_32_BITS +#define WEBRTC_ARCH_BIG_ENDIAN #elif defined(__MIPSEL__) #define WEBRTC_ARCH_32_BITS #define WEBRTC_ARCH_LITTLE_ENDIAN
