Update to 4.0b7
This commit is contained in:
parent
dfc915687d
commit
0fd9205799
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-langpacks-4.0b4-20100830.tar.bz2
|
/firefox-langpacks-4.0b4-20100830.tar.bz2
|
||||||
/firefox-4.0b6.source.tar.bz2
|
/firefox-4.0b6.source.tar.bz2
|
||||||
/firefox-langpacks-4.0b6-20100921.tar.bz2
|
/firefox-langpacks-4.0b6-20100921.tar.bz2
|
||||||
|
/firefox-4.0b7.source.tar.bz2
|
||||||
|
/firefox-langpacks-4.0b7-20101111.tar.bz2
|
||||||
|
@ -47,5 +47,5 @@ Icon=firefox
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupWMClass=Firefox-bin
|
StartupWMClass=Firefox-bin
|
||||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
|
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
10
firefox.spec
10
firefox.spec
@ -22,19 +22,19 @@
|
|||||||
%if ! %{official_branding}
|
%if ! %{official_branding}
|
||||||
%define cvsdate 20080327
|
%define cvsdate 20080327
|
||||||
%define nightly .cvs%{cvsdate}
|
%define nightly .cvs%{cvsdate}
|
||||||
%define prever b6
|
%define prever b7
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0.4%{?prever}%{?dist}
|
Release: 0.5%{?prever}%{?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
|
||||||
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
|
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?prever}/source/firefox-%{version}%{?prever}.source.tar.bz2
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source2: firefox-langpacks-%{version}%{?prever}-20100921.tar.bz2
|
Source2: firefox-langpacks-%{version}%{?prever}-20101111.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source11: firefox-mozconfig-branded
|
Source11: firefox-mozconfig-branded
|
||||||
@ -388,6 +388,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 11 2010 Jan Horak <jhorak@redhat.com> - 4.0b7-1
|
||||||
|
- Update to 4.0b7
|
||||||
|
- Added x-scheme-handler to firefox.desktop
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 4.0-0.4b6
|
* Wed Sep 29 2010 jkeating - 4.0-0.4b6
|
||||||
- Rebuilt for gcc bug 634757
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,4 +1,2 @@
|
|||||||
8084d2b273e8c9fb444acd99e51ea904 firefox-4.0b4.source.tar.bz2
|
d2ab9b7eefcbbaedf45189b8662b3e3c firefox-4.0b7.source.tar.bz2
|
||||||
830173d861fcabe6a74299b28b40339d firefox-langpacks-4.0b4-20100830.tar.bz2
|
0a5078dee94de8d8e618c9e6faacd011 firefox-langpacks-4.0b7-20101111.tar.bz2
|
||||||
444176a2fd04f20512da121d1afa8abb firefox-4.0b6.source.tar.bz2
|
|
||||||
26d5cbe070ffd7fbf4a5f1c57722c3f7 firefox-langpacks-4.0b6-20100921.tar.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user