From 05c0437e4ee52c394465d8976b51a2e4bbb7aa908880be69dbaf64f886d70e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 18 Mar 2016 06:07:38 +0000 Subject: [PATCH] Accepting request 374688 from home:AndreasStieger:branches:devel:libraries:c_c++ - skip failing tests on ppc architectures OBS-URL: https://build.opensuse.org/request/show/374688 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libotr?expand=0&rev=19 --- libotr.changes | 1 + libotr.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libotr.changes b/libotr.changes index 7e50de1..5f8405c 100644 --- a/libotr.changes +++ b/libotr.changes @@ -11,6 +11,7 @@ Mon Mar 7 12:46:26 UTC 2016 - astieger@suse.com * Fix a memory leak when reading a malformed instance tag file * Protocol documentation clarifications - add libotr-4.1.1-fix-base64-tests.patch to fix test suite failure +- skip failing tests on ppc architectures ------------------------------------------------------------------- Tue Oct 21 19:01:07 UTC 2014 - andreas.stieger@gmx.de diff --git a/libotr.spec b/libotr.spec index a3aba21..d358587 100644 --- a/libotr.spec +++ b/libotr.spec @@ -104,7 +104,10 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %check +# https://bugs.otr.im/issues/129 +%ifnarch ppc ppc64 ppc64le make %{?_smp_mflags} check +%endif %install make %{?_smp_mflags} DESTDIR=%{buildroot} install