From 481970d3b9850f7225b385b4bb560c2fb4a8a851 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:55:16 +0100 Subject: [PATCH] rebuilt with ocaml-ctypes 0.20.1 [release 0.1.0-2mamba;Thu May 19 2022] --- ocaml-lilv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-lilv.spec b/ocaml-lilv.spec index 39d69ac..d3c0bf7 100644 --- a/ocaml-lilv.spec +++ b/ocaml-lilv.spec @@ -2,7 +2,7 @@ Name: ocaml-lilv Version: 0.1.0 -Release: 1mamba +Release: 2mamba Summary: OCaml bindings to the lilv library for using LV2 plugins Group: System/Libraries/OCaml Vendor: openmamba @@ -25,6 +25,7 @@ BuildRequires: ocaml-integers BuildRequires: dune BuildRequires: ocaml BuildRequires: ocaml-findlib +BuildRequires: ocaml-ctypes-devel >= 0.20.1 %description %{summary}. @@ -72,5 +73,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES* README.md %changelog +* Thu May 19 2022 Silvan Calarco 0.1.0-2mamba +- rebuilt with ocaml-ctypes 0.20.1 + * Fri Feb 11 2022 Silvan Calarco 0.1.0-1mamba - package created using the webbuild interface