Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2026-07-06 12:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gjs (Old)
 and      /work/SRC/openSUSE:Factory/.gjs.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gjs"

Mon Jul  6 12:27:11 2026 rev:125 rq:1362907 version:1.88.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2026-05-30 22:56:24.560023939 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new.1982/gjs.changes        2026-07-06 
12:27:13.684764269 +0200
@@ -1,0 +2,8 @@
+Tue Jun 30 09:49:17 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.88.1:
+  + Closed bugs and merge requests:
+    - Breaking change introduced in 1.87.1
+    - maint: Check for NULL before dereferencing error_out pointer
+
+-------------------------------------------------------------------

Old:
----
  gjs-1.88.0.g4.tar.xz

New:
----
  gjs-1.88.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gjs.spec ++++++
--- /var/tmp/diff_new_pack.LjfKG4/_old  2026-07-06 12:27:14.276784811 +0200
+++ /var/tmp/diff_new_pack.LjfKG4/_new  2026-07-06 12:27:14.276784811 +0200
@@ -20,7 +20,7 @@
 %global __requires_exclude 
typelib\\(GioWin32|GIMarshallingTests!|GIMarshallingTests)|Gio!|Gio)|Regress!|Regress)|WarnLib!|WarnLib)\\)
 
 Name:           gjs
-Version:        1.88.0.g4
+Version:        1.88.1
 Release:        0
 Summary:        JavaScript bindings based on gobject-introspection and Mozilla
 License:        LGPL-2.0-or-later AND MIT

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.LjfKG4/_old  2026-07-06 12:27:14.312786061 +0200
+++ /var/tmp/diff_new_pack.LjfKG4/_new  2026-07-06 12:27:14.320786338 +0200
@@ -1,6 +1,6 @@
-mtime: 1779268347
-commit: fa144fb5541c4b58b56a00b4fa20e00cef64b434bcc4626ce81ed26ae9f0aea8
+mtime: 1782813034
+commit: 54753b92d79887deedb867695ee13f567328e47265fe57dea8bbfe865056f86a
 url: https://src.opensuse.org/GNOME/gjs
-revision: fa144fb5541c4b58b56a00b4fa20e00cef64b434bcc4626ce81ed26ae9f0aea8
+revision: 54753b92d79887deedb867695ee13f567328e47265fe57dea8bbfe865056f86a
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LjfKG4/_old  2026-07-06 12:27:14.352787449 +0200
+++ /var/tmp/diff_new_pack.LjfKG4/_new  2026-07-06 12:27:14.356787588 +0200
@@ -3,7 +3,7 @@
   <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">gnome-50</param>
+    <param name="revision">1.88.1</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>

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-30 11:50:34.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gjs-1.88.0.g4.tar.xz -> gjs-1.88.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gjs-1.88.0.g4/NEWS new/gjs-1.88.1/NEWS
--- old/gjs-1.88.0.g4/NEWS      2026-05-08 17:01:17.000000000 +0200
+++ new/gjs-1.88.1/NEWS 2026-06-29 03:01:53.000000000 +0200
@@ -1,3 +1,10 @@
+Version 1.88.1
+
+- Closed bugs and merge requests:
+  * Breaking change introduced in 1.87.1 [#730, !1082, Philip Chimento]
+  * maint: Check for NULL before dereferencing error_out pointer [!1083, Daniel
+    van Vugt]
+
 Version 1.88.0
 --------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gjs-1.88.0.g4/meson.build new/gjs-1.88.1/meson.build
--- old/gjs-1.88.0.g4/meson.build       2026-05-08 17:01:17.000000000 +0200
+++ new/gjs-1.88.1/meson.build  2026-06-29 03:01:53.000000000 +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.88.0', license: ['MIT', 'LGPL2+'],
+project('gjs', 'cpp', 'c', version: '1.88.1', license: ['MIT', 'LGPL2+'],
     meson_version: '>= 1.4',
     default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'cpp_eh=none',
         'c_std=c99', 'warning_level=2', 'b_pch=true' ])

++++++ gjs.obsinfo ++++++
--- /var/tmp/diff_new_pack.LjfKG4/_old  2026-07-06 12:27:15.168815763 +0200
+++ /var/tmp/diff_new_pack.LjfKG4/_new  2026-07-06 12:27:15.168815763 +0200
@@ -1,5 +1,5 @@
 name: gjs
-version: 1.88.0.g4
-mtime: 1778252477
-commit: 2612e834ed1ed4d625aad545f92603e1c7f3c507
+version: 1.88.1
+mtime: 1782694913
+commit: 90bc2a64443fafaa63f4f2dea31cd9e866902785
 

Reply via email to