From 746b1698edd4550482f498f71c5a0045c27cce1a8bfbdf2e093797b4325d557c Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 16 Jan 2024 17:12:40 +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-curses?expand=0&rev=39 --- ocaml-curses-1.0.11.tar.xz | 4 ++-- ocaml-curses.changes | 6 ++++++ ocaml-curses.spec | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ocaml-curses-1.0.11.tar.xz b/ocaml-curses-1.0.11.tar.xz index 2c028ae..200c94c 100644 --- a/ocaml-curses-1.0.11.tar.xz +++ b/ocaml-curses-1.0.11.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:222150599c0b88c0f3d7da556a8af109ace34c22b9e3eddab68b7aa4af84469a -size 25852 +oid sha256:193f45667d03a128613f055245c64550ca8212b87107791bc009f797bbaab8f2 +size 25868 diff --git a/ocaml-curses.changes b/ocaml-curses.changes index c8bfbd5..2c008da 100644 --- a/ocaml-curses.changes +++ b/ocaml-curses.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 + ------------------------------------------------------------------- Fri Mar 3 03:03:03 UTC 2023 - ohering@suse.de diff --git a/ocaml-curses.spec b/ocaml-curses.spec index 8c86e35..e255878 100644 --- a/ocaml-curses.spec +++ b/ocaml-curses.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-curses # -# 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 @@ -28,8 +28,8 @@ Source0: %name-%version.tar.xz BuildRequires: ncurses-devel BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.7 -BuildRequires: ocaml-rpm-macros >= 20230101 -BuildRequires: ocamlfind(dune.configurator) +BuildRequires: ocaml-rpm-macros >= 20231101 +BuildRequires: ocamlfind(dune-configurator) BuildRequires: ocamlfind(unix) BuildRequires: pkg-config