summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2011-11-15 11:00:28 +0100
committerMartin Stransky <stransky@anakreon.cz>2011-11-15 11:00:28 +0100
commit126d848301e52364e1555caf660033eff046d1dc (patch)
tree5410b82a8ffc8f33ef29a8c8c24049bcdfa32f03 /firefox.spec
parentTemporary workaround for langpacks (#753551) (diff)
downloadlibrewolf-fedora-ff-126d848301e52364e1555caf660033eff046d1dc.tar.gz
librewolf-fedora-ff-126d848301e52364e1555caf660033eff046d1dc.tar.bz2
librewolf-fedora-ff-126d848301e52364e1555caf660033eff046d1dc.zip
Disabled addon check UI (#753551)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 76bfab1..8a333a9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -44,7 +44,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 8.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -341,6 +341,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-3
+- Disabled addon check UI (#753551)
+
* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-2
- Temporary workaround for langpacks (#753551)
bgstack15