From 7500a7afd36af6fea941c7a933bd6440ea3b5510 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:51:11 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.12.4-2mamba;Thu Jul 06 2023] --- ocaml-compiler-libs-repackaged.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ocaml-compiler-libs-repackaged.spec b/ocaml-compiler-libs-repackaged.spec index 14742f9..f17e3f4 100644 --- a/ocaml-compiler-libs-repackaged.spec +++ b/ocaml-compiler-libs-repackaged.spec @@ -2,7 +2,7 @@ Name: ocaml-compiler-libs-repackaged Version: 0.12.4 -Release: 1mamba +Release: 2mamba Summary: OCaml compiler libraries repackaged Group: System/Libraries/OCaml Vendor: openmamba @@ -13,9 +13,9 @@ Source: https://github.com/janestreet/ocaml-compiler-libs.git/v%{version} License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ocaml +BuildRequires: ocaml-runtime ## AUTOBUILDREQ-END -BuildRequires: ocaml +BuildRequires: ocaml >= 4.14.1 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-findlib BuildRequires: dune @@ -42,7 +42,7 @@ dune build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_lib}/ocaml" +DESTDIR=%{buildroot} dune install --prefix "/usr" --libdir "%{_libdir}/ocaml" rm -rf %{buildroot}/usr/doc @@ -65,5 +65,8 @@ rm -rf %{buildroot}/usr/doc #%doc CHANGES.md README.org %changelog +* Thu Jul 06 2023 Sdk Build System 0.12.4-2mamba +- rebuilt with ocaml 4.14.1 + * Sun Jan 30 2022 Silvan Calarco 0.12.4-1mamba - package created using the webbuild interface