Sync from SUSE:SLFO:Main ocaml-curses revision 7e2994ba9ddaa64aa1151bd119f9e2c4

This commit is contained in:
Adrian Schröter 2024-05-31 15:40:11 +02:00
parent 9b7bab1c06
commit fce54f9809
3 changed files with 11 additions and 5 deletions

BIN
ocaml-curses-1.0.11.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -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

View File

@ -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