From c607302150d29d6e4db41254eb6354a7b7aae2a3 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:55:53 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.7.3-2mamba;Thu Jul 06 2023] --- ocaml-magic.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocaml-magic.spec b/ocaml-magic.spec index 87a4a2c..cae39b8 100644 --- a/ocaml-magic.spec +++ b/ocaml-magic.spec @@ -2,7 +2,7 @@ Name: ocaml-magic Version: 0.7.3 -Release: 1mamba +Release: 2mamba Summary: An OCaml binding to libmagic Group: System/Libraries/OCaml Vendor: openmamba @@ -15,9 +15,10 @@ License: LGPL BuildRequires: glibc-devel BuildRequires: libmagic-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib %description @@ -69,5 +70,8 @@ make install %doc README %changelog +* Thu Jul 06 2023 Sdk Build System 0.7.3-2mamba +- rebuilt with ocaml 4.14.1 + * Fri Feb 11 2022 Silvan Calarco 0.7.3-1mamba - package created using the webbuild interface