diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-12-15 10:42:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-16 07:31:56 +0700 |
commit | ab69b1daea71a7110255908d8cd4a1eefc3d7505 (patch) | |
tree | 48d3227fa4f5cc890199caacc925deb23c6101dd /network/spice | |
parent | 817e26a6e60c237ac8f234f6be2400fcdbaf1186 (diff) | |
download | slackbuilds-ab69b1daea71a7110255908d8cd4a1eefc3d7505.tar.gz |
network/spice: Updated for version 0.14.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice')
-rw-r--r-- | network/spice/spice.SlackBuild | 8 | ||||
-rw-r--r-- | network/spice/spice.info | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index cd8f3bf9ea..3d1ecc7a10 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice -VERSION=${VERSION:-0.13.3} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,10 +78,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix broken (ATM) lz4 autodetection -sed -i "s|129|1.7.3|" spice-common/m4/spice-deps.m4 -autoreconf -fi - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/network/spice/spice.info b/network/spice/spice.info index 467cc6ca31..9b0803dd01 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -1,8 +1,8 @@ PRGNAM="spice" -VERSION="0.13.3" +VERSION="0.14.0" HOMEPAGE="https://www.spice-space.org" -DOWNLOAD="https://www.spice-space.org/download/releases/spice-0.13.3.tar.bz2" -MD5SUM="81113782704848d3afefa43bb93f2184" +DOWNLOAD="https://www.spice-space.org/download/releases/spice-0.14.0.tar.bz2" +MD5SUM="6622aa7dfb5cd026a4d0d7e659216d26" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="celt051 pyparsing six spice-protocol" |