From 05e56b9474ca189ef80ad5f61d499b2f21f2edaf Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:56:40 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 1.2-2mamba;Thu Jul 06 2023] --- ocaml-ocplib-endian.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-ocplib-endian.spec b/ocaml-ocplib-endian.spec index c57b111..1863dfe 100644 --- a/ocaml-ocplib-endian.spec +++ b/ocaml-ocplib-endian.spec @@ -2,7 +2,7 @@ Name: ocaml-ocplib-endian Version: 1.2 -Release: 1mamba +Release: 2mamba Summary: Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays, based on primitives added in version 4.01 Group: System/Libraries/OCaml Vendor: openmamba @@ -14,9 +14,10 @@ License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib %description @@ -40,7 +41,7 @@ dune build %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 @@ -67,5 +68,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Thu Jul 06 2023 Sdk Build System 1.2-2mamba +- rebuilt with ocaml 4.14.1 + * Sun Feb 06 2022 Silvan Calarco 1.2-1mamba - package created using the webbuild interface