summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-11-30 09:32:18 +0100
committerMartin Stransky <stransky@redhat.com>2016-11-30 09:32:18 +0100
commit0578c15a461ccfce3a0c9d02e04c54e89f233b01 (patch)
treede8c8b7f40d869fdb1805388533c596542e1c10c /firefox.spec
parentUpdate to latest upstream - 50.0.1 (diff)
downloadlibrewolf-fedora-ff-0578c15a461ccfce3a0c9d02e04c54e89f233b01.tar.gz
librewolf-fedora-ff-0578c15a461ccfce3a0c9d02e04c54e89f233b01.tar.bz2
librewolf-fedora-ff-0578c15a461ccfce3a0c9d02e04c54e89f233b01.zip
Update to latest upstream (50.0.2)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 0b1bc57..669ffd7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -93,14 +93,14 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 50.0.1
+Version: 50.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}-20161128.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20161130.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -792,6 +792,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Nov 30 2016 Martin Stransky <stransky@redhat.com> - 50.0.2-1
+- Update to latest upstream (50.0.2)
+
* Mon Nov 28 2016 Martin Stransky <stransky@redhat.com> - 50.0.1-1
- Update to latest upstream (50.0.1)
bgstack15