From c83ed8b2d621d1305cb11d744fe61808c3aae53b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 27 Nov 2012 19:28:47 +0000 Subject: [PATCH] BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. --- ocaml-calendar.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-calendar.spec b/ocaml-calendar.spec index 5b0943c..a2fb64c 100644 --- a/ocaml-calendar.spec +++ b/ocaml-calendar.spec @@ -3,7 +3,7 @@ Name: ocaml-calendar Version: 2.03.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml library for managing dates and times License: LGPLv2 @@ -12,8 +12,9 @@ Source0: http://forge.ocamlcore.org/frs/download.php/915/calendar-2.03.2. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x -BuildRequires: ocaml >= 3.12.1-3 -BuildRequires: ocaml-findlib-devel, ocaml-ocamldoc +BuildRequires: ocaml >= 4.00.1 +BuildRequires: ocaml-findlib-devel >= 1.3.3-3 +BuildRequires: ocaml-ocamldoc BuildRequires: gawk # Ignore all generated modules *except* CalendarLib, since everything @@ -74,6 +75,9 @@ make install %changelog +* Tue Nov 27 2012 Richard W.M. Jones - 2.03.2-2 +- BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml. + * Mon Oct 29 2012 Richard W.M. Jones - 2.03.2-1 - New upstream version 2.03.2. - Rebuild for OCaml 4.00.1.