5.2.1
This commit is contained in:
parent
6739b9d50f
commit
255e99dc63
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/qtbase-opensource-src-5.2.0.tar.xz
|
/qtbase-opensource-src-5.2.1.tar.xz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -ur qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp qt-everywhere-opensource-src-4.8.5-QTBUG-35460/src/xml/sax/qxml.cpp
|
|
||||||
--- qt-everywhere-opensource-src-4.8.5-CVE-2013-4549/src/xml/sax/qxml.cpp 2013-12-05 19:23:33.000000000 +0100
|
|
||||||
+++ qt-everywhere-opensource-src-4.8.5-QTBUG-35460/src/xml/sax/qxml.cpp 2014-01-13 20:15:11.000000000 +0100
|
|
||||||
@@ -6674,7 +6674,7 @@
|
|
||||||
|
|
||||||
if (expandedSizes[entity] > entityCharacterLimit) {
|
|
||||||
if (errorMessage) {
|
|
||||||
- *errorMessage = QString::fromLatin1("The XML entity \"%1\" expands too a string that is too large to process (%2 characters > %3).");
|
|
||||||
+ *errorMessage = QString::fromLatin1("The XML entity \"%1\" expands to a string that is too large to process (%2 characters > %3).");
|
|
||||||
*errorMessage = (*errorMessage).arg(entity).arg(expandedSizes[entity]).arg(entityCharacterLimit);
|
|
||||||
}
|
|
||||||
return true;
|
|
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Version: 5.2.0
|
Version: 5.2.1
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -57,9 +57,6 @@ Patch3: qtbase-qatomic-ppc.patch
|
|||||||
# fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
|
# fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
|
||||||
Patch4: qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
|
Patch4: qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
|
||||||
|
|
||||||
# fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
|
|
||||||
Patch5: qt-everywhere-opensource-src-4.8.5-QTBUG-35460.patch
|
|
||||||
|
|
||||||
# add a QT_XCB_FORCE_SOFTWARE_OPENGL environment variable to allow forcing
|
# add a QT_XCB_FORCE_SOFTWARE_OPENGL environment variable to allow forcing
|
||||||
# LIBGL_ALWAYS_SOFTWARE (llvmpipe) for Qt 5 apps only
|
# LIBGL_ALWAYS_SOFTWARE (llvmpipe) for Qt 5 apps only
|
||||||
Patch6: qtbase-opensource-src-5.2.0-allow-forcing-llvmpipe.patch
|
Patch6: qtbase-opensource-src-5.2.0-allow-forcing-llvmpipe.patch
|
||||||
@ -72,10 +69,6 @@ Patch12: qtbase-opensource-src-5.2.0-enable_ft_lcdfilter.patch
|
|||||||
# https://bugreports.qt-project.org/browse/QTBUG-27195
|
# https://bugreports.qt-project.org/browse/QTBUG-27195
|
||||||
# NEEDS REBASE
|
# NEEDS REBASE
|
||||||
Patch50: qt5-poll.patch
|
Patch50: qt5-poll.patch
|
||||||
# fix big endian builds
|
|
||||||
Patch51: qtbase-opensource-src-5.1.1-bigendian.patch
|
|
||||||
# fix build with -system-harfbuzz
|
|
||||||
Patch52: qtbase-opensource-src-5.2.0-alpha-harfbuzz.patch
|
|
||||||
|
|
||||||
##upstream patches
|
##upstream patches
|
||||||
|
|
||||||
@ -261,13 +254,10 @@ rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
|
|||||||
|
|
||||||
%patch3 -p1 -b .qatomic-ppc
|
%patch3 -p1 -b .qatomic-ppc
|
||||||
%patch4 -p1 -b .QTBUG-35459
|
%patch4 -p1 -b .QTBUG-35459
|
||||||
%patch5 -p1 -b .QTBUG-35460
|
|
||||||
%patch6 -p1 -b .allow-forcing-llvmpipe
|
%patch6 -p1 -b .allow-forcing-llvmpipe
|
||||||
%patch12 -p1 -b .enable_ft_lcdfilter
|
%patch12 -p1 -b .enable_ft_lcdfilter
|
||||||
|
|
||||||
#patch50 -p1 -b .poll
|
#patch50 -p1 -b .poll
|
||||||
%patch51 -p1 -b .bigendian
|
|
||||||
%patch52 -p1 -b .harfbuzz
|
|
||||||
|
|
||||||
# drop -fexceptions from $RPM_OPT_FLAGS
|
# drop -fexceptions from $RPM_OPT_FLAGS
|
||||||
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
||||||
@ -684,6 +674,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
|
||||||
|
- 5.2.1
|
||||||
|
|
||||||
* Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
|
* Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
|
||||||
- better %%rpm_macros_dir handling
|
- better %%rpm_macros_dir handling
|
||||||
|
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
diff -up qtbase-opensource-src-5.1.1/src/3rdparty/sha3/KeccakF-1600-opt64.c.bigendian qtbase-opensource-src-5.1.1/src/3rdparty/sha3/KeccakF-1600-opt64.c
|
|
||||||
--- qtbase-opensource-src-5.1.1/src/3rdparty/sha3/KeccakF-1600-opt64.c.bigendian 2013-09-23 11:10:42.000000000 +0200
|
|
||||||
+++ qtbase-opensource-src-5.1.1/src/3rdparty/sha3/KeccakF-1600-opt64.c 2013-09-23 11:16:02.000000000 +0200
|
|
||||||
@@ -324,7 +324,7 @@ static void KeccakPermutation(unsigned c
|
|
||||||
KeccakPermutationOnWords((UINT64*)state);
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if 0 // Unused in the Qt configuration
|
|
||||||
+#if (PLATFORM_BYTE_ORDER == IS_BIG_ENDIAN)
|
|
||||||
static void fromBytesToWord(UINT64 *word, const UINT8 *bytes)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
||||||
@@ -445,7 +445,7 @@ static void KeccakAbsorb(unsigned char *
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if 0 // Unused in the Qt configuration
|
|
||||||
+#if (PLATFORM_BYTE_ORDER == IS_BIG_ENDIAN)
|
|
||||||
static void fromWordToBytes(UINT8 *bytes, const UINT64 word)
|
|
||||||
{
|
|
||||||
unsigned int i;
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -up qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp.harfbuzz qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp
|
|
||||||
--- qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp.harfbuzz 2013-09-27 06:05:10.000000000 -0500
|
|
||||||
+++ qtbase-opensource-src-5.2.0-alpha/src/gui/text/qtextengine.cpp 2013-10-01 12:20:23.089054279 -0500
|
|
||||||
@@ -1098,7 +1098,7 @@ int QTextEngine::shapeTextWithHarfbuzzNG
|
|
||||||
hb_buffer_set_segment_properties(buffer, &props);
|
|
||||||
hb_buffer_guess_segment_properties(buffer);
|
|
||||||
|
|
||||||
- uint buffer_flags = HB_BUFFER_FLAG_DEFAULT;
|
|
||||||
+ uint buffer_flags = HB_BUFFER_FLAGS_DEFAULT;
|
|
||||||
// Symbol encoding used to encode various crap in the 32..255 character code range,
|
|
||||||
// and thus might override U+00AD [SHY]; avoid hiding default ignorables
|
|
||||||
if (actualFontEngine->symbol)
|
|
Loading…
Reference in New Issue
Block a user