From 15293fb2088ccdc33a7ea7b898979e8dcad9a5a32ed06e76821b7df40801a359 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Apr 2019 12:54:23 +0000 Subject: [PATCH] Accepting request 695645 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695645 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=164 --- gjs-1.56.0.tar.xz | 3 --- gjs-1.56.1.tar.xz | 3 +++ gjs.changes | 11 ++++++++++- gjs.spec | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.56.0.tar.xz create mode 100644 gjs-1.56.1.tar.xz diff --git a/gjs-1.56.0.tar.xz b/gjs-1.56.0.tar.xz deleted file mode 100644 index 9b020e9..0000000 --- a/gjs-1.56.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a7ad5554adb0105fabb432abcfa690033c177d8e650872b469b7cbf475ec1a -size 665100 diff --git a/gjs-1.56.1.tar.xz b/gjs-1.56.1.tar.xz new file mode 100644 index 0000000..6089c8f --- /dev/null +++ b/gjs-1.56.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6724f10e451eaf867e10f0badc3e1e606d823cf5b4c50c5129ee0106b2c1d473 +size 701404 diff --git a/gjs.changes b/gjs.changes index 6daa47f..a8f959a 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 9 07:50:43 UTC 2019 - Bjørn Lie + +- Update to version 1.56.1: + + Calling dumpHeap() on non-existent directory causes crash. + + Using Gio.MemoryInputStream.new_from_data ("string") causes + segfault. + + Fix gjs_context_eval() for non-zero-terminated strings. + ------------------------------------------------------------------- Tue Mar 12 06:46:15 UTC 2019 - Bjørn Lie -- Update to version 3.32.0: +- Update to version 1.56.0: + Stable release version bump. ------------------------------------------------------------------- diff --git a/gjs.spec b/gjs.spec index 9481788..38bb052 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.0 +Version: 1.56.1 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later