- 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-libvirt?expand=0&rev=33
This commit is contained in:
Olaf Hering 2024-01-16 17:18:39 +00:00 committed by Git OBS Bridge
parent aaf0a33fb8
commit e298b295b6
4 changed files with 13 additions and 7 deletions

BIN
ocaml-libvirt-0.6.1.7.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

@ -23,7 +23,7 @@
+ (depends
+ (dune
+ (>= 1.11))
+ dune.configurator
+ dune-configurator
+ (ocaml
+ (>= 4.02.0))))
--- /dev/null
@ -58,7 +58,7 @@
@@ -0,0 +1,3 @@
+(executable
+ (name discover)
+ (libraries dune.configurator))
+ (libraries dune-configurator))
--- /dev/null
+++ b/libvirt/dune
@@ -0,0 +1,32 @@

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-libvirt
#
# 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,9 +28,9 @@ Source0: %name-%version.tar.xz
Patch0: ocaml-libvirt.patch
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20230101
BuildRequires: ocaml-rpm-macros >= 20231101
BuildRequires: perl
BuildRequires: ocamlfind(dune.configurator)
BuildRequires: ocamlfind(dune-configurator)
BuildRequires: ocamlfind(unix)
BuildRequires: pkgconfig(libvirt)