Update to 24.0
This commit is contained in:
parent
f14e989f4c
commit
4aa1c322c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -83,3 +83,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-langpacks-23.0-20130805.tar.xz
|
/firefox-langpacks-23.0-20130805.tar.xz
|
||||||
/firefox-23.0.1.source.tar.bz2
|
/firefox-23.0.1.source.tar.bz2
|
||||||
/firefox-langpacks-23.0.1-20130819.tar.xz
|
/firefox-langpacks-23.0.1-20130819.tar.xz
|
||||||
|
/firefox-langpacks-24.0-20130913.tar.xz
|
||||||
|
/firefox-24.0.source.tar.bz2
|
||||||
|
@ -32,6 +32,7 @@ ac_add_options --enable-gio
|
|||||||
ac_add_options --disable-gnomevfs
|
ac_add_options --disable-gnomevfs
|
||||||
ac_add_options --enable-chrome-format=omni
|
ac_add_options --enable-chrome-format=omni
|
||||||
ac_add_options --with-system-libxul
|
ac_add_options --with-system-libxul
|
||||||
|
ac_add_options --disable-gstreamer
|
||||||
|
|
||||||
export BUILD_OFFICIAL=1
|
export BUILD_OFFICIAL=1
|
||||||
export MOZILLA_OFFICIAL=1
|
export MOZILLA_OFFICIAL=1
|
||||||
|
13
firefox.spec
13
firefox.spec
@ -14,8 +14,8 @@
|
|||||||
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
||||||
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
||||||
|
|
||||||
%global xulrunner_version 23.0.1
|
%global xulrunner_version 24.0
|
||||||
%global xulrunner_version_max 23.1
|
%global xulrunner_version_max 24.1
|
||||||
%global xulrunner_release 1
|
%global xulrunner_release 1
|
||||||
%global alpha_version 0
|
%global alpha_version 0
|
||||||
%global beta_version 0
|
%global beta_version 0
|
||||||
@ -57,14 +57,14 @@
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 23.0.1
|
Version: 24.0
|
||||||
Release: 5%{?pre_tag}%{?dist}
|
Release: 1%{?pre_tag}%{?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}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
|
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20130819.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20130913.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source11: firefox-mozconfig-branded
|
Source11: firefox-mozconfig-branded
|
||||||
@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
|
||||||
|
- Update to 24.0
|
||||||
|
|
||||||
* Tue Sep 3 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-5
|
* Tue Sep 3 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-5
|
||||||
- Fixing rhbz#1003691
|
- Fixing rhbz#1003691
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1,3 @@
|
|||||||
f854095987b2a66e25c9bfd808e5eaeb firefox-23.0.1.source.tar.bz2
|
06a4c0fe8d3a979aea2fce8d0fdbf328 firefox-24.0.source.tar.bz2
|
||||||
c9e2da972d7a390e51719a3b440b08df firefox-langpacks-23.0.1-20130819.tar.xz
|
c9e2da972d7a390e51719a3b440b08df firefox-langpacks-23.0.1-20130819.tar.xz
|
||||||
|
28f93dc5bde1a2ac870ba42985be52aa firefox-langpacks-24.0-20130913.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user