[meta-oe] redis-plus-plus: upgrade 1.3.2 -> 1.3.3

Message ID 1640012542-3632-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] redis-plus-plus: upgrade 1.3.2 -> 1.3.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 20, 2021, 3:02 p.m. UTC
Changelog:
=========
Fix async interface related bugs
Fix example and test problems
Fix Windows compilation problem

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{redis-plus-plus_1.3.2.bb => redis-plus-plus_1.3.3.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/redis-plus-plus/{redis-plus-plus_1.3.2.bb => redis-plus-plus_1.3.3.bb} (90%)

Patch

diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.3.bb
similarity index 90%
rename from meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb
rename to meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.3.bb
index 5c4c0aaff..c135105f9 100644
--- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb
+++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.3.bb
@@ -5,7 +5,7 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https"
-SRCREV = "e29c63db54653a660d7a0f556f670b7a6fce0a78"
+SRCREV = "389ffdf9e72035ea2096b03cda7f4a6809ae6363"
 
 S = "${WORKDIR}/git"