diff --git a/qt.spec b/qt.spec index feaeee0..b18d49d 100644 --- a/qt.spec +++ b/qt.spec @@ -85,7 +85,7 @@ Summary: The shared library for the Qt GUI toolkit. Name: qt Version: %{ver} -Release: 21 +Release: 22 Epoch: 1 License: GPL/QPL Group: System Environment/Libraries @@ -128,6 +128,7 @@ patch202: qt-x11-free-3.3.4-gcc4-buildkey.patch Patch203: qt-x11-free-3.3.4-qtlocale.patch Patch204: qt-x11-free-3.3.4-fullscreen.patch Patch205: qt-x11-free-3.3.4-gcc4.patch +Patch206: qt-x11-free-3.3.4-qlistview-99428.patch Prefix: %{qtdir} @@ -343,6 +344,7 @@ for the Qt toolkit. %patch203 -p1 -b .qtlocale %patch204 -p1 -b .fullscreen %patch205 -p1 -b .gcc4 +%patch206 -p1 -b .qlistview-99428 # convert to UTF-8 iconv -f iso-8859-1 -t utf-8 < doc/man/man3/qdial.3qt > doc/man/man3/qdial.3qt_ @@ -715,6 +717,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 22 2005 Than Ngo 1:3.3.4-22 +- apply upstream patch to fix kmail folder selector #166430 + * Mon Aug 15 2005 Than Ngo 1:3.3.4-21 - fix gcc4 build problem