From 9be25b93a1e7159230e85759bb3c8b1f2495dd74 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:01:01 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.1.5-2mamba;Thu Jul 06 2023] --- ocaml-pulseaudio.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-pulseaudio.spec b/ocaml-pulseaudio.spec index 0612621..0ed2a27 100644 --- a/ocaml-pulseaudio.spec +++ b/ocaml-pulseaudio.spec @@ -2,7 +2,7 @@ Name: ocaml-pulseaudio Version: 0.1.5 -Release: 1mamba +Release: 2mamba Summary: OCaml bindings for pulseaudio Group: System/Libraries/OCaml Vendor: openmamba @@ -15,9 +15,10 @@ License: LGPL BuildRequires: glibc-devel BuildRequires: libpulseaudio-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib %description @@ -41,7 +42,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 @@ -68,5 +69,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Thu Jul 06 2023 Sdk Build System 0.1.5-2mamba +- rebuilt with ocaml 4.14.1 + * Sun Feb 06 2022 Silvan Calarco 0.1.5-1mamba - package created using the webbuild interface