[Spice-commits] 2 commits - configure.ac meson.build README

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 26 11:55:02 UTC 2019


 README       |    4 ++--
 configure.ac |    4 ++--
 meson.build  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9ff2997a05aae3f1f524b7ed006b21cafbbf7167
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Sat Apr 6 13:34:31 2019 +0100

    Update spice-protocol version
    
    We require version after 0.12.15 which was released as 0.14.0.
    Check against a valid released instead of checking for a non existing one.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

diff --git a/README b/README
index 8ce949a2..59d23672 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 9a8f4504..4a470427 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 1b07f30d..2951561f 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)
commit 2ac16c163588d85477285a11317940bba5e69841
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Sat Apr 6 13:33:35 2019 +0100

    meson: Bump libcacard requirement to 2.5.1
    
    This had already been done for Meson in commit
    afb2ec312bde342b8538451c6ae15a7f3bdd494f.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Victor Toso <victortoso at redhat.com>

diff --git a/README b/README
index 0905fe5b..8ce949a2 100644
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ The following optional dependencies increase the available
 functionality
 
     Cyrus-SASL
-    libcacard      >= 0.1.2             (Smartcard support)
+    libcacard      >= 2.5.1             (Smartcard support)
     Opus           >= 1.0.0             (Opus audio encoding support)
     LZ4                                 (LZ4 compression support)
     GStreamer      >= 1.0.0
diff --git a/configure.ac b/configure.ac
index 604a41b2..9a8f4504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" -pthread $LIBM $LIBRT"])
 SPICE_REQUIRES=""
 
 AS_IF([test x"$have_smartcard" = "xyes"], [
-    AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 0.1.2"])
+    AS_VAR_APPEND([SPICE_REQUIRES], [" libcacard >= 2.5.1"])
 ])
 
 SPICE_PROTOCOL_MIN_VER=0.12.16


More information about the Spice-commits mailing list