Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk-vnc for openSUSE:Factory checked in at 2026-07-07 21:00:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk-vnc (Old) and /work/SRC/openSUSE:Factory/.gtk-vnc.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk-vnc" Tue Jul 7 21:00:06 2026 rev:61 rq:1363907 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk-vnc/gtk-vnc.changes 2026-06-17 16:17:49.761833446 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-vnc.new.1982/gtk-vnc.changes 2026-07-07 21:00:33.560837860 +0200 @@ -1,0 +2,10 @@ +Mon Jun 22 11:32:23 MDT 2026 - [email protected] + +- bsc#1268264 - virt-manager crash when connecting to instance + using VNC + 009-fix-error-handling-in-main-thread-context.patch +- bsc#1258497 - virt-manager segfault error 4 in libgvnc-1.0.so.0.0.1 + Renamed 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch to + 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch + +------------------------------------------------------------------- Old: ---- 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch New: ---- 009-fix-error-handling-in-main-thread-context.patch 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch ----------(Old B)---------- Old:- bsc#1258497 - virt-manager segfault error 4 in libgvnc-1.0.so.0.0.1 Renamed 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch to 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch ----------(Old E)---------- ----------(New B)---------- New: using VNC 009-fix-error-handling-in-main-thread-context.patch - bsc#1258497 - virt-manager segfault error 4 in libgvnc-1.0.so.0.0.1 New: Renamed 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch to 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk-vnc.spec ++++++ --- /var/tmp/diff_new_pack.GfI5fo/_old 2026-07-07 21:00:34.720877710 +0200 +++ /var/tmp/diff_new_pack.GfI5fo/_new 2026-07-07 21:00:34.724877847 +0200 @@ -37,7 +37,8 @@ Patch6: 006-Implement-response-to-server-clipboard-REQUEST-action.patch Patch7: 007-Implement-handling-of-server-clipboard-NOTIFY-action.patch Patch8: 008-Complete-server-to-client-data-sync-PROVIDE.patch -Patch9: 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch +Patch9: 009-fix-error-handling-in-main-thread-context.patch +Patch10: 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch BuildRequires: cyrus-sasl-devel BuildRequires: gobject-introspection-devel >= 0.9.4 @@ -45,6 +46,7 @@ BuildRequires: libgcrypt-devel >= 1.5.0 BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: python3-devel BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) >= 2.42.0 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.42.0 ++++++ 009-fix-error-handling-in-main-thread-context.patch ++++++ ++++ 948 lines (skipped) ++++++ 009-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch -> 010-let-GLib-manage-the-lifecycle-of-VncDisplay-GObject.patch ++++++ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.GfI5fo/_old 2026-07-07 21:00:34.836881695 +0200 +++ /var/tmp/diff_new_pack.GfI5fo/_new 2026-07-07 21:00:34.844881970 +0200 @@ -1,6 +1,6 @@ -mtime: 1781213128 -commit: b4f0353acec349c96dbabd974c0a6f205a667d9cc6301eb8567cfbba50003215 +mtime: 1782831522 +commit: 65a3111854ad238aef614ca1d2252f598a8cd7c163234e86ae134228f23a7bd5 url: https://src.opensuse.org/GNOME/gtk-vnc -revision: b4f0353acec349c96dbabd974c0a6f205a667d9cc6301eb8567cfbba50003215 +revision: 65a3111854ad238aef614ca1d2252f598a8cd7c163234e86ae134228f23a7bd5 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ 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 16:58:42.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
