summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-04-28 14:40:31 +0200
committerMartin Stransky <stransky@redhat.com>2016-04-28 14:40:31 +0200
commit6a499c95f2b0d4ec553c329cb5fa3b6ecbe1c42a (patch)
treec9a8f3e8c075270c63417004458bc7d23e172c63 /firefox.spec
parentAdded fix for rhbz#1315225 - ppc64le/aarch64 build fixes (diff)
downloadlibrewolf-fedora-ff-6a499c95f2b0d4ec553c329cb5fa3b6ecbe1c42a.tar.gz
librewolf-fedora-ff-6a499c95f2b0d4ec553c329cb5fa3b6ecbe1c42a.tar.bz2
librewolf-fedora-ff-6a499c95f2b0d4ec553c329cb5fa3b6ecbe1c42a.zip
Added fix for rhbz#1322626 - wrong focused window
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index dffcbb7..15ef569 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -94,7 +94,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 46.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -138,6 +138,7 @@ Patch305: mozilla-1245076.patch
Patch306: mozilla-1245076-1.patch
Patch400: mozilla-1255590.patch
Patch401: mozilla-1266366-branch64.patch
+Patch402: mozilla-1196777.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -286,6 +287,7 @@ cd %{tarballdir}
%patch306 -p1 -b .1245076-1
%patch400 -p1 -b .1255590
%patch401 -p1 -b .1266366-branch64
+%patch402 -p1 -b .1196777
# Debian extension patch
%patch500 -p1 -b .440908
@@ -811,6 +813,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Apr 28 2016 Martin Stransky <stransky@redhat.com> - 46.0-5
+- Added fix for rhbz#1322626 - wrong focused window
+
* Wed Apr 27 2016 Martin Stransky <stransky@redhat.com> - 46.0-4
- Added fix for rhbz#1315225 - ppc64le/aarch64 build fixes
bgstack15