diff --git a/gjs-1.47.91.tar.xz b/gjs-1.47.91.tar.xz deleted file mode 100644 index 9edfa3f..0000000 --- a/gjs-1.47.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8bd21620f8bb252ec9922d9fdd036ac6229e509af225b0ab9b4379ef333de35 -size 592592 diff --git a/gjs-1.47.92.tar.xz b/gjs-1.47.92.tar.xz new file mode 100644 index 0000000..ae70336 --- /dev/null +++ b/gjs-1.47.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da02ea6b75459a9fd10e7d664c94befcdfa6e3c79138f54b5869b27b8a2da9cb +size 605416 diff --git a/gjs.changes b/gjs.changes index 20fe430..03c627b 100644 --- a/gjs.changes +++ b/gjs.changes @@ -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 diff --git a/gjs.spec b/gjs.spec index de00ec1..b60f07c 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.47.91 +Version: 1.47.92 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 @@ -26,7 +26,6 @@ Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs Source: http://download.gnome.org/sources/gjs/1.47/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ -BuildRequires: mozjs38 BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel @@ -84,8 +83,7 @@ Mozilla SpiderMonkey JavaScript engine. %build %configure \ --disable-static \ - --enable-systemtap \ - JS_INTERP=%{_bindir}/js + --enable-systemtap make -j1 V=1 %install