Hello community, here is the log from the commit of package gjs for openSUSE:Factory checked in at 2020-11-19 11:54:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjs (Old) and /work/SRC/openSUSE:Factory/.gjs.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjs" Thu Nov 19 11:54:58 2020 rev:92 rq:847193 version:1.66.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gjs/gjs.changes 2020-07-13 09:05:42.176119166 +0200 +++ /work/SRC/openSUSE:Factory/.gjs.new.5913/gjs.changes 2020-11-23 10:28:16.521213162 +0100 @@ -1,0 +2,62 @@ +Fri Oct 9 09:17:52 UTC 2020 - [email protected] + +- 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 - [email protected] + +- Update to version 1.66.0: + + No change from 1.65.92. + +------------------------------------------------------------------- +Sat Sep 5 22:55:04 UTC 2020 - Dominique Leuenberger <[email protected]> + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gjs-1.64.4.tar.xz New: ---- gjs-1.66.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjs.spec ++++++ --- /var/tmp/diff_new_pack.fkdMQ0/_old 2020-11-23 10:28:17.161213886 +0100 +++ /var/tmp/diff_new_pack.fkdMQ0/_new 2020-11-23 10:28:17.165213891 +0100 @@ -17,19 +17,18 @@ Name: gjs -Version: 1.64.4 +Version: 1.66.1 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT AND LGPL-2.0-or-later Group: Development/Libraries/GNOME 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: git -BuildRequires: meson +BuildRequires: meson >= 0.52.0 BuildRequires: pkgconfig -BuildRequires: python BuildRequires: readline-devel BuildRequires: systemtap-sdt-devel BuildRequires: pkgconfig(cairo) @@ -43,10 +42,10 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.50.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(mozjs-68) +BuildRequires: pkgconfig(mozjs-78) # Hack - fix sysprof static devel requires instead -BuildRequires: pkgconfig(sysprof-3) -BuildRequires: pkgconfig(sysprof-capture-3) +BuildRequires: pkgconfig(sysprof-4) +BuildRequires: pkgconfig(sysprof-capture-4) Requires: libgjs0 = %{version} ExcludeArch: s390 ++++++ gjs-1.64.4.tar.xz -> gjs-1.66.1.tar.xz ++++++ ++++ 18091 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
