- Fix issue with popup dialogs and other actions causing lockups

This commit is contained in:
Christopher Aillon 2005-11-29 15:40:38 +00:00
parent 6722f6cb47
commit 7cc1245307

View File

@ -10,7 +10,7 @@ ExcludeArch: ppc64
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 1.5
Release: 0.5.0.rc1
Release: 0.5.1.rc1
Epoch: 0
URL: http://www.mozilla.org/projects/thunderbird/
License: MPL
@ -49,6 +49,7 @@ Patch42: firefox-1.1-uriloader.patch
Patch81: firefox-nopangoxft.patch
# patches from upstream (Patch100+)
Patch100: firefox-bug305970.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -95,6 +96,8 @@ Mozilla Thunderbird is a standalone mail and newsgroup client.
%patch42 -p0
%patch81 -p1
%patch100 -p1
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
%if %{official_branding}
@ -180,6 +183,9 @@ update-desktop-database %{_datadir}/applications
#===============================================================================
%changelog
* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc1
- Fix issue with popup dialogs and other actions causing lockups
* Sat Nov 5 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.rc1
- Update to 1.5 rc1