Author: glen Date: Tue May 4 12:35:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - gcc 4.5 fix; rel 9
---- Files affected: packages/kdenetwork: kdenetwork.spec (1.279 -> 1.280) , gcc45.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kdenetwork/kdenetwork.spec diff -u packages/kdenetwork/kdenetwork.spec:1.279 packages/kdenetwork/kdenetwork.spec:1.280 --- packages/kdenetwork/kdenetwork.spec:1.279 Tue May 4 12:22:59 2010 +++ packages/kdenetwork/kdenetwork.spec Tue May 4 14:35:42 2010 @@ -22,7 +22,7 @@ Summary(pt_BR.UTF-8): K Desktop Environment - aplicações de rede Name: kdenetwork Version: 3.5.10 -Release: 8 +Release: 9 Epoch: 10 License: GPL Group: X11/Libraries @@ -45,6 +45,7 @@ Patch7: kde-am.patch Patch8: gcc44.patch Patch9: ac264.patch +Patch10: gcc45.patch URL: http://www.kde.org/ BuildRequires: alsa-lib-devel BuildRequires: autoconf @@ -1045,6 +1046,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Network;FileTransfer;/' \ -e 's/Terminal=0/Terminal=false/' -e '/\[Desktop Entry\]/aEncoding=UTF-8' \ @@ -1752,6 +1754,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.280 2010/05/04 12:35:42 glen +- gcc 4.5 fix; rel 9 + Revision 1.279 2010/05/04 10:22:59 glen - ccache fix ================================================================ Index: packages/kdenetwork/gcc45.patch diff -u /dev/null packages/kdenetwork/gcc45.patch:1.1 --- /dev/null Tue May 4 14:35:48 2010 +++ packages/kdenetwork/gcc45.patch Tue May 4 14:35:42 2010 @@ -0,0 +1,22 @@ +--- kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp~ 2010-05-04 14:44:01.750546670 +0300 ++++ kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2010-05-04 14:44:08.283859567 +0300 +@@ -169,7 +169,7 @@ + // the sorting itself is rather slow. Therefore we call delayedSort, which tries + // to group multiple sort requests into one. + using namespace Kopete::UI::ListView; +- if ( ListView::ListView *lv = dynamic_cast<ListView *>( listView() ) ) ++ if ( ListView *lv = dynamic_cast<ListView *>( listView() ) ) + lv->delayedSort(); + else + listView()->sort(); +--- kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp~ 2006-10-01 20:27:05.000000000 +0300 ++++ kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp 2010-05-04 14:46:12.173861717 +0300 +@@ -38,7 +38,7 @@ + KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *wparent, const char *wname, QObject*, const char*, const QStringList& ) + : KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" ) + { +- KopeteRichTextEditPart::KopeteRichTextEditPart( wparent, wname, false ); ++ KopeteRichTextEditPart( wparent, wname, false ); + } + + KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *parent, const char *name, int capabilities ) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdenetwork/kdenetwork.spec?r1=1.279&r2=1.280&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
