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
This commit is contained in:
Dominique Leuenberger 2017-10-04 11:56:14 +00:00 committed by Git OBS Bridge
parent d08b5a086f
commit 1e4aa14138
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d529d315fc926995c5174d0ac45dacd604e52b9213ba3c4cd77f30bc4aec945
size 610656

3
gjs-1.50.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41519fd63978745d17dbccb688a55f1850a7ba72f3c86274ca985d88dbff9fdf
size 623620

View File

@ -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

View File

@ -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