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
This commit is contained in:
parent
017fda4c63
commit
7faca748fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65b54a1a4c94c0db1cd6a600881f49bba1c2912e8ccadc191533046f215501f0
|
||||
size 559768
|
3
gjs-1.70.0.tar.xz
Normal file
3
gjs-1.70.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b0629341a318a02374e113ab97f9a9f3325423269fc1e0b043a5ffb01861c5f
|
||||
size 595292
|
46
gjs.changes
46
gjs.changes
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 09:59:15 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 1.70.0:
|
||||
+ No changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 01:59:50 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
gjs.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user