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