summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-12-18 14:08:57 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-12-18 15:42:24 +0100
commitae14b5b390ea977019235822106009291dfbe205 (patch)
tree8eca6a5fa513ab8cccacabf68c2e8e6a6bddf6c8
parentabf13d38b3cf27d3aa04f25419488dcde3dd5bfa (diff)
downloadvirt-viewer-ae14b5b390ea977019235822106009291dfbe205.tar.gz
virt-viewer-ae14b5b390ea977019235822106009291dfbe205.tar.xz
virt-viewer-ae14b5b390ea977019235822106009291dfbe205.zip
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.
-rw-r--r--README2
-rw-r--r--mingw-virt-viewer.spec.in4
-rw-r--r--virt-viewer.spec.in4
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