summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-24 14:26:26 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-24 14:26:26 +0200
commitfac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0 (patch)
tree6492ba14a799a8d0c6f35b781524de65c93612bf /firefox.spec
parentRemoved mozbz#1205045 due to incompatibility (diff)
downloadlibrewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.tar.gz
librewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.tar.bz2
librewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.zip
Explicitly add 'layers.use-image-offscreen-surfaces' config key to allow to experiment with that.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 8a17cf5..26b7ef9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 41.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -769,6 +769,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Sep 24 2015 Martin Stransky <stransky@redhat.com> - 41.0-5
+- Explicitly add "layers.use-image-offscreen-surfaces" config key
+ to allow to experiment with that.
+
* Tue Sep 22 2015 Martin Stransky <stransky@redhat.com> - 41.0-4
- Added OMTC stability patches (mozbz#1180971, mozbz#1190935)
bgstack15