Accepting request 751361 from GNOME:Factory
(forwarded request 751204 from yfjiang) OBS-URL: https://build.opensuse.org/request/show/751361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=83
This commit is contained in:
commit
3d8ffdbf91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4df16ea87dc78c0df5412f9134efb14f7c510773aee117d5ad4cda75646c6f5
|
||||
size 636196
|
3
gjs-1.58.3.tar.xz
Normal file
3
gjs-1.58.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca9fcd47b95ab0fc445301b2595e51fcea24d6f3cd87c190fe07006146d773ae
|
||||
size 636512
|
21
gjs.changes
21
gjs.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 19:26:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.58.3:
|
||||
+ Emergency release, intended to correct two mistakes in 1.58.2,
|
||||
both coming from crash fixes that had unexpected other effects
|
||||
on working code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 09:46:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.58.2:
|
||||
+ GObject based class initialization checks.
|
||||
+ Silently leaked return value of callbacks.
|
||||
+ Crash when calling Gio.Initable.async_init with not
|
||||
vfunc_async_init implementation.
|
||||
+ [cairo] insufficient checking.
|
||||
+ Various crash fixes backported from the development branch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 07:42:54 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -395,7 +414,7 @@ Sun Jul 8 01:53:01 UTC 2018 - luc14n0@linuxmail.org
|
||||
+ Fixed bugs:
|
||||
- Tweener: Add min/max properties;
|
||||
- `ARGV` encoding issues (glgo#GNOME/gjs#22);
|
||||
- Make GC much more aggressive (glgo#GNOME/gjs#62);
|
||||
- Make GC much more aggressive (glgo#GNOME/gjs#62 bsc#1093541);
|
||||
- Queue GC when a GObject reference is toggled down
|
||||
(glgo#GNOME/gjs#140);
|
||||
- overrides: support Gtk template callbacks;
|
||||
|
10
gjs.spec
10
gjs.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gjs
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
# remove all conditional macros and enable systemtap.
|
||||
%bcond_with systemtap
|
||||
Name: gjs
|
||||
Version: 1.58.1
|
||||
Version: 1.58.3
|
||||
Release: 0
|
||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||
License: MIT AND LGPL-2.0-or-later
|
||||
@ -38,9 +38,9 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(cairo-xlib)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.58.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.58.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.58.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.53.4
|
||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||
|
Loading…
Reference in New Issue
Block a user