From c19c9cab576c8ee4b9c0151eb29522dadc61f220f7d0788100cce472e1c1c11e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 May 2024 13:12:50 +0000 Subject: [PATCH] Accepting request 1175574 from GNOME:Next - Update to version 3.24.42: + GtkFileChooser: - Avoid warnings about floating refs. - Improve performance of recursive search. - Populate search model in an idle. + GtkGLArea: Fix a regression in transparency handling. + Printing: Avoid accessing freed printers. + Accessibility: Drop support for the deprecated atk_focus_tracker. + Wayland: - Fix monitor sizes. - Fix a crash related to tablet removal. - Infer resizable edges for tiled windows. - Always commit soon after acking a configure. + gdk: - Use css cursor names as far as possible. - Sync DND cursor use with GTK4. + build: Allow building against sysprof-capture-4. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1175574 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=454 --- _service | 4 ++-- _servicedata | 2 +- gtk-3.24.41.obscpio | 3 --- gtk-3.24.42.obscpio | 3 +++ gtk.obsinfo | 6 +++--- gtk3.changes | 23 +++++++++++++++++++++++ gtk3.spec | 2 +- 7 files changed, 33 insertions(+), 10 deletions(-) delete mode 100644 gtk-3.24.41.obscpio create mode 100644 gtk-3.24.42.obscpio diff --git a/_service b/_service index 42ed477..5d5c410 100644 --- a/_service +++ b/_service @@ -3,11 +3,11 @@ https://gitlab.gnome.org/GNOME/gtk.git git - 3.24.41 + 3.24.42 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 - enable + disable diff --git a/_servicedata b/_servicedata index 4658ad5..52a32c6 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.gnome.org/GNOME/gtk.git - 77ebdd85091833a7869ece48c3114fa6d9966321 \ No newline at end of file + f8018da0d7bc5af20f4fb0a450d716cd3bbd2fbf \ No newline at end of file diff --git a/gtk-3.24.41.obscpio b/gtk-3.24.41.obscpio deleted file mode 100644 index 631cd3a..0000000 --- a/gtk-3.24.41.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4bccc153bc4bb325cd358e887d45b3a60e5f4f329cef37aa4e0e6ed34535618 -size 102257166 diff --git a/gtk-3.24.42.obscpio b/gtk-3.24.42.obscpio new file mode 100644 index 0000000..bf136fd --- /dev/null +++ b/gtk-3.24.42.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391caa603430cb1d9a26dac509e8c601e2b1d958a8d31da2fc11fecf5e9d132c +size 102735374 diff --git a/gtk.obsinfo b/gtk.obsinfo index de6a434..2be154c 100644 --- a/gtk.obsinfo +++ b/gtk.obsinfo @@ -1,4 +1,4 @@ name: gtk -version: 3.24.41 -mtime: 1706058874 -commit: 77ebdd85091833a7869ece48c3114fa6d9966321 +version: 3.24.42 +mtime: 1715806360 +commit: f8018da0d7bc5af20f4fb0a450d716cd3bbd2fbf diff --git a/gtk3.changes b/gtk3.changes index 823d8f7..81841e6 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu May 16 06:36:50 UTC 2024 - Dominique Leuenberger + +- Update to version 3.24.42: + + GtkFileChooser: + - Avoid warnings about floating refs. + - Improve performance of recursive search. + - Populate search model in an idle. + + GtkGLArea: Fix a regression in transparency handling. + + Printing: Avoid accessing freed printers. + + Accessibility: Drop support for the deprecated + atk_focus_tracker. + + Wayland: + - Fix monitor sizes. + - Fix a crash related to tablet removal. + - Infer resizable edges for tiled windows. + - Always commit soon after acking a configure. + + gdk: + - Use css cursor names as far as possible. + - Sync DND cursor use with GTK4. + + build: Allow building against sysprof-capture-4. + + Updated translations. + ------------------------------------------------------------------- Mon Apr 15 07:18:17 UTC 2024 - Dominique Leuenberger diff --git a/gtk3.spec b/gtk3.spec index 992e1f1..f8a8285 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -30,7 +30,7 @@ %define __provides_exclude_from ^%{_libdir}/gtk-3.0 Name: gtk3 -Version: 3.24.41 +Version: 3.24.42 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1-or-later