summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-08-06 15:12:05 +0200
committerMartin Stransky <stransky@redhat.com>2015-08-06 15:12:05 +0200
commitb9ef69d08b6393cf42858bc96fc768ebec7cac40 (patch)
tree0cbffa0de91c229cce0c0d394cbcef4298c6db17 /firefox.spec
parentAdded a fix for rhbz#1240259 - Firefox 39 does not open home page but restore... (diff)
downloadlibrewolf-fedora-ff-b9ef69d08b6393cf42858bc96fc768ebec7cac40.tar.gz
librewolf-fedora-ff-b9ef69d08b6393cf42858bc96fc768ebec7cac40.tar.bz2
librewolf-fedora-ff-b9ef69d08b6393cf42858bc96fc768ebec7cac40.zip
Updated to 39.0.3
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
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"
bgstack15