summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-07-30 12:03:59 +0200
committerMartin Stransky <stransky@anakreon.cz>2014-07-30 12:03:59 +0200
commitfeb0a869fb3009aa69ef552432e49bd3e9bf2e86 (patch)
treec45f583718d96db75adcb2a894107f8eadaf1257 /firefox.spec
parentRenamed a addon patch file (diff)
downloadlibrewolf-fedora-ff-feb0a869fb3009aa69ef552432e49bd3e9bf2e86.tar.gz
librewolf-fedora-ff-feb0a869fb3009aa69ef552432e49bd3e9bf2e86.tar.bz2
librewolf-fedora-ff-feb0a869fb3009aa69ef552432e49bd3e9bf2e86.zip
Added patch for mozbz#858919
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 2e03b1e..65aa7e6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -87,7 +87,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 31.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
@@ -117,6 +117,7 @@ Patch215: firefox-enable-addons.patch
Patch216: firefox-duckduckgo.patch
# Upstream patches
+Patch300: mozilla-858919.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -229,6 +230,7 @@ cd %{tarballdir}
%patch216 -p1 -b .duckduckgo
# Upstream patches
+%patch300 -p1 -b .858919
%if %{official_branding}
# Required by Mozilla Corporation
@@ -632,6 +634,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jul 30 2014 Martin Stransky <stransky@redhat.com> - 31.0-2
+- Added patch for mozbz#858919
+
* Thu Jul 17 2014 Martin Stransky <stransky@redhat.com> - 31.0-1
- Update to 31.0 build 2
bgstack15