Accepting request 750860 from GNOME:Next
New stable... OBS-URL: https://build.opensuse.org/request/show/750860 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=171
This commit is contained in:
parent
d066f705ac
commit
a962e07053
@ -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
|
19
gjs.changes
19
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>
|
||||
|
||||
|
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