Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gjs for openSUSE:Factory checked in at 2024-10-08 17:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjs (Old) and /work/SRC/openSUSE:Factory/.gjs.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjs" Tue Oct 8 17:17:21 2024 rev:116 rq:1205429 version:1.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gjs/gjs.changes 2024-03-26 19:26:21.394938931 +0100 +++ /work/SRC/openSUSE:Factory/.gjs.new.19354/gjs.changes 2024-10-08 17:17:43.412324982 +0200 @@ -1,0 +2,35 @@ +Tue Sep 17 06:17:05 UTC 2024 - Bjørn Lie <[email protected]> + +- Update to version 1.82.0: + + Installed tests are failing because they can't load internal + typelibs from parent directory + + GIMarshalling test has 3 failures with 1.81.90 on i686. + +------------------------------------------------------------------- +Fri Sep 13 07:42:58 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Update to version 1.81.90.g4: + + arg-cache: Init out parameters with correct number of bits. + +------------------------------------------------------------------- +Mon Sep 2 07:55:45 UTC 2024 - Bjørn Lie <[email protected]> + +- Update to version 1.81.90: + + callbacks: fix sweeping check for incremental GC + + GJS doesn't handle query parameters in imports + + Integrate gobject-introspection-tests as submodule + + module: Include full module specifier in import.meta.url + + doap: Remove invalid maintainer entry + + installed tests have the wrong libexecdir + + Inheriting final class crashes GJS + + Various maintenance + +------------------------------------------------------------------- +Fri Aug 30 06:58:00 UTC 2024 - Bjørn Lie <[email protected]> + +- Update to version 1.81.2: + + This version of GJS is based on SpiderMonkey 128, an upgrade + from the previous ESR (Extended Support Release) of + SpiderMonkey 115. + +------------------------------------------------------------------- Old: ---- gjs-1.80.2.obscpio New: ---- gjs-1.82.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjs.spec ++++++ --- /var/tmp/diff_new_pack.PGGBk6/_old 2024-10-08 17:17:44.268360800 +0200 +++ /var/tmp/diff_new_pack.PGGBk6/_new 2024-10-08 17:17:44.268360800 +0200 @@ -19,7 +19,7 @@ %bcond_with profiling Name: gjs -Version: 1.80.2 +Version: 1.82.0 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: LGPL-2.0-or-later AND MIT @@ -50,7 +50,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(mozjs-115) +BuildRequires: pkgconfig(mozjs-128) %if %{with profiling} BuildRequires: pkgconfig(sysprof-capture-4) %endif @@ -138,4 +138,15 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/%{name}-1.0/ +# FIXME -- nuke these +%dir %{_libexecdir}/installed-tests/gjs +%{_libexecdir}/installed-tests/gjs/GIMarshallingTests-1.0.typelib +%{_libexecdir}/installed-tests/gjs/Regress-1.0.typelib +%{_libexecdir}/installed-tests/gjs/RegressUnix-1.0.typelib +%{_libexecdir}/installed-tests/gjs/Utility-1.0.typelib +%{_libexecdir}/installed-tests/gjs/WarnLib-1.0.typelib +%{_libexecdir}/installed-tests/gjs/libgimarshallingtests.so +%{_libexecdir}/installed-tests/gjs/libregress.so +%{_libexecdir}/installed-tests/gjs/libutility.so +%{_libexecdir}/installed-tests/gjs/libwarnlib.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.PGGBk6/_old 2024-10-08 17:17:44.300362139 +0200 +++ /var/tmp/diff_new_pack.PGGBk6/_new 2024-10-08 17:17:44.304362306 +0200 @@ -3,9 +3,10 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gjs.git</param> - <param name="revision">1.80.2</param> - <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> - <param name="versionrewrite-pattern">(.*)\+0</param> + <param name="revision">1.82.0</param> + <!-- Using +TAG_OFFSET breaks the test suite - https://gitlab.gnome.org/GNOME/gjs/-/issues/646 --> + <param name="versionformat">@[email protected]@TAG_OFFSET@</param> + <param name="versionrewrite-pattern">(.*).g0</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> ++++++ gjs-1.80.2.obscpio -> gjs-1.82.0.obscpio ++++++ ++++ 31062 lines of diff (skipped) ++++++ gjs.obsinfo ++++++ --- /var/tmp/diff_new_pack.PGGBk6/_old 2024-10-08 17:17:44.708379210 +0200 +++ /var/tmp/diff_new_pack.PGGBk6/_new 2024-10-08 17:17:44.712379378 +0200 @@ -1,5 +1,5 @@ name: gjs -version: 1.80.2 -mtime: 1711420638 -commit: 46a4ae6d484af6161bc05c05e179290f7a847951 +version: 1.82.0 +mtime: 1726551175 +commit: 50723b9876820e9a889e1254635687a6b832551b
