From c0c7dc835afbf49a25a8aef017bd7914aaadc4cfdbde4cfc14e6ab77d25c6bc8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2017 20:48:45 +0000 Subject: [PATCH] Accepting request 481563 from GNOME:Next Update to 1.48.0 OBS-URL: https://build.opensuse.org/request/show/481563 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=113 --- gjs-1.47.92.tar.xz | 3 --- gjs-1.48.0.tar.xz | 3 +++ gjs.changes | 14 ++++++++++++++ gjs.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.47.92.tar.xz create mode 100644 gjs-1.48.0.tar.xz diff --git a/gjs-1.47.92.tar.xz b/gjs-1.47.92.tar.xz deleted file mode 100644 index ae70336..0000000 --- a/gjs-1.47.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da02ea6b75459a9fd10e7d664c94befcdfa6e3c79138f54b5869b27b8a2da9cb -size 605416 diff --git a/gjs-1.48.0.tar.xz b/gjs-1.48.0.tar.xz new file mode 100644 index 0000000..45852e3 --- /dev/null +++ b/gjs-1.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7db93e12709fe43b2fbe1e157331a0b1dcf3e0d19b81ccebd2d96bfcbe9525 +size 593132 diff --git a/gjs.changes b/gjs.changes index 03c627b..a3bd78c 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 20 19:58:00 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.48.0: + + Memory leak in object_instance_resolve() (bgo#780171). +- Drop gjs-object-Fix-memory-leak-in-resolve.patch: fixed upstream. + +------------------------------------------------------------------- +Thu Mar 16 22:59:02 UTC 2017 - luke.nukem.jones@gmail.com + +- Add patch gjs-object-Fix-memory-leak-in-resolve.patch: The "name" + string, allocated in gjs_get_string_id(), wasn't getting freed at + every exit point of the function (bgo#780171). + ------------------------------------------------------------------- Tue Mar 14 09:19:56 UTC 2017 - zaitor@opensuse.org diff --git a/gjs.spec b/gjs.spec index b60f07c..3dc4fee 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,14 +17,14 @@ Name: gjs -Version: 1.47.92 +Version: 1.48.0 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT Group: Development/Libraries/GNOME Url: http://live.gnome.org/Gjs -Source: http://download.gnome.org/sources/gjs/1.47/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gjs/1.48/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ BuildRequires: python BuildRequires: readline-devel