Accepting request 842886 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842886 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=191
This commit is contained in:
parent
910350cc49
commit
6acf258462
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3cc3a8eda87074b2c363ffe28b29a5202d7f12914b6973f199acf2d1816d44c
|
|
||||||
size 422496
|
|
3
gjs-1.66.1.tar.xz
Normal file
3
gjs-1.66.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d4240455eff642c8bf6d9805077e33e0a60cb2ea13f77a55f7f30c29668344c
|
||||||
|
size 439992
|
62
gjs.changes
62
gjs.changes
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 9 09:17:52 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.66.1:
|
||||||
|
+ Throws on Unsupported caller allocates.
|
||||||
|
+ arg: Fix MIN/MAX safe big integer limits.
|
||||||
|
+ Fix leak when virtual function is unimplemented.
|
||||||
|
+ Cannot compile GJS 1.66.0 on macOS with llvm/clang 10.0.1.
|
||||||
|
+ console: fix typo in command-line option.
|
||||||
|
+ Prevent passing null pointers when not nullable.
|
||||||
|
+ Passing fundamentals to functions no longer works.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 10:08:15 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.66.0:
|
||||||
|
+ No change from 1.65.92.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 5 22:55:04 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.65.92:
|
||||||
|
+ Enum and flags test failing in s390x.
|
||||||
|
+ Bring back Visual Studio build support for GJS master.
|
||||||
|
+ gjs_dbus_implementation_emit_signal: don't try to unref NULL.
|
||||||
|
+ doc: add third party applications.
|
||||||
|
+ boxed: Initialize all the private BoxedInstance members.
|
||||||
|
+ object: Fix GjsCallBackTrampoline's leaks.
|
||||||
|
+ Various maintenance.
|
||||||
|
+ Crash using shell's looking glass.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 5 12:28:38 UTC 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.65.91:
|
||||||
|
+ Crash in gjs_dbus_implementation_flush().
|
||||||
|
+ eslint: Bump ecmaScript version.
|
||||||
|
+ Documentation: add documentation for ENV variables.
|
||||||
|
+ Argument cache causes test failure in armhf.
|
||||||
|
+ Argument cache causes test regressions in s390x.
|
||||||
|
+ ByteArray.toString use-after-free.
|
||||||
|
+ Crash accessing `vfunc_` methods of `Clutter.Actor`s.
|
||||||
|
- Changes from version 1.65.90:
|
||||||
|
+ GJS now has an optional, Linux-only, dependency on
|
||||||
|
libsysprof-capture-4 instead of libsysprof-capture-3 for the
|
||||||
|
profiler functionality.
|
||||||
|
+ New API: gjs_coverage_enable() allows the collection of code
|
||||||
|
coverage metrics.
|
||||||
|
+ New JavaScript features! This version of GJS is based on
|
||||||
|
SpiderMonkey 78, an upgrade from the previous ESR (Extended
|
||||||
|
Support Release) of SpiderMonkey 68.
|
||||||
|
- Changes from version 1.65.4:
|
||||||
|
+ arg.cpp: Add required messages for static_assert.
|
||||||
|
+ Let's enable class fields!.
|
||||||
|
+ function: Only get function name if we actually warn.
|
||||||
|
+ Split print into native library.
|
||||||
|
- Replace pkgconfig(mozjs-68) BuildRequires with
|
||||||
|
pkgconfig(mozjs-78): Follow upstreams port to Spidermonkey 78.
|
||||||
|
- Replace pkgconfig(sysprof-3|sysprof-capture-3) to their
|
||||||
|
respective -4 variant.
|
||||||
|
- Drop python Requires: we no longer need python2 to build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 6 19:54:50 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Mon Jul 6 19:54:50 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
13
gjs.spec
13
gjs.spec
@ -17,19 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.64.4
|
Version: 1.66.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
License: MIT AND LGPL-2.0-or-later
|
License: MIT AND LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/Gjs
|
URL: https://wiki.gnome.org/Projects/Gjs
|
||||||
Source0: https://download.gnome.org/sources/gjs/1.64/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gjs/1.66/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.52.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python
|
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
@ -43,10 +42,10 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.53.4
|
|||||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(mozjs-68)
|
BuildRequires: pkgconfig(mozjs-78)
|
||||||
# Hack - fix sysprof static devel requires instead
|
# Hack - fix sysprof static devel requires instead
|
||||||
BuildRequires: pkgconfig(sysprof-3)
|
BuildRequires: pkgconfig(sysprof-4)
|
||||||
BuildRequires: pkgconfig(sysprof-capture-3)
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
||||||
Requires: libgjs0 = %{version}
|
Requires: libgjs0 = %{version}
|
||||||
ExcludeArch: s390
|
ExcludeArch: s390
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user