From 15bfc18e924d88ded0422bb751c99a1e0f0eb692b3813f8e2f6c8c392419f638 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:51:51 +0000 Subject: [PATCH] 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 --- gjs-1.40.1.tar.xz | 3 --- gjs-1.41.4.tar.xz | 3 +++ gjs.changes | 34 ++++++++++++++++++++++++++++++++++ gjs.spec | 7 ++++--- 4 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 gjs-1.40.1.tar.xz create mode 100644 gjs-1.41.4.tar.xz diff --git a/gjs-1.40.1.tar.xz b/gjs-1.40.1.tar.xz deleted file mode 100644 index 8aa8487..0000000 --- a/gjs-1.40.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f0d80ec96c6284785143abe51377d8a284977ea6c3cf0cef1020d92eae41793 -size 448204 diff --git a/gjs-1.41.4.tar.xz b/gjs-1.41.4.tar.xz new file mode 100644 index 0000000..41c7a94 --- /dev/null +++ b/gjs-1.41.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfd593dee8ed7055bb502188d0eb5089818bdd264d09ec06391be51fc46050d +size 452528 diff --git a/gjs.changes b/gjs.changes index f08a0a9..1de60b0 100644 --- a/gjs.changes +++ b/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 diff --git a/gjs.spec b/gjs.spec index f845294..640c8f2 100644 --- a/gjs.spec +++ b/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}