From 2b2e314c1ae3fa29fdfe2b42799b5007db6630b5 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Nov 27 2012 19:37:35 +0000 Subject: BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. --- diff --git a/ocaml-xml-light.spec b/ocaml-xml-light.spec index 164271d..58054f3 100644 --- a/ocaml-xml-light.spec +++ b/ocaml-xml-light.spec @@ -5,7 +5,7 @@ Name: ocaml-xml-light Version: 2.3 -Release: 0.2.svn%{svnrev}%{?dist} +Release: 0.3.svn%{svnrev}%{?dist} Summary: Minimal XML parser and printer for OCaml Group: Development/Libraries @@ -28,8 +28,9 @@ Source0: xml-light-%{svnrev}.tar.gz ExcludeArch: sparc64 s390 s390x -BuildRequires: ocaml >= 3.10.1 -BuildRequires: ocaml-findlib-devel, ocaml-ocamldoc +BuildRequires: ocaml >= 4.00.1 +BuildRequires: ocaml-findlib-devel >= 1.3.3-3 +BuildRequires: ocaml-ocamldoc BuildRequires: gawk @@ -111,6 +112,9 @@ ocamlfind install xml-light META *.mli *.cmi *.cma *.a *.cmxa *.cmx %changelog +* Tue Nov 27 2012 Richard W.M. Jones - 2.3-0.3.svn234 +- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. + * Tue Oct 30 2012 Richard W.M. Jones - 2.3-0.2.svn234 - Rebuild for OCaml 4.00.1.