summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-03-10 13:57:35 +0100
committerMartin Stransky <stransky@redhat.com>2017-03-10 13:57:35 +0100
commit70057eac6980d1776de9a6e6e5023bc47f2522fc (patch)
treeef036d592a5eb4fbdd30ecf8f04feee9061fcc42 /firefox.spec
parentAdded s390x to big endian platforms (diff)
downloadlibrewolf-fedora-ff-70057eac6980d1776de9a6e6e5023bc47f2522fc.tar.gz
librewolf-fedora-ff-70057eac6980d1776de9a6e6e5023bc47f2522fc.tar.bz2
librewolf-fedora-ff-70057eac6980d1776de9a6e6e5023bc47f2522fc.zip
Fixed e10s enablement (rhbz#1398717)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 79e67b1..c17db31 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,7 +101,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 52.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
@@ -824,6 +824,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Mar 10 2017 Martin Stransky <stransky@redhat.com> - 52.0-2
+- Fixed e10s enablement (rhbz#1398717)
+
* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-3
- Added s390x to big endian platforms
bgstack15