Accepting request 798624 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/798624
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=185
This commit is contained in:
Bjørn Lie 2020-04-28 14:44:49 +00:00 committed by Git OBS Bridge
parent 769557647f
commit 0a3b7e7ab8
4 changed files with 20 additions and 5 deletions

View File

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

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

View File

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

View File

@ -17,7 +17,7 @@
Name: gjs
Version: 1.64.1
Version: 1.64.2
Release: 0
Summary: JavaScript bindings based on gobject-introspection and Mozilla
License: MIT AND LGPL-2.0-or-later
@ -100,7 +100,7 @@ Mozilla SpiderMonkey JavaScript engine.
%meson \
-Ddtrace=true \
-Dsystemtap=true \
-Dinstalled_tests=false \
-Dinstalled_tests=false \
%{nil}
%meson_build