Accepting request 479237 from GNOME:Next

New sub, with tweaks and fixes

OBS-URL: https://build.opensuse.org/request/show/479237
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=112
This commit is contained in:
2017-03-14 18:46:26 +00:00
committed by Git OBS Bridge
parent 52e0337e53
commit aa8f6167b5
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Mar 14 09:19:56 UTC 2017 - zaitor@opensuse.org
- Update to version 1.47.92:
+ gjs 1.47.91 configure fails with Fedora's mozjs38 (bgo#779412).
+ tests: Don't fail when Gtk+-4.0 is available (bgo#779594).
+ gjs 1.47.91 test failures on non-amd64 (bgo#779399).
+ gjs_eval_thread should always be set (bgo#779693).
+ System.exit() should exit even across main loop iterations
(bgo#779692).
+ Fix a typo in testCommandLine.sh (bgo#779772).
+ arg: Fix accidental fallthrough (bgo#779838).
+ jsUnit: Explicitly check if tempTop.parent is defined
(bgo#779871).
+ Misc bug fixes.
- Drop mozjs38 BuildRequires and stop passing JS_INTERP=/usr/bin/js
to configure: No longer needed after upstream fixes.
-------------------------------------------------------------------
Tue Feb 28 01:46:36 UTC 2017 - zaitor@opensuse.org