summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2015-12-10 19:38:43 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitaf9b80e5047f19a0ac8a12e12d9e10484606a274 (patch)
treec0cc3c1dd04505ea09f1ba41fafe4dddc0358ef3 /network
parenta222a2e7c67b2904d56f12c0be438b2cdbccda83 (diff)
downloadslackbuilds-af9b80e5047f19a0ac8a12e12d9e10484606a274.tar.gz
slackbuilds-af9b80e5047f19a0ac8a12e12d9e10484606a274.tar.xz
network/spice: Updated for version 0.12.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/spice/README4
-rw-r--r--network/spice/spice.SlackBuild2
-rw-r--r--network/spice/spice.info8
3 files changed, 6 insertions, 8 deletions
diff --git a/network/spice/README b/network/spice/README
index c360f58e1e..696e656abd 100644
--- a/network/spice/README
+++ b/network/spice/README
@@ -5,6 +5,4 @@ local machine, while trying to offload most of the intensive CPU and
GPU tasks to the client. Spice is suitable for both LAN and WAN usage,
without compromising on the user experience.
-CIRCULAR DEPENDENCY WARNING: as libcacard is now included in qemu,
-if you want smartcard support in spice you should build the optional
-dependency qemu first then build this with it installed.
+libcacard is an optional dependency for virtual smartcard support.
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild
index 224bcb7c03..5443e4fa56 100644
--- a/network/spice/spice.SlackBuild
+++ b/network/spice/spice.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice
-VERSION=${VERSION:-0.12.5}
+VERSION=${VERSION:-0.12.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/spice/spice.info b/network/spice/spice.info
index 119d6fd84f..0a14b47110 100644
--- a/network/spice/spice.info
+++ b/network/spice/spice.info
@@ -1,10 +1,10 @@
PRGNAM="spice"
-VERSION="0.12.5"
+VERSION="0.12.6"
HOMEPAGE="http://spice-space.org"
-DOWNLOAD="http://spice-space.org/download/releases/spice-0.12.5.tar.bz2"
-MD5SUM="1256286214fe402703c0a01bd3a85319"
+DOWNLOAD="http://spice-space.org/download/releases/spice-0.12.6.tar.bz2"
+MD5SUM="605a8c8ea80bc95076c4b3539c6dd026"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="celt051 pyparsing spice-protocol"
+REQUIRES="celt051 pyparsing six spice-protocol"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"