SHA256
1
0
forked from pool/gjs

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
This commit is contained in:
Dominique Leuenberger 2017-03-20 20:48:45 +00:00 committed by Git OBS Bridge
parent aa8f6167b5
commit c0c7dc835a
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da02ea6b75459a9fd10e7d664c94befcdfa6e3c79138f54b5869b27b8a2da9cb
size 605416

3
gjs-1.48.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed7db93e12709fe43b2fbe1e157331a0b1dcf3e0d19b81ccebd2d96bfcbe9525
size 593132

View File

@ -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

View File

@ -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