summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-06-01 14:10:16 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-06-01 14:10:16 +0200
commit2f68d57f5cb9defee8c4cd9411cc5df0b33d478f (patch)
tree55651f0c3f9b309fb3260cda5b1d5b00de191318 /firefox.spec
parentAdded patch for mozbz#1169233 - Disabled menu items are not greyed out (diff)
downloadlibrewolf-fedora-ff-2f68d57f5cb9defee8c4cd9411cc5df0b33d478f.tar.gz
librewolf-fedora-ff-2f68d57f5cb9defee8c4cd9411cc5df0b33d478f.tar.bz2
librewolf-fedora-ff-2f68d57f5cb9defee8c4cd9411cc5df0b33d478f.zip
Added fix for rhbz#1226868 - [GTK3] regression: bad colors make notifications unreadable
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e4c6976..6c6d111 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 38.0.1
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -160,6 +160,7 @@ Patch418: mozilla-1144745-2.patch
Patch419: mozilla-1144745-3.patch
Patch420: mozilla-1160154.patch
Patch421: mozilla-1169233.patch
+Patch422: mozilla-1169232.patch
# Fix Skia Neon stuff on AArch64
Patch500: aarch64-fix-skia.patch
@@ -321,6 +322,7 @@ cd %{tarballdir}
%patch419 -p1 -b .1144745-3
%patch420 -p1 -b .1160154
%patch421 -p1 -b .1169233
+%patch422 -p1 -b .1169232
%endif
%patch500 -p1
@@ -812,6 +814,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jun 1 2015 Martin Stransky <stransky@redhat.com> - 38.0.1-6
+- Added fix for rhbz#1226868 - [GTK3] regression: bad colors
+ make notifications unreadable
+
* 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
bgstack15