From d51d3394a470de1d579475c446c43da5f32e4e2dbbc1144e8833b210577b495a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 14 Mar 2019 10:25:29 +0000 Subject: [PATCH] Accepting request 684483 from GNOME:Next New stable rel... OBS-URL: https://build.opensuse.org/request/show/684483 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=346 --- gtk+-3.24.5.tar.xz | 3 --- gtk+-3.24.7.tar.xz | 3 +++ gtk3-boo1121456-a11y-export.patch | 32 ------------------------------- gtk3.changes | 21 ++++++++++++++++++++ gtk3.spec | 5 +---- 5 files changed, 25 insertions(+), 39 deletions(-) delete mode 100644 gtk+-3.24.5.tar.xz create mode 100644 gtk+-3.24.7.tar.xz delete mode 100644 gtk3-boo1121456-a11y-export.patch diff --git a/gtk+-3.24.5.tar.xz b/gtk+-3.24.5.tar.xz deleted file mode 100644 index 355b8eb..0000000 --- a/gtk+-3.24.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f -size 21012108 diff --git a/gtk+-3.24.7.tar.xz b/gtk+-3.24.7.tar.xz new file mode 100644 index 0000000..645358c --- /dev/null +++ b/gtk+-3.24.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52121144a2df4babed75eb5f34de130a46420101fde3ae216d3142df8a481520 +size 19375708 diff --git a/gtk3-boo1121456-a11y-export.patch b/gtk3-boo1121456-a11y-export.patch deleted file mode 100644 index 2d10a5a..0000000 --- a/gtk3-boo1121456-a11y-export.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 3313213d61b2fdca96230223393c1c5054b2de49 Mon Sep 17 00:00:00 2001 -From: Mike Gorse -Date: Fri, 11 Jan 2019 16:21:21 -0600 -Subject: [PATCH] A11y: export - gtk_cell_accessible_parent_get_(row|column)_header_cells - -These functions were missing GDK_AVAILABLE_IN macros, so they were -listed in the gir but not exported. ---- - gtk/a11y/gtkcellaccessibleparent.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gtk/a11y/gtkcellaccessibleparent.h b/gtk/a11y/gtkcellaccessibleparent.h -index 8406574dcb..5e99a28c56 100644 ---- a/gtk/a11y/gtkcellaccessibleparent.h -+++ b/gtk/a11y/gtkcellaccessibleparent.h -@@ -128,10 +128,10 @@ void gtk_cell_accessible_parent_get_cell_position(GtkCellAccessibleParent *p - GtkCellAccessible *cell, - gint *row, - gint *column); -- -+GDK_AVAILABLE_IN_3_24 - GPtrArray *gtk_cell_accessible_parent_get_column_header_cells (GtkCellAccessibleParent *parent, - GtkCellAccessible *cell); -- -+GDK_AVAILABLE_IN_3_24 - GPtrArray *gtk_cell_accessible_parent_get_row_header_cells (GtkCellAccessibleParent *parent, - GtkCellAccessible *cell); - --- -2.18.0 - diff --git a/gtk3.changes b/gtk3.changes index c6d15e3..75ee37a 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Mar 12 20:43:55 UTC 2019 - Bjørn Lie + +- Update to version 3.24.7: + + Undeprecate gtk_window_present. + +------------------------------------------------------------------- +Tue Mar 12 19:18:47 UTC 2019 - Bjørn Lie + +- Update to version 3.24.6: + + Link against fribidi. + + Broadway: Ensure focus on click. + + Fix some compiler warnings. + + Improve menu positioning with move-to-rect. + + Improve activation of the onscreen keyboard. + + Use C locale when generating code. + + Treeview: Make sure separator nodes have height > 0. + + theme: Fix some inconsistences for radii. + + Updated translations. +- Drop gtk3-boo1121456-a11y-export.patch: Fixed upstream. + ------------------------------------------------------------------- Mon Feb 4 17:59:38 UTC 2019 - bjorn.lie@gmail.com diff --git a/gtk3.spec b/gtk3.spec index 98825bd..25b529c 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -22,7 +22,7 @@ %define _name gtk+ %bcond_without broadway Name: gtk3 -Version: 3.24.5 +Version: 3.24.7 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1-or-later @@ -38,8 +38,6 @@ Source99: baselibs.conf Patch0: gtk3-GTK_PATH64.patch # PATCH-FIX-OPENSUSE gtk3-revert-forced-xftdpi.patch fvogt@opensuse.org -- Revert very controversal commit on GTK3, forcing DPI to 96 Patch1: gtk3-revert-forced-xftdpi.patch -# PATCH-FIX-UPSTREAM gtk3-boo1121456-a11y-export.patch boo#1121456 mgorse@suse.com -- export gtk_cell_accessible_parent_get_(row|column)_header_cells functions. -Patch2: gtk3-boo1121456-a11y-export.patch BuildRequires: cups-devel >= 1.2 BuildRequires: docbook-xsl-stylesheets @@ -371,7 +369,6 @@ cp -a %{SOURCE1} . %patch0 -p1 %endif %patch1 -p1 -%patch2 -p1 %build %configure \