diff options
author | Jan Horak <jhorak@redhat.com> | 2014-12-03 14:25:01 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2014-12-03 14:25:01 +0100 |
commit | 0b0d425874f4834e68b2415fb9e36258977941ac (patch) | |
tree | 884c3ed5bba3c8c4ec0962c0471603706b4de66a /firefox.spec | |
parent | Fixed libnotify patch (diff) | |
download | librewolf-fedora-ff-0b0d425874f4834e68b2415fb9e36258977941ac.tar.gz librewolf-fedora-ff-0b0d425874f4834e68b2415fb9e36258977941ac.tar.bz2 librewolf-fedora-ff-0b0d425874f4834e68b2415fb9e36258977941ac.zip |
Added fix for default dictionary
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
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 |