diff --git a/ocaml-libvirt-0.6.1.7.tar.xz b/ocaml-libvirt-0.6.1.7.tar.xz index 0adbca8..b4cd3f9 100644 --- a/ocaml-libvirt-0.6.1.7.tar.xz +++ b/ocaml-libvirt-0.6.1.7.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ed6140d46bd5f00bb124c48ecbbcded09d20ef977b76a70e668dc32a6a3080d -size 82876 +oid sha256:a64802ac2bba5b5d7fa2fa7af900218c0442929b84e6bc6a5fcd0710bd900eb9 +size 82896 diff --git a/ocaml-libvirt.changes b/ocaml-libvirt.changes index cd21681..5987b54 100644 --- a/ocaml-libvirt.changes +++ b/ocaml-libvirt.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-libvirt.patch b/ocaml-libvirt.patch index e2d2e31..3a8e821 100644 --- a/ocaml-libvirt.patch +++ b/ocaml-libvirt.patch @@ -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 @@ diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 03ba4c3..ff12020 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -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)