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.91.tar.xz b/gjs-1.41.91.tar.xz new file mode 100644 index 0000000..9d50f88 --- /dev/null +++ b/gjs-1.41.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b861cce674e757b746f28d331b3419a71e2ada3cacf31fb778cbff3edde62 +size 452624 diff --git a/gjs.changes b/gjs.changes index f08a0a9..7d7d3ee 100644 --- a/gjs.changes +++ b/gjs.changes @@ -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 diff --git a/gjs.spec b/gjs.spec index f845294..ff28189 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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}