diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-12-23 15:56:26 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-12-23 15:56:26 +0100 |
commit | af8f6b33a5263ecec1b88382f0f4248f5f86de8f (patch) | |
tree | e6577d9fa67b18fa23c31f0c1c42e7dac2b6891f /firefox.spec | |
parent | Added fix for rhbz#1173156 - Native NTLM authentication on Linux unsupported (diff) | |
download | librewolf-fedora-ff-af8f6b33a5263ecec1b88382f0f4248f5f86de8f.tar.gz librewolf-fedora-ff-af8f6b33a5263ecec1b88382f0f4248f5f86de8f.tar.bz2 librewolf-fedora-ff-af8f6b33a5263ecec1b88382f0f4248f5f86de8f.zip |
Added fix for rhbz#1170109 - data corruption bug on armhfp
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 0fbff9c..58b4af2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -151,6 +151,7 @@ Patch219: rhbz-1173156.patch # Upstream patches Patch300: mozilla-858919.patch Patch301: mozilla-1097550-dict-fix.patch +Patch302: mozilla-1050258.patch # Gtk3 upstream patches Patch402: mozilla-gtk3-tab-size.patch @@ -307,6 +308,7 @@ cd %{tarballdir} # Upstream patches %patch300 -p1 -b .858919 %patch301 -p1 -b .1097550-dict-fix +%patch302 -p1 -b .1050258 %if %{toolkit_gtk3} %patch402 -p1 -b .gtk3-tab-size @@ -782,6 +784,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Tue Dec 23 2014 Martin Stransky <stransky@redhat.com> - 34.0-9 - Added fix for rhbz#1173156 - Native NTLM authentication on Linux unsupported +- Added fix for rhbz#1170109 - data corruption bug on armhfp * Sat Dec 13 2014 Martin Stransky <stransky@redhat.com> - 34.0-8 - Gtk3 - Workaround for Firefox freeze when accessibility is enabled |