From 97e578a2f933de752d8c74143c21c417e39e83e2 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 07:58:12 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 1.2.1-2mamba;Thu Jul 06 2023] --- ocaml-ppx_derivers.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ocaml-ppx_derivers.spec b/ocaml-ppx_derivers.spec index 05e1b7c..ce0dedb 100644 --- a/ocaml-ppx_derivers.spec +++ b/ocaml-ppx_derivers.spec @@ -2,7 +2,7 @@ Name: ocaml-ppx_derivers Version: 1.2.1 -Release: 1mamba +Release: 2mamba Summary: Deriving plugin registry Group: System/Libraries/OCaml Vendor: openmamba @@ -14,8 +14,9 @@ License: MMIT ## 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 +43,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 @@ -69,5 +70,8 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES.md README.md %changelog +* Thu Jul 06 2023 Sdk Build System 1.2.1-2mamba +- rebuilt with ocaml 4.14.1 + * Sun Jan 30 2022 Silvan Calarco 1.2.1-1mamba - package created using the webbuild interface