devel/sylpheed sylpheed-1.0.3-draftsegf.patch, NONE, 1.1 sylpheed.spec, 1.5, 1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Mar 17 20:05:48 UTC 2005


Author: mschwendt

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

Modified Files:
	sylpheed.spec 
Added Files:
	sylpheed-1.0.3-draftsegf.patch 
Log Message:
- Fix segfault when reopening drafts.



sylpheed-1.0.3-draftsegf.patch:

--- NEW FILE sylpheed-1.0.3-draftsegf.patch ---
diff -Naur sylpheed-1.0.3-orig/src/account.c sylpheed-1.0.3/src/account.c
--- sylpheed-1.0.3-orig/src/account.c	2004-12-22 08:19:09.000000000 +0100
+++ sylpheed-1.0.3/src/account.c	2005-03-17 20:56:24.000000000 +0100
@@ -256,7 +256,9 @@
 {
 	static HeaderEntry hentry[] = {{"From:",		  NULL, FALSE},
 				       {"X-Sylpheed-Account-Id:", NULL, FALSE},
-				       {"AID:",			  NULL, FALSE}};
+				       {"AID:",			  NULL, FALSE},
+				       {NULL, NULL, FALSE}
+	};
 
 	enum
 	{



Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/devel/sylpheed/sylpheed.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sylpheed.spec	17 Mar 2005 17:40:17 -0000	1.5
+++ sylpheed.spec	17 Mar 2005 20:05:46 -0000	1.6
@@ -5,7 +5,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 1.0.3
-Release: 1
+Release: 2
 License: GPL
 URL: http://sylpheed.good-day.net/
 Group: Applications/Internet
@@ -21,6 +21,7 @@
 Patch1: %{name}-0.8.9-ssl.patch
 Patch2: sylpheed-default-browser.patch
 Patch3: sylpheed-1.0.3-desktop.patch
+Patch4: sylpheed-1.0.3-draftsegf.patch
 
 %description
 This program is an X based fast email client which has features
@@ -43,6 +44,7 @@
 %patch1 -p1 -b .ssl
 %patch2 -p1 -b .default-browser
 %patch3 -p1 -b .desktop
+%patch4 -p1 -b .draftsegf
 
 %build
 autoconf
@@ -81,6 +83,9 @@
 %{_mandir}/man1
 
 %changelog
+* Thu Mar 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.3-2
+- Fix segfault when reopening drafts.
+
 * Sat Mar  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.3-1
 - Update to 1.0.3.
 - Enable support for GPGME 1.0 and compface.




More information about the fedora-extras-commits mailing list