From: Jakub Bogusz Date: Tue, 14 Sep 2021 19:35:15 +0000 (+0200) Subject: - updated minimal ocaml version X-Git-Tag: auto/th/ocaml-zarith-1.12-5~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml-zarith.git;a=commitdiff_plain;h=2711b12 - updated minimal ocaml version --- diff --git a/ocaml-zarith.spec b/ocaml-zarith.spec index 09fa358..0dede5f 100644 --- a/ocaml-zarith.spec +++ b/ocaml-zarith.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without ocaml_opt # skip building native optimized binaries (bytecode is always built) +%bcond_without ocaml_opt # native optimized binaries (bytecode is always built) # not yet available on x32 (ocaml 4.02.1), remove when upstream will support it %ifnarch %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9 @@ -21,7 +21,7 @@ Source0: https://github.com/ocaml/Zarith/archive/release-%{version}/Zarith-%{ver URL: http://github.com/ocaml/Zarith BuildRequires: bash BuildRequires: gmp-devel -BuildRequires: ocaml >= 3.12.1 +BuildRequires: ocaml >= 1:4.04 BuildRequires: ocaml-findlib BuildRequires: perl-base %requires_eq ocaml-runtime