Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk4 for openSUSE:Factory checked in at 2024-08-15 10:30:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk4 (Old) and /work/SRC/openSUSE:Factory/.gtk4.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk4" Thu Aug 15 10:30:24 2024 rev:79 rq: version:4.15.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes 2024-08-14 14:14:42.992201972 +0200 +++ /work/SRC/openSUSE:Factory/.gtk4.new.7232/gtk4.changes 2024-08-15 10:30:26.483400918 +0200 @@ -2,25 +1,0 @@ -Mon Aug 12 07:06:16 UTC 2024 - Bjørn Lie <bjorn....@gmail.com> - -- Update to version 4.15.5: - + GtkTextView: ADd GtkTextBufferCommitNotify - + CSS: Propagate color state information to GSK for many - features: colors, borders, shadows, text - + Gdk: - - Fix an fd leak in the Vulkan code - - Fix a leak of EGLSurfaces and DMA buffers - - Set the opaque region of surfaces automatically based on - their content - + Gsk: - - Fix Emoji rendering in Vulkan - - Rework color handling to take color states into account - - Implement more powerful occlusion culling - - Minimize our use of renderpasses - + Debugging: The inspector shows details about color states - + Deprecations: - - gdk_draw_context_begin/end_frame - - gdk_surface_set_opaque_region - + Build: Require gstreamer 1.24 - + Updated translations. -- Drop 0002-Revert-no-pointer-viewport.patch: Fixed upstream. - -------------------------------------------------------------------- @@ -29 +4 @@ -- Add 0002-Revert-no-pointer-viewport.patch: +- Add 0002-Revert-no-pointer-viewport.patch -- Old: ---- gtk-4.15.5.obscpio New: ---- 0002-Revert-no-pointer-viewport.patch gtk-4.15.4.obscpio BETA DEBUG BEGIN: New: - Add 0002-Revert-no-pointer-viewport.patch -- Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/6620 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk4.spec ++++++ --- /var/tmp/diff_new_pack.OshCyE/_old 2024-08-15 10:30:30.871584651 +0200 +++ /var/tmp/diff_new_pack.OshCyE/_new 2024-08-15 10:30:30.899585823 +0200 @@ -28,7 +28,7 @@ %endif Name: gtk4 -Version: 4.15.5 +Version: 4.15.4 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1-or-later @@ -46,6 +46,10 @@ # PATCH-FIX-OPENSUSE 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch -- Revert "Meson: Simplify pkgconfig file generator" Patch0: 0001-Revert-Meson-Simplify-pkgconfig-file-generator.patch +# https://gitlab.gnome.org/GNOME/gtk/-/issues/6620 +# PATCH-FIX-UPSTREAM 0002-Revert-no-pointer-viewport.patch -- Fix the gigantic cursor issue pulled in latest version +Patch1: 0002-Revert-no-pointer-viewport.patch + BuildRequires: cups-devel >= 2.0 # We do not support building against cups 2.3 betas BuildConflicts: (cups-devel > 2.3 with cups-devel < 2.3.0) ++++++ 0002-Revert-no-pointer-viewport.patch ++++++ >From 3d802177be2f2e5fb95fdb988108dd1b048c5579 Mon Sep 17 00:00:00 2001 From: Matthias Clasen <mcla...@redhat.com> Date: Wed, 31 Jul 2024 07:29:37 -0400 Subject: [PATCH] wayland: No viewporter for cursors The outlook for mutter supporting this in GNOME 47 are cloudy, so lets flip the switch back. You can still set USE_POINTER_VIEWPORT in the environment to try this code. --- gdk/wayland/gdkdevice-wayland.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 1070d7f9e1d..139c22cd39b 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @@ -265,13 +265,13 @@ gdk_wayland_device_update_surface_cursor (GdkDevice *device) guint next_image_index, next_image_delay; gboolean retval = G_SOURCE_REMOVE; GdkWaylandTabletData *tablet; - gboolean use_viewport; + gboolean use_viewport = FALSE; tablet = gdk_wayland_seat_find_tablet (seat, device); - use_viewport = pointer->pointer_surface_viewport != NULL; - if (g_getenv ("NO_POINTER_VIEWPORT")) - use_viewport = FALSE; + if (pointer->pointer_surface_viewport && + g_getenv ("USE_POINTER_VIEWPORT")) + use_viewport = TRUE; if (pointer->cursor) { -- GitLab ++++++ _service ++++++ --- /var/tmp/diff_new_pack.OshCyE/_old 2024-08-15 10:30:31.367605419 +0200 +++ /var/tmp/diff_new_pack.OshCyE/_new 2024-08-15 10:30:31.399606759 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param> - <param name="revision">4.15.5</param> + <param name="revision">4.15.4</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ gtk-4.15.5.obscpio -> gtk-4.15.4.obscpio ++++++ /work/SRC/openSUSE:Factory/gtk4/gtk-4.15.5.obscpio /work/SRC/openSUSE:Factory/.gtk4.new.7232/gtk-4.15.4.obscpio differ: char 49, line 1 ++++++ gtk.obsinfo ++++++ --- /var/tmp/diff_new_pack.OshCyE/_old 2024-08-15 10:30:31.479610109 +0200 +++ /var/tmp/diff_new_pack.OshCyE/_new 2024-08-15 10:30:31.483610277 +0200 @@ -1,5 +1,5 @@ name: gtk -version: 4.15.5 -mtime: 1723405434 -commit: 07658347a91866f009379e6d8bcc7d1b7a653f8d +version: 4.15.4 +mtime: 1722358222 +commit: 322bbd2376f5279cf9b08925c2c836fa777e283b