summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
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 d8c1924..762e8a5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -54,8 +54,8 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 19.0.2
-Release: 2%{?pre_tag}%{?dist}
+Version: 20.0
+Release: 1%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -425,6 +425,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Apr 1 2013 Martin Stransky <stransky@redhat.com> - 20.0-1
+- Updated to 20.0
+
* Mon Mar 18 2013 Martin Stransky <stransky@redhat.com> - 19.0.2-2
- Added fix for mozbz#239254 - local cache dir
bgstack15