summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2013-09-13 15:14:27 +0200
committerMartin Stransky <stransky@anakreon.cz>2013-09-13 15:14:27 +0200
commit4aa1c322c862c91e3a0deeea7f8d06abb62f01cc (patch)
tree2ba098834e81f9741141aaf3d1c9cb3a792572a5 /firefox.spec
parentFixing rpm segfault (diff)
downloadlibrewolf-fedora-ff-4aa1c322c862c91e3a0deeea7f8d06abb62f01cc.tar.gz
librewolf-fedora-ff-4aa1c322c862c91e3a0deeea7f8d06abb62f01cc.tar.bz2
librewolf-fedora-ff-4aa1c322c862c91e3a0deeea7f8d06abb62f01cc.zip
Update to 24.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec13
1 files changed, 8 insertions, 5 deletions
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 <stransky@redhat.com> - 24.0-1
+- Update to 24.0
+
* Tue Sep 3 2013 Jan Horak <jhorak@redhat.com> - 23.0.1-5
- Fixing rhbz#1003691
bgstack15