- Fix crash when deleting highlighted text while composing mail within
plaintext editor with spellcheck enabled.
This commit is contained in:
parent
eba750c3a9
commit
8e6b09c553
@ -8,7 +8,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 0.5.5.rc1
|
Release: 0.5.6.rc1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPL
|
License: MPL
|
||||||
@ -49,6 +49,7 @@ Patch81: firefox-nopangoxft.patch
|
|||||||
|
|
||||||
# patches from upstream (Patch100+)
|
# patches from upstream (Patch100+)
|
||||||
Patch100: firefox-bug305970.patch
|
Patch100: firefox-bug305970.patch
|
||||||
|
Patch101: thunderbird-1.5-bug304720.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -99,6 +100,7 @@ Mozilla Thunderbird is a standalone mail and newsgroup client.
|
|||||||
%patch81 -p1
|
%patch81 -p1
|
||||||
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
%patch101 -p1
|
||||||
|
|
||||||
%{__rm} -f .mozconfig
|
%{__rm} -f .mozconfig
|
||||||
%{__cp} %{SOURCE10} .mozconfig
|
%{__cp} %{SOURCE10} .mozconfig
|
||||||
@ -185,6 +187,10 @@ update-desktop-database %{_datadir}/applications
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.6.rc1
|
||||||
|
- Fix crash when deleting highlighted text while composing mail within
|
||||||
|
plaintext editor with spellcheck enabled.
|
||||||
|
|
||||||
* Tue Jan 3 2006 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.5.rc1
|
* Tue Jan 3 2006 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.5.rc1
|
||||||
- Looks like we can build on ppc64 again.
|
- Looks like we can build on ppc64 again.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user