From ac85faa048f82188457accd1cc1436b14bedb685bf0636150bd13889d19718d1 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Tue, 13 Jun 2023 04:18:13 +0000 Subject: [PATCH] Accepting request 1092407 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/1092407 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=221 --- gjs-1.76.0.tar.xz | 3 --- gjs-1.76.1.tar.xz | 3 +++ gjs.changes | 21 +++++++++++++++++++++ gjs.spec | 14 ++++++-------- 4 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 gjs-1.76.0.tar.xz create mode 100644 gjs-1.76.1.tar.xz diff --git a/gjs-1.76.0.tar.xz b/gjs-1.76.0.tar.xz deleted file mode 100644 index 599a575..0000000 --- a/gjs-1.76.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a63f156964b136053eab51ea013114e7d7c193b7518d28c040b6b02c3c933a6d -size 645364 diff --git a/gjs-1.76.1.tar.xz b/gjs-1.76.1.tar.xz new file mode 100644 index 0000000..92f24d8 --- /dev/null +++ b/gjs-1.76.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b867c18a9b30333ebbcff9ad3f20299f0372ffad439d49b87d40a1d1798b78d +size 645888 diff --git a/gjs.changes b/gjs.changes index b931363..1c6ad5a 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jun 11 20:38:30 UTC 2023 - Bjørn Lie + +- Update to version 1.76.1: + + 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 + +------------------------------------------------------------------- +Thu May 18 20:22:30 UTC 2023 - Bjørn Lie + +- Enable tests during build again. + ------------------------------------------------------------------- Sun Mar 19 07:52:52 UTC 2023 - Bjørn Lie diff --git a/gjs.spec b/gjs.spec index f80ae36..36750a7 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,8 +17,7 @@ Name: gjs -Version: 1.76.0 -# FIXME # Disable tests for unstable 1.71.1 - Try tests again on next versionbump +Version: 1.76.1 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: LGPL-2.0-or-later AND MIT @@ -107,12 +106,11 @@ Mozilla SpiderMonkey JavaScript engine. %install %meson_install -# FIXME # Disable tests for unstable 1.71.1 -#%%check -#export DISPLAY=:98 -#Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT -#sleep 10 -#%%meson_test +%check +export DISPLAY=:98 +Xvfb :98 >& Xvfb.log & trap "kill $! || true" EXIT +sleep 10 +%meson_test %ldconfig_scriptlets -n libgjs0