Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-terminal for openSUSE:Factory checked in at 2025-05-27 18:51:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old) and /work/SRC/openSUSE:Factory/.gnome-terminal.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-terminal" Tue May 27 18:51:57 2025 rev:165 rq:1280052 version:3.56.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes 2025-04-20 19:55:17.041172750 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-terminal.new.2732/gnome-terminal.changes 2025-05-27 18:52:22.198265254 +0200 @@ -1,0 +2,6 @@ +Sat May 24 19:20:58 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 3.56.2: + * client: legacy: Initialise --wait to false + +------------------------------------------------------------------- Old: ---- gnome-terminal-3.56.1.obscpio New: ---- gnome-terminal-3.56.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-terminal.spec ++++++ --- /var/tmp/diff_new_pack.vmp10i/_old 2025-05-27 18:52:22.894294538 +0200 +++ /var/tmp/diff_new_pack.vmp10i/_new 2025-05-27 18:52:22.898294707 +0200 @@ -18,7 +18,7 @@ %bcond_without nautilus_extension Name: gnome-terminal -Version: 3.56.1 +Version: 3.56.2 Release: 0 Summary: GNOME Terminal License: GPL-3.0-or-later AND LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.vmp10i/_old 2025-05-27 18:52:22.922295716 +0200 +++ /var/tmp/diff_new_pack.vmp10i/_new 2025-05-27 18:52:22.926295885 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param> <param name="scm">git</param> - <param name="revision">3.56.1</param> + <param name="revision">3.56.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.vmp10i/_old 2025-05-27 18:52:22.946296726 +0200 +++ /var/tmp/diff_new_pack.vmp10i/_new 2025-05-27 18:52:22.950296895 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param> - <param name="changesrevision">e0e5623d52555491da2227949978c5326e947a37</param></service></servicedata> + <param name="changesrevision">941d51d151c0e25b285ffe98ad4a38b4ce5dda69</param></service></servicedata> (No newline at EOF) ++++++ gnome-terminal-3.56.1.obscpio -> gnome-terminal-3.56.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-terminal-3.56.1/meson.build new/gnome-terminal-3.56.2/meson.build --- old/gnome-terminal-3.56.1/meson.build 2025-03-29 16:21:05.000000000 +0100 +++ new/gnome-terminal-3.56.2/meson.build 2025-05-03 12:32:45.000000000 +0200 @@ -27,7 +27,7 @@ 'GFDL-1.3-only', # the appstream data ], meson_version: '>= 0.62.0', - version: '3.56.1', + version: '3.56.2', ) # Naming diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-terminal-3.56.1/src/terminal-options.cc new/gnome-terminal-3.56.2/src/terminal-options.cc --- old/gnome-terminal-3.56.1/src/terminal-options.cc 2025-03-29 16:21:05.000000000 +0100 +++ new/gnome-terminal-3.56.2/src/terminal-options.cc 2025-05-03 12:32:45.000000000 +0200 @@ -199,6 +199,7 @@ it->active = FALSE; it->fd_list = nullptr; it->fd_array = nullptr; + it->wait = false; return it; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-terminal-3.56.1/src/terminal-options.hh new/gnome-terminal-3.56.2/src/terminal-options.hh --- old/gnome-terminal-3.56.1/src/terminal-options.hh 2025-03-29 16:21:05.000000000 +0100 +++ new/gnome-terminal-3.56.2/src/terminal-options.hh 2025-05-03 12:32:45.000000000 +0200 @@ -89,7 +89,6 @@ char *default_title; char **exec_argv; char *default_profile; - gboolean default_profile_is_id; gboolean no_environment; gboolean execute; @@ -106,7 +105,6 @@ typedef struct { char *profile; - gboolean profile_is_id; char **exec_argv; char *title; char *working_dir; ++++++ gnome-terminal.obsinfo ++++++ --- /var/tmp/diff_new_pack.vmp10i/_old 2025-05-27 18:52:23.490319615 +0200 +++ /var/tmp/diff_new_pack.vmp10i/_new 2025-05-27 18:52:23.490319615 +0200 @@ -1,5 +1,5 @@ name: gnome-terminal -version: 3.56.1 -mtime: 1743261665 -commit: e0e5623d52555491da2227949978c5326e947a37 +version: 3.56.2 +mtime: 1746268365 +commit: 941d51d151c0e25b285ffe98ad4a38b4ce5dda69