rpms/seamonkey/devel firefox-1.5-bullet-bill.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 seamonkey.spec, 1.43, 1.44 sources, 1.19, 1.20

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sun Jul 6 19:10:10 UTC 2008


Author: caillon

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

Modified Files:
	.cvsignore seamonkey.spec sources 
Added Files:
	firefox-1.5-bullet-bill.patch 
Log Message:
* Sat Jul  6 2008 Christopher Aillon <caillon at redhat.com> - 1.1.10-1
- Update to 1.1.10
- Use bullet characters to match GTK+


firefox-1.5-bullet-bill.patch:

--- NEW FILE firefox-1.5-bullet-bill.patch ---
Index: mozilla/editor/libeditor/text/nsTextEditRules.cpp
===================================================================
RCS file: /cvsroot/mozilla/editor/libeditor/text/nsTextEditRules.cpp,v
retrieving revision 1.195
diff -d -u -p -r1.195 nsTextEditRules.cpp
--- mozilla/editor/libeditor/text/nsTextEditRules.cpp	16 Jun 2005 13:10:56 -0000	1.195
+++ mozilla/editor/libeditor/text/nsTextEditRules.cpp	4 Oct 2006 16:02:19 -0000
@@ -1390,13 +1390,13 @@ nsTextEditRules::EchoInsertionToPWBuff(P
   // manage the password buffer
   mPasswordText.Insert(*aOutString, aStart);
 
-  // change the output to '*' only
+  // change the output to 'U+2022' only
   PRInt32 length = aOutString->Length();
   PRInt32 i;
   aOutString->Truncate();
   for (i=0; i<length; i++)
   {
-    aOutString->Append(PRUnichar('*'));
+    aOutString->Append(PRUnichar(0x2022));
   }
 
   return NS_OK;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	28 Mar 2008 17:36:52 -0000	1.18
+++ .cvsignore	6 Jul 2008 19:09:17 -0000	1.19
@@ -1 +1 @@
-seamonkey-1.1.9.source.tar.bz2
+seamonkey-1.1.10.source.tar.bz2


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- seamonkey.spec	30 Apr 2008 06:09:59 -0000	1.43
+++ seamonkey.spec	6 Jul 2008 19:09:17 -0000	1.44
@@ -11,8 +11,8 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        1.1.9
-Release:        4%{?dist}
+Version:        1.1.10
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
@@ -45,6 +45,7 @@
 Patch87:        firefox-1.5-pango-justified-range.patch
 Patch88:        firefox-1.5-pango-underline.patch
 Patch91:        thunderbird-0.7.3-gnome-uriloader.patch
+Patch100:       firefox-1.5-bullet-bill.patch
 Patch102:       firefox-1.5-theme-change.patch
 Patch220:       seamonkey-fedora-home-page.patch
 Patch225:       mozilla-nspr-packages.patch
@@ -120,7 +121,7 @@
 cd mozilla
 %patch1  -p0
 %patch2  -p1
-%patch3  -p1
+#%patch3  -p1
 %patch21 -p1
 %patch22 -p1
 %patch41 -p1
@@ -133,6 +134,7 @@
 %patch87 -p1
 %patch88 -p1
 %patch91 -p1 -b .gnome-uriloader
+%patch100 -p1 -b .bullet-bill
 %patch102 -p0 -b .theme-change
 %patch220 -p1
 %patch225 -p1
@@ -431,6 +433,9 @@
 
 
 %changelog
+* Sat Jul  6 2008 Christopher Aillon <caillon at redhat.com> - 1.1.10-1
+- Update to 1.1.10
+- Use bullet characters to match GTK+
 * Wed Apr 30 2008 Christopher Aillon <caillon at redhat.com> - 1.1.9-4
 - Require mozilla-filesystem and drop its requires
 * Thu Apr 17 2008 Kai Engert <kengert at redhat.com> - 1.1.9-3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	28 Mar 2008 17:36:52 -0000	1.19
+++ sources	6 Jul 2008 19:09:17 -0000	1.20
@@ -1 +1 @@
-2b08c472164e80922f715c6e96e0bee7  seamonkey-1.1.9.source.tar.bz2
+0a13d4298fa175a459a5e78ec74810f6  seamonkey-1.1.10.source.tar.bz2




More information about the fedora-extras-commits mailing list