diff --git a/qt.spec b/qt.spec index 4320527..e31aa0f 100644 --- a/qt.spec +++ b/qt.spec @@ -73,7 +73,7 @@ Summary: The shared library for the Qt GUI toolkit. Name: qt Version: %{ver} -Release: 14 +Release: 15 Epoch: 1 License: GPL/QPL Group: System Environment/Libraries @@ -303,6 +303,10 @@ for the Qt toolkit. %patch53 -p1 -b .im %endif +# convert to UTF-8 +iconv -f iso-8859-1 -t utf-8 < doc/man/man3/qdial.3qt > doc/man/man3/qdial.3qt_ +mv doc/man/man3/qdial.3qt_ doc/man/man3/qdial.3qt + %build export QTDIR=`/bin/pwd` export LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH" @@ -694,6 +698,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 29 2004 Than Ngo 1:3.3.3-15 +- convert qdial.3qt to UTF-8 bug #140946 + * Tue Nov 23 2004 Than Ngo 1:3.3.3-14 - add missing lupdate and lrelease #140230