From 2ee23c067c3dea97bbb65139d737e9e41f82428f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 15 Sep 2015 15:15:53 +0200 Subject: Enabled OMTC, Disabled system cairo --- firefox-redhat-default-prefs.js | 1 - firefox.spec | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index dc31ddb..d027bd8 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -26,4 +26,3 @@ pref("media.gmp-gmpopenh264.enabled",false); pref("plugins.notifyMissingFlash", false); /* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */ pref("browser.display.use_system_colors", false); -pref("layers.offmainthreadcomposition.enabled", false); diff --git a/firefox.spec b/firefox.spec index cf98beb..faeace4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -20,11 +20,6 @@ # Use system cairo? %define system_cairo 0 -# Gtk3 needs system cairo -%if %{toolkit_gtk3} -%define system_cairo 1 -%endif - # Hardened build? %if 0%{?fedora} > 20 %define hardened_build 1 @@ -91,7 +86,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 41.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -768,6 +763,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Sep 15 2015 Martin Stransky - 41.0-2 +- Enabled OMTC +- Disabled system cairo + * Tue Sep 15 2015 Martin Stransky - 41.0-1 - Update to 40.0 Build 1 -- cgit