From 0a3b7e7ab8cfa73e70dee3e86c89b099633d9e137eca5b21e126c60ca1c660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 28 Apr 2020 14:44:49 +0000 Subject: [PATCH] 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 --- gjs-1.64.1.tar.xz | 3 --- gjs-1.64.2.tar.xz | 3 +++ gjs.changes | 15 +++++++++++++++ gjs.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.64.1.tar.xz create mode 100644 gjs-1.64.2.tar.xz diff --git a/gjs-1.64.1.tar.xz b/gjs-1.64.1.tar.xz deleted file mode 100644 index c49b42e..0000000 --- a/gjs-1.64.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55af83893e99ba2962eca46f47340a4cf8cba5b1966ab00a0f8b9c3034e9987c -size 418444 diff --git a/gjs-1.64.2.tar.xz b/gjs-1.64.2.tar.xz new file mode 100644 index 0000000..4a4126a --- /dev/null +++ b/gjs-1.64.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ff834d374df19595d955f03e6b60631a3bb14fabda36d00f81ab3eabd3997b +size 419704 diff --git a/gjs.changes b/gjs.changes index 4da7d55..3262f30 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 28 08:56:01 UTC 2020 - Bjørn Lie + +- 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 diff --git a/gjs.spec b/gjs.spec index 7755ee0..1bef601 100644 --- a/gjs.spec +++ b/gjs.spec @@ -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