From e9a7e5377b77dffa3366c5e05e7c98b975a33fc7 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Nov 28 2007 13:33:13 +0000 Subject: Add ICQ fix --- diff --git a/centerim-4.22.1-icqack.patch b/centerim-4.22.1-icqack.patch new file mode 100644 index 0000000..55669e1 --- /dev/null +++ b/centerim-4.22.1-icqack.patch @@ -0,0 +1,21 @@ +From: Roger +Date: Sun, 25 Nov 2007 18:18:07 +0000 (+0100) +Subject: Bug #39: Ack SBL to get status notifications +X-Git-Url: http://repo.or.cz/w/centerim.git?a=commitdiff_plain;h=152235ac92c0c1c9a26ccb05e43c423b4ed64783 + +Bug #39: Ack SBL to get status notifications +--- + +diff --git a/libicq2000/src/Client.cpp b/libicq2000/src/Client.cpp +index 3bb4d36..8e453c8 100644 +--- a/libicq2000/src/Client.cpp ++++ b/libicq2000/src/Client.cpp +@@ -1524,7 +1524,7 @@ namespace ICQ2000 + SignalLog(LogEvent::INFO, "Received server-based list from server\n"); + SBLListSNAC *sbs = static_cast(snac); + mergeSBL( sbs->getContactTree() ); +-// SendSBLReceivedACK(); ++ SendSBLReceivedACK(); + break; + } + diff --git a/centerim.spec b/centerim.spec index 8fba341..660149d 100644 --- a/centerim.spec +++ b/centerim.spec @@ -4,7 +4,7 @@ Name: centerim Version: %{snapshot_ver} -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Text mode menu- and window-driven IM @@ -22,6 +22,8 @@ Patch101: centerim-4.22.1-ljtags.patch Patch102: centerim-4.22.1-ljtypo.patch # Fix MSN Patch103: centerim-4.22.1-msn-NOT.patch +# Fix ICQ +Patch104: centerim-4.22.1-icqack.patch ## feature enh # provided by Andy Shevchenko... will ask before quit @@ -48,6 +50,7 @@ Internal RSS reader and a client for LiveJournal are provided. %patch101 -p1 -b .ljtags %patch102 -p1 -b .ljtypo %patch103 -p1 -b .msn-NOT +%patch104 -p1 -b .icqack %patch201 -p1 -b .quitask %build @@ -80,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Wed Nov 28 2007 Lubomir Kundrak - 20071003-3.1 +- Attempt to fix problems with states of server-side contacts (#402301) + * Tue Oct 23 2007 Lubomir Kundrak - 20071003-3 - Thanks to Stéphane Bisinger, MSN works