From fa7c633b138642199d4640be14bb8af7a44a4e5a Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:52:56 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.3.2-2mamba;Fri Jul 07 2023] --- ocaml-fdkaac.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ocaml-fdkaac.spec b/ocaml-fdkaac.spec index 17e04de..64f1ddb 100644 --- a/ocaml-fdkaac.spec +++ b/ocaml-fdkaac.spec @@ -2,7 +2,7 @@ Name: ocaml-fdkaac Version: 0.3.2 -Release: 1mamba +Release: 2mamba Summary: OCaml binding for the fdk-aac library Group: System/Libraries/OCaml Vendor: openmamba @@ -15,7 +15,9 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libfdk-aac-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune BuildRequires: ocaml-findlib @@ -40,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 @@ -67,5 +69,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Fri Jul 07 2023 Sdk Build System 0.3.2-2mamba +- rebuilt with ocaml 4.14.1 + * Sun Feb 13 2022 Silvan Calarco 0.3.2-1mamba - package created using the webbuild interface