diff options
author | Martin Stransky <stransky@anakreon.cz> | 2015-05-29 14:46:33 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2015-05-29 14:46:33 +0200 |
commit | 8ec5c8a28f25460369710f704d0d90ce48707b35 (patch) | |
tree | 87a5a066f448762f73caf3a2ed502695852aec51 /firefox.spec | |
parent | Added patch for mozbz#1160154 - huge bookmark padding (diff) | |
download | librewolf-fedora-ff-8ec5c8a28f25460369710f704d0d90ce48707b35.tar.gz librewolf-fedora-ff-8ec5c8a28f25460369710f704d0d90ce48707b35.tar.bz2 librewolf-fedora-ff-8ec5c8a28f25460369710f704d0d90ce48707b35.zip |
Added patch for mozbz#1169233 - Disabled menu items are not greyed out
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 2558043..e4c6976 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 38.0.1 -Release: 4%{?pre_tag}%{?dist} +Release: 5%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -159,6 +159,7 @@ Patch417: mozilla-1144745-1.patch Patch418: mozilla-1144745-2.patch Patch419: mozilla-1144745-3.patch Patch420: mozilla-1160154.patch +Patch421: mozilla-1169233.patch # Fix Skia Neon stuff on AArch64 Patch500: aarch64-fix-skia.patch @@ -319,6 +320,7 @@ cd %{tarballdir} %patch418 -p1 -b .1144745-2 %patch419 -p1 -b .1144745-3 %patch420 -p1 -b .1160154 +%patch421 -p1 -b .1169233 %endif %patch500 -p1 @@ -810,6 +812,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri May 29 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-5 +- Added patch for mozbz#1169233 - Disabled menu items + are not greyed out + * Fri May 29 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-4 - Added patch for mozbz#1160154 - huge bookmark padding |