From 7faca748fac1f63a6479ff79811da6d5f10b2a1d04c0ef963bfb4405be206335 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:23:34 +0000 Subject: [PATCH] Accepting request 920925 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920925 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=202 --- gjs-1.68.4.tar.xz | 3 --- gjs-1.70.0.tar.xz | 3 +++ gjs.changes | 46 ++++++++++++++++++++++++++++++++++++++++++++++ gjs.spec | 4 ++-- 4 files changed, 51 insertions(+), 5 deletions(-) delete mode 100644 gjs-1.68.4.tar.xz create mode 100644 gjs-1.70.0.tar.xz diff --git a/gjs-1.68.4.tar.xz b/gjs-1.68.4.tar.xz deleted file mode 100644 index 4757926..0000000 --- a/gjs-1.68.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b54a1a4c94c0db1cd6a600881f49bba1c2912e8ccadc191533046f215501f0 -size 559768 diff --git a/gjs-1.70.0.tar.xz b/gjs-1.70.0.tar.xz new file mode 100644 index 0000000..6c853e9 --- /dev/null +++ b/gjs-1.70.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0629341a318a02374e113ab97f9a9f3325423269fc1e0b043a5ffb01861c5f +size 595292 diff --git a/gjs.changes b/gjs.changes index 6e3865e..228e8e9 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Sep 20 09:59:15 UTC 2021 - Michael Gorse + +- Update to version 1.70.0: + + No changes. + +------------------------------------------------------------------- +Mon Sep 20 01:59:50 UTC 2021 - Dominique Leuenberger + +- Update to version 1.69.90: + + Update ESLint to v8. + + gi: Enable pending tests which are now correctly handled. + + gi: Return null if return argument is a pointer type. + + gi: Assume native enums are signed, avoid asserting. [!660, Evan Welsh] + + Fix cppcheck failure. + + Strange behavior for strings with NUL character. + + 64-bit int GObject properties have some problems with + values > G_MAXINT32. + + Crash on dynamic import in interactive interpreter. + + 1.69.1: gjs test suite is failing when gjs is build with + -DG_DISABLE_ASSERT. + + function: Warn about unhandled promise rejections in + System.exit(). + + attempting to wrap a new GObject mid-construction blows up. + + Fix IWYU CI job. + + Build fixes. + +------------------------------------------------------------------- +Mon Sep 20 01:59:02 UTC 2021 - Dominique Leuenberger + +- Update to version 1.69.2: + + The TextEncoder and TextDecoder global objects are now + available. + + The 'console' global object is now available. This is for + compatibility with Node.js and browser environments, and for + familiarity for developers accustomed to them. + + Cairo.Surface has gained getDeviceScale(), setDeviceScale(), + getDeviceOffset(), and setDeviceOffset() methods. + + GLib.log_set_writer_func() and + GObject.Object.bind_property_full() now work. + + There is also a 'console' built-in module which exports + functions setConsoleLogDomain() and getConsoleLogDomain(), for + controlling the GLib log domain that the console methods use. + + The debugger has gained a 'set ignoreCaughtExceptions + (true/false)' option. + ------------------------------------------------------------------- Sun Sep 19 09:03:09 UTC 2021 - Bjørn Lie diff --git a/gjs.spec b/gjs.spec index 76f7608..2c6cfa9 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,13 +17,13 @@ Name: gjs -Version: 1.68.4 +Version: 1.70.0 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: LGPL-2.0-or-later AND MIT Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/Gjs -Source0: https://download.gnome.org/sources/gjs/1.68/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gjs/1.70/%{name}-%{version}.tar.xz BuildRequires: c++_compiler BuildRequires: git