summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-10-31 08:32:54 +0100
committerJan Horak <jhorak@redhat.com>2016-10-31 08:32:54 +0100
commit4e02c73c03a79588452218685c5bde82fabe0bd2 (patch)
tree615a32f38ef409841db06e21abbc8d776c95fc86 /firefox.spec
parentFixing accept-lang problems when non-english locale, disable rust on i686 (diff)
downloadlibrewolf-fedora-ff-4e02c73c03a79588452218685c5bde82fabe0bd2.tar.gz
librewolf-fedora-ff-4e02c73c03a79588452218685c5bde82fabe0bd2.tar.bz2
librewolf-fedora-ff-4e02c73c03a79588452218685c5bde82fabe0bd2.zip
Update to 49.0.2
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 a336d8b..d0763b6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -93,14 +93,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 49.0
-Release: 3%{?pre_tag}%{?dist}
+Version: 49.0.2
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20160919.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20161031.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -784,6 +784,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 31 2016 Jan Horak <jhorak@redhat.com> - 49.0.2-1
+- Update to 49.0.2
+
* Mon Sep 26 2016 Jan Horak <jhorak@redhat.com> - 49.0-3
- Build with rust where possible
- Added fix for wrong accept-language headers when running with non-english locales
bgstack15