rpms/evolution/devel evolution-2.2.1.1-XB73844.patch, NONE, 1.1 evolution.spec, 1.64, 1.65

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 23 15:46:19 UTC 2005


Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32603

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.2.1.1-XB73844.patch 
Log Message:
* Wed Mar 23 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.1.1-2
- Add patch for upstream bug XB73844 (should now be able to accept meeting requests)



evolution-2.2.1.1-XB73844.patch:
 itip-formatter.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE evolution-2.2.1.1-XB73844.patch ---
? plugins/itip-formatter/evolution-backup.tar.gz
? plugins/itip-formatter/fb.patch
? plugins/itip-formatter/recur-string.patch
? plugins/itip-formatter/task-itip.patch
? plugins/itip-formatter/temp.patch
? plugins/itip-formatter/temp2.patch
Index: plugins/itip-formatter/itip-formatter.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/itip-formatter/itip-formatter.c,v
retrieving revision 1.38.2.1
diff -u -r1.38.2.1 itip-formatter.c
--- plugins/itip-formatter/itip-formatter.c	15 Mar 2005 15:56:02 -0000	1.38.2.1
+++ plugins/itip-formatter/itip-formatter.c	18 Mar 2005 15:33:35 -0000
@@ -1011,7 +1011,7 @@
 		return FALSE;	       
 	}
 
-	switch (kind) {
+	switch (icalcomponent_isa (pitip->ical_comp)) {
 	case ICAL_VEVENT_COMPONENT:
 		pitip->type = E_CAL_SOURCE_TYPE_EVENT;
 		break;


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- evolution.spec	18 Mar 2005 17:28:40 -0000	1.64
+++ evolution.spec	23 Mar 2005 15:46:17 -0000	1.65
@@ -36,7 +36,7 @@
 
 Name: evolution
 Version: 2.2.1.1
-Release: 1
+Release: 2
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -63,6 +63,8 @@
 Patch103: evolution-2.2.0-fix-for-dbus31.patch
 Patch104: evolution-2.2.0-port-to-pilot-link-0.12.patch
 
+Patch105: evolution-2.2.1.1-XB73844.patch
+
 # not accepted, but proposed on a few occasions.  fixes problems with
 # some cyrus servers
 #Patch200: evolution-1.4.5-imap-command-length.patch
@@ -187,6 +189,8 @@
 
 %patch104 -p1 -b .port-to-pilot-link-0.12
 
+%patch105 -p0 -b .XB-73844
+
 #patch200 -p1 -b .commandlength
 
 #patch500 -p0 -b .wombatsm
@@ -345,6 +349,9 @@
 %{_libdir}/evolution/%{evo_major}/*/*.a
 
 %changelog
+* Wed Mar 23 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.1.1-2
+- Add patch for upstream bug XB73844 (should now be able to accept meeting requests)
+
 * Fri Mar 18 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.1.1-1
 - 2.1.1.1
 




More information about the fedora-cvs-commits mailing list