From 5b69df07b46500a949d1e3901d7e9435e2d7f41b Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:02:29 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.1.9-2mamba;Fri Jul 07 2023] --- ocaml-soundtouch.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ocaml-soundtouch.spec b/ocaml-soundtouch.spec index ad42105..eb07221 100644 --- a/ocaml-soundtouch.spec +++ b/ocaml-soundtouch.spec @@ -2,7 +2,7 @@ Name: ocaml-soundtouch Version: 0.1.9 -Release: 1mamba +Release: 2mamba Summary: OCaml bindings for the soundtouch audio library Group: System/Libraries/OCaml Vendor: openmamba @@ -16,10 +16,10 @@ BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libsoundtouch-devel BuildRequires: libstdc++6-devel -BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib %description @@ -43,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 @@ -70,5 +70,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Fri Jul 07 2023 Sdk Build System 0.1.9-2mamba +- rebuilt with ocaml 4.14.1 + * Fri Feb 11 2022 Silvan Calarco 0.1.9-1mamba - package created using the webbuild interface