diff options
author | Martin Stransky <stransky@redhat.com> | 2016-05-05 11:29:43 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-05-05 11:29:43 +0200 |
commit | 4d24fce2a5889246ed53358c4d564a8ca56375cc (patch) | |
tree | 39fcc0c538a2eb2de5ffac47fa5dc40b91c4c625 /firefox.spec | |
parent | removed alredy merged patch (diff) | |
download | librewolf-fedora-ff-4d24fce2a5889246ed53358c4d564a8ca56375cc.tar.gz librewolf-fedora-ff-4d24fce2a5889246ed53358c4d564a8ca56375cc.tar.bz2 librewolf-fedora-ff-4d24fce2a5889246ed53358c4d564a8ca56375cc.zip |
Disable dark theme until we support it correctly (mozbz#1216658)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 6fc4a1a..966bf45 100644 --- a/firefox.spec +++ b/firefox.spec @@ -92,7 +92,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 46.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -136,6 +136,7 @@ Patch305: mozilla-1245076.patch Patch306: mozilla-1245076-1.patch Patch400: mozilla-1255590.patch Patch402: mozilla-1196777.patch +Patch403: mozilla-1216658.patch # Debian patches Patch500: mozilla-440908.patch @@ -280,6 +281,7 @@ cd %{tarballdir} %patch306 -p1 -b .1245076-1 %patch400 -p1 -b .1255590 %patch402 -p1 -b .1196777 +%patch403 -p1 -b .1216658 # Debian extension patch %patch500 -p1 -b .440908 @@ -799,6 +801,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu May 5 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-2 +- Disable dark theme until we support it correctly (mozbz#1216658) + * Tue May 3 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-1 - Updated to 46.0.1 |