summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
-rw-r--r--package/qt/qt-4.5.3-fix-qt-zlib-build.patch (renamed from package/qt/qt-4.5.2-fix-qt-zlib-build.patch)6
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d308e938c..ec71d4ece 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2010.02, Not yet released:
+
+ Fixes all over the tree.
+
+ Updated/fixed packages: qt
+
2010.02-rc2, Released February 23th, 2010:
Fixes all over the tree and new features.
diff --git a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch
index b191cc751..47fc92f27 100644
--- a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch
+++ b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch
@@ -7,10 +7,10 @@ include path to fix this issue.
src/gui/painting/painting.pri | 3 +++
1 file changed, 3 insertions(+)
-Index: qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri
+Index: qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri
===================================================================
---- qt-embedded-linux-opensource-src-4.5.2.orig/src/gui/painting/painting.pri
-+++ qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri
+--- qt-embedded-linux-opensource-src-4.5.3.orig/src/gui/painting/painting.pri
++++ qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri
@@ -367,3 +367,6 @@
SOURCES += painting/qwindowsurface_d3d.cpp
}