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:
parent
52e0337e53
commit
aa8f6167b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8bd21620f8bb252ec9922d9fdd036ac6229e509af225b0ab9b4379ef333de35
|
||||
size 592592
|
3
gjs-1.47.92.tar.xz
Normal file
3
gjs-1.47.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da02ea6b75459a9fd10e7d664c94befcdfa6e3c79138f54b5869b27b8a2da9cb
|
||||
size 605416
|
18
gjs.changes
18
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
|
||||
|
||||
|
6
gjs.spec
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user