From eb59b766fa86027cc4533a763902cd846166b0de Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 27 Nov 2012 19:34:16 +0000 Subject: [PATCH] BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. --- ocaml-fileutils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index e888a74..b2f490b 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -3,7 +3,7 @@ Name: ocaml-fileutils Version: 0.4.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml library for common file and filename operations License: LGPLv2 with exceptions @@ -11,8 +11,8 @@ URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/ Source0: https://forge.ocamlcore.org/frs/download.php/892/ocaml-fileutils-0.4.4.tar.gz ExcludeArch: sparc64 s390 s390x -BuildRequires: ocaml -BuildRequires: ocaml-findlib-devel +BuildRequires: ocaml >= 4.00.1 +BuildRequires: ocaml-findlib-devel >= 1.3.3-3 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-camlp4-devel %if 0%{?fedora} || 0%{?rhel} <= 6 @@ -97,6 +97,9 @@ make test %changelog +* Tue Nov 27 2012 Richard W.M. Jones - 0.4.4-4 +- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. + * Tue Nov 27 2012 Richard W.M. Jones - 0.4.4-3 - Disable the tests on RHEL 7, since they require ocaml-ounit.