rpms/evolution/F-7 evolution-2.8.1-kill-ethread.patch, 1.7, 1.8 evolution.spec, 1.265, 1.266

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Sat Jul 14 19:48:36 UTC 2007


Author: mbarnes

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

Modified Files:
	evolution-2.8.1-kill-ethread.patch evolution.spec 
Log Message:

* Sat Jul 14 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.3-2.fc7
- Revise patch for GNOME bug #362638 to fix RH bug #245695 (crash on alert).


evolution-2.8.1-kill-ethread.patch:

Index: evolution-2.8.1-kill-ethread.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/F-7/evolution-2.8.1-kill-ethread.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- evolution-2.8.1-kill-ethread.patch	27 Jun 2007 18:37:05 -0000	1.7
+++ evolution-2.8.1-kill-ethread.patch	14 Jul 2007 19:48:34 -0000	1.8
@@ -4982,7 +4982,7 @@
 -		extern EMsgPort *mail_gui_port2;
 -
 -		e_msgport_put(mail_gui_port2, (EMsg *)m);
-+		mail_msg_main_loop_push(m);
++		mail_msg_main_loop_push(mail_msg_ref (m));
  	}
  
  	if (cancel) {


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/F-7/evolution.spec,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- evolution.spec	2 Jul 2007 18:18:26 -0000	1.265
+++ evolution.spec	14 Jul 2007 19:48:34 -0000	1.266
@@ -47,7 +47,7 @@
 
 Name: evolution
 Version: 2.10.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -747,6 +747,9 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Sat Jul 14 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.3-2.fc7
+- Revise patch for GNOME bug #362638 to fix RH bug #245695 (crash on alert).
+
 * Mon Jul 02 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.3-1.fc7
 - Update to 2.10.3
 




More information about the scm-commits mailing list