Accepting request 761753 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/761753 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=176
This commit is contained in:
parent
bc1145c778
commit
264b89abbe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca9fcd47b95ab0fc445301b2595e51fcea24d6f3cd87c190fe07006146d773ae
|
|
||||||
size 636512
|
|
3
gjs-1.58.4.tar.xz
Normal file
3
gjs-1.58.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:261a3f666c771d7744965fe71b804fc2c3a3d46a8e3e8d4f7ed5ef97967ebd5f
|
||||||
|
size 637968
|
19
gjs.changes
19
gjs.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 08:33:52 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.58.4:
|
||||||
|
+ Now prints a warning when constructing an unregistered object
|
||||||
|
inheriting from GObject (i.e. if you forgot to use
|
||||||
|
GObject.registerClass.) In 1.58.2 this would throw an
|
||||||
|
exception, which broke some existing code, so that change was
|
||||||
|
reverted in 1.58.3. In this version the check is reinstated,
|
||||||
|
but we log a warning instead of throwing an exception, so that
|
||||||
|
people know to fix their code, but without breaking things.
|
||||||
|
NOTE: In 1.64 (the next stable release) the warning will be
|
||||||
|
changed back into an exception, because code with this problem
|
||||||
|
can be subtly broken and cause unexpected errors elsewhere. So
|
||||||
|
make sure to fix your code if you get this warning.
|
||||||
|
+ GSettings crash fixes.
|
||||||
|
+ Memory savings for Cairo objects.
|
||||||
|
+ Fix for crash in debug functions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 4 13:52:11 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
Wed Dec 4 13:52:11 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
4
gjs.spec
4
gjs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gjs
|
# spec file for package gjs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.58.3
|
Version: 1.58.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: MIT AND LGPL-2.0-or-later
|
License: MIT AND LGPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user