rpms/jabbim/devel jabbim-0.4-lost-initial-message-if-empty-sender-mood.diff, NONE, 1.1 jabbim.spec, 1.19, 1.20

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Tue Jun 24 11:45:39 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/jabbim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25273

Modified Files:
	jabbim.spec 
Added Files:
	jabbim-0.4-lost-initial-message-if-empty-sender-mood.diff 
Log Message:
* Tue Jun 24 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-3
- Add upstream patch to prevent initial message loss if sender's mood is empty.


jabbim-0.4-lost-initial-message-if-empty-sender-mood.diff:

--- NEW FILE jabbim-0.4-lost-initial-message-if-empty-sender-mood.diff ---
Initial message of a conversation can be lost if the sender's mood is empty.
This is a partial backport of upstream SVN change 2993.

Index: widgets/chatwidget.py
===================================================================
--- widgets/chatwidget.py	(revision 3030)
+++ widgets/chatwidget.py	(working copy)
@@ -341,7 +341,7 @@
 		mood = contact.getPEP('http://jabber.org/protocol/mood')
 		if mood != None:
 			t = ''
-			m = txt = ''
+			m = txt = icon = ''
 			for el in mood.elements():
 				if el.name == 'text':
 					txt = unicode(el)


Index: jabbim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jabbim/devel/jabbim.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jabbim.spec	24 Jun 2008 11:42:29 -0000	1.19
+++ jabbim.spec	24 Jun 2008 11:44:55 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		jabbim
 Version:	0.4.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Jabber client for mere mortals
 
 Group:		Applications/Internet
@@ -116,7 +116,7 @@
 
 
 %changelog
-* Tue Jun 24 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-2
+* Tue Jun 24 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-3
 - Add upstream patch to prevent initial message loss if sender's mood is empty.
 
 * Mon Jun 23 2008 Michal Schmidt <mschmidt at redhat.com> - 0.4.1-1




More information about the fedora-extras-commits mailing list