From d8e0a8a7d28966e4472d49d274c027aecee47eed Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 27 Jul 2015 10:25:54 +0100 Subject: [PATCH] Remove ExcludeArch since bytecode build should now work. --- ocaml-ocamlnet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ocaml-ocamlnet.spec b/ocaml-ocamlnet.spec index d99421c..9851cec 100644 --- a/ocaml-ocamlnet.spec +++ b/ocaml-ocamlnet.spec @@ -11,14 +11,13 @@ Name: ocaml-ocamlnet Version: 4.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Network protocols for OCaml License: BSD URL: http://projects.camlcity.org/projects/ocamlnet.html Source0: http://download.camlcity.org/download/ocamlnet-%{version}.tar.gz -ExcludeArch: sparc64 s390 s390x BuildRequires: ocaml >= 3.12.1-3 BuildRequires: ocaml-ocamldoc @@ -222,6 +221,9 @@ echo -e '-b /usr/bin/netplex-admin\n-b /usr/bin/ocamlrpcgen' \ %changelog +* Mon Jul 27 2015 Richard W.M. Jones - 4.0.4-2 +- Remove ExcludeArch since bytecode build should now work. + * Wed Jul 22 2015 Richard W.M. Jones - 4.0.4-1 - New upstream version 4.0.4. - Remove ugly hack for gnutls, since it is fixed properly upstream.