diff --git a/virt-top-1.1.1.tar.xz b/virt-top-1.1.1.tar.xz index 50b9aa7..5dcbc9f 100644 --- a/virt-top-1.1.1.tar.xz +++ b/virt-top-1.1.1.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:993b4a6aebc6be46589f0eb1b854ea0814e9679d4e17cded46e77f19ec1db995 -size 109004 +oid sha256:23e1dd5d4eaf9cf3f9cd12de98becba3606b3f148694936c51efd19185e18846 +size 108996 diff --git a/virt-top.changes b/virt-top.changes index 528c95f..1ad74e1 100644 --- a/virt-top.changes +++ b/virt-top.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/virt-top.patch b/virt-top.patch index 504b185..0ecaedb 100644 --- a/virt-top.patch +++ b/virt-top.patch @@ -39,7 +39,7 @@ + (>= 1.11)) + calendar + curses -+ dune.configurator ++ dune-configurator + gettext)) --- /dev/null +++ b/src/config/discover.ml @@ -74,7 +74,7 @@ @@ -0,0 +1,3 @@ +(executable + (name discover) -+ (libraries dune.configurator)) ++ (libraries dune-configurator)) --- /dev/null +++ b/src/dune @@ -0,0 +1,51 @@ diff --git a/virt-top.spec b/virt-top.spec index 3e96832..1ba3412 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -1,7 +1,7 @@ # # spec file for package virt-top # -# 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,10 +28,10 @@ Source0: %name-%version.tar.xz Patch0: %name.patch BuildRequires: ocaml(ocaml_base_version) >= 4.08 BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20230101 +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: ocamlfind(calendar) BuildRequires: ocamlfind(curses) -BuildRequires: ocamlfind(dune.configurator) +BuildRequires: ocamlfind(dune-configurator) BuildRequires: ocamlfind(gettext) BuildRequires: ocamlfind(gettext-stub) BuildRequires: ocamlfind(libvirt)