Accepting request 51473 from GNOME:Factory

Accepted submit request 51473 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/51473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=6
This commit is contained in:
Ruediger Oertel 2010-10-28 10:41:48 +00:00 committed by Git OBS Bridge
commit 0d95bcb79a
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 66494d6..aa326bf 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -2676,6 +2676,7 @@ gdk_window_x11_set_background (GdkWindow *window,
if (cairo_pattern_get_surface (pattern, &surface) == CAIRO_STATUS_SUCCESS &&
matrix_is_identity (&matrix) &&
cairo_surface_get_type (surface) == CAIRO_SURFACE_TYPE_XLIB &&
+ cairo_xlib_surface_get_visual (surface) == GDK_VISUAL_XVISUAL (gdk_window_get_visual ((window))) &&
cairo_xlib_surface_get_display (surface) == GDK_WINDOW_XDISPLAY (window))
{
double x, y;

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 15 17:12:37 CEST 2010 - vuntz@opensuse.org
- Add gtk3-fix-badmatch-gnome-shell.patch to fix a crash in
gnome-shell.
-------------------------------------------------------------------
Wed Oct 13 20:24:01 CEST 2010 - vuntz@opensuse.org

View File

@ -43,6 +43,8 @@ Patch1: gtk3-path-local.patch
Patch2: gtk3-bnc129753-localize-font-style-name.patch
# PATCH-FIX-UPSTREAM gtk3-bnc130159-bgo319483-async-font-selection.patch bnc130159 bgo319483 federico@novell.com - Load fonts asynchronously in GtkFontSelection to make it appear faster for CJK languages
Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
# PATCH-FIX-UPSTREAM gtk3-fix-badmatch-gnome-shell.patch vuntz@opensuse.org -- Fix BadMatch in gnome-shell. Already in git.
Patch4: gtk3-fix-badmatch-gnome-shell.patch
BuildRequires: fdupes
BuildRequires: cups-devel
BuildRequires: gnome-patch-translation
@ -274,6 +276,7 @@ cp -a %{S:1} .
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch4 -p1
gnome-patch-translation-update
%build