From 84f80b319aad6ec6c273ebc0be200d7974971d40ebf2d197e1e81842c7c53ce9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Sep 2014 16:49:08 +0000 Subject: [PATCH] Accepting request 251838 from home:Zaitor:branches:multimedia:libs Disable testsuite for i586 as we are still seeeing random fails for it on that arch. OBS-URL: https://build.opensuse.org/request/show/251838 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=43 --- orc-disable-test-limits.patch | 14 -------------- orc.changes | 9 +++++++++ orc.spec | 9 ++------- 3 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 orc-disable-test-limits.patch diff --git a/orc-disable-test-limits.patch b/orc-disable-test-limits.patch deleted file mode 100644 index 7f64bc2..0000000 --- a/orc-disable-test-limits.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: orc-0.4.21/testsuite/Makefile.am -=================================================================== ---- orc-0.4.21.orig/testsuite/Makefile.am -+++ orc-0.4.21/testsuite/Makefile.am -@@ -12,8 +12,7 @@ TESTS = \ - exec_parse \ - perf_opcodes_sys perf_parse \ - memcpy_speed \ -- abi \ -- test-limits -+ abi - - noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \ - generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \ diff --git a/orc.changes b/orc.changes index 451e62b..41abde5 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 23 20:58:44 UTC 2014 - zaitor@opensuse.org + +- Temp-disable testsuite on i586 until we get the random fails + sorted out with upstream. +- Drop orc-disable-test-limits.patch, and autoreconf call, and + corresponding BuildRequires, as testsuite is disabled, and patch + needing them is dropped. + ------------------------------------------------------------------- Wed Sep 17 11:14:54 UTC 2014 - zaitor@opensuse.org diff --git a/orc.spec b/orc.spec index 848671d..5779c34 100644 --- a/orc.spec +++ b/orc.spec @@ -26,11 +26,7 @@ Group: Productivity/Multimedia/Other Url: http://cgit.freedesktop.org/gstreamer/orc Source: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz Source99: baselibs.conf -Patch1: orc-disable-test-limits.patch -BuildRequires: autoconf -BuildRequires: automake BuildRequires: gtk-doc -BuildRequires: libtool BuildRequires: pkg-config Provides: %{name}-devel = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,10 +62,8 @@ arithmetic operations. %prep %setup -q -%patch1 -p1 %build -autoreconf -fi %configure \ --disable-static \ --enable-gtk-doc @@ -84,8 +78,9 @@ rm -rf %{buildroot}%{_libdir}/orc # Remove libtool archives find %{buildroot} -type f -name "*.la" -delete -print +# Temp disable check on i586 until we have sorted out the i586 fails with upstream %check -%ifnarch %{arm} +%ifnarch %{arm} || %{ix86} make check %{?_smp_mflags} %endif