This commit is contained in:
parent
21421c045a
commit
f3e9e1aa73
10
gtk2-swt-tooltips.patch
Normal file
10
gtk2-swt-tooltips.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- trunk/gtk/gtktooltips.c 2007/08/07 13:32:19 18587
|
||||
+++ trunk/gtk/gtktooltips.c 2007/09/24 18:23:01 18864
|
||||
@@ -230,6 +230,7 @@
|
||||
}
|
||||
|
||||
if (tooltips->active_tips_data
|
||||
+ && tooltipsdata
|
||||
&& tooltips->active_tips_data->widget == widget
|
||||
&& GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
|
||||
{
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 17:22:28 CEST 2007 - btimothy@suse.de
|
||||
|
||||
- Added gtk2-swt-tooltips.patch (bugzilla.gnome.org #460194) to
|
||||
fix bugzilla.novell.com #326059, a crash when mousing over
|
||||
tooltips.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 16:40:46 CEST 2007 - maw@suse.de
|
||||
|
||||
|
10
gtk2.spec
10
gtk2.spec
@ -28,7 +28,7 @@ Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||
Version: 2.12.0
|
||||
Release: 2
|
||||
Release: 6
|
||||
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
||||
Source1: SuSEconfig.gtk2
|
||||
@ -49,6 +49,8 @@ Patch24: gtk+-2.8.6-fontsel.patch
|
||||
Patch31: gtk+-2.8.6-fontsel-fix.patch
|
||||
Patch32: gtk2-set-invisible-char-to-circle.patch
|
||||
Patch35: gtk2-flash-player-busyloop.patch
|
||||
# PATCH-FIX-UPSTREAM gtk2-swt-tooltips.patch bnc326059 bgo460194
|
||||
Patch36: gtk2-swt-tooltips.patch
|
||||
# Patches taken from upstream or slated to go upstream. We can expect these to become obsolete
|
||||
# in future releases.
|
||||
# Please don't delete this comment even if this section is empty -- "# empty" should
|
||||
@ -213,6 +215,7 @@ cp -a %{S:2} .
|
||||
%patch31
|
||||
%patch32 -p1
|
||||
%patch35
|
||||
%patch36 -p1
|
||||
%patch50 -p1
|
||||
gnome-patch-translation-update
|
||||
|
||||
@ -365,8 +368,11 @@ fi
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2007 - btimothy@suse.de
|
||||
- Added gtk2-swt-tooltips.patch (bugzilla.gnome.org #460194) to
|
||||
fix bugzilla.novell.com #326059, a crash when mousing over
|
||||
tooltips.
|
||||
* Mon Sep 17 2007 - maw@suse.de
|
||||
- Very minor .spec reorganization.
|
||||
* Mon Sep 17 2007 - sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user