summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2013-10-17 12:28:30 +0200
committerMartin Stransky <stransky@redhat.com>2013-10-17 12:28:30 +0200
commitc6c7068dae2eaaa20ec3341ce93d859e7585417e (patch)
tree7a5c82d717e61600c3a0dd4a01c2502de11032e5 /firefox.spec
parentremoved old langpacks (diff)
downloadlibrewolf-fedora-ff-c6c7068dae2eaaa20ec3341ce93d859e7585417e.tar.gz
librewolf-fedora-ff-c6c7068dae2eaaa20ec3341ce93d859e7585417e.tar.bz2
librewolf-fedora-ff-c6c7068dae2eaaa20ec3341ce93d859e7585417e.zip
Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
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 1931d92..c3ed5a4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -58,7 +58,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 24.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -443,6 +443,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-2
+- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
+
* Fri Sep 13 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
- Update to 24.0
bgstack15