Accepting request 538034 from GNOME:Next
- Update to version 1.50.2: + Closed bugs and merge requests: * tweener: Fix a couple of warnings. * legacy: Allow ES6 classes to inherit from abstract Lang.Class class. + Minor bugfixes. - Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs' project web page. - Alignment BuildRequires with configure: + Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and gthread-2.0. + Drop pkgconfig(libmozjs-52) and libxml2-tools. OBS-URL: https://build.opensuse.org/request/show/538034 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=136
This commit is contained in:
parent
1e4aa14138
commit
fca9811af1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41519fd63978745d17dbccb688a55f1850a7ba72f3c86274ca985d88dbff9fdf
|
|
||||||
size 623620
|
|
3
gjs-1.50.2.tar.xz
Normal file
3
gjs-1.50.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2fad902cf7a7806454121c03918755c646fcfd6b08b52d488987db4e2d691ff3
|
||||||
|
size 611336
|
16
gjs.changes
16
gjs.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 31 22:54:17 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 1.50.2:
|
||||||
|
+ Closed bugs and merge requests:
|
||||||
|
* tweener: Fix a couple of warnings.
|
||||||
|
* legacy: Allow ES6 classes to inherit from abstract Lang.Class
|
||||||
|
class.
|
||||||
|
+ Minor bugfixes.
|
||||||
|
- Update Url to https://wiki.gnome.org/Projects/Gjs: current Gjs'
|
||||||
|
project web page.
|
||||||
|
- Alignment BuildRequires with configure:
|
||||||
|
+ Add pkgconfig(*): cairo-gobject, gio-2.0, gobject-2.0 and
|
||||||
|
gthread-2.0.
|
||||||
|
+ Drop pkgconfig(libmozjs-52) and libxml2-tools.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 18:31:18 UTC 2017 - zaitor@opensuse.org
|
Tue Oct 3 18:31:18 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
18
gjs.spec
18
gjs.spec
@ -17,27 +17,29 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.50.1
|
Version: 1.50.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Url: http://live.gnome.org/Gjs
|
Url: https://wiki.gnome.org/Projects/Gjs
|
||||||
Source: http://download.gnome.org/sources/gjs/1.50/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gjs/1.50/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libmozjs-52
|
|
||||||
BuildRequires: libxml2-tools
|
|
||||||
BuildRequires: mozjs52-devel
|
BuildRequires: mozjs52-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
BuildRequires: pkgconfig(cairo-gobject)
|
||||||
BuildRequires: pkgconfig(cairo-xlib)
|
BuildRequires: pkgconfig(cairo-xlib)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.53.1
|
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.50.0
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.53.4
|
||||||
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
#BuildRequires: pkgconfig(mozjs-52)
|
#BuildRequires: pkgconfig(mozjs-52)
|
||||||
@ -87,7 +89,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-systemtap
|
--enable-systemtap
|
||||||
make -j1 V=1
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user