- Rebuild
This commit is contained in:
parent
e8c6797612
commit
56ab92bf13
@ -161,6 +161,7 @@ case "$opt" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "${USE_EXIST}" -eq "1" ] && [ "${ALREADY_RUNNING}" -eq "1" ]; then
|
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.
|
# check to make sure that the command contains at least a :/ in it.
|
||||||
echo $opt | grep -e ':/' 2>/dev/null > /dev/null
|
echo $opt | grep -e ':/' 2>/dev/null > /dev/null
|
||||||
RETURN_VAL=$?
|
RETURN_VAL=$?
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 1.5.0.1
|
Version: 1.5.0.1
|
||||||
Release: 4
|
Release: 5
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -264,6 +264,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-5
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-4
|
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-4
|
||||||
- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
|
- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
|
||||||
- Fix a pango typo
|
- Fix a pango typo
|
||||||
|
Loading…
Reference in New Issue
Block a user