From 74e1916cc5a939008c3b66b40094cc9aecb8a994 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Mar 23 2008 08:02:44 +0000 Subject: - Disable tooltips on_motion func for now to workaround for bug 436697 --- diff --git a/alexandria-0.6.3-crash_tooltips.patch b/alexandria-0.6.3-crash_tooltips.patch new file mode 100644 index 0000000..26ab1bf --- /dev/null +++ b/alexandria-0.6.3-crash_tooltips.patch @@ -0,0 +1,12 @@ +--- alexandria-0.6.3/lib/alexandria/ui/iconview_tooltips.rb.debug 2008-02-21 10:11:37.000000000 +0900 ++++ alexandria-0.6.3/lib/alexandria/ui/iconview_tooltips.rb 2008-03-23 16:53:56.000000000 +0900 +@@ -98,7 +98,8 @@ + end + + def on_motion(view, event) +- tree_path = view.get_path(event.x, event.y) ++ tree_path = nil ++ #tree_path = view.get_path(event.x, event.y) + # TODO translate path a few times, for sorting & filtering... + # hmmm, actually seems to work. Report a bug if you can spot a failure + if tree_path diff --git a/alexandria.spec b/alexandria.spec index 36ca4a4..cb7d0c4 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -5,7 +5,7 @@ %define majorver 0.6.3 %undefine minorver -%define fedorarel 1 +%define fedorarel 2 %define rel %{?minorver:0.}%{fedorarel}%{?minorver:.%minorver} @@ -19,6 +19,7 @@ Group: Applications/Productivity License: GPLv2+ URL: http://alexandria.rubyforge.org/ Source0: http://rubyforge.org/frs/download.php/%{repoid}/%{name}-%{version}%{?minorver}.tar.gz +Patch0: alexandria-0.6.3-crash_tooltips.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -63,6 +64,7 @@ Alexandria is a GNOME application to help you manage your book collection. %prep %setup -q -n %{name}-%{majorver}%{?minorver} +%patch0 -p1 -b .tooltips %build rake build @@ -177,6 +179,10 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Sun Mar 23 2008 Mamoru Tasaka - 0.6.3-2 +- Disable tooltips on_motion func for now to workaround for + bug 436697 + * Sat Feb 23 2008 Mamoru Tasaka - 0.6.3-1 - 0.6.3 - One patch removed (applied by upstream)