From d36ee7a9b1e83e1598addcecc6d7de6db89fa46f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:39:51 +0800 Subject: [PATCH] gjs: upgrade 1.76.0 -> 1.76.1 Changelog: =========== - Various fixes ported from the development branch. - Closed bugs and merge requests: * gnome-shell crashes on exit in js::gc::Cell::storeBuffer * Memory leak with GError * GVariant return values leaked * GBytes's are leaked when passed as-is to a function * Transformated GValues are leaking temporary instances * GHash value infos are leaked * "flat" arrays of GObject's are leaked * Gjs console leaks invalid option errors * gjs can't print null Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/{gjs_1.76.0.bb => gjs_1.76.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gjs/{gjs_1.76.0.bb => gjs_1.76.1.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb similarity index 92% rename from meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb rename to meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb index e6d377cb33..93711bc3bb 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.76.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.76.1.bb @@ -8,7 +8,7 @@ DEPENDS = "mozjs-102 cairo" inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig -SRC_URI[archive.sha256sum] = "a63f156964b136053eab51ea013114e7d7c193b7518d28c040b6b02c3c933a6d" +SRC_URI[archive.sha256sum] = "7b867c18a9b30333ebbcff9ad3f20299f0372ffad439d49b87d40a1d1798b78d" SRC_URI += " \ file://0001-Support-cross-builds-a-bit-better.patch \ file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch \