summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 5990893..d8c1924 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,7 +55,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 19.0.2
-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
@@ -80,6 +80,7 @@ Patch15: firefox-15.0-enable-addons.patch
Patch16: firefox-duckduckgo.patch
# Upstream patches
+Patch100: mozilla-239254.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -126,6 +127,7 @@ cd %{tarballdir}
%patch16 -p1 -b .duckduckgo
# Upstream patches
+%patch100 -p1 -b .239254
%if %{official_branding}
# Required by Mozilla Corporation
@@ -423,6 +425,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Mar 18 2013 Martin Stransky <stransky@redhat.com> - 19.0.2-2
+- Added fix for mozbz#239254 - local cache dir
+
* Mon Mar 11 2013 Jan Horak <jhorak@redhat.com> - 19.0.2-1
- Update to 19.0.2
bgstack15