all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon Streit <simon@netpanic.org>
To: 61042@debbugs.gnu.org
Cc: Simon Streit <simon@netpanic.org>
Subject: [bug#61042] [v2 5/6] gnu: spice: Update to 0.15.1.
Date: Thu,  2 Feb 2023 22:01:03 +0100	[thread overview]
Message-ID: <1251ea0445a640767e03ac58b47b9c17c18dc5ec.1675370158.git.simon@netpanic.org> (raw)
In-Reply-To: <cover.1675370158.git.simon@netpanic.org>

* 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





  parent reply	other threads:[~2023-02-02 21:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24 18:44 [bug#61042] [PATCH 0/6] Upgrade spice packages Simon Streit
2023-01-24 18:48 ` [bug#61042] [PATCH 1/6] gnu: usbredir: Update to 0.13.0 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 2/6] gnu: virglrenderer: Update to 0.10.4 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 3/6] gnu: spice-protocol: Update to 0.14.4 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 4/6] gnu: spice-gtk: Update to 0.41 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 5/6] gnu: spice: Update to 0.15.1 Simon Streit
2023-01-24 18:48   ` [bug#61042] [PATCH 6/6] gnu: spice-vdagent: Update to 0.22.0 Simon Streit
2023-02-02 21:00 ` [bug#61042] [v2 0/6] Upgrade spice packages Simon Streit
2023-02-02 21:00   ` [bug#61042] [v2 1/6] gnu: usbredir: Update to 0.13.0 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 2/6] gnu: virglrenderer: Update to 0.10.4 Simon Streit
2023-02-25 20:06     ` bug#61042: [PATCH 0/6] Upgrade spice packages Maxim Cournoyer
2023-02-02 21:01   ` [bug#61042] [v2 3/6] gnu: spice-protocol: Update to 0.14.4 Simon Streit
2023-02-02 21:01   ` [bug#61042] [v2 4/6] gnu: spice-gtk: Update to 0.41 Simon Streit
2023-02-02 21:01   ` Simon Streit [this message]
2023-02-02 21:01   ` [bug#61042] [v2 6/6] gnu: spice-vdagent: Update to 0.22.0 Simon Streit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1251ea0445a640767e03ac58b47b9c17c18dc5ec.1675370158.git.simon@netpanic.org \
    --to=simon@netpanic.org \
    --cc=61042@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.