From 926e2e063a28799f826a49831cbb2df79ffd6ffeace9da1609572cb96475ad8c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Apr 2018 06:50:16 +0000 Subject: [PATCH] Accepting request 595401 from home:luc14n0:branches:GNOME:Factory Update to version 1.52.1. OBS-URL: https://build.opensuse.org/request/show/595401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=148 --- gjs-1.52.0.tar.xz | 3 --- gjs-1.52.1.tar.xz | 3 +++ gjs.changes | 22 ++++++++++++++++++++++ gjs.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.52.0.tar.xz create mode 100644 gjs-1.52.1.tar.xz diff --git a/gjs-1.52.0.tar.xz b/gjs-1.52.0.tar.xz deleted file mode 100644 index f893dbd..0000000 --- a/gjs-1.52.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5524a045e5e1d34a2a510133c662f2685e15ce26ae2ed699fb5d131b6b04a4ca -size 608692 diff --git a/gjs-1.52.1.tar.xz b/gjs-1.52.1.tar.xz new file mode 100644 index 0000000..d8ddf6b --- /dev/null +++ b/gjs-1.52.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fc9a4991e2b5611d54029b623de2a62522342766e4011504f4f538764735e8 +size 625764 diff --git a/gjs.changes b/gjs.changes index 0050a7a..88b90b9 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Apr 10 02:46:28 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 1.52.1: + + In addition to System.dumpHeap(), you can now dump a heap from + a running Javascript program by starting it with the + environment variable GJS_DEBUG_HEAP_OUTPUT=some_name, and + sending it SIGUSR1. + + Closed bugs: + - Crash when resolving promises if exception is pending + (glgo#GNOME/gjs#18); + - Tools for examining heap graph (glgo#GNOME/gjs#116); + - Add support for passing flags to Gio.DBusProxy in + makeProxyWrapper (glgo#GNOME/gjs#122). + - Cannot instantiate Cairo.Context (glgo#GNOME/gjs#126); + - GISCAN GjsPrivate-1.0.gir fails (glgo#GNOME/gjs#128); + - Invalid read of g_object_finalized flag (glgo#GNOME/gjs#129); + - Pick a different C++ linter; + - profiler: Don't assume layout of struct sigaction; + - Update tweener.js; + - Various maintenance. + ------------------------------------------------------------------- Tue Mar 13 08:04:24 UTC 2018 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 9f8ef74..507969c 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.52.0 +Version: 1.52.1 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT