Accepting request 334705 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/334705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2015-10-14 14:38:55 +00:00 committed by Git OBS Bridge
commit 2920da14c0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 28 20:27:52 UTC 2015 - dmueller@suse.com
- disable testsuite on aarch64
-------------------------------------------------------------------
Thu Jul 9 22:03:42 UTC 2015 - zaitor@opensuse.org

View File

@ -96,8 +96,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
# Temp disable check on i586 until we have sorted out the i586 fails with upstream (last tested with 0.4.24)
# disable also for ppc64le as many changes required in orcprogram-altivec.c
# Testsuite is broken on aarch64
%check
%ifnarch %{arm} || %{ix86} || ppc64le
%ifnarch aarch64 %{arm} %{ix86} ppc64le
make check %{?_smp_mflags}
%endif