[PATCH 0/2] Update some spice packages

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 1 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cover.1700751816.git.a.r.draidi@redscript.org
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
Ahmad Draidi wrote 1 years ago
[PATCH 1/2] gnu: virglrenderer: Update to 1.0.0.
(address . 67402@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
fad770eb55a6baa2a30a0ed49eb3d0ccb7101727.1700751816.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (26 lines)
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
Ahmad Draidi wrote 1 years ago
[PATCH 2/2] gnu: spice: Update to 0.15.2.
(address . 67402@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
d565e714fd87ffa7e1da5f07cedcd9bae1f3b695.1700751816.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (24 lines)
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
Ahmad Draidi wrote 1 years ago
[PATCH v2 0/2] Update some spice packages
(address . 67402@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cover.1708185374.git.a.r.draidi@redscript.org
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
Ahmad Draidi wrote 1 years ago
[PATCH v2 2/2] gnu: spice: Update to 0.15.2.
(address . 67402@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
722510621294e81ca3a78c3ce40509687aa71d7e.1708185374.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (24 lines)
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
Ahmad Draidi wrote 1 years ago
[PATCH v2 1/2] gnu: virglrenderer: Update to 1.0.1.
(address . 67402@debbugs.gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
e9feac2d214a8c7991e5a6704bc0ad5da64bffe6.1708185374.git.a.r.draidi@redscript.org
* 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(-)

Toggle diff (26 lines)
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
Nicolas Goaziou wrote 1 years ago
Re: [bug#67402] [PATCH v2 0/2] Update some spice packages
(name . Ahmad Draidi via Guix-patches via)(address . guix-patches@gnu.org)
87zfvscm8i.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (4 lines)
> Ahmad Draidi (2):
> gnu: virglrenderer: Update to 1.0.1.
> gnu: spice: Update to 0.15.2.

Applied. Thank you!

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67402@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67402
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help