summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2013-05-16 12:26:54 +0200
committerMartin Stransky <stransky@redhat.com>2013-05-16 12:26:54 +0200
commit013fcd5c02b1fbf34b5ec677891866c154ef4c81 (patch)
tree300d991e8a1190044bb9e08e225189fa833338f0 /firefox.spec
parentKeep compatibility with old preference dir (diff)
downloadlibrewolf-fedora-ff-013fcd5c02b1fbf34b5ec677891866c154ef4c81.tar.gz
librewolf-fedora-ff-013fcd5c02b1fbf34b5ec677891866c154ef4c81.tar.bz2
librewolf-fedora-ff-013fcd5c02b1fbf34b5ec677891866c154ef4c81.zip
Fixed extension compatibility dialog (rhbz#963422)
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 7a6f35c..2b76c6c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,7 +55,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 21.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
@@ -442,6 +442,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu May 16 2013 Martin Stransky <stransky@redhat.com> - 21.0-3
+- Fixed extension compatibility dialog (rhbz#963422)
+
* Wed May 15 2013 Martin Stransky <stransky@redhat.com> - 21.0-2
- Keep compatibility with old preference dir
bgstack15