Accepting request 798688 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/798688 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=89
This commit is contained in:
commit
10e99bdc09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55af83893e99ba2962eca46f47340a4cf8cba5b1966ab00a0f8b9c3034e9987c
|
|
||||||
size 418444
|
|
3
gjs-1.64.2.tar.xz
Normal file
3
gjs-1.64.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15ff834d374df19595d955f03e6b60631a3bb14fabda36d00f81ab3eabd3997b
|
||||||
|
size 419704
|
15
gjs.changes
15
gjs.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 28 08:56:01 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.64.2:
|
||||||
|
+ Closed bugs and merge requests:
|
||||||
|
- GList of int not correctly demarshalled on 64-bit big-endian.
|
||||||
|
- Fix template use in GTK4.
|
||||||
|
- Don't crash if a callback doesn't return an expected array of
|
||||||
|
values.
|
||||||
|
- Crash passing integer to strv in constructor.
|
||||||
|
- Skip some tests if GTK can't be initialised.
|
||||||
|
+ Various backports:
|
||||||
|
- Fix gjs_log_exception() for InternalError.
|
||||||
|
- Fix signal match mechanism.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 28 16:52:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Mar 28 16:52:28 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
4
gjs.spec
4
gjs.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.64.1
|
Version: 1.64.2
|
||||||
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
|
||||||
@ -100,7 +100,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
%meson \
|
%meson \
|
||||||
-Ddtrace=true \
|
-Ddtrace=true \
|
||||||
-Dsystemtap=true \
|
-Dsystemtap=true \
|
||||||
-Dinstalled_tests=false \
|
-Dinstalled_tests=false \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user