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
This commit is contained in:
parent
13fa65e8b5
commit
d51d3394a4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0be5fb0d302bc3de26ab58c32990d895831e2b7c7418d0ffea1206d6a3ddb02f
|
|
||||||
size 21012108
|
|
3
gtk+-3.24.7.tar.xz
Normal file
3
gtk+-3.24.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52121144a2df4babed75eb5f34de130a46420101fde3ae216d3142df8a481520
|
||||||
|
size 19375708
|
@ -1,32 +0,0 @@
|
|||||||
From 3313213d61b2fdca96230223393c1c5054b2de49 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Mike Gorse <mgorse@alum.wpi.edu>
|
|
||||||
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
|
|
||||||
|
|
21
gtk3.changes
21
gtk3.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 20:43:55 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.24.7:
|
||||||
|
+ Undeprecate gtk_window_present.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 19:18:47 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Feb 4 17:59:38 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
%bcond_without broadway
|
%bcond_without broadway
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.5
|
Version: 3.24.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -38,8 +38,6 @@ Source99: baselibs.conf
|
|||||||
Patch0: gtk3-GTK_PATH64.patch
|
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
|
# 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
|
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: cups-devel >= 1.2
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
@ -371,7 +369,6 @@ cp -a %{SOURCE1} .
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user