diff options
author | Martin Stransky <stransky@redhat.com> | 2014-12-10 15:01:15 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-12-10 15:01:15 +0100 |
commit | 55619a03bf3416cd44990da12bb0777fe8ab8b0e (patch) | |
tree | aec6364e92a381a89b52159ccc21114780b0bdf0 /firefox.spec | |
parent | fixed url for java plugin installation guide, resolves rhbz#979985 (diff) | |
download | librewolf-fedora-ff-55619a03bf3416cd44990da12bb0777fe8ab8b0e.tar.gz librewolf-fedora-ff-55619a03bf3416cd44990da12bb0777fe8ab8b0e.tar.bz2 librewolf-fedora-ff-55619a03bf3416cd44990da12bb0777fe8ab8b0e.zip |
Disabled flash plugin instllation pop-up (mozbz#1108645)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 37371b0..558079d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ # Build for Gtk3? %if 0%{?fedora} <= 21 -%define toolkit_gtk3 0 +%define toolkit_gtk3 1 %else %define toolkit_gtk3 1 %endif @@ -113,7 +113,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 34.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 @@ -773,7 +773,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Fri Dec 8 2014 Jiri Vanek <jvanek@redhat.com> - 34.0-4 +* Wed Dec 10 2014 Martin Stransky <stransky@redhat.com> - 34.0-5 +- Disabled flash plugin instllation pop-up (mozbz#1108645) + +* Mon Dec 8 2014 Jiri Vanek <jvanek@redhat.com> - 34.0-4 - added and applied patch218, java-plugin-url.patch - fixed url for java plugin installation guide - resolves rhbz#979985 |