diff mbox series

spice-gtk: Update to version 0.42

Message ID 20230209205552.1582677-1-festevam@gmail.com
State Under Review
Headers show
Series spice-gtk: Update to version 0.42 | expand

Commit Message

Fabio Estevam Feb. 9, 2023, 8:55 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Update to version 0.42:

v0.42
=====

- !115 - Fix compilation on win32 with EGL
- !114 - spice-widget: fix hotspot position on Wayland/HiDPI
- !112 - meson: Allow building on a Wayland-only environment
- !110 - usb-backend: Fix devices not being enumerated
- !108 - spicy: Add keyboard shortcuts for copy/paste sync
- Require meson >= 0.56

The original recipe name was spice-gtk_0.4.1.bb, but the spice-gtk
repo tags the releases as 0.41, not 0.4.1, so update it accordingly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../spice/{spice-gtk_0.4.1.bb => spice-gtk_0.42.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/spice/{spice-gtk_0.4.1.bb => spice-gtk_0.42.bb} (96%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
similarity index 96%
rename from meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb
rename to meta-networking/recipes-support/spice/spice-gtk_0.42.bb
index 44b42a331..2d1b64967 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = " \
 	file://subprojects/keycodemapdb/LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
 "
 
-SRCREV = "74e673d7c3d9cd281d85c691fbc520107066da01"
+SRCREV = "f04479c16f0969fb394ebe74b6eff74e560a42f0"
 
 SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master"