diff options
author | Martin Stransky <stransky@redhat.com> | 2013-03-18 14:29:45 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2013-03-18 14:29:45 +0100 |
commit | a36a1f01d1fff5d1f84354e774828a5ae6e51172 (patch) | |
tree | 962229ab611fdf082db435cb49ddfae83c14744f /firefox.spec | |
parent | Update to 19.0.2 (diff) | |
download | librewolf-fedora-ff-a36a1f01d1fff5d1f84354e774828a5ae6e51172.tar.gz librewolf-fedora-ff-a36a1f01d1fff5d1f84354e774828a5ae6e51172.tar.bz2 librewolf-fedora-ff-a36a1f01d1fff5d1f84354e774828a5ae6e51172.zip |
Added fix for mozbz#239254 - local cache dir
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
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 |