Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-viewer for openSUSE:Factory checked in at 2026-07-15 16:42:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-viewer (Old) and /work/SRC/openSUSE:Factory/.virt-viewer.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-viewer" Wed Jul 15 16:42:16 2026 rev:80 rq:1365723 version:11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes 2026-07-09 22:23:01.753610272 +0200 +++ /work/SRC/openSUSE:Factory/.virt-viewer.new.1991/virt-viewer.changes 2026-07-15 17:00:43.545324987 +0200 @@ -1,0 +2,5 @@ +Mon Jul 13 12:41:03 UTC 2026 - JS <[email protected]> + +- Build with SPICE on openSUSE. Remain disabled on SLES16. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-viewer.spec ++++++ --- /var/tmp/diff_new_pack.QfdKck/_old 2026-07-15 17:00:45.213381553 +0200 +++ /var/tmp/diff_new_pack.QfdKck/_new 2026-07-15 17:00:45.217381689 +0200 @@ -23,6 +23,10 @@ %define with_govirt 0 %endif +%if 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699 || 0%{?is_opensuse} +%global with_spice 1 +%endif + Name: virt-viewer Summary: Virtual Machine Viewer License: GPL-2.0-or-later @@ -55,7 +59,7 @@ BuildRequires: libpixman-1-0-devel BuildRequires: libxml2-devel BuildRequires: meson -%if 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699 +%if 0%{?with_spice} BuildRequires: spice-gtk-devel %endif BuildRequires: python3-base @@ -78,7 +82,7 @@ %prep %autosetup -p1 -%if 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699 +%if 0%{?with_spice} %define have_spice -Dspice=enabled %else %define have_spice -Dspice=disabled
