summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 5ecc152..192f2aa 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -148,6 +148,7 @@ Patch217: firefox-baseline-disable.patch
# Upstream patches
Patch300: mozilla-858919.patch
+Patch301: mozilla-1097550-dict-fix.patch
# Gtk3 upstream patches
Patch402: mozilla-gtk3-tab-size.patch
@@ -295,6 +296,7 @@ cd %{tarballdir}
# Upstream patches
%patch300 -p1 -b .858919
+%patch301 -p1 -b .1097550-dict-fix
%if %{toolkit_gtk3}
%patch402 -p1 -b .gtk3-tab-size
@@ -761,6 +763,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Dec 3 2014 Jan Horak <jhorak@redhat.com> - 34.0-2
+- Fix for mozbz#1097550 - wrong default dictionary
+
* Mon Dec 1 2014 Martin Stransky <stransky@redhat.com> - 34.0-1
- Update to 34.0 build 2
bgstack15