diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index f0b8545..1bd8514 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -2,7 +2,7 @@ Name: ocaml-ounit Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unit test framework for OCaml License: MIT @@ -41,6 +41,10 @@ sh ./configure --destdir $RPM_BUILD_ROOT %build +%ifarch %{arm} +# RHBZ#1119049 +ulimit -s 262144 +%endif make all make doc @@ -79,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc %changelog +* Sun Jul 13 2014 Richard W.M. Jones - 2.0.0-2 +- Larger stack on ARM (RHBZ#1119049). + * Sat Jul 12 2014 Richard W.M. Jones - 2.0.0-1 - New upstream version 2.0.0. - Remove BR on camlp4.