summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-15 15:15:53 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-15 15:15:53 +0200
commit2ee23c067c3dea97bbb65139d737e9e41f82428f (patch)
tree94f4f9fd11f22699b2c6f8a01c8bb887c88a88fe /firefox.spec
parentAdd GConf2-devel build req (diff)
downloadlibrewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.tar.gz
librewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.tar.bz2
librewolf-fedora-ff-2ee23c067c3dea97bbb65139d737e9e41f82428f.zip
Enabled OMTC, Disabled system cairo
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