summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-12-11 11:57:14 +0100
committerMartin Stransky <stransky@redhat.com>2014-12-11 11:57:14 +0100
commit7a6142b695ee1287781d03fb7323ad7ebbe184b5 (patch)
tree3a0e7c00c8b0fdaae49d418f319fe27459726610 /firefox.spec
parentDisabled flash plugin instllation pop-up (mozbz#1108645) (diff)
downloadlibrewolf-fedora-ff-7a6142b695ee1287781d03fb7323ad7ebbe184b5.tar.gz
librewolf-fedora-ff-7a6142b695ee1287781d03fb7323ad7ebbe184b5.tar.bz2
librewolf-fedora-ff-7a6142b695ee1287781d03fb7323ad7ebbe184b5.zip
Disabled Gtk3 on Fedora 21 and earlier (rhbz#1172926)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 558079d..f4cadf8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -12,7 +12,7 @@
# Build for Gtk3?
%if 0%{?fedora} <= 21
-%define toolkit_gtk3 1
+%define toolkit_gtk3 0
%else
%define toolkit_gtk3 1
%endif
@@ -113,7 +113,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 34.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -773,6 +773,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Dec 11 2014 Martin Stransky <stransky@redhat.com> - 34.0-6
+- Disabled Gtk3 on Fedora 21 and earlier (rhbz#1172926)
+
* Wed Dec 10 2014 Martin Stransky <stransky@redhat.com> - 34.0-5
- Disabled flash plugin instllation pop-up (mozbz#1108645)
bgstack15