summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 5 insertions, 6 deletions
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 <stransky@redhat.com> - 41.0-2
+- Enabled OMTC
+- Disabled system cairo
+
* Tue Sep 15 2015 Martin Stransky <stransky@redhat.com> - 41.0-1
- Update to 40.0 Build 1
bgstack15