summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2012-08-22 10:11:08 +0200
committerDan Horák <dan@danny.cz>2012-08-22 10:11:08 +0200
commita764b19f5d35b806ffa0a5fa50314852136cb90e (patch)
tree7bdb5aebac42ad93dad6a298827a6e13ddd92ef7 /firefox.spec
parentremoved StartupWMClass (rhbz#844860) (diff)
downloadlibrewolf-fedora-ff-a764b19f5d35b806ffa0a5fa50314852136cb90e.tar.gz
librewolf-fedora-ff-a764b19f5d35b806ffa0a5fa50314852136cb90e.tar.bz2
librewolf-fedora-ff-a764b19f5d35b806ffa0a5fa50314852136cb90e.zip
add fix for secondary arches from xulrunner
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 32634f2..b264999 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -52,7 +52,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 14.0.1
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -76,6 +76,7 @@ Patch14: firefox-5.0-asciidel.patch
Patch15: firefox-8.0-enable-addons.patch
# Upstream patches
+Patch20: mozilla-750620.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -120,6 +121,7 @@ cd %{tarballdir}
%patch15 -p2 -b .addons
# Upstream patches
+%patch20 -p1 -b .750620
%if %{official_branding}
# Required by Mozilla Corporation
@@ -391,6 +393,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Aug 22 2012 Dan Horák <dan[at]danny.cz> - 14.0.1-3
+- add fix for secondary arches from xulrunner
+
* Wed Aug 1 2012 Martin Stransky <stransky@redhat.com> - 14.0.1-2
- removed StartupWMClass (rhbz#844860)
bgstack15