rpms/evolution/devel 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
Wed Jun 6 16:01:42 UTC 2007


Author: mbarnes

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

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

* Wed Jun 06 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.3-3.fc8
- Remove some debug messages that accidentally slipped in.


evolution-2.8.1-kill-ethread.patch:

Index: evolution-2.8.1-kill-ethread.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/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	4 Jun 2007 20:07:28 -0000	1.7
+++ evolution-2.8.1-kill-ethread.patch	6 Jun 2007 16:01:29 -0000	1.8
@@ -5185,7 +5185,7 @@
  					fprintf(log, "%" G_GINT64_MODIFIER "x: lock mail_msg_lock\n", e_util_pthread_id(pthread_self()));
  				}
  			} else {
-@@ -122,14 +118,15 @@ void *mail_msg_new(mail_msg_op_t *ops, E
+@@ -122,14 +118,14 @@ void *mail_msg_new(mail_msg_op_t *ops, E
  		}
  	}
  #endif
@@ -5201,7 +5201,6 @@
 -	msg->priv = g_malloc0(sizeof(*msg->priv));
 +	msg->priv = g_slice_new (MailMsgPrivate);
  
-+	g_debug ("Inserting message %u", msg->seq);
  	g_hash_table_insert(mail_msg_active_table, GINT_TO_POINTER(msg->seq), msg);
  
  	d(printf("New message %p\n", msg));
@@ -5224,7 +5223,7 @@
  	e_activity_handler_operation_finished (activity_handler, activity_id);
  }
  
-@@ -177,58 +177,85 @@ checkmem(void *p)
+@@ -177,58 +177,84 @@ checkmem(void *p)
  }
  #endif
  
@@ -5287,7 +5286,6 @@
  #endif
 -	g_hash_table_remove(mail_msg_active_table, GINT_TO_POINTER(m->seq));
 -	pthread_cond_broadcast(&mail_msg_cond);
-+	g_debug ("Removing message %u", mail_msg->seq);
 +	g_hash_table_remove (
 +		mail_msg_active_table, GINT_TO_POINTER (mail_msg->seq));
 +	pthread_cond_broadcast (&mail_msg_cond);


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- evolution.spec	5 Jun 2007 19:23:55 -0000	1.265
+++ evolution.spec	6 Jun 2007 16:01:29 -0000	1.266
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.11.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -711,6 +711,9 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Wed Jun 06 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.3-3.fc8
+- Remove some debug messages that accidentally slipped in.
+
 * Tue Jun 05 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.3-2.fc8
 - Fix an invalid g_free() that was causing lock-ups.
 




More information about the fedora-extras-commits mailing list