diff --git a/gc.spec b/gc.spec index 537d748..ec1a4fe 100644 --- a/gc.spec +++ b/gc.spec @@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++ Name: gc Version: 7.6.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Url: http://www.hboehm.info/gc/ @@ -74,8 +74,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %global arch_ignore ||: %endif ## cordtest segfaults or hangs on ix86 -## gctest sometimes(?) hangs on aarch64,ppc64le -%ifnarch aarch64 %{ix86} ppc64le +## gctest sometimes(?) hangs on armv7hl, aarch64, ppc64le +%ifnarch %{arm} aarch64 %{ix86} ppc64le make check %{?arch_ignore} %endif @@ -101,6 +101,9 @@ make check %{?arch_ignore} %changelog +* Wed May 03 2017 Petr Ĺ abata - 7.6.0-5 +- Turns out our tests hang on armv7hl too, let's skip them (#1431866) + * Wed Mar 15 2017 Rex Dieter - 7.6.0-4 - skip tests on ppcle64 (#1431866)