rebuilt with ocaml-posix 2.0.0-2mamba and ocaml-ctypes 0.20.0-2mamba [release 0.2.1-2mamba;Wed Feb 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:02:53 +01:00
parent 828b871e1d
commit f07655bbf1

View File

@ -2,7 +2,7 @@
Name: ocaml-srt
Version: 0.2.1
Release: 1mamba
Release: 2mamba
Summary: OCaml bindings for the Secure, Reliable, Transport protocol library
Group: System/Libraries/OCaml
Vendor: openmamba
@ -15,13 +15,15 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libsrt-devel
BuildRequires: ocaml
BuildRequires: ocaml-bigarray-compat-devel
BuildRequires: ocaml-ctypes-devel
BuildRequires: ocaml-integers
BuildRequires: ocaml-posix-devel
## AUTOBUILDREQ-END
BuildRequires: dune
BuildRequires: ocaml
BuildRequires: ocaml-findlib
BuildRequires: ocaml-ctypes-devel >= 0.20.0-2mamba
BuildRequires: ocaml-posix-devel >= 2.0.0-2mamba
%description
%{summary}.
@ -71,5 +73,8 @@ rm -rf %{buildroot}/usr/doc
%doc CHANGES* README.md
%changelog
* Wed Feb 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.1-2mamba
- rebuilt with ocaml-posix 2.0.0-2mamba and ocaml-ctypes 0.20.0-2mamba
* Sun Feb 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.1-1mamba
- package created using the webbuild interface