[Spice-devel] [PATCH spice-server 2/3] Update spice-protocol version
Frediano Ziglio
fziglio at redhat.com
Fri Apr 26 10:22:29 UTC 2019
We require version after 0.12.15 which will be released as 0.14.0.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
README | 2 +-
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 0905fe5b4..73286a537 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ Or to install into a private user specific location
The following mandatory dependencies are required in order to
build SPICE
- Spice protocol >= 0.12.14
+ Spice protocol >= 0.14.0
Pixman >= 0.17.7
OpenSSL
libjpeg
diff --git a/configure.ac b/configure.ac
index 9a8f4504c..4a4704274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ AS_IF([test x"$have_smartcard" = "xyes"], [
AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 2.5.1"])
])
-SPICE_PROTOCOL_MIN_VER=0.12.16
+SPICE_PROTOCOL_MIN_VER=0.14.0
PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= $SPICE_PROTOCOL_MIN_VER])
AC_SUBST([SPICE_PROTOCOL_MIN_VER])
diff --git a/meson.build b/meson.build
index 1b07f30d5..2951561fd 100644
--- a/meson.build
+++ b/meson.build
@@ -81,7 +81,7 @@ endif
#
# check for mandatory dependencies
#
-spice_protocol_version='0.12.16'
+spice_protocol_version='0.14.0'
glib_version = '2.38'
glib_version_info = '>= @0@'.format(glib_version)
--
2.20.1
More information about the Spice-devel
mailing list