diff -u kopete-3.5.5+kopete0.12.3/debian/changelog kopete-3.5.5+kopete0.12.3/debian/changelog --- kopete-3.5.5+kopete0.12.3/debian/changelog +++ kopete-3.5.5+kopete0.12.3/debian/changelog @@ -1,3 +1,11 @@ +kopete (4:3.5.5+kopete0.12.3-0ubuntu2) edgy; urgency=low + + * Add kubuntu_04_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) + + -- Frode M. Doeving Tue, 31 Oct 2006 20:44:45 +0100 + kopete (4:3.5.5+kopete0.12.3-0ubuntu1) edgy; urgency=low * New upstream release only in patch2: unchanged: --- kopete-3.5.5+kopete0.12.3.orig/debian/patches/kubuntu_04_icq_connect_fix.diff +++ kopete-3.5.5+kopete0.12.3/debian/patches/kubuntu_04_icq_connect_fix.diff @@ -0,0 +1,11 @@ +diff -Nur kopete-3.5.5+kopete0.12.3/kopete/protocols/oscar/liboscar/client.cpp kopete-3.5.5+kopete0.12.3.new/kopete/protocols/oscar/liboscar/client.cpp +--- kopete-3.5.5+kopete0.12.3/kopete/protocols/oscar/liboscar/client.cpp 2006-10-31 20:36:21.000000000 +0100 ++++ kopete-3.5.5+kopete0.12.3.new/kopete/protocols/oscar/liboscar/client.cpp 2006-10-31 20:39:36.000000000 +0100 +@@ -340,6 +340,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