From a52dedb514429cee99ffc9dd095bfa2bcddbaa08 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Jul 27 2015 09:25:41 +0000 Subject: Remove ExcludeArch since bytecode build should now work. --- diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec index 3f8c07f..dad1626 100644 --- a/ocaml-gsl.spec +++ b/ocaml-gsl.spec @@ -2,14 +2,13 @@ Name: ocaml-gsl Version: 1.18.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Interface to GSL (GNU scientific library) for OCaml License: GPLv2 URL: https://mmottl.github.io/gsl-ocaml/ Source0: https://github.com/mmottl/gsl-ocaml/releases/download/v%{version}/gsl-ocaml-%{version}.tar.gz -ExcludeArch: armv7hl sparc64 s390 s390x BuildRequires: ocaml >= 3.07 BuildRequires: ocaml-findlib-devel @@ -76,6 +75,9 @@ make install %changelog +* Mon Jul 27 2015 Richard W.M. Jones - 1.18.2-6 +- Remove ExcludeArch since bytecode build should now work. + * Wed Jun 24 2015 Richard W.M. Jones - 1.18.2-5 - ocaml-4.02.2 final rebuild.