From 5d552971379132280f75b8575b156ba4a9b5467c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 27 Jul 2015 10:25:45 +0100 Subject: [PATCH] Remove ExcludeArch since bytecode build should now work. --- ocaml-ounit.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 621c539..4c87a44 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -2,13 +2,12 @@ Name: ocaml-ounit Version: 2.0.0 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Unit test framework for OCaml License: MIT URL: http://ounit.forge.ocamlcore.org/ Source0: http://forge.ocamlcore.org/frs/download.php/1258/ounit-%{version}.tar.gz -ExcludeArch: sparc64 s390 s390x BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel @@ -79,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc %changelog +* Mon Jul 27 2015 Richard W.M. Jones - 2.0.0-15 +- Remove ExcludeArch since bytecode build should now work. + * Tue Jun 23 2015 Richard W.M. Jones - 2.0.0-14 - Bump release and rebuild.