Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-top for openSUSE:Factory checked in at 2024-01-16 21:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-top (Old) and /work/SRC/openSUSE:Factory/.virt-top.new.9992 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-top" Tue Jan 16 21:40:01 2024 rev:7 rq:1139285 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-top/virt-top.changes 2023-03-14 18:16:33.743705412 +0100 +++ /work/SRC/openSUSE:Factory/.virt-top.new.9992/virt-top.changes 2024-01-16 21:40:09.557230661 +0100 @@ -1,0 +2,6 @@ +Tue Jan 16 16:16:16 UTC 2024 - [email protected] + +- Remove usage of dune.configurator because ocamlfind names which + contain a dot are not considered valid anymore with dune 3.13 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-top.spec ++++++ --- /var/tmp/diff_new_pack.NRO810/_old 2024-01-16 21:40:10.021247577 +0100 +++ /var/tmp/diff_new_pack.NRO810/_new 2024-01-16 21:40:10.025247723 +0100 @@ -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 @@ 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) ++++++ virt-top-1.1.1.tar.xz ++++++ ++++++ virt-top.patch ++++++ --- /var/tmp/diff_new_pack.NRO810/_old 2024-01-16 21:40:10.121251223 +0100 +++ /var/tmp/diff_new_pack.NRO810/_new 2024-01-16 21:40:10.121251223 +0100 @@ -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 @@
