rpms/firefox/devel firefox.sh.in,1.8,1.9 firefox.spec,1.104,1.105

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 23 22:08:22 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/firefox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14855

Modified Files:
	firefox.sh.in firefox.spec 
Log Message:
* Mon Feb 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.1-5
- Rebuild



Index: firefox.sh.in
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.sh.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- firefox.sh.in	3 May 2005 20:04:51 -0000	1.8
+++ firefox.sh.in	23 Feb 2006 22:08:19 -0000	1.9
@@ -161,6 +161,7 @@
 esac
 
 if [ "${USE_EXIST}" -eq "1" ] && [ "${ALREADY_RUNNING}" -eq "1" ]; then
+  opt=`echo -n "$opt" | sed -e 's/,/%2c/g' -e 's/ /%20/g'`
   # check to make sure that the command contains at least a :/ in it.
   echo $opt | grep -e ':/' 2>/dev/null > /dev/null
   RETURN_VAL=$?


Index: firefox.spec
===================================================================
RCS file: /cvs/dist/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- firefox.spec	23 Feb 2006 20:28:12 -0000	1.104
+++ firefox.spec	23 Feb 2006 22:08:19 -0000	1.105
@@ -9,7 +9,7 @@
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
 Version:        1.5.0.1
-Release:        4
+Release:        5
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
 Group:          Applications/Internet
@@ -264,6 +264,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Feb 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.1-5
+- Rebuild
+
 * Mon Feb 20 2006 Christopher Aillon <caillon at redhat.com> - 1.5.0.1-4
 - Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
 - Fix a pango typo




More information about the fedora-cvs-commits mailing list