rpms/firefox/F-8 firefox.sh.in,1.24,1.25 firefox.spec,1.206,1.207

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Oct 31 10:50:42 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/firefox/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5797

Modified Files:
	firefox.sh.in firefox.spec 
Log Message:
added mozilla-plugin-config to startup script


Index: firefox.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-8/firefox.sh.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- firefox.sh.in	1 Oct 2007 10:25:58 -0000	1.24
+++ firefox.sh.in	31 Oct 2007 10:50:04 -0000	1.25
@@ -143,6 +143,13 @@
 }
 
 # OK, here's where all the real work gets done
+##
+## If plugins are wrapped, check them
+##
+if [ -x "/usr/bin/mozilla-plugin-config" ]
+then
+  /usr/bin/mozilla-plugin-config
+fi
 
 # check to see if there's an already running instance or not
 ALREADY_RUNNING=`check_running`


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/F-8/firefox.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- firefox.spec	30 Oct 2007 13:50:08 -0000	1.206
+++ firefox.spec	31 Oct 2007 10:50:04 -0000	1.207
@@ -12,7 +12,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        2.0.0.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -436,6 +436,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Oct 31 2007 Martin Stransky <stransky at redhat.com> 2.0.0.8-3
+- added mozilla-plugin-config to startup script
+
 * Tue Oct 30 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.8-2
 - Tweak the default backspace behavior to be more in line with
   GNOME convention, Mozilla upstream, and other distros




More information about the fedora-extras-commits mailing list