packages: xulrunner/xulrunner-prefs.patch, xulrunner/xulrunner.spec - updat...

arekm arekm at pld-linux.org
Thu Mar 24 09:57:14 CET 2011


Author: arekm                        Date: Thu Mar 24 08:57:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update patches

---- Files affected:
packages/xulrunner:
   xulrunner-prefs.patch (1.5 -> 1.6) , xulrunner.spec (1.173 -> 1.174) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner-prefs.patch
diff -u packages/xulrunner/xulrunner-prefs.patch:1.5 packages/xulrunner/xulrunner-prefs.patch:1.6
--- packages/xulrunner/xulrunner-prefs.patch:1.5	Wed Jul 23 13:58:31 2008
+++ packages/xulrunner/xulrunner-prefs.patch	Thu Mar 24 09:57:08 2011
@@ -1,15 +1,15 @@
 diff -ur mozilla.orig/toolkit/content/about.xhtml mozilla/toolkit/content/about.xhtml
 --- mozilla.orig/toolkit/content/about.xhtml	2008-03-31 22:13:37.000000000 +0200
 +++ mozilla/toolkit/content/about.xhtml	2008-06-22 15:44:55.000000000 +0200
-@@ -62,7 +62,7 @@
-   <div id="aboutLogoContainer">
-     <a id="vendorURL" href="http://www.mozilla.org/">
-       <img src="about:logo" alt="&brandShortName;"/>
--#expand <p id="version">&about.version; __MOZ_APP_VERSION__</p>
-+#expand <p id="version">XULRunner __MOZ_APP_VERSION__</p>
-     </a>
-   </div>
+@@ -91,7 +91,7 @@
+                                  .getService(Components.interfaces.nsIXULAppInfo)
+                                  .version;
+       var version = document.getElementById("version");
+-      version.appendChild(document.createTextNode("&about.version; " + versionNum));
++      version.appendChild(document.createTextNode("XULRunner " + versionNum));
  
+       // append user agent
+       var ua = navigator.userAgent;
 --- mozilla/xulrunner/app/xulrunner.js.orig	2007-09-05 15:47:24.000000000 +0200
 +++ mozilla/xulrunner/app/xulrunner.js	2008-07-23 13:57:13.000000000 +0200
 @@ -69,3 +69,5 @@

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.173 packages/xulrunner/xulrunner.spec:1.174
--- packages/xulrunner/xulrunner.spec:1.173	Wed Mar 23 21:44:53 2011
+++ packages/xulrunner/xulrunner.spec	Thu Mar 24 09:57:08 2011
@@ -184,9 +184,8 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-# needs update
-#%%patch7 -p1
-#%%patch8 -p1
+%patch7 -p1
+%patch8 -p1
 %patch9 -p1
 
 %build
@@ -597,6 +596,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.174  2011/03/24 08:57:08  arekm
+- update patches
+
 Revision 1.173  2011/03/23 20:44:53  megabajt
 - don't remove nsprpub, there are required scripts (e.g. make-system-wrappers.pl)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner-prefs.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.173&r2=1.174&f=u



More information about the pld-cvs-commit mailing list