From 0eb301aa171a76fd3fb7b1f265b109f23ed875fa Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:53:25 +0100 Subject: [PATCH] rebuilt with ocaml 4.11.1 [release 1.8.1-4mamba;Thu Jan 21 2021] --- ocaml-findlib.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 6437d36..1efb6a5 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -2,7 +2,7 @@ Name: ocaml-findlib Version: 1.8.1 -Release: 3mamba +Release: 4mamba Summary: A library manager for OCaml Group: Development/Tools Vendor: openmamba @@ -14,8 +14,8 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRequires: ocaml >= 4.09.0-4mamba -BuildRequires: ocaml-labltk >= 8.06.5 +BuildRequires: ocaml >= 4.11.1 +BuildRequires: ocaml-labltk >= 8.06.9 %if "%{stage1}" != "1" BuildRequires: ocaml-pcre %endif @@ -44,6 +44,9 @@ Requires: ocaml-labltk >= 4.00.1 %description devel This package contains libraries and header files for developing applications that use %{name}. +# debug package disabled because ocamlfind must not be stripped +#% debug_package + %prep %setup -q -n findlib-%{version} @@ -107,13 +110,14 @@ rm -f %{buildroot}%{_libdir}/ocaml/ocamlbuild/META #%{_libdir}/ocaml/bytes/*.a #%{_libdir}/ocaml/bytes/*.cmxa %{_libdir}/ocaml/findlib/Makefile.config -%ifnarch x86_64 %{_libdir}/ocaml/findlib/make_wizard %{_libdir}/ocaml/findlib/make_wizard.pattern -%endif #%doc LICENSE doc/README doc/guide-html %changelog +* Thu Jan 21 2021 Silvan Calarco 1.8.1-4mamba +- rebuilt with ocaml 4.11.1 + * Mon Dec 30 2019 Silvan Calarco 1.8.1-3mamba - rebuilt with ocaml 4.09.0-4mamba