From 20c6f72436420c12418267c6716bf8598ee64499b132c657d5cd94825e6b8715 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 8 May 2019 15:32:06 +0000 Subject: [PATCH] Accepting request 701519 from GNOME:Next - Update to version 1.56.2: + Crash in BoxedInstance when struct could not be allocated directly. + Cairo conversion bugs fixed. + Gjs crashes when binding inherited property to js added gobject-property. + console: Don't accept --profile after the script name. OBS-URL: https://build.opensuse.org/request/show/701519 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=166 --- gjs-1.56.1.tar.xz | 3 --- gjs-1.56.2.tar.xz | 3 +++ gjs.changes | 11 +++++++++++ gjs.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gjs-1.56.1.tar.xz create mode 100644 gjs-1.56.2.tar.xz diff --git a/gjs-1.56.1.tar.xz b/gjs-1.56.1.tar.xz deleted file mode 100644 index 6089c8f..0000000 --- a/gjs-1.56.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6724f10e451eaf867e10f0badc3e1e606d823cf5b4c50c5129ee0106b2c1d473 -size 701404 diff --git a/gjs-1.56.2.tar.xz b/gjs-1.56.2.tar.xz new file mode 100644 index 0000000..4f9c3c0 --- /dev/null +++ b/gjs-1.56.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c89818c3d0e2186fcc4cb5228e9bf2a1866dd7d6646a18f1b37219b6710a3ac +size 701976 diff --git a/gjs.changes b/gjs.changes index a8f959a..c84cd86 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 8 08:27:47 UTC 2019 - Bjørn Lie + +- Update to version 1.56.2: + + Crash in BoxedInstance when struct could not be allocated + directly. + + Cairo conversion bugs fixed. + + Gjs crashes when binding inherited property to js added + gobject-property. + + console: Don't accept --profile after the script name. + ------------------------------------------------------------------- Tue Apr 9 07:50:43 UTC 2019 - Bjørn Lie diff --git a/gjs.spec b/gjs.spec index 38bb052..5684134 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.56.1 +Version: 1.56.2 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later