summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 77f005c..5d707e1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,6 +1,3 @@
-# Temporary disable
-ExcludeArch: armv7hl aarch64 ppc ppc64
-
# Use system nspr/nss?
%define system_nss 1
@@ -97,13 +94,13 @@ ExcludeArch: armv7hl aarch64 ppc ppc64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 51.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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}-20170118.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20170119.tar.xz
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
@@ -792,6 +789,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jan 19 2017 Martin Stransky <stransky@redhat.com> - 51.0-2
+- Update to 51.0 (B2)
+
* Wed Jan 18 2017 Martin Stransky <stransky@redhat.com> - 51.0-1
- Update to 51.0 (B1)
bgstack15