summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-06 21:00:47 +0200
committerMartin Stransky <stransky@redhat.com>2017-10-06 21:00:47 +0200
commit1ae49b3a70a6a75888417b1d9a7a4699efeb5a98 (patch)
tree2efe17a42badab0f35f979d36a81ad6f57f9ae5a /firefox.spec
parentUpdated to 57.0 Beta 5 (diff)
downloadlibrewolf-fedora-ff-1ae49b3a70a6a75888417b1d9a7a4699efeb5a98.tar.gz
librewolf-fedora-ff-1ae49b3a70a6a75888417b1d9a7a4699efeb5a98.tar.bz2
librewolf-fedora-ff-1ae49b3a70a6a75888417b1d9a7a4699efeb5a98.zip
Added patch for mozbz#1399611 - CSD emulation
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 5d86c4b..ecd2015 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -156,6 +156,7 @@ Patch411: mozilla-1321521-2.patch
Patch412: mozilla-1337988.patch
Patch413: mozilla-1353817.patch
Patch415: mozilla-1405267.patch
+Patch416: mozilla-1399611.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -313,8 +314,6 @@ This package contains results of tests executed during build.
%patch3 -p1 -b .arm
-# For branding specific patches.
-
# Fedora patches
%patch215 -p1 -b .addons
%patch219 -p2 -b .rhbz-1173156
@@ -337,6 +336,7 @@ This package contains results of tests executed during build.
%patch413 -p1 -b .1353817
%patch415 -p1 -b .1405267
+%patch416 -p1 -b .1399611
# Debian extension patch
%patch500 -p1 -b .440908
@@ -857,6 +857,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Oct 5 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.1
- Updated to 57.0 Beta 5
+- Added patch for mozbz#1399611 - CSD emulation
* Wed Oct 4 2017 Martin Stransky <stransky@redhat.com> - 56.0-4
- Fixed rhbz#1497932 - Plug-Ins for example flash fails
bgstack15