From ae14b5b390ea977019235822106009291dfbe205 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 18 Dec 2013 14:08:57 +0100 Subject: Update spice-gtk requirement everywhere d1c2bc1 updated configure.ac spice-gtk requirement to 0.22, but did not update the various places which duplicated this requirement, namely the .spec.in files and the README file. --- README | 2 +- mingw-virt-viewer.spec.in | 4 ++-- virt-viewer.spec.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index b1bfc13..8170b59 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ display of the VNC protocol, which is available from http://gtk-vnc.sourceforge.net/ -Virt Viewer uses the SPICE-GTK (>= 0.20) widget to provide a +Virt Viewer uses the SPICE-GTK (>= 0.22) widget to provide a display of the SPICE protocol, which is available from: http://spice-space.org/page/Spice-Gtk diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in index 3ac34fa..1c9f109 100644 --- a/mingw-virt-viewer.spec.in +++ b/mingw-virt-viewer.spec.in @@ -32,8 +32,8 @@ BuildRequires: mingw32-readline BuildRequires: mingw64-readline BuildRequires: mingw32-spice-glib BuildRequires: mingw64-spice-glib -BuildRequires: mingw32-spice-gtk >= 0.20 -BuildRequires: mingw64-spice-gtk >= 0.20 +BuildRequires: mingw32-spice-gtk >= 0.22 +BuildRequires: mingw64-spice-gtk >= 0.22 BuildRequires: mingw32-usbredir BuildRequires: mingw64-usbredir BuildRequires: pkgconfig diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in index c9871d1..1dafa1a 100644 --- a/virt-viewer.spec.in +++ b/virt-viewer.spec.in @@ -62,9 +62,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8 %endif %if %{with_spice} %if %{with_gtk3} -BuildRequires: spice-gtk3-devel >= 0.20 +BuildRequires: spice-gtk3-devel >= 0.22 %else -BuildRequires: spice-gtk-devel >= 0.20 +BuildRequires: spice-gtk-devel >= 0.22 %endif BuildRequires: spice-protocol >= 0.10.1 %endif -- cgit