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-02-23 18:29:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtui-manager (Old) and /work/SRC/openSUSE:Factory/.virtui-manager.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtui-manager" Mon Feb 23 18:29:07 2026 rev:8 rq:1334528 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/virtui-manager/virtui-manager.changes 2026-02-11 18:51:01.914881338 +0100 +++ /work/SRC/openSUSE:Factory/.virtui-manager.new.1977/virtui-manager.changes 2026-02-23 18:29:09.637758873 +0100 @@ -1,0 +2,53 @@ +Mon Feb 23 10:54:32 UTC 2026 - Antoine Ginies <[email protected]> + +- version 1.9.4: + * black code reformater + * fix nix build + * update docs + * add more tests + * Fix Server selection issue + * fix Pause/resume freezing UI + * delete storage delete also delete nvram + * add backup support in vmnager_cmd + * add floppy support + * add vim in flatpack + * improve tmux checker + * cleanup lru cache + * move config yaml to documentation + * webconsole: + * remove time sleep + * be sure to use correct port + * add lock to avoid race condition + +- version 1.9.2: + * Vmanager command: + * add pipeline capability + * add history capability + * fix long prompt (too much VM to be listed) + * fix cursor issue + +- version 1.9.1: + * firmware fixes + * remove XP for clone and migration + * major fix firmware selection; add qemu-img in flatpak + * dont select any distribution by default + * pylint fixes + +- version 1.9.0: + * fix display issue in remote viewer + * lot of pylint fixes + * fix race condition in timer management + * udpate docs + * Wrap untranslated strings in provisioning_modals.py with i18n constants + * use more constant in provisioning + * Internationalize hardcoded UI strings in modal dialogs + * Move hardcoded UI strings to constants.py for i18n support + +------------------------------------------------------------------- +Thu Feb 12 13:03:43 UTC 2026 - Antoine Ginies <[email protected]> + +- improve spec file +- version 1.8.1: + * update translation + +------------------------------------------------------------------- Old: ---- virtui-manager-1.8.0.tar.gz New: ---- virtui-manager-1.9.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtui-manager.spec ++++++ --- /var/tmp/diff_new_pack.zT2E8G/_old 2026-02-23 18:29:10.905811390 +0100 +++ /var/tmp/diff_new_pack.zT2E8G/_new 2026-02-23 18:29:10.905811390 +0100 @@ -19,7 +19,7 @@ %define pythons python3 Name: virtui-manager -Version: 1.8.0 +Version: 1.9.4 Release: 0 Summary: Terminal-based interface to manage virtual machines using libvirt License: GPL-3.0-or-later @@ -65,6 +65,8 @@ A simple remote viewer application bundled with virtui-manager. It supports VNC and SPICE protocols. +%lang_package + %prep %setup -q @@ -75,6 +77,10 @@ %install %python3_pyproject_install +rm %{buildroot}%{python3_sitelib}/vmanager/remote_viewer_gtk4.py +chmod 755 %{buildroot}%{python3_sitelib}/vmanager/remote_viewer.py +chmod 755 %{buildroot}%{python3_sitelib}/vmanager/gui_wrapper.py +chmod 755 %{buildroot}%{python3_sitelib}/vmanager/virtui_dev.py # Install docs mkdir -p %{buildroot}%{_docdir}/%{name}/html @@ -88,6 +94,8 @@ %fdupes %{buildroot}%{python3_sitelib} %fdupes %{buildroot}%{_docdir}/%{name} +%find_lang %{name} + %files %license LICENSE %doc README.md @@ -95,8 +103,13 @@ %{_bindir}/virtui-manager-cmd %{_bindir}/virtui-gui %{python3_sitelib}/vmanager +%exclude %{python3_sitelib}/vmanager/locale %{python3_sitelib}/virtui_manager-*-info +%files lang -f %{name}.lang +%defattr(-,root,root,-) +%{python3_sitelib}/vmanager/locale + %files doc %dir %{_docdir}/%{name} %{_docdir}/%{name}/html ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zT2E8G/_old 2026-02-23 18:29:10.933812550 +0100 +++ /var/tmp/diff_new_pack.zT2E8G/_new 2026-02-23 18:29:10.937812716 +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.8.0.tar.gz</param> - <param name="filename">virtui-manager-1.8.0.tar.gz</param> + <param name="path">/aginies/virtui-manager/archive/refs/tags/1.9.4.tar.gz</param> + <param name="filename">virtui-manager-1.9.4.tar.gz</param> </service> </services> <!-- ++++++ virtui-manager-1.8.0.tar.gz -> virtui-manager-1.9.4.tar.gz ++++++ /work/SRC/openSUSE:Factory/virtui-manager/virtui-manager-1.8.0.tar.gz /work/SRC/openSUSE:Factory/.virtui-manager.new.1977/virtui-manager-1.9.4.tar.gz differ: char 13, line 1
