Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virtui-manager for openSUSE:Factory checked in at 2026-01-30 18:28:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtui-manager (Old) and /work/SRC/openSUSE:Factory/.virtui-manager.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtui-manager" Fri Jan 30 18:28:45 2026 rev:4 rq:1329988 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virtui-manager/virtui-manager.changes 2026-01-27 16:11:48.500784061 +0100 +++ /work/SRC/openSUSE:Factory/.virtui-manager.new.1995/virtui-manager.changes 2026-01-30 18:29:46.628419526 +0100 @@ -1,0 +2,26 @@ +Fri Jan 30 09:37:48 UTC 2026 - Antoine Ginies <[email protected]> + +- version 1.3.0: + * DE and IT translation + * improve pagination reactivity + * fix logging issue + * add host Allocation dashboard + * update doc + +- version 1.2.0: + * fix issue pool not reachable + * first FR translation + +------------------------------------------------------------------- +Wed Jan 28 00:22:44 UTC 2026 - Antoine Ginies <[email protected]> + +- version 1.1.6: + * add UP key to show running VM, DOWN to show all VMs + * add Howto doc + * add log level parameter in config + * User can do custom config before installing the guest + * fix: an UN-reacheable pool doesn't block the UI anymore + * fix: some shortuts + * fix: some layout (color and buttons) + +------------------------------------------------------------------- Old: ---- virtui-manager-1.1.2.tar.gz New: ---- virtui-manager-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtui-manager.spec ++++++ --- /var/tmp/diff_new_pack.AaVKMt/_old 2026-01-30 18:30:30.630264352 +0100 +++ /var/tmp/diff_new_pack.AaVKMt/_new 2026-01-30 18:30:30.634264520 +0100 @@ -19,7 +19,7 @@ %define pythons python3 Name: virtui-manager -Version: 1.1.2 +Version: 1.3.0 Release: 0 Summary: Terminal-based interface to manage virtual machines using libvirt License: GPL-3.0-or-later @@ -27,6 +27,7 @@ Source: %{name}-%{version}.tar.gz Group: System/Monitoring BuildRequires: fdupes +BuildRequires: gettext-runtime BuildRequires: %{python_module base} BuildRequires: %{python_module wheel} BuildRequires: %{python_module pip} @@ -68,6 +69,8 @@ %setup -q %build +# Compile translations +bash src/vmanager/manage_translation.sh compile-mo %python3_pyproject_wheel %install @@ -79,7 +82,7 @@ cp -r docs/* %{buildroot}%{_docdir}/%{name}/html/ fi # Install other docs -cp README.md FEATURES.md %{buildroot}%{_docdir}/%{name}/ +cp README.md %{buildroot}%{_docdir}/%{name}/ # Deduplicate files %fdupes %{buildroot}%{python3_sitelib} @@ -87,7 +90,7 @@ %files %license LICENSE -%doc README.md FEATURES.md +%doc README.md %{_bindir}/virtui-manager %{_bindir}/virtui-manager-cmd %{python3_sitelib}/vmanager ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AaVKMt/_old 2026-01-30 18:30:30.678266361 +0100 +++ /var/tmp/diff_new_pack.AaVKMt/_new 2026-01-30 18:30:30.682266529 +0100 @@ -2,8 +2,8 @@ <service name="download_url" mode="manual"> <param name="host">github.com</param> <param name="protocol">https</param> - <param name="path">/aginies/virtui-manager/archive/refs/tags/1.1.2.tar.gz</param> - <param name="filename">virtui-manager-1.1.2.tar.gz</param> + <param name="path">/aginies/virtui-manager/archive/refs/tags/1.3.0.tar.gz</param> + <param name="filename">virtui-manager-1.3.0.tar.gz</param> </service> </services> <!-- ++++++ virtui-manager-1.1.2.tar.gz -> virtui-manager-1.3.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/virtui-manager/virtui-manager-1.1.2.tar.gz /work/SRC/openSUSE:Factory/.virtui-manager.new.1995/virtui-manager-1.3.0.tar.gz differ: char 13, line 1
