diff --git a/orc.spec b/orc.spec index 6be7b2c..0dd71bc 100644 --- a/orc.spec +++ b/orc.spec @@ -1,6 +1,6 @@ Name: orc Version: 0.4.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Oil Run-time Compiler Group: System Environment/Libraries @@ -78,7 +78,7 @@ rm -rf %{buildroot} %check -%ifnarch s390 s390x ppc ppc64 +%ifnarch s390 s390x ppc ppc64 %{arm} make check %endif @@ -114,6 +114,9 @@ make check %changelog +* Mon Jun 20 2011 Peter Robinson - 0.4.14-3 +- Add ARM platforms to the make check exclusion + * Sat May 07 2011 Fabian Deutsch - 0.4.14-2 - Add orc-bugreport to the main package (#702727)