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