rpms/seamonkey/devel firefox-1.5-pango-underline.patch, 1.1, 1.2 seamonkey.spec, 1.26, 1.27

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


Author: stransky

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

Modified Files:
	firefox-1.5-pango-underline.patch seamonkey.spec 
Log Message:
* Mon Sep 10 2007 Martin Stransky <stransky at redhat.com> 1.1.3-8
- 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/seamonkey/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	27 Jul 2007 12:34:15 -0000	1.1
+++ firefox-1.5-pango-underline.patch	10 Sep 2007 13:31:26 -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: seamonkey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- seamonkey.spec	28 Aug 2007 11:06:25 -0000	1.26
+++ seamonkey.spec	10 Sep 2007 13:31:26 -0000	1.27
@@ -11,7 +11,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.1.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -429,6 +429,8 @@
 
 
 %changelog
+* Mon Sep 10 2007 Martin Stransky <stransky at redhat.com> 1.1.3-8
+- added fix for #246248 - firefox crashes when searching for word "do"
 * Tue Aug 28 2007 Kai Engert <kengert at redhat.com> - 1.1.3-7
 - Updated license tag
 * Mon Aug 7 2007 Martin Stransky <stransky at redhat.com> 1.1.3-6




More information about the fedora-extras-commits mailing list