diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-05-23 17:36:59 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-05-23 17:36:59 +0200 |
commit | bf41727bb6bf506fef0cfbc783828ed353ebbbde (patch) | |
tree | 8a9c0d3fb1302f400ed60c340de5b4340536d154 /firefox.spec | |
parent | Enabled necko-wifi (diff) | |
download | librewolf-fedora-ff-bf41727bb6bf506fef0cfbc783828ed353ebbbde.tar.gz librewolf-fedora-ff-bf41727bb6bf506fef0cfbc783828ed353ebbbde.tar.bz2 librewolf-fedora-ff-bf41727bb6bf506fef0cfbc783828ed353ebbbde.zip |
Added a build fix for ppc64 - rhbz#1100495
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index cf2e21e..c13123a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 29.0.1 -Release: 4%{?pre_tag}%{?dist} +Release: 5%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -124,6 +124,7 @@ Patch301: firefox-aarch64-double-convertsion.patch Patch302: firefox-aarch64-libevent.patch # mbo 963024 Patch303: firefox-aarch64-xpcom.patch +Patch304: mozilla-973977.patch %if %{official_branding} # Required by Mozilla Corporation @@ -244,6 +245,9 @@ cd %{tarballdir} %patch301 -p1 -b .aarch64-dbl %patch302 -p1 -b .aarch64-libevent %patch303 -p1 -b .aarch64-xpcom +%ifarch ppc64 +%patch304 -p1 -b .973977 +%endif %if %{official_branding} # Required by Mozilla Corporation @@ -647,6 +651,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue May 23 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-5 +- Added a build fix for ppc64 - rhbz#1100495 + * Tue May 20 2014 Martin Stransky <stransky@redhat.com> - 29.0.1-4 - Enabled necko-wifi |