Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gjs for openSUSE:Factory checked in at 2021-09-25 00:35:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gjs (Old) and /work/SRC/openSUSE:Factory/.gjs.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gjs" Sat Sep 25 00:35:19 2021 rev:98 rq:920250 version:1.68.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gjs/gjs.changes 2021-08-25 20:56:42.777278973 +0200 +++ /work/SRC/openSUSE:Factory/.gjs.new.1899/gjs.changes 2021-09-25 00:35:59.939167247 +0200 @@ -1,0 +2,6 @@ +Sun Sep 19 09:03:09 UTC 2021 - Bj??rn Lie <[email protected]> + +- Update to version 1.68.4: + + Build fix backported from the development branch. + +------------------------------------------------------------------- Old: ---- gjs-1.68.3.tar.xz New: ---- gjs-1.68.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gjs.spec ++++++ --- /var/tmp/diff_new_pack.60Ttb8/_old 2021-09-25 00:36:00.439167769 +0200 +++ /var/tmp/diff_new_pack.60Ttb8/_new 2021-09-25 00:36:00.443167773 +0200 @@ -17,7 +17,7 @@ Name: gjs -Version: 1.68.3 +Version: 1.68.4 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: LGPL-2.0-or-later AND MIT ++++++ gjs-1.68.3.tar.xz -> gjs-1.68.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gjs-1.68.3/NEWS new/gjs-1.68.4/NEWS --- old/gjs-1.68.3/NEWS 2021-08-15 17:50:02.664652300 +0200 +++ new/gjs-1.68.4/NEWS 2021-09-18 18:47:22.756439700 +0200 @@ -1,3 +1,8 @@ +Version 1.68.4 +-------------- + +- Build fix backported from the development branch. [#436, !667, Evan Welsh] + Version 1.68.3 -------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gjs-1.68.3/installed-tests/js/libgjstesttools/gjs-test-tools.cpp new/gjs-1.68.4/installed-tests/js/libgjstesttools/gjs-test-tools.cpp --- old/gjs-1.68.3/installed-tests/js/libgjstesttools/gjs-test-tools.cpp 2021-08-15 17:50:02.679652200 +0200 +++ new/gjs-1.68.4/installed-tests/js/libgjstesttools/gjs-test-tools.cpp 2021-09-18 18:47:22.768439800 +0200 @@ -78,7 +78,7 @@ void gjs_test_tools_save_object_unreffed(GObject* object) { GObject* expected = nullptr; - g_assert(m_tmp_object.compare_exchange_strong(expected, object)); + g_assert_true(m_tmp_object.compare_exchange_strong(expected, object)); } void gjs_test_tools_clear_saved() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gjs-1.68.3/meson.build new/gjs-1.68.4/meson.build --- old/gjs-1.68.3/meson.build 2021-08-15 17:50:02.683652200 +0200 +++ new/gjs-1.68.4/meson.build 2021-09-18 18:47:22.772439700 +0200 @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2019 Philip Chimento <[email protected]> # SPDX-FileCopyrightText: 2019 Chun-wei Fan <[email protected]> -project('gjs', 'cpp', 'c', version: '1.68.3', license: ['MIT', 'LGPL2+'], +project('gjs', 'cpp', 'c', version: '1.68.4', license: ['MIT', 'LGPL2+'], meson_version: '>= 0.52.0', default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'c_std=c99', 'warning_level=2'])
