From 53397e4de6f65ec0cceab5e9f8a457d3f6f447b4 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:05:04 +0100 Subject: [PATCH] rebuilt with ocaml 4.14.1 [release 0.1.5-3mamba;Thu Jul 06 2023] --- ocaml-xmlplaylist.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ocaml-xmlplaylist.spec b/ocaml-xmlplaylist.spec index 97182cb..4bf79f5 100644 --- a/ocaml-xmlplaylist.spec +++ b/ocaml-xmlplaylist.spec @@ -2,7 +2,7 @@ Name: ocaml-xmlplaylist Version: 0.1.5 -Release: 2mamba +Release: 3mamba Summary: OCaml module to parse various RSS playlist formats Group: Development/Libraries Vendor: openmamba @@ -14,8 +14,10 @@ License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ocaml +BuildRequires: ocaml-runtime BuildRequires: ocaml-xmlm-devel ## AUTOBUILDREQ-END +BuildRequires: ocaml >= 4.14.1 BuildRequires: dune BuildRequires: ocaml-xmlm-devel >= 1.4.0 @@ -40,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 @@ -66,6 +68,9 @@ rm -rf %{buildroot}/usr/doc %doc CHANGES README %changelog +* Thu Jul 06 2023 Sdk Build System 0.1.5-3mamba +- rebuilt with ocaml 4.14.1 + * Sat Feb 12 2022 Silvan Calarco 0.1.5-2mamba - rebuilt with ocaml-xmlm 1.4.0