[meta-gnome] gtk4: upgrade 4.6.2 -> 4.6.3

Message ID 1652086932-2858-1-git-send-email-zhengrq.fnst@fujitsu.com
State Under Review
Headers show
Series [meta-gnome] gtk4: upgrade 4.6.2 -> 4.6.3 | expand

Commit Message

zhengrq.fnst@fujitsu.com May 9, 2022, 9:02 a.m. UTC
Overview of Changes in 4.6.3, 21-04-2022
========================================

* GtkOverlay:
 - Bring back positional style classes

* GtkFileChooser:
 - Prevent unwanted completion popups
 - Fix small problems in save mode
 - Fix buildable suport of GtkFileFilter

* GtkPopover:
 - Fix button positions in right-to-left locales

* GtkLabel:
 - Fix small issues with link handling

* Tooltips:
 - Don't restrict the minimum tooltip length

* Theme:
 - Don't use opacity for overlay scrollbars
 - Fix selection text color in  vertical spin buttons

* GSK:
 - Accept textures that are generated by webkit
 - Align offscreen rendering to the pixel grid

* Accessibility
 - Fix a crash in startup when orca is running

* Input:
 - Fix display changes in GtkIMMultiContext
 - Fix activating on-screen keyboards
 - Always propagate hold events in GtkEventControllerScroll

* Windows:
 - Fix a critical warning in clipboard handling
 - Report serial numbers for events

* MacOS:
 - Prevent fullscreen transition reentrancy

* Translation updates
 British English
 Czech
 German
 Indonesian
 Latvian

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.2.bb => gtk4_4.6.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gtk4/{gtk4_4.6.2.bb => gtk4_4.6.3.bb} (98%)

Patch

diff --git a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb
similarity index 98%
rename from meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb
rename to meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb
index fdfe3635c..a0a60fd45 100644
--- a/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.2.bb
+++ b/meta-gnome/recipes-gnome/gtk4/gtk4_4.6.3.bb
@@ -33,7 +33,7 @@  MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ff263af609a50eb76056653592d929459aef4819a444c436f6d52c6f63c1faec"
+SRC_URI[sha256sum] = "a57acd0e4482981700fdf86596c7413cb61ef47f75e4747fda809e8231b8d96c"
 
 S = "${WORKDIR}/gtk-${PV}"