Accepting request 433293 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/433293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=101
This commit is contained in:
commit
74e7cded66
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88d0bb584be7ecec965b82ba88a9cf0aafd6f03eff7447653295ab2341c74134
|
|
||||||
size 20787268
|
|
3
gtk+-3.22.1.tar.xz
Normal file
3
gtk+-3.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:127c8c5cfc32681f9ab3cb542eb0d5c16c1c02faba68bf8fcac9a3cf278ef471
|
||||||
|
size 20779708
|
@ -1,13 +0,0 @@
|
|||||||
Index: gtk+-3.22.0/gtk/gtkwidget.c
|
|
||||||
===================================================================
|
|
||||||
--- gtk+-3.22.0.orig/gtk/gtkwidget.c
|
|
||||||
+++ gtk+-3.22.0/gtk/gtkwidget.c
|
|
||||||
@@ -6998,7 +6998,7 @@ gtk_widget_draw_internal (GtkWidget *wid
|
|
||||||
if (push_group)
|
|
||||||
cairo_push_group (cr);
|
|
||||||
|
|
||||||
-#ifdef G_ENABLE_DEBUG
|
|
||||||
+#ifdef G_ENABLE_CONSISTENCY_CHECKS
|
|
||||||
if (_gtk_widget_get_alloc_needed (widget))
|
|
||||||
g_warning ("%s %p is drawn without a current allocation. This should not happen.", G_OBJECT_TYPE_NAME (widget), widget);
|
|
||||||
#endif
|
|
35
gtk3.changes
35
gtk3.changes
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 09:13:25 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.22.1:
|
||||||
|
+ Reduce runtime warnings.
|
||||||
|
+ Bugs fixed: bgo#765649, bgo#769500, bgo#769554, bgo#770388,
|
||||||
|
bgo#771516, bgo#771553, bgo#771666, bgo#771812, bgo#771826,
|
||||||
|
bgo#771915, bgo#771959, bgo#771963, bgo#772057, bgo#772215.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop patches fixed upstream:
|
||||||
|
+ gtk3-widget-warn-consistency-check-only.patch.
|
||||||
|
+ gtk3-add-missing-annotations.patch.
|
||||||
|
+ gtk3-wayland-always-sync-state.patch.
|
||||||
|
+ gtk3-wayland-avoid-negative-size-constraints.patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 15:46:40 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add gtk3-wayland-avoid-negative-size-constraints.patch: Fix
|
||||||
|
totem window misplaced after a state change (bgo#771915).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 26 10:36:51 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add gtk3-wayland-always-sync-state.patch: wayland: always sync
|
||||||
|
state after a frame is painted. Fix black areas in webkit based
|
||||||
|
apps (bgo#771553).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 16:11:55 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add gtk3-add-missing-annotations.patch: Add some missing
|
||||||
|
(nullable) annotations (bgo#771826).
|
||||||
|
- Rebase settings.ini, set Adwaita as gtk-fallback-icon-theme.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 20 14:05:03 UTC 2016 - dimstar@opensuse.org
|
Tue Sep 20 14:05:03 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
Version: 3.22.0
|
Version: 3.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -44,8 +44,6 @@ Source99: baselibs.conf
|
|||||||
Patch0: gtk3-GTK_PATH64.patch
|
Patch0: gtk3-GTK_PATH64.patch
|
||||||
# PATCH-NEEDS-REBASE gtk3-path-local.patch Search in /usr/local/%{_lib} by default. bnc369696 bgo534474 -- Was PATCH-FIX-OPENSUSE
|
# PATCH-NEEDS-REBASE gtk3-path-local.patch Search in /usr/local/%{_lib} by default. bnc369696 bgo534474 -- Was PATCH-FIX-OPENSUSE
|
||||||
Patch1: gtk3-path-local.patch
|
Patch1: gtk3-path-local.patch
|
||||||
# PATCH-FIX-UPSTREAM gtk3-widget-warn-consistency-check-only.patch dimstar@opensuse.org -- : widget: Only warn about missing allocation if G_ENABLE_CONSISTENCY_CHECKS.
|
|
||||||
Patch2: gtk3-widget-warn-consistency-check-only.patch
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -341,7 +339,6 @@ cp -a %{S:1} .
|
|||||||
%endif
|
%endif
|
||||||
# Patch disabled, needs rebase.
|
# Patch disabled, needs rebase.
|
||||||
#patch1 -p0
|
#patch1 -p0
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Disabled since patch 1 is in need of rebase
|
# Disabled since patch 1 is in need of rebase
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
#gtk-theme-name =
|
#gtk-theme-name =
|
||||||
#gtk-icon-theme-name =
|
#gtk-icon-theme-name =
|
||||||
#gtk-fallback-icon-theme = gnome
|
#gtk-fallback-icon-theme = Adwaita
|
||||||
#gtk-entry-password-hint-timeout = 600
|
#gtk-entry-password-hint-timeout = 600
|
||||||
|
Loading…
Reference in New Issue
Block a user