From 4dd226277a39c724fb3493b07ca31569d26e0a145cbc5aa963ff502957b0face Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Nov 2018 09:54:51 +0000 Subject: [PATCH] Accepting request 648713 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/648713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=160 --- gjs-1.54.2.tar.xz | 3 --- gjs-1.54.3.tar.xz | 3 +++ gjs.changes | 13 +++++++++++++ gjs.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.54.2.tar.xz create mode 100644 gjs-1.54.3.tar.xz diff --git a/gjs-1.54.2.tar.xz b/gjs-1.54.2.tar.xz deleted file mode 100644 index f7f815f..0000000 --- a/gjs-1.54.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f2ddbff4557879b1ea8b0ee710d27201c3a5ae12dc19b88238a6eaaa1ad865f -size 647604 diff --git a/gjs-1.54.3.tar.xz b/gjs-1.54.3.tar.xz new file mode 100644 index 0000000..05deb83 --- /dev/null +++ b/gjs-1.54.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b30dcc3ce9836c053aee531aa9f1d9d3f94b8503adf0a5a7bd176c492ba6b1 +size 647704 diff --git a/gjs.changes b/gjs.changes index 732c4b5..97449e3 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 13 09:59:27 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 1.54.3: + + object: Fix write-only properties. + + SIGSEGV when exiting gnome-shell. + + SelectionData.get_targets crashes with "Unable to resize + vector". + + Gnome-shell crashes on destroying cached param specs. + + GType memleak fixes. + + Fix build with --enable-dtrace and create CI job to ensure it + doesn't break in the future. + ------------------------------------------------------------------- Mon Oct 22 18:35:13 UTC 2018 - bjorn.lie@gmail.com diff --git a/gjs.spec b/gjs.spec index bbc576f..4b12acc 100644 --- a/gjs.spec +++ b/gjs.spec @@ -21,7 +21,7 @@ # remove all conditional macros and enable systemtap. %bcond_with systemtap Name: gjs -Version: 1.54.2 +Version: 1.54.3 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later