rpms/thunderbird/devel firefox-1.5-pango-underline.patch, 1.1, 1.2 thunderbird.spec, 1.102, 1.103

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Mon Sep 10 13:29:56 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/thunderbird/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1211

Modified Files:
	firefox-1.5-pango-underline.patch thunderbird.spec 
Log Message:
* Mon Sep 10 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-3
- added fix for #246248 - firefox crashes when searching for word "do"



firefox-1.5-pango-underline.patch:

Index: firefox-1.5-pango-underline.patch
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/firefox-1.5-pango-underline.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-1.5-pango-underline.patch	23 Dec 2006 21:05:09 -0000	1.1
+++ firefox-1.5-pango-underline.patch	10 Sep 2007 13:29:23 -0000	1.2
@@ -12,9 +12,9 @@
 -      PRInt32 i;
 +      PRUint32 startOffset = 0;
 +      PRUint32 textWidth = 0;
-+      PRUint32 start = PR_MAX(0,(aDetails->mStart - (PRInt32)aIndex));
-+      PRUint32 end = PR_MIN((PRInt32)aLength,(aDetails->mEnd - (PRInt32)aIndex));
-+      PRUint32 i;
++      PRInt32 start = PR_MAX(0,(aDetails->mStart - (PRInt32)aIndex));
++      PRInt32 end = PR_MIN((PRInt32)aLength,(aDetails->mEnd - (PRInt32)aIndex));
++      PRInt32 i;
        if ((start < end) && ((aLength - start) > 0))
        {
          //aDetails allready processed to have offsets from frame start not content offsets


Index: thunderbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- thunderbird.spec	13 Aug 2007 20:28:29 -0000	1.102
+++ thunderbird.spec	10 Sep 2007 13:29:23 -0000	1.103
@@ -8,7 +8,7 @@
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	2.0.0.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPLv1.1 or GPLv2+ or LGPLv2+
 Group:		Applications/Internet
@@ -314,6 +314,9 @@
 #===============================================================================
 
 %changelog
+* Mon Sep 10 2007 Martin Stransky <stransky at redhat.com> 2.0.0.6-3
+- added fix for #246248 - firefox crashes when searching for word "do"
+
 * Mon Aug 13 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.6-2
 - Update the license tag
 




More information about the scm-commits mailing list