rpms/seamonkey/F-8 firefox-1.5-bullet-bill.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 seamonkey.spec, 1.33, 1.34 sources, 1.20, 1.21

Kai Engert (kengert) fedora-extras-commits at redhat.com
Tue Jul 8 13:35:19 UTC 2008


Author: kengert

Update of /cvs/extras/rpms/seamonkey/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12936

Modified Files:
	.cvsignore seamonkey.spec sources 
Added Files:
	firefox-1.5-bullet-bill.patch 
Log Message:
* Tue Jul 08 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/F-8/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	28 Mar 2008 17:41:43 -0000	1.18
+++ .cvsignore	8 Jul 2008 13:34:24 -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/F-8/seamonkey.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- seamonkey.spec	17 Apr 2008 12:34:30 -0000	1.33
+++ seamonkey.spec	8 Jul 2008 13:34:24 -0000	1.34
@@ -10,8 +10,8 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        1.1.9
-Release:        2%{?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
@@ -116,7 +117,7 @@
 %setup -q -n mozilla
 %patch1  -p0
 %patch2  -p1
-%patch3  -p1
+#%patch3  -p1
 %patch21 -p1
 %patch22 -p1
 %patch41 -p1
@@ -129,6 +130,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
+* Tue Jul 08 2008 Christopher Aillon <caillon at redhat.com> - 1.1.10-1
+- Update to 1.1.10
+- Use bullet characters to match GTK+
 * Thu Apr 17 2008 Kai Engert <kengert at redhat.com> - 1.1.9-2
 - add several upstream patches, not yet released:
   425576 (crash), 323508, 378132, 390295, 421622


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/F-8/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	28 Mar 2008 17:45:57 -0000	1.20
+++ sources	8 Jul 2008 13:34:24 -0000	1.21
@@ -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