rpms/centericq/FC-6 centericq-agent-list.patch, NONE, 1.1 centericq.spec, 1.27, 1.28

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Apr 25 22:19:19 UTC 2007


Author: awjb

Update of /cvs/extras/rpms/centericq/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26073/FC-6

Modified Files:
	centericq.spec 
Added Files:
	centericq-agent-list.patch 
Log Message:
- fix #233808 (503 jabber disco)
- fix #233901 (no sound/no translation)


centericq-agent-list.patch:

--- NEW FILE centericq-agent-list.patch ---
diff -c /tmp/centericq-4.21.0/src/hooks/jabberhook.cc.orig /tmp/centericq-4.21.0/src/hooks/jabberhook.cc
--- /tmp/centericq-4.21.0/src/hooks/jabberhook.cc.orig	Sat Sep 30 11:24:59 2006
+++ /tmp/centericq-4.21.0/src/hooks/jabberhook.cc	Sat Sep 30 11:25:17 2006
@@ -887,6 +887,8 @@
 void jabberhook::gotloggedin() {
     xmlnode x;
 
+    flogged = true;
+
     x = jutil_iqnew(JPACKET__GET, NS_AGENTS);
     xmlnode_put_attrib(x, "id", "Agent List");
     jab_send(jc, x);
@@ -935,7 +937,6 @@
     int i;
     icqcontact *c;
 
-    flogged = true;
     ourstatus = available;
     time(&timer_keepalive);


Index: centericq.spec
===================================================================
RCS file: /cvs/extras/rpms/centericq/FC-6/centericq.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- centericq.spec	10 Feb 2007 07:18:13 -0000	1.27
+++ centericq.spec	25 Apr 2007 22:18:44 -0000	1.28
@@ -1,6 +1,6 @@
 Name:           centericq
 Version:        4.21.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 
 Summary:        Text mode menu- and window-driven IM
 
@@ -35,6 +35,9 @@
 # Fix ljhook
 Patch101:       http://www.crystalowl.net/patches/centericq-4.20.0-ljtags.patch
 Patch102:       centericq-ljtypo.patch
+# see #233808
+# http://www.dtek.chalmers.se/~henoch/centericq.patch
+Patch103:       centericq-agent-list.patch
 
 ## feature enh
 # improve utf8 handling
@@ -70,6 +73,7 @@
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
+%patch103 -p3
 %patch200 -p1
 %patch201 -p1
 aclocal
@@ -78,7 +82,7 @@
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" \
-./configure --with-ssl
+./configure --with-ssl --prefix=%{_prefix} --datadir=%{_datadir}
 
 %{__make} %{?_smp_flags}
 
@@ -106,6 +110,12 @@
 %exclude %{_includedir}/msn
 
 %changelog
+* Sun Apr 01 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+4.21.0-10
+- fix #233808 (503 jabber disco)
+- fix #233901 (no sound/no translation)
+
+
 * Sat Feb 10 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 4.21.0-9
 - fix CVE-2007-160 (#227791)




More information about the scm-commits mailing list