diff -u kdenetwork-3.5.2/debian/changelog kdenetwork-3.5.2/debian/changelog --- kdenetwork-3.5.2/debian/changelog +++ kdenetwork-3.5.2/debian/changelog @@ -1,3 +1,12 @@ +kdenetwork (4:3.5.2-0ubuntu6.3) dapper-proposed; urgency=low + + * Add kubuntu_05_icq_connect_fix.diff + Changes in the OSCAR servers, they stopped sending own user information at + logon. Now we have to send a own user information request. + (Closes Malone: #69494, #69583) + + -- Frode M. Doeving Wed, 1 Nov 2006 13:26:05 +0100 + kdenetwork (4:3.5.2-0ubuntu6.2) dapper-updates; urgency=low * Updated patch 19_icq_version_too_old.diff fixes #54757 and KDE #131598 only in patch2: unchanged: --- kdenetwork-3.5.2.orig/debian/patches/kubuntu_05_icq_connect_fix.diff +++ kdenetwork-3.5.2/debian/patches/kubuntu_05_icq_connect_fix.diff @@ -0,0 +1,11 @@ +diff -Nur kdenetwork-3.5.2/kopete/protocols/oscar/liboscar/client.cpp kdenetwork-3.5.2.new/kopete/protocols/oscar/liboscar/client.cpp +--- kdenetwork-3.5.2/kopete/protocols/oscar/liboscar/client.cpp 2006-03-17 11:12:31.000000000 +0100 ++++ kdenetwork-3.5.2.new/kopete/protocols/oscar/liboscar/client.cpp 2006-11-01 00:42:46.000000000 +0100 +@@ -302,6 +302,7 @@ + //we've finished logging in. start the services setup + kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "stage two done. setting up services" << endl; + initializeStaticTasks(); ++ d->ownStatusTask->go(); + ServiceSetupTask* ssTask = new ServiceSetupTask( d->connections.defaultConnection()->rootTask() ); + connect( ssTask, SIGNAL( finished() ), this, SLOT( serviceSetupFinished() ) ); + ssTask->go( true ); //fire and forget