From c1563b39557dc7c3c607ca70783f0b47fe965d61 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:50:22 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 1.1.0-2mamba;Thu Jul 06 2023] --- ocaml-bigarray-compat.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-bigarray-compat.spec b/ocaml-bigarray-compat.spec index 070736b..1539371 100644 --- a/ocaml-bigarray-compat.spec +++ b/ocaml-bigarray-compat.spec @@ -2,7 +2,7 @@ Name: ocaml-bigarray-compat Version: 1.1.0 -Release: 1mamba +Release: 2mamba Summary: Compatibility library to use Stdlib.Bigarray when possible Group: System/Libraries/OCaml Vendor: openmamba @@ -14,9 +14,10 @@ License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-findlib Requires: ocaml-runtime @@ -42,7 +43,7 @@ dune build -p bigarray-compat %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -DESTDIR="%{buildroot}" dune install --prefix "/usr" --libdir "%{_lib}/ocaml" +DESTDIR="%{buildroot}" dune install --prefix "/usr" --libdir "%{_libdir}/ocaml" rm -rf %{buildroot}/usr/doc @@ -70,5 +71,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES.md README.md %changelog +* Thu Jul 06 2023 Sdk Build System 1.1.0-2mamba +- rebuilt with ocaml 4.14.1 + * Sat Jan 29 2022 Silvan Calarco 1.1.0-1mamba - package created using the webbuild interface