From 4188299c4f17fa406bfcb110cb4e8971b63d4bef Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:57:23 +0100 Subject: [PATCH] rebuilt with ocaml-ctypes 0.20.1 [release 2.0.0-3mamba;Sat May 14 2022] --- ocaml-posix.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ocaml-posix.spec b/ocaml-posix.spec index 77e5796..b392770 100644 --- a/ocaml-posix.spec +++ b/ocaml-posix.spec @@ -2,7 +2,7 @@ Name: ocaml-posix Version: 2.0.0 -Release: 2mamba +Release: 3mamba Summary: Bindings to the various POSIX APIs Group: System/Libraries/OCaml Vendor: openmamba @@ -24,8 +24,8 @@ BuildRequires: dune BuildRequires: ocaml BuildRequires: ocaml-findlib BuildRequires: ocaml-ounit-devel -BuildRequires: ocaml-ctypes-devel >= 0.20.0-2mamba -BuildRequires: ocaml-unix-errno-devel >= 0.6.1-2mamba +BuildRequires: ocaml-ctypes-devel >= 0.20.1 +BuildRequires: ocaml-unix-errno-devel >= 0.6.1-3mamba %description %{summary}. @@ -75,6 +75,9 @@ rm -rf %{buildroot}/usr/doc %doc README.md %changelog +* Sat May 14 2022 Silvan Calarco 2.0.0-3mamba +- rebuilt with ocaml-ctypes 0.20.1 + * Wed Feb 09 2022 Silvan Calarco 2.0.0-2mamba - rebuilt with ocaml-ctypes 0.20.0-2mamba