summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2014-01-30 11:14:46 +0100
committerJan Horak <jhorak@redhat.com>2014-01-30 11:14:46 +0100
commit863f53f57fd2bb1950c75fb1533b99fce95b81c3 (patch)
tree8585d90fdf81bc38d76ffa34f7e52bb6de7cbeca /firefox.spec
parentAdded support to enable/disable gstreamer to spec (diff)
downloadlibrewolf-fedora-ff-863f53f57fd2bb1950c75fb1533b99fce95b81c3.tar.gz
librewolf-fedora-ff-863f53f57fd2bb1950c75fb1533b99fce95b81c3.tar.bz2
librewolf-fedora-ff-863f53f57fd2bb1950c75fb1533b99fce95b81c3.zip
Disabled system cairo
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index cb90190..2729623 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
%endif
# Use system cairo?
-%define system_cairo 1
+%define system_cairo 0
%define enable_gstreamer 1
@@ -637,8 +637,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Tue Jan 21 2014 Jan Horak <jhorak@redhat.com> - 26.0-7
+* Thu Jan 30 2014 Jan Horak <jhorak@redhat.com> - 26.0-7
- Set default homepage to about:newtab and make start.fedoraproject.org page pinned on it
+- Disable system cairo because of rhbz#1059076
* Mon Jan 20 2014 Jan Horak <jhorak@redhat.com> - 26.0-6
- Fixed langpack installation
bgstack15