Accepting request 248809 from GNOME:Factory

Push GNOME 3.13.91 - Add to Staging:E (forwarded request 248676 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/248809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2014-09-30 17:36:48 +00:00 committed by Git OBS Bridge
commit 4a500e0d36
4 changed files with 52 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793
size 448204

3
gjs-1.41.91.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62
size 452624

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Sep 1 22:35:37 UTC 2014 - zaitor@opensuse.org
- Update to version 1.41.91:
+ Added the ability to disable JS language warnings (bgo#734569).
+ Fixed crashes in PPC (and probably other arches) due to invalid
callback signatures (bgo#729554).
+ Fixed regressions with dbus 1.8.6 (bgo#735358).
+ Readded file system paths to the default module search, to
allow custom GI overrides for third party libraries.
-------------------------------------------------------------------
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

View File

@ -17,22 +17,23 @@
Name: gjs
Version: 1.40.1
Version: 1.41.91
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}