updated to the latest upstream, sync. with f8
This commit is contained in:
parent
b20ad6ad89
commit
15e1d52c06
@ -143,6 +143,13 @@ function open_compose() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# OK, here's where all the real work gets done
|
# 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
|
# check to see if there's an already running instance or not
|
||||||
ALREADY_RUNNING=`check_running`
|
ALREADY_RUNNING=`check_running`
|
||||||
|
12
firefox.spec
12
firefox.spec
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 2.0.0.8
|
Version: 2.0.0.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -22,7 +22,7 @@ Group: Applications/Internet
|
|||||||
%define tarball firefox-2.0rc3-source.tar.bz2
|
%define tarball firefox-2.0rc3-source.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
Source0: %{tarball}
|
Source0: %{tarball}
|
||||||
Source2: firefox-langpacks-%{version}-20071019.tar.bz2
|
Source2: firefox-langpacks-%{version}-20071105.tar.bz2
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source11: firefox-mozconfig-branded
|
Source11: firefox-mozconfig-branded
|
||||||
Source12: firefox-redhat-default-prefs.js
|
Source12: firefox-redhat-default-prefs.js
|
||||||
@ -436,6 +436,12 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 5 2007 Martin Stransky <stransky@redhat.com> 2.0.0.9-1
|
||||||
|
- updated to the latest upstream
|
||||||
|
|
||||||
|
* Wed Oct 31 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-3
|
||||||
|
- added mozilla-plugin-config to startup script
|
||||||
|
|
||||||
* Tue Oct 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.8-2
|
* Tue Oct 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.8-2
|
||||||
- Tweak the default backspace behavior to be more in line with
|
- Tweak the default backspace behavior to be more in line with
|
||||||
GNOME convention, Mozilla upstream, and other distros
|
GNOME convention, Mozilla upstream, and other distros
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
f4ffac67751bc3e556c4926da2e0b65a firefox-2.0.0.8-source.tar.bz2
|
6a977456dc7da2934a12ba397c404fb9 firefox-2.0.0.9-source.tar.bz2
|
||||||
43ffd5ee75354b39f8284d1c2a996fa4 firefox-langpacks-2.0.0.8-20071019.tar.bz2
|
4fba8df3e8cb5463e93399a2ac87e2b2 firefox-langpacks-2.0.0.9-20071105.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user