From b9a5755b9eb74664e055bf3df23bf90265b15593 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 9 Feb 2023 17:55:52 -0300 Subject: [PATCH] spice-gtk: Update to version 0.42 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 Signed-off-by: Khem Raj --- .../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 --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 44b42a3313..2d1b64967e 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"