[PATCH] gnu: spice-vdagent: Update to 0.20.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228121310.17397-1-vincent.legoll@gmail.com
* gnu/packages/spice.scm (spice-vdagent): Update to 0.20.0.
---
gnu/packages/spice.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 6de99aec86..92aeef7f79 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -261,7 +261,7 @@ Internet and from a wide variety of machine architectures.")
(define-public spice-vdagent
(package
(name "spice-vdagent")
- (version "0.17.0")
+ (version "0.20.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -269,7 +269,7 @@ Internet and from a wide variety of machine architectures.")
"spice-vdagent-" version ".tar.bz2"))
(sha256
(base32
- "0gdkyylyg1hksg0i0anvznqfli2q39335fnrmcd6847frpc8njpi"))))
+ "0n9k2kna2gd1zi6jv45zsp2jlv439nz5l5jjijirxqaycwi74srf"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -294,6 +294,7 @@ Internet and from a wide variety of machine architectures.")
`(("alsa-lib" ,alsa-lib)
("dbus" ,dbus)
("glib" ,glib)
+ ("libdrm" ,libdrm)
("libpciaccess" ,libpciaccess)
("libx11" ,libx11)
("libxext" ,libxext)
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45493-done@debbugs.gnu.org)
X/DwDoWyUuP/8qXq@3900XT
I adjusted the commit message to mention the addition of libdrm and
pushed. Thanks!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/w8A4ACgkQQarn3Mo9
g1Eulg//RzZV/bQZ6J8QHQSR3aXVDnmFsXkfZMGF7BYBisB34WGYlgoZxsocYDHJ
6uPmelMy8IP4mdQGaGsopYCM7Qv0ZVWYSNIpiGlY5z1+OlJ3TN1oSNXzfIxEtRH9
MtOkzzPdXNWcvCnque0RkgP4B+dgrvgIXXj1py4n0NBBagkS3t3mf1rgRUzzl4HP
92EcrHjsfbeHyQaRMbAQbzUHC+dzsGPJ4DJSW28yEUQ8cO/oAuUj1+y8LKJ0/Xyf
UR01e70c8pOYWnQLISYOhb4HQ8mPeAENpF04oElblDNkg9/5y7YqR7dz9iJfHKW4
8G2FsoJZOU0/ZkBwqGEiMjNNBk2jWdBhe8IYcHdFLEZtGjABs3slL50K67YRvu73
Meyu9wMrNtr+Gu6BSSSESG5txPR/f0W46jA+0EgH0MS/sT8ZC5EIXUGYs1eF/jmt
NxxXntv9U1YX+XBQo82yiTdBgb2aOAxyAj9gmiVU3cKRU1yeaV2gOOJCyq9ju+GU
X5s2tDmDPcCitNa788BB2bmvW5kfwVYIFKM2Z3p0JqXAuw3mHZpmpIxew/UrYH1Y
0g0CDA97SCSU3sfJPFsmwNjfdIP1/iZq4gBUy+6BqFaOdGN1l4OevVt6uNsQCWiW
pn29RsGYddgBPyz9NqpOG1oKuOYDNXTA4qyjeTj/ANH2C4EDyoU=
=b1up
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45493
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