From 2f68d57f5cb9defee8c4cd9411cc5df0b33d478f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Jun 2015 14:10:16 +0200 Subject: Added fix for rhbz#1226868 - [GTK3] regression: bad colors make notifications unreadable --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firefox.spec') 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 - 38.0.1-6 +- Added fix for rhbz#1226868 - [GTK3] regression: bad colors + make notifications unreadable + * Fri May 29 2015 Martin Stransky - 38.0.1-5 - Added patch for mozbz#1169233 - Disabled menu items are not greyed out -- cgit