Comment 3 for bug 121513

Revision history for this message
Bártfai Tamás (bartfaitamas) wrote :

As I had a little time for this issue, I checked the KDE svn repo. The patch is included in upstream, it's revision 630769. It'll be in 3.5.7. I backported this patch as the following commands:
cd kdenetwork-3.5.6
cdbs-edit-patch 99_messenger_sp2_keepalive.diff
svn diff -r630768:630769 svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdenetwork | patch -p0
exit 0
dch -n `svn log --incremental -r630768:630769 svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdenetwork/kopete | tail -n1`
debuild

The patch is almost the same as the openSuSE patch.