QTBUG-18338 already fixed in 4.7.3

This commit is contained in:
Jaroslav Reznik 2011-05-05 12:47:09 +02:00
parent 15b71d3c8d
commit 8517c08334

View File

@ -105,10 +105,6 @@ Patch212: 0012-Add-context-to-tr-calls-in-QShortcut.patch
# security patches
Patch300: qt-everywhere-opensource-src-4.7.0-CVE-2010-1822-crash-svg-image.patch
Patch301: qt-ssl-QTBUG-18338.patch
# http://qt.gitorious.org/+qt-developers/qt/staging/commit/b87528a71b66e786c11804d7b79e408aae612748
# followup to 301
Patch302: qt-ssl-QTBUG-18338-2.patch
# gstreamer logos
Source10: http://gstreamer.freedesktop.org/data/images/artwork/gstreamer-logo.svg
@ -522,8 +518,6 @@ Qt libraries used for drawing widgets and OpenGL items.
# security fixes
%patch300 -p1 -b .CVE-2010-1822-crash-svg-image
%patch301 -p1 -b .ssl-QTBUG-18338
%patch302 -p1 -b .ssl-QTBUG-18338-2
# drop -fexceptions from $RPM_OPT_FLAGS
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`