[qt] revert "fix QtScript JIT crash" patch, causes frequent segmentation faults (#853587)

Rex Dieter rdieter at fedoraproject.org
Tue Sep 4 14:48:50 UTC 2012


commit 4f64405c27de3b316e26b280ac3cd8ca85c10dbe
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Sep 4 09:52:55 2012 -0500

    revert "fix QtScript JIT crash" patch, causes frequent segmentation faults (#853587)

 qt.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/qt.spec b/qt.spec
index 33b2af6..ff1a672 100644
--- a/qt.spec
+++ b/qt.spec
@@ -16,7 +16,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.8.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@@ -125,6 +125,7 @@ Patch102: qt-everywhere-opensource-src-4.8.1-type.patch
 # fix JIT crash
 # https://bugreports.qt-project.org/browse/QTBUG-23871
 # https://bugs.kde.org/show_bug.cgi?id=297661
+# REVERT for now, http://bugzilla.redhat.com/853587
 Patch103: qt-Fix-JIT-crash-on-x86-64-avoid-32-bit-branch-offset-o.patch
 
 # security patches
@@ -469,7 +470,7 @@ rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
 %patch100 -p1 -b .QTgaHandler
 %patch101 -p1 -b .fix_cursor_blink
 %patch102 -p1 -b .bigendian
-%patch103 -p1 -b .QtScript_JIT
+#patch103 -p1 -b .QtScript_JIT
 
 # security fixes
 %patch200 -p1 -b .CVE-2011-3922
@@ -1101,6 +1102,9 @@ fi
 
 
 %changelog
+* Tue Sep 04 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.2-6
+- revert "fix QtScript JIT crash" patch, causes frequent segmentation faults (#853587)
+
 * Mon Aug 13 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.2-5
 - fix QtScript JIT crash (QTBUG-23871, kde#297661) 
 


More information about the scm-commits mailing list