summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index c183f67..f534ab2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-23.0.1-20130819.tar.xz
/firefox-langpacks-24.0-20130913.tar.xz
/firefox-24.0.source.tar.bz2
+/firefox-25.0.source.tar.bz2
+/firefox-langpacks-25.0-20131024.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 4299e39..05cd937 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -57,14 +57,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 24.0
-Release: 2%{?pre_tag}%{?dist}
+Version: 25.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}-20130913.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20131024.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 24 2013 Martin Stransky <stransky@redhat.com> - 25.0-1
+- Update to 25.0 Build 2
+
* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-2
- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
diff --git a/sources b/sources
index 9e590bc..bc75d89 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-06a4c0fe8d3a979aea2fce8d0fdbf328 firefox-24.0.source.tar.bz2
-28f93dc5bde1a2ac870ba42985be52aa firefox-langpacks-24.0-20130913.tar.xz
+355e61a3356ca3408a8eaee7d2ada132 firefox-25.0.source.tar.bz2
+aced22303ba0e1097b010808ea87083d firefox-langpacks-25.0-20131024.tar.xz
bgstack15