From 4aa1c322c862c91e3a0deeea7f8d06abb62f01cc Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 13 Sep 2013 15:14:27 +0200 Subject: Update to 24.0 --- .gitignore | 2 ++ firefox-mozconfig | 1 + firefox.spec | 13 ++++++++----- sources | 3 ++- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9b9fa0f..c183f67 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ firefox-3.6.4.source.tar.bz2 /firefox-langpacks-23.0-20130805.tar.xz /firefox-23.0.1.source.tar.bz2 /firefox-langpacks-23.0.1-20130819.tar.xz +/firefox-langpacks-24.0-20130913.tar.xz +/firefox-24.0.source.tar.bz2 diff --git a/firefox-mozconfig b/firefox-mozconfig index 6f66a64..ff48265 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -32,6 +32,7 @@ ac_add_options --enable-gio ac_add_options --disable-gnomevfs ac_add_options --enable-chrome-format=omni ac_add_options --with-system-libxul +ac_add_options --disable-gstreamer export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 diff --git a/firefox.spec b/firefox.spec index 0642b1b..1931d92 100644 --- a/firefox.spec +++ b/firefox.spec @@ -14,8 +14,8 @@ %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} -%global xulrunner_version 23.0.1 -%global xulrunner_version_max 23.1 +%global xulrunner_version 24.0 +%global xulrunner_version_max 24.1 %global xulrunner_release 1 %global alpha_version 0 %global beta_version 0 @@ -57,14 +57,14 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 23.0.1 -Release: 5%{?pre_tag}%{?dist} +Version: 24.0 +Release: 1%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2 %if %{build_langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20130819.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20130913.tar.xz %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Sep 13 2013 Martin Stransky - 24.0-1 +- Update to 24.0 + * Tue Sep 3 2013 Jan Horak - 23.0.1-5 - Fixing rhbz#1003691 diff --git a/sources b/sources index 73828f1..f72708e 100644 --- a/sources +++ b/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 +28f93dc5bde1a2ac870ba42985be52aa firefox-langpacks-24.0-20130913.tar.xz -- cgit