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 5de8077..b2072ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -148,3 +148,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-39.0-20150625.tar.xz
/firefox-langpacks-39.0-20150630.tar.xz
/firefox-langpacks-39.0-20150702.tar.xz
+/firefox-39.0.3.source.tar.bz2
+/firefox-langpacks-39.0.3-20150806.tar.xz
diff --git a/firefox.spec b/firefox.spec
index b2ab89c..cf2201d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,14 +106,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 39.0
-Release: 8%{?pre_tag}%{?dist}
+Version: 39.0.3
+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}-20150702.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20150806.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -815,6 +815,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Aug 06 2015 Martin Stransky <stransky@redhat.com> - 39.0.3-1
+- Updated to 39.0.3
+
* Mon Jul 06 2015 Martin Stransky <stransky@redhat.com> - 39.0-8
- Added a fix for rhbz#1240259 - Firefox 39 does not open
home page but "restore session"
diff --git a/sources b/sources
index 6dcdd9e..c20bb44 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-34d9841bc9b8a85aaf06e311cf1cb263 firefox-39.0.source.tar.bz2
-1ebb689a347b6316dd948099bbde21f9 firefox-langpacks-39.0-20150702.tar.xz
+6ef31cbd34d9905a0648104d916269cb firefox-39.0.3.source.tar.bz2
+e384eddf25cf124e9d0e703f08cfd58c firefox-langpacks-39.0.3-20150806.tar.xz
bgstack15