summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-29 08:48:20 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-29 08:48:20 +0200
commita5b8d3c0c2fb927aaba080195959483b26b3399d (patch)
tree92842e129c903b6e2e8ab18ddcc6bbf51b6a4598 /firefox.spec
parentMerge branch 'master' into f24 (diff)
downloadlibrewolf-fedora-ff-a5b8d3c0c2fb927aaba080195959483b26b3399d.tar.gz
librewolf-fedora-ff-a5b8d3c0c2fb927aaba080195959483b26b3399d.tar.bz2
librewolf-fedora-ff-a5b8d3c0c2fb927aaba080195959483b26b3399d.zip
Added fix for mozbz#1250704 - tooltips text color
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index f5db769..9940d5b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -82,7 +82,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 48.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -772,6 +772,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jul 29 2016 Martin Stransky <stransky@redhat.com> - 48.0-5
+- Added fix for mozbz#1250704 - tooltips text color
+
* Thu Jul 28 2016 Martin Stransky <stransky@redhat.com> - 48.0-4
- Enable dark themes by pref in about:config (Bug 1272332)
- Backported gtk3.20 upstream fixes
bgstack15