From b697f33cc38c267d9273cc52f7bec0fa78e6977b Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:55:03 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.3.7-2mamba;Thu Jul 06 2023] --- ocaml-lame.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/ocaml-lame.spec b/ocaml-lame.spec index d615a4f..9791767 100644 --- a/ocaml-lame.spec +++ b/ocaml-lame.spec @@ -1,8 +1,8 @@ %define ocamlpck lame Name: ocaml-lame -Version: 0.3.6 -Release: 1mamba +Version: 0.3.7 +Release: 2mamba Summary: OCaml bindings to the LAME mp3 encoder Group: System/Libraries/OCaml Vendor: openmamba @@ -15,9 +15,10 @@ License: GPL BuildRequires: glibc-devel BuildRequires: liblame-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune -BuildRequires: ocaml BuildRequires: ocaml-findlib BuildRequires: camlidl @@ -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,6 +70,12 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES README.md %changelog +* Thu Jul 06 2023 Sdk Build System 0.3.7-2mamba +- rebuilt with ocaml 4.14.1 + +* Sun Jul 02 2023 Automatic Build System 0.3.7-1mamba +- automatic version update by autodist + * Sat Apr 23 2022 Automatic Build System 0.3.6-1mamba - automatic version update by autodist