rpms/epiphany/F-8 epiphany.spec,1.172,1.173

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 8 06:10:34 UTC 2008


Author: caillon

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

Modified Files:
	epiphany.spec 
Log Message:
* Sat Mar  8 2008 Christopher Aillon <caillon at redhat.com> - 2.20.2-4
- Update the useragent for Fedora



Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/F-8/epiphany.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- epiphany.spec	8 Feb 2008 17:28:03 -0000	1.172
+++ epiphany.spec	8 Mar 2008 06:09:56 -0000	1.173
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.20.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -87,6 +87,12 @@
 %patch1 -p1 -b .use-pango
 %patch2 -p1 -b .default-bookmarks
 %patch3 -p1 -b .wrapped-plugins
+# Fedora Epiphany version
+cat >> data/default-prefs-common.js << EOF
+pref("general.useragent.vendor", "Fedora");
+pref("general.useragent.vendorSub", "%{version}-%{release}");
+EOF
+
 
 %build
 %ifnarch s390 s390x
@@ -193,6 +199,9 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Sat Mar  8 2008 Christopher Aillon <caillon at redhat.com> - 2.20.2-4
+- Update the useragent for Fedora
+
 * Fri Feb  8 2008 Christopher Aillon <caillon at redhat.com> - 2.20.2-3
 - Rebuild against newer gecko
 




More information about the fedora-extras-commits mailing list