GNU bug report logs -
#61042
[PATCH 0/6] Upgrade spice packages
Previous Next
Reported by: Simon Streit <simon <at> netpanic.org>
Date: Tue, 24 Jan 2023 18:46:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 61042 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/spice.scm (spice): Update to 0.15.1.
[inputs]: Add bash-minimal.
---
gnu/packages/spice.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 1f68b1309d..44080049c5 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -219,7 +219,7 @@ (define-public spice-gtk
(define-public spice
(package
(name "spice")
- (version "0.15.0")
+ (version "0.15.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -227,12 +227,13 @@ (define-public spice
"spice-server/spice-" version ".tar.bz2"))
(sha256
(base32
- "1xd0xffw0g5vvwbq4ksmm3jjfq45f9dw20xpmi82g1fj9f7wy85k"))))
+ "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
(build-system gnu-build-system)
(propagated-inputs
(list openssl-1.1 pixman spice-protocol))
(inputs
- (list cyrus-sasl
+ (list bash-minimal
+ cyrus-sasl
glib
libjpeg-turbo
libcacard ; smartcard support
@@ -251,7 +252,6 @@ (define-public spice
`(#:configure-flags
'("--enable-lz4"
"--enable-automated-tests")
-
#:phases
(modify-phases %standard-phases
;; XXX: Otherwise the server listen tests fails with
@@ -259,7 +259,6 @@ (define-public spice
(add-before 'check 'set-XDG_CONFIG_HOME
(lambda _
(setenv "XDG_CONFIG_HOME" "/tmp"))))
-
;; Several tests appear to be opening the same sockets concurrently.
#:parallel-tests? #f))
(synopsis "Server implementation of the SPICE protocol")
--
2.39.1
This bug report was last modified 2 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.