rpms/firefox/F-7 firefox-1.5-pango-underline.patch, 1.1, 1.2 firefox.spec, 1.186, 1.187

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Oct 16 13:30:50 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/firefox/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32715

Modified Files:
	firefox-1.5-pango-underline.patch firefox.spec 
Log Message:
* Tue Oct 16 2007 Martin Stransky <stransky at redhat.com>
- added fix for #246248 - firefox crashes when searching



firefox-1.5-pango-underline.patch:

Index: firefox-1.5-pango-underline.patch
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-7/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	9 Jul 2007 08:28:36 -0000	1.1
+++ firefox-1.5-pango-underline.patch	16 Oct 2007 13:30:44 -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: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-7/firefox.spec,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- firefox.spec	18 Jul 2007 04:59:01 -0000	1.186
+++ firefox.spec	16 Oct 2007 13:30:44 -0000	1.187
@@ -427,6 +427,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Oct 16 2007 Martin Stransky <stransky at redhat.com>
+- added fix for #246248 - firefox crashes when searching
+
 * Wed Jul 18 2007 Kai Engert <kengert at redhat.com> - 2.0.0.5-1
 - Update to 2.0.0.5
 




More information about the fedora-extras-commits mailing list