This commit is contained in:
parent
8abcf83076
commit
9711157eed
10
gtk2-flash-player-busyloop.patch
Normal file
10
gtk2-flash-player-busyloop.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- gtk/gtkclipboard.c 2007/08/31 07:18:39 1.1
|
||||||
|
+++ gtk/gtkclipboard.c 2007/08/31 07:19:53
|
||||||
|
@@ -287,6 +287,7 @@
|
||||||
|
gtk_clipboard_get_for_display (GdkDisplay *display,
|
||||||
|
GdkAtom selection)
|
||||||
|
{
|
||||||
|
+ if (display == NULL) return NULL;
|
||||||
|
g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
|
||||||
|
g_return_val_if_fail (!display->closed, NULL);
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 31 09:23:13 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
- add gtk2-flash-player-busyloop.patch to fix busy loop of flash
|
||||||
|
player plugin within Opera and Konqueror (#294385)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 14 22:35:07 CEST 2007 - jpr@suse.de
|
Tue Aug 14 22:35:07 CEST 2007 - jpr@suse.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Group: System/Libraries
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||||
Version: 2.11.6
|
Version: 2.11.6
|
||||||
Release: 11
|
Release: 18
|
||||||
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
||||||
Source1: SuSEconfig.gtk2
|
Source1: SuSEconfig.gtk2
|
||||||
@ -50,6 +50,7 @@ Patch31: gtk+-2.8.6-fontsel-fix.patch
|
|||||||
Patch32: gtk2-set-invisible-char-to-circle.patch
|
Patch32: gtk2-set-invisible-char-to-circle.patch
|
||||||
Patch33: gtk2-tooltip-compat.patch
|
Patch33: gtk2-tooltip-compat.patch
|
||||||
Patch34: gtk2-systray-tooltips.patch
|
Patch34: gtk2-systray-tooltips.patch
|
||||||
|
Patch35: gtk2-flash-player-busyloop.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: cairo >= 0.9.2 hicolor-icon-theme
|
Requires: cairo >= 0.9.2 hicolor-icon-theme
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
@ -208,6 +209,7 @@ cp -a %{S:2} .
|
|||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
%patch34 -p1
|
%patch34 -p1
|
||||||
|
%patch35
|
||||||
gnome-patch-translation-update
|
gnome-patch-translation-update
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -370,6 +372,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 31 2007 - stbinner@suse.de
|
||||||
|
- add gtk2-flash-player-busyloop.patch to fix busy loop of flash
|
||||||
|
player plugin within Opera and Konqueror (#294385)
|
||||||
* Tue Aug 14 2007 - jpr@suse.de
|
* Tue Aug 14 2007 - jpr@suse.de
|
||||||
- Enable xinput for wacom tablets, it needs a configure flag
|
- Enable xinput for wacom tablets, it needs a configure flag
|
||||||
* Tue Aug 14 2007 - jpr@suse.de
|
* Tue Aug 14 2007 - jpr@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user