diff mbox series

[06/21] json-glib: upgrade 1.10.0 -> 1.10.6

Message ID 1734425887-18069-6-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/21] appstream: upgrade 1.0.3 -> 1.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 17, 2024, 8:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Allow single quoted strings when running in non-strict mode
- Allow escaped characters when running in non-strict mode
- Add missing nullable annotation

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../json-glib/{json-glib_1.10.0.bb => json-glib_1.10.6.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/json-glib/{json-glib_1.10.0.bb => json-glib_1.10.6.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
similarity index 93%
rename from meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
index 332e8b65c3..8b009bc17b 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
@@ -19,7 +19,7 @@  GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
 GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
 
 SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b"
+SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native"