rpms/sylpheed/devel sylpheed-2.2.5-smtp_timeout.patch, NONE, 1.1 sylpheed.spec, 1.30, 1.31

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 3 21:10:38 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/sylpheed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651

Modified Files:
	sylpheed.spec 
Added Files:
	sylpheed-2.2.5-smtp_timeout.patch 
Log Message:
* Sat Jun  3 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-2
- Merge smtp_timeout patch.


sylpheed-2.2.5-smtp_timeout.patch:

--- NEW FILE sylpheed-2.2.5-smtp_timeout.patch ---
Index: src/send_message.c
===================================================================
--- src/send_message.c	(revision 1077)
+++ src/send_message.c	(working copy)
@@ -561,6 +561,9 @@
 		(session, send_send_data_progressive, dialog);
 	session_set_send_data_notify(session, send_send_data_finished, dialog);
 
+	session_set_timeout(session,
+			    prefs_common.io_timeout_secs * 1000);
+
 	if (session_connect(session, ac_prefs->smtp_server, port) < 0) {
 		session_destroy(session);
 		send_progress_dialog_destroy(dialog);



Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sylpheed.spec	30 May 2006 10:14:48 -0000	1.30
+++ sylpheed.spec	3 Jun 2006 21:10:38 -0000	1.31
@@ -5,7 +5,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 URL: http://sylpheed.good-day.net/
 Group: Applications/Internet
@@ -22,6 +22,7 @@
 
 Patch1: sylpheed-2.2.3-defs.h.patch
 Patch2: sylpheed-1.9.10-desktop.patch
+Patch3: sylpheed-2.2.5-smtp_timeout.patch
 
 %description
 This program is an X based fast email client which has features
@@ -42,6 +43,7 @@
 %setup -q
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
+%patch3 -b .smtp_timeout
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -82,6 +84,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jun  3 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-2
+- Merge smtp_timeout patch.
+
 * Tue May 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-1
 - Update to 2.2.5 (includes more "bold" fixes, too).
 




More information about the scm-commits mailing list