From e11883821571df2cede7b12a49557ba29038f8aff0b1564e058935c286ec1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 21 Apr 2023 17:14:44 +0000 Subject: [PATCH 1/2] Accepting request 1082043 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1082043 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=127 --- gtk-4.10.1.tar.xz | 3 --- gtk-4.10.2.tar.xz | 3 +++ gtk4.changes | 36 ++++++++++++++++++++++++++++++++++++ gtk4.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 gtk-4.10.1.tar.xz create mode 100644 gtk-4.10.2.tar.xz diff --git a/gtk-4.10.1.tar.xz b/gtk-4.10.1.tar.xz deleted file mode 100644 index 8378ed6..0000000 --- a/gtk-4.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fcac04bc7715b9da667c911a5ee8f262e200d1d6a50adf23645ca8cfcd0311 -size 20481204 diff --git a/gtk-4.10.2.tar.xz b/gtk-4.10.2.tar.xz new file mode 100644 index 0000000..4420812 --- /dev/null +++ b/gtk-4.10.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6c81029e1db6326be6ab5ddf1c734a39d3aab46e6a4e0fcced20d01a7cd585 +size 20480356 diff --git a/gtk4.changes b/gtk4.changes index 7c1f16d..f62abae 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Apr 21 15:02:44 UTC 2023 - Bjørn Lie + +- Update to version 4.10.2: + + Holding control to select multiple files broken in filechooser + + Inspector crash + + Listbase doesn't account for bottom padding in + size_allocate_child + + Leaking AT contexts + + OpenGL / Windows: Crash when closing gtk4-widget-factory + + GTK apps crash on startup when setting cursor-size to 0 on + Wayland + + Segmentation fault: gdk_wayland_toplevel_set_startup_id() needs + to null-check display->xdg_activation before using it + + Possible use-after-free under + gtk_scrolled_window_update_use_indicators() + + Wrong error message in `gtk_init` + + Segfault when scrolling after changing ListView model + + Bluetooth panel from the Settings app: clicking in the + "Downloads" link no longer opens Nautilus + + Broadway docs or code is broken + + Disabled GtkPicture's are not properly themed + + Setting CSS padding to a GtkTextView gives the context menu an + offset + + A11y: the Showing state is used only for windows + + Gtk4 expander: CSS nodes mismatch code vs. documentation + + Invoking gtk inspector on a folder results in a crash + + Double tap requires very precise touch input + + Name autocompletion dropdown in the GTK4 FileChooser's Save + dialog gets stuck, creates artifacts, jumps around + + Links are not opened when xdg-desktop-portal OpenURI is not + available + + GtkSnapshot generates no nodes appending whitespace-only + layouts + + Updated translations. + ------------------------------------------------------------------- Wed Apr 12 21:31:38 UTC 2023 - Luciano Santos diff --git a/gtk4.spec b/gtk4.spec index a94f077..c0b5f40 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -22,7 +22,7 @@ %define _name gtk Name: gtk4 -Version: 4.10.1 +Version: 4.10.2 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1-or-later From e9cdb2405971b19ac55b94d56ddbafa33a66493273e483f653345d84baa8b7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 22 Apr 2023 19:36:47 +0000 Subject: [PATCH 2/2] Accepting request 1082202 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/1082202 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=128 --- gtk-4.10.2.tar.xz | 3 --- gtk-4.10.3.tar.xz | 3 +++ gtk4.changes | 7 +++++++ gtk4.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gtk-4.10.2.tar.xz create mode 100644 gtk-4.10.3.tar.xz diff --git a/gtk-4.10.2.tar.xz b/gtk-4.10.2.tar.xz deleted file mode 100644 index 4420812..0000000 --- a/gtk-4.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca6c81029e1db6326be6ab5ddf1c734a39d3aab46e6a4e0fcced20d01a7cd585 -size 20480356 diff --git a/gtk-4.10.3.tar.xz b/gtk-4.10.3.tar.xz new file mode 100644 index 0000000..f3d67ce --- /dev/null +++ b/gtk-4.10.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4545441ad79e377eb6e0a705026dc7a46886e46a1b034db40912909da801cea9 +size 20483468 diff --git a/gtk4.changes b/gtk4.changes index f62abae..f9e3413 100644 --- a/gtk4.changes +++ b/gtk4.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 22 19:18:09 UTC 2023 - Bjørn Lie + +- Update to version 4.10.3: + + Fix a popover positioning regression in 4.10.2. + + Fix issues with slow loading files in the file chooser. + ------------------------------------------------------------------- Fri Apr 21 15:02:44 UTC 2023 - Bjørn Lie diff --git a/gtk4.spec b/gtk4.spec index c0b5f40..b216ad1 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -22,7 +22,7 @@ %define _name gtk Name: gtk4 -Version: 4.10.2 +Version: 4.10.3 Release: 0 Summary: The GTK+ toolkit library (version 4) License: LGPL-2.1-or-later