From 926e2e063a28799f826a49831cbb2df79ffd6ffeace9da1609572cb96475ad8c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Apr 2018 06:50:16 +0000 Subject: [PATCH 1/2] 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 From 5bf54184d5c99e9c355b2f8432481741808731620dfb49de2c95fe8540f11239 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Apr 2018 15:11:03 +0000 Subject: [PATCH 2/2] Accepting request 597879 from home:iznogood:branches:GNOME:Factory New stable rel + .changes tweaks OBS-URL: https://build.opensuse.org/request/show/597879 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=149 --- gjs-1.52.1.tar.xz | 3 --- gjs-1.52.2.tar.xz | 3 +++ gjs.changes | 28 ++++++++++++++++++++-------- gjs.spec | 2 +- 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 gjs-1.52.1.tar.xz create mode 100644 gjs-1.52.2.tar.xz diff --git a/gjs-1.52.1.tar.xz b/gjs-1.52.1.tar.xz deleted file mode 100644 index d8ddf6b..0000000 --- a/gjs-1.52.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8fc9a4991e2b5611d54029b623de2a62522342766e4011504f4f538764735e8 -size 625764 diff --git a/gjs-1.52.2.tar.xz b/gjs-1.52.2.tar.xz new file mode 100644 index 0000000..5587c77 --- /dev/null +++ b/gjs-1.52.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bd9c9afabf934f43c55d97fa693a2f207c866c70eeba089a2306d3af47a003 +size 625616 diff --git a/gjs.changes b/gjs.changes index 88b90b9..a102ea9 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 18 19:07:35 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 1.52.2: + + This is an unscheuled release in order to revert a commit that + causes a crash on exit, with some Cairo versions. + + Closed bugs and merge requests: + - heapgraph.py: adjust terminal output style + (glgo#gnome/gjs#120). + - Warn about compilation warnings (glgo#gnome/gjs#125). + - Miscellaneous commits. + ------------------------------------------------------------------- Tue Apr 10 02:46:28 UTC 2018 - luc14n0@linuxmail.org @@ -8,16 +20,16 @@ Tue Apr 10 02:46:28 UTC 2018 - luc14n0@linuxmail.org 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); + (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; + - 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. ------------------------------------------------------------------- diff --git a/gjs.spec b/gjs.spec index 507969c..6dc13e6 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.52.1 +Version: 1.52.2 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT