[xulrunner/f17] A workaround for Bug 928353 - firefox i686 crashes for a number of web pages

Martin Stransky stransky at fedoraproject.org
Wed Apr 3 08:05:06 UTC 2013


commit 3b6649ae7efd1ffd2bd0acd5c960584eef1445c1
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Wed Apr 3 09:56:22 2013 +0200

    A workaround for Bug 928353 - firefox i686 crashes for a number of web pages

 xulrunner.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 90b20cf..c681684 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -98,6 +98,7 @@ Patch19:        rhbz-304121.patch
 # Fedora specific patches
 Patch20:        mozilla-193-pkgconfig.patch
 Patch21:        rhbz-911314.patch
+Patch22:        rhbz-928353.patch
 
 # Upstream patches
 Patch101:       mozilla-791626.patch
@@ -237,6 +238,12 @@ cd %{tarballdir}
 %patch104 -p1 -b .844883
 %endif
 
+%if 0%{?fedora} >= 19
+%ifarch %{ix86}
+%patch22  -p2
+%endif
+%endif
+
 %patch101 -p1 -b .791626
 %patch102 -p1 -b .239254
 


More information about the scm-commits mailing list