From 044156158058f456c97a3a2fe2039f4359be2087810476a52ffd891015d204b3 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 16 Jan 2024 17:22:37 +0000 Subject: [PATCH] - Remove usage of dune.configurator because ocamlfind names which contain a dot are not considered valid anymore with dune 3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=62 --- ocaml-parmap-1.2.5.tar.xz | 4 ++-- ocaml-parmap.changes | 6 ++++++ ocaml-parmap.spec | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ocaml-parmap-1.2.5.tar.xz b/ocaml-parmap-1.2.5.tar.xz index cf2793e..c1ea7f7 100644 --- a/ocaml-parmap-1.2.5.tar.xz +++ b/ocaml-parmap-1.2.5.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:313e1e9c5dc567ba457fb02d26f115e06afaa453e2c411dbd779d815828a95da -size 33736 +oid sha256:84bb9a99dffb0de2f33deb89f1694e7648109067dc4362fb075447437ebbfeb9 +size 33756 diff --git a/ocaml-parmap.changes b/ocaml-parmap.changes index d2c9994..4bc8ee6 100644 --- a/ocaml-parmap.changes +++ b/ocaml-parmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de + +- Remove usage of dune.configurator because ocamlfind names which + contain a dot are not considered valid anymore with dune 3.13 + ------------------------------------------------------------------- Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de diff --git a/ocaml-parmap.spec b/ocaml-parmap.spec index 121d9c0..0a979a6 100644 --- a/ocaml-parmap.spec +++ b/ocaml-parmap.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-parmap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,9 +27,9 @@ URL: https://opam.ocaml.org/packages/parmap Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.7 -BuildRequires: ocaml-rpm-macros >= 20230101 +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: ocamlfind(bigarray) -BuildRequires: ocamlfind(dune.configurator) +BuildRequires: ocamlfind(dune-configurator) BuildRequires: ocamlfind(graphics) BuildRequires: ocamlfind(unix) BuildRequires: pkgconfig(x11)