summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--firefox.spec7
-rw-r--r--sources4
3 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 5ca7dbd..657c669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -152,3 +152,4 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-39.0.3-20150806.tar.xz
/firefox-40.0.source.tar.bz2
/firefox-langpacks-40.0-20150807.tar.xz
+/firefox-langpacks-40.0-20150811.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 7d1427a..16a2324 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,13 +107,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 40.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?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}-20150807.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150811.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -807,6 +807,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Aug 11 2015 Jan Horak <jhorak@redhat.com> - 40.0-3
+- Update to 40.0 Build 5
+
* Fri Aug 07 2015 Martin Stransky <stransky@redhat.com> - 40.0-2
- Patches updated (GtkEntry padding patch, toolbar button patch)
diff --git a/sources b/sources
index 7637b85..8449911 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1a092b40a41d76400f58dc7c3c095b04 firefox-40.0.source.tar.bz2
-81b7dbf0bee8eeb2ef3ef9f8ba25410d firefox-langpacks-40.0-20150807.tar.xz
+62b9e6a4a46874a0be523fe41d3176e2 firefox-40.0.source.tar.bz2
+2f9391bc62c289af14f35b92f7f9af4a firefox-langpacks-40.0-20150811.tar.xz
bgstack15