From 618587eeeef2014711a7ed0fe4d079764989ae33 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:52:00 +0100 Subject: [PATCH] update to 0.14.0 [release 0.14.0-1mamba;Sun May 05 2019] --- ocaml-ctypes.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ocaml-ctypes.spec b/ocaml-ctypes.spec index c3f3c43..03f9d6a 100644 --- a/ocaml-ctypes.spec +++ b/ocaml-ctypes.spec @@ -2,7 +2,7 @@ %define ocamlpck ctypes Name: ocaml-ctypes -Version: 0.11.5 +Version: 0.14.0 Release: 1mamba Summary: Combinators for binding to C libraries without writing any C Group: System/Libraries/OCaml @@ -20,6 +20,8 @@ BuildRequires: libffi-devel BuildRequires: ocaml BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-findlib +BuildRequires: ocaml-integers +BuildRequires: ocaml >= 4.07.1 Requires: ocaml-runtime BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -78,6 +80,9 @@ make install # %doc CHANGES README %changelog +* Sun May 05 2019 Silvan Calarco 0.14.0-1mamba +- update to 0.14.0 + * Mon Aug 07 2017 Automatic Build System 0.11.5-1mamba - automatic version update by autodist