From c0175d0559ebd48243a133985293cce39c38432b Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:50:45 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.1.6-2mamba;Thu Jul 06 2023] --- ocaml-bjack.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-bjack.spec b/ocaml-bjack.spec index 23e980f..7636361 100644 --- a/ocaml-bjack.spec +++ b/ocaml-bjack.spec @@ -2,7 +2,7 @@ Name: ocaml-bjack Version: 0.1.6 -Release: 1mamba +Release: 2mamba Summary: OCaml blocking JACK API Group: System/Libraries/OCaml Vendor: openmamba @@ -16,9 +16,10 @@ BuildRequires: glibc-devel BuildRequires: libjack-devel BuildRequires: libsamplerate-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib %description @@ -42,7 +43,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 @@ -69,5 +70,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Thu Jul 06 2023 Sdk Build System 0.1.6-2mamba +- rebuilt with ocaml 4.14.1 + * Fri Feb 11 2022 Silvan Calarco 0.1.6-1mamba - package created using the webbuild interface