From 1e4aa141385170de259564bfc17be8e37b7a741e7e701843c7c94a272de1bc41 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Oct 2017 11:56:14 +0000 Subject: [PATCH] Accepting request 531079 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/531079 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=134 --- gjs-1.50.0.tar.xz | 3 --- gjs-1.50.1.tar.xz | 3 +++ gjs.changes | 16 ++++++++++++++++ gjs.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.50.0.tar.xz create mode 100644 gjs-1.50.1.tar.xz diff --git a/gjs-1.50.0.tar.xz b/gjs-1.50.0.tar.xz deleted file mode 100644 index 65a1dc5..0000000 --- a/gjs-1.50.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d529d315fc926995c5174d0ac45dacd604e52b9213ba3c4cd77f30bc4aec945 -size 610656 diff --git a/gjs-1.50.1.tar.xz b/gjs-1.50.1.tar.xz new file mode 100644 index 0000000..c6a7921 --- /dev/null +++ b/gjs-1.50.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41519fd63978745d17dbccb688a55f1850a7ba72f3c86274ca985d88dbff9fdf +size 623620 diff --git a/gjs.changes b/gjs.changes index 03d866a..e67b9ac 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Oct 3 18:31:18 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.50.1: + + As a debugging aid, gjs_dumpstack() now works even during + garbage collection. + + Code coverage tools did not work so well in the last few 1.49 + releases. The worst problems are now fixed, although even more + improvements will be released in the next unstable version. + Fixes include: + - Specifing prefixes for code coverage files now works again. + - Code coverage now works on lines inside ES6 class + definitions. + - The detection of which lines are executable has been improved + a bit. + ------------------------------------------------------------------- Mon Sep 11 19:51:02 UTC 2017 - jengelh@inai.de diff --git a/gjs.spec b/gjs.spec index 9232dff..b937015 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.50.0 +Version: 1.50.1 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla