rpms/evolution/devel evolution-2.9.1-kill-ememory.patch, 1.1, 1.2 evolution.spec, 1.251, 1.252

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 1 15:57:44 UTC 2007


Author: mbarnes

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

Modified Files:
	evolution-2.9.1-kill-ememory.patch evolution.spec 
Log Message:

* Tue May 01 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.1-10.fc7
- Revise patch for GNOME bug #363695 to fix RH bug #238497
  (crash sorting "To" column).


evolution-2.9.1-kill-ememory.patch:
 message-list.c |  156 ++++++++++++++++++++-------------------------------------
 message-list.h |    3 -
 2 files changed, 58 insertions(+), 101 deletions(-)

Index: evolution-2.9.1-kill-ememory.patch
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution-2.9.1-kill-ememory.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-2.9.1-kill-ememory.patch	27 Oct 2006 22:27:55 -0000	1.1
+++ evolution-2.9.1-kill-ememory.patch	1 May 2007 15:57:42 -0000	1.2
@@ -122,7 +122,7 @@
  		return (void *)(str ? str : "");
  	case COL_TO_NORM:
 -		return (void *) get_normalised_string (message_list, msg_info, col);
-+		str = camel_message_info_to (str);
++		str = camel_message_info_to (msg_info);
 +		return (void *) get_normalised_string (message_list, str);
  	case COL_SIZE:
  		return GINT_TO_POINTER (camel_message_info_size(msg_info));


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- evolution.spec	30 Apr 2007 19:22:54 -0000	1.251
+++ evolution.spec	1 May 2007 15:57:42 -0000	1.252
@@ -47,7 +47,7 @@
 
 Name: evolution
 Version: 2.10.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -747,6 +747,10 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Tue May 01 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.1-10.fc7
+- Revise patch for GNOME bug #363695 to fix RH bug #238497
+  (crash sorting "To" column).
+
 * Mon Apr 30 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.1-9.fc7
 - Revise some patches so that we don't have to run autoreconf.
 - Remove patch for GNOME bug #427939 (use a different work-around).




More information about the fedora-cvs-commits mailing list