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