From 352fb4051f2584e4f28fc60348772dc99df29b7d Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 11 Jul 2022 16:44:41 +0800 Subject: [PATCH] gjs: upgrade 1.72.0 -> 1.72.1 Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * Compilation error: call to deleted function 'js_value_to_c' * jsapi-util-strings: Ignore locale to compute the upper case of a char (i.e. fix implicit properties on Turkish locale) * Fix memory leak when passing a "transfer none" GBytes parameter to a native function * arg-cache: Do not leak an interface info structures on Callbacks * test-ci: Ignore safe directory errors on CI Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/{gjs_1.72.0.bb => gjs_1.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.72.0.bb => gjs_1.72.1.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb similarity index 92% rename from meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb rename to meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb index 95e4bd5cc6..355894073d 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.72.1.bb @@ -8,7 +8,7 @@ DEPENDS = "mozjs-91 cairo" inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig -SRC_URI[archive.sha256sum] = "3ef0caf716e3920dd61f7748f6d56e476cc0fc18351ad0548e7df1a0ab9bdcad" +SRC_URI[archive.sha256sum] = "17c0b1ec3f096671ff8bfaba6e4bbf14198c7013c604bfd677a9858da079c0ab" SRC_URI += " \ file://0001-Support-cross-builds-a-bit-better.patch \ file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \