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 b6ec15d..1adedc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -208,3 +208,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-49.0-20160906.tar.xz
/firefox-langpacks-49.0-20160908.tar.xz
/firefox-langpacks-49.0-20160919.tar.xz
+/firefox-49.0.2.source.tar.xz
+/firefox-langpacks-49.0.2-20161031.tar.xz
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
diff --git a/sources b/sources
index 32c6860..e0111de 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-24f497ae93db299958771ccc93de1a47 firefox-49.0.source.tar.xz
-6356618615adb6555b21eafb3e2e1d59 firefox-langpacks-49.0-20160919.tar.xz
+5afc916c83998aef07b1adae1db21cbc firefox-49.0.2.source.tar.xz
+0644c2592dde5eecf191a829d9a7d2fd firefox-langpacks-49.0.2-20161031.tar.xz
bgstack15