[meta-networking] spice-protocol: upgrade 0.14.3 -> 0.14.4

Message ID 1645602670-28373-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-networking] spice-protocol: upgrade 0.14.3 -> 0.14.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 23, 2022, 7:51 a.m. UTC
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 <wangmy@fujitsu.com>
---
 .../{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%)

Patch

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"