diff --git a/gjs-1.58.1.tar.xz b/gjs-1.58.1.tar.xz deleted file mode 100644 index 9ffce2b..0000000 --- a/gjs-1.58.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4df16ea87dc78c0df5412f9134efb14f7c510773aee117d5ad4cda75646c6f5 -size 636196 diff --git a/gjs-1.58.3.tar.xz b/gjs-1.58.3.tar.xz new file mode 100644 index 0000000..f15f133 --- /dev/null +++ b/gjs-1.58.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9fcd47b95ab0fc445301b2595e51fcea24d6f3cd87c190fe07006146d773ae +size 636512 diff --git a/gjs.changes b/gjs.changes index b15ab59..9bbe04e 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Nov 25 19:26:00 UTC 2019 - Bjørn Lie + +- Update to version 1.58.3: + + Emergency release, intended to correct two mistakes in 1.58.2, + both coming from crash fixes that had unexpected other effects + on working code. + +------------------------------------------------------------------- +Sun Nov 24 09:46:44 UTC 2019 - Bjørn Lie + +- Update to version 1.58.2: + + GObject based class initialization checks. + + Silently leaked return value of callbacks. + + Crash when calling Gio.Initable.async_init with not + vfunc_async_init implementation. + + [cairo] insufficient checking. + + Various crash fixes backported from the development branch. + ------------------------------------------------------------------- Mon Oct 7 07:42:54 UTC 2019 - Bjørn Lie @@ -395,7 +414,7 @@ Sun Jul 8 01:53:01 UTC 2018 - luc14n0@linuxmail.org + Fixed bugs: - Tweener: Add min/max properties; - `ARGV` encoding issues (glgo#GNOME/gjs#22); - - Make GC much more aggressive (glgo#GNOME/gjs#62); + - Make GC much more aggressive (glgo#GNOME/gjs#62 bsc#1093541); - Queue GC when a GObject reference is toggled down (glgo#GNOME/gjs#140); - overrides: support Gtk template callbacks; diff --git a/gjs.spec b/gjs.spec index 76df3f6..5914af7 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,7 +1,7 @@ # # spec file for package gjs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # remove all conditional macros and enable systemtap. %bcond_with systemtap Name: gjs -Version: 1.58.1 +Version: 1.58.3 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later @@ -38,9 +38,9 @@ BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) BuildRequires: pkgconfig(cairo-xlib) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gio-2.0) >= 2.50.0 -BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 -BuildRequires: pkgconfig(gobject-2.0) >= 2.50.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.58.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.58.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58.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