From a962e07053f0d3271ed68d73bdc85cf27961c7d1e1ab0393907a73caa72b3735 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Nov 2019 09:30:23 +0000 Subject: [PATCH 1/2] Accepting request 750860 from GNOME:Next New stable... OBS-URL: https://build.opensuse.org/request/show/750860 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=171 --- gjs-1.58.1.tar.xz | 3 --- gjs-1.58.3.tar.xz | 3 +++ gjs.changes | 19 +++++++++++++++++++ gjs.spec | 10 +++++----- 4 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 gjs-1.58.1.tar.xz create mode 100644 gjs-1.58.3.tar.xz 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..fbfb88c 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 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 From 37e53841e0a56cd7d33c15c7d2dff48afeb4c5c7fafe1f49a95128e92df5fbd9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 27 Nov 2019 14:36:02 +0000 Subject: [PATCH 2/2] Accepting request 751204 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/751204 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=172 --- gjs.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gjs.changes b/gjs.changes index fbfb88c..9bbe04e 100644 --- a/gjs.changes +++ b/gjs.changes @@ -414,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;