Hello community, here is the log from the commit of package virt-viewer for openSUSE:Factory checked in at 2013-08-23 11:04:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-viewer (Old) and /work/SRC/openSUSE:Factory/.virt-viewer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-viewer" Changes: -------- --- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes 2013-08-01 16:09:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 2013-08-23 11:04:59.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Aug 14 11:00:06 MDT 2013 - [email protected] + +- Enable spice support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-viewer.spec ++++++ --- /var/tmp/diff_new_pack.25Npsv/_old 2013-08-23 11:04:59.000000000 +0200 +++ /var/tmp/diff_new_pack.25Npsv/_new 2013-08-23 11:04:59.000000000 +0200 @@ -45,9 +45,11 @@ BuildRequires: libpixman %endif BuildRequires: intltool -# Our build requirements -BuildRequires: vim -#BuildRequires: xen-devel +%if %suse_version >= 1230 +BuildRequires: spice-gtk-devel +Requires: libspice-controller0 +%endif +# Our Runtime requirements Requires: netcat %description @@ -65,7 +67,11 @@ %build echo "suse_version = %suse_version" +%if %suse_version >= 1230 +%configure --with-spice-gtk --with-gtk=2.0 +%else %configure GTKVNC_CFLAGS=-I/usr/include/gtk-vnc-1.0 GTKVNC_LIBS=-lgtk-vnc-1.0 +%endif make %{?_smp_mflags} %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
