GNU bug report logs - #67402
[PATCH 0/2] Update some spice packages

Previous Next

Package: guix-patches;

Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>

Date: Thu, 23 Nov 2023 15:09:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67402 in the body.
You can then email your comments to 67402 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Thu, 23 Nov 2023 15:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 23 Nov 2023 15:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: guix-patches <at> gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 0/2] Update some spice packages
Date: Thu, 23 Nov 2023 19:07:14 +0400
Just update a couple of spice packages.

Ahmad Draidi (2):
  gnu: virglrenderer: Update to 1.0.0.
  gnu: spice: Update to 0.15.2.

 gnu/packages/spice.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


base-commit: b150c546b04c9ebb09de9f2c39789221054f5eea
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Thu, 23 Nov 2023 15:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 67402 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 67402 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 1/2] gnu: virglrenderer: Update to 1.0.0.
Date: Thu, 23 Nov 2023 19:10:16 +0400
* gnu/packages/spice.scm (virglrenderer): Update to 1.0.0.
[source]: Update URI to avoid redirect.

Change-Id: I4374d2769c57abcf741e383a5d5a860d2a51edf8
---
 gnu/packages/spice.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..c5f1b2c4ab 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -90,16 +90,16 @@ (define-public usbredir
 (define-public virglrenderer
   (package
     (name "virglrenderer")
-    (version "0.10.4")
+    (version "1.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer")
+                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer.git")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06pwavrknyhghlxyh7ckq4scjx47v9fhy08r6pn194whzvzivmqg"))))
+                "1zm6f5cqf71wdfhxi8n3qiijmzdr00jvz5pfcdvfz4rlmmrhv0aa"))))
     (build-system meson-build-system)
     (inputs (list libepoxy mesa))
     (native-inputs (list pkg-config python))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Thu, 23 Nov 2023 15:12:02 GMT) Full text and rfc822 format available.

Message #11 received at 67402 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 67402 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH 2/2] gnu: spice: Update to 0.15.2.
Date: Thu, 23 Nov 2023 19:10:17 +0400
* gnu/packages/spice.scm (spice): Update to 0.15.2.

Change-Id: I93ce769e2da93528b60e19ee567e283cfb579ffc
---
 gnu/packages/spice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index c5f1b2c4ab..7a22588784 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -230,7 +230,7 @@ (define-public spice-gtk
 (define-public spice
   (package
     (name "spice")
-    (version "0.15.1")
+    (version "0.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -238,7 +238,7 @@ (define-public spice
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
+                "10av05vk60jzqjhqbsw5zdwqmx6gpr50045wqiqp9483gw8vd7kd"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list openssl-1.1 pixman spice-protocol))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Sat, 17 Feb 2024 16:01:02 GMT) Full text and rfc822 format available.

Message #14 received at 67402 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 67402 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH v2 0/2] Update some spice packages
Date: Sat, 17 Feb 2024 19:57:39 +0400
v2: Update virglrenderer to latest release.

Ahmad Draidi (2):
  gnu: virglrenderer: Update to 1.0.1.
  gnu: spice: Update to 0.15.2.

 gnu/packages/spice.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


base-commit: 3cf199dbcf85a44fa8370e786e568fc3feb7067c
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Sat, 17 Feb 2024 16:02:01 GMT) Full text and rfc822 format available.

Message #17 received at 67402 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 67402 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH v2 2/2] gnu: spice: Update to 0.15.2.
Date: Sat, 17 Feb 2024 19:59:39 +0400
* gnu/packages/spice.scm (spice): Update to 0.15.2.

Change-Id: I0f79980dab53f5d65c1efa95e4221811247beaa3
---
v2: Rebase. Nothing else.

 gnu/packages/spice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 7aa1022eb6..860b77cf5d 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -230,7 +230,7 @@ (define-public spice-gtk
 (define-public spice
   (package
     (name "spice")
-    (version "0.15.1")
+    (version "0.15.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -238,7 +238,7 @@ (define-public spice
                 "spice-server/spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ym3n60gq0kzzknk5ir8ib09cxsak9hkv7mmgsyic69jmdkszadd"))))
+                "10av05vk60jzqjhqbsw5zdwqmx6gpr50045wqiqp9483gw8vd7kd"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list openssl-1.1 pixman spice-protocol))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Sat, 17 Feb 2024 16:02:02 GMT) Full text and rfc822 format available.

Message #20 received at 67402 <at> debbugs.gnu.org (full text, mbox):

From: Ahmad Draidi <a.r.draidi <at> redscript.org>
To: 67402 <at> debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>
Subject: [PATCH v2 1/2] gnu: virglrenderer: Update to 1.0.1.
Date: Sat, 17 Feb 2024 19:59:38 +0400
* gnu/packages/spice.scm (virglrenderer): Update to 1.0.1.
[source]: Update URI to avoid redirect.

Change-Id: I0b132a62b6cc312da857796ce5242a5b7ff475d6
---
v2: Update to latest release since the patch is not merged yet.

 gnu/packages/spice.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..7aa1022eb6 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -90,16 +90,16 @@ (define-public usbredir
 (define-public virglrenderer
   (package
     (name "virglrenderer")
-    (version "0.10.4")
+    (version "1.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer")
+                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer.git")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06pwavrknyhghlxyh7ckq4scjx47v9fhy08r6pn194whzvzivmqg"))))
+                "0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
     (build-system meson-build-system)
     (inputs (list libepoxy mesa))
     (native-inputs (list pkg-config python))
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67402; Package guix-patches. (Thu, 22 Feb 2024 19:52:02 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Ahmad Draidi via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ahmad Draidi <a.r.draidi <at> redscript.org>, 67402-done <at> debbugs.gnu.org
Subject: Re: [bug#67402] [PATCH v2 0/2] Update some spice packages
Date: Thu, 22 Feb 2024 20:50:05 +0100
Hello,

Ahmad Draidi via Guix-patches via <guix-patches <at> gnu.org> writes:

> Ahmad Draidi (2):
>   gnu: virglrenderer: Update to 1.0.1.
>   gnu: spice: Update to 0.15.2.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 22 Feb 2024 19:56:02 GMT) Full text and rfc822 format available.

Notification sent to Ahmad Draidi <a.r.draidi <at> redscript.org>:
bug acknowledged by developer. (Thu, 22 Feb 2024 19:56:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Mar 2024 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.