[ocaml-fileutils] BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.

Richard W.M. Jones rjones at fedoraproject.org
Tue Nov 27 19:34:24 UTC 2012


commit eb59b766fa86027cc4533a763902cd846166b0de
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Nov 27 19:34:16 2012 +0000

    BR >= OCaml 4.00.1 so we can't be built against the wrong OCaml.

 ocaml-fileutils.spec |    9 ++++++---
 1 files 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 <rjones at redhat.com> - 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 <rjones at redhat.com> - 0.4.4-3
 - Disable the tests on RHEL 7, since they require ocaml-ounit.
 


More information about the scm-commits mailing list