From 750de61d44407f0358ffae1392d0903dcd566b6e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 15:51:08 +0800 Subject: [PATCH] spice-protocol: upgrade 0.14.3 -> 0.14.4 Major changes in 0.14.4 ======================= * Fix enum deprecation warning for visual studio * Fix documentation typos in stream-device.h Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{spice-protocol_1.14.3.bb => spice-protocol_0.14.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/spice/{spice-protocol_1.14.3.bb => spice-protocol_0.14.4.bb} (89%) diff --git a/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb similarity index 89% rename from meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb rename to meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb index 1ea606bb6d..9ce019ed86 100644 --- a/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb +++ b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://spice-space.org" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95" -SRCREV = "90b57dace404db564a8e034ad4427b9951071bcd" +SRCREV = "6f453a775d87087c6ba59fc180c1a1e466631a47" SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master"