Accepting request 246065 from GNOME:Next
Push GN OBS-URL: https://build.opensuse.org/request/show/246065 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=93
This commit is contained in:
parent
a3c7a2f7d5
commit
15bfc18e92
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793
|
||||
size 448204
|
3
gjs-1.41.4.tar.xz
Normal file
3
gjs-1.41.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cfd593dee8ed7055bb502188d0eb5089818bdd264d09ec06391be51fc46050d
|
||||
size 452528
|
34
gjs.changes
34
gjs.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 12:25:27 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.41.4:
|
||||
+ Fixed memory management of GObject methods that unref their
|
||||
instance (bgo#729545).
|
||||
+ Added a package module implementing the
|
||||
https://wiki.gnome.org/Projects/Gjs/Package application
|
||||
conventions (bgo#690136).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 22:07:08 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.41.3:
|
||||
+ Fixed GObject and Gtk overrides (bgo#727781, bgo#727394).
|
||||
+ Fixed crashes caused by reentrancy during finalization
|
||||
(bgo#725024).
|
||||
+ Added a wrapper type for cairo regions (bgo#682303).
|
||||
+ Several cleanups to GC (bgo#725024).
|
||||
+ Thread-safe structures are now finalized in the background, for
|
||||
greater responsiveness (bgo#725024, bgo#730030).
|
||||
+ A full GC is now scheduled if after executing a piece of JS we
|
||||
see that the RSS has grown by over 150% (bgo#725099,
|
||||
bgo#728048).
|
||||
+ ParamSpecs now support methods and static methods implemented
|
||||
by glib and exposed by gobject-introspection, in addition to
|
||||
the manually bound fields (bgo#725282).
|
||||
+ Protototypes no longer include static properties or
|
||||
constructors (bgo#725282).
|
||||
+ Misc cleanups and bugfixes: bgo#727786, bgo#725282, bgo#728004,
|
||||
bgo#727824.
|
||||
- Add pkgconfig(cairo-xlib) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 06:25:10 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
7
gjs.spec
7
gjs.spec
@ -17,22 +17,23 @@
|
||||
|
||||
|
||||
Name: gjs
|
||||
Version: 1.40.1
|
||||
Version: 1.41.4
|
||||
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
|
||||
License: MIT
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/Gjs
|
||||
Source: http://download.gnome.org/sources/gjs/1.40/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gjs/1.41/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo-xlib)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.38.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.41.4
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: pkgconfig(mozjs-24)
|
||||
Requires: libgjs0 = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user