rpms/firefox/devel firefox-redhat-homepage.patch, 1.5, 1.6 firefox.spec, 1.223, 1.224

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Jan 2 12:47:32 UTC 2008


Author: stransky

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

Modified Files:
	firefox.spec 
Added Files:
	firefox-redhat-homepage.patch 
Log Message:
added default fedora homepage

firefox-redhat-homepage.patch:

Index: firefox-redhat-homepage.patch
===================================================================
RCS file: firefox-redhat-homepage.patch
diff -N firefox-redhat-homepage.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ firefox-redhat-homepage.patch	2 Jan 2008 12:46:48 -0000	1.6
@@ -0,0 +1,7 @@
+diff -up mozilla/browser/base/content/browserconfig.properties.home mozilla/browser/base/content/browserconfig.properties
+--- mozilla/browser/base/content/browserconfig.properties.home	2006-04-11 01:58:22.000000000 +0200
++++ mozilla/browser/base/content/browserconfig.properties	2008-01-02 13:36:49.000000000 +0100
+@@ -1,2 +1,2 @@
+ # Do NOT localize or otherwise change these values
+-browser.startup.homepage=http://www.mozilla.org/projects/minefield/
++browser.startup.homepage=file:///usr/share/doc/HTML/index.html


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- firefox.spec	31 Dec 2007 18:01:27 -0000	1.223
+++ firefox.spec	2 Jan 2008 12:46:48 -0000	1.224
@@ -10,7 +10,7 @@
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        3.0
-Release:        0.beta2.4%{?dist}
+Release:        0.beta2.5%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -36,6 +36,8 @@
 Patch43:        firefox-2.0-getstartpage.patch
 Patch104:       firefox-1.5-ppc64.patch
 
+# homepage patch
+Patch200:	firefox-redhat-homepage.patch
 
 %if %{official_branding}
 # Required by Mozilla Corporation
@@ -83,12 +85,13 @@
 
 %prep
 %setup -q -n mozilla
-%patch1   -p1 -b .link-layout
 
+%patch1   -p1 -b .link-layout
 %patch43  -p1 -b .getstartpage
-
 %patch104 -p1 -b .ppc64
 
+%patch200 -p1 -b .home
+
 # For branding specific patches.
 
 %if %{official_branding}
@@ -308,6 +311,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Jan 2 2007 Martin Stransky <stransky at redhat.com> 3.0-0.beta2.5
+- added default fedora homepage
+
 * Mon Dec 31 2007 Christopher Aillon <caillon at redhat.com> 3.0-0.beta2.4
 - Create and own /etc/skel/.mozilla
 - No longer need add-gecko-provides




More information about the fedora-extras-commits mailing list