rpms/centerim/F-7 centerim-4.22.1-icqack.patch, NONE, 1.1 centerim.spec, 1.2, 1.3

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Wed Nov 28 13:33:51 UTC 2007


Author: lkundrak

Update of /cvs/pkgs/rpms/centerim/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19660/F-7

Modified Files:
	centerim.spec 
Added Files:
	centerim-4.22.1-icqack.patch 
Log Message:
Add ICQ fix


centerim-4.22.1-icqack.patch:

--- NEW FILE centerim-4.22.1-icqack.patch ---
From: Roger <roger at jikos.cz>
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<SBLListSNAC*>(snac);
 	mergeSBL( sbs->getContactTree() );
-//        SendSBLReceivedACK();
+        SendSBLReceivedACK();
 	break;
       }
       


Index: centerim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/centerim/F-7/centerim.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- centerim.spec	23 Oct 2007 10:52:58 -0000	1.2
+++ centerim.spec	28 Nov 2007 13:33:19 -0000	1.3
@@ -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 @@
 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 @@
 %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 @@
 %{_mandir}/man1/*
 
 %changelog
+* Wed Nov 28 2007 Lubomir Kundrak <lkundrak at redhat.com> - 20071003-3.1
+- Attempt to fix problems with states of server-side contacts (#402301)
+
 * Tue Oct 23 2007 Lubomir Kundrak <lkundrak at redhat.com> - 20071003-3
 - Thanks to Stéphane Bisinger, MSN works
 




More information about the fedora-extras-commits mailing list