rpms/sylpheed/devel sylpheed-2.2.5-prefs_common.patch, NONE, 1.1 sylpheed.spec, 1.31, 1.32

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Jun 3 23:16:28 UTC 2006


Author: mschwendt

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

Modified Files:
	sylpheed.spec 
Added Files:
	sylpheed-2.2.5-prefs_common.patch 
Log Message:
add prefs_common patch

sylpheed-2.2.5-prefs_common.patch:

--- NEW FILE sylpheed-2.2.5-prefs_common.patch ---
diff -Nur sylpheed-2.2.5-orig/libsylph/prefs_common.c sylpheed-2.2.5/libsylph/prefs_common.c
--- sylpheed-2.2.5-orig/libsylph/prefs_common.c	2006-04-12 06:03:01.000000000 +0200
+++ sylpheed-2.2.5/libsylph/prefs_common.c	2006-06-04 00:58:41.000000000 +0200
@@ -108,7 +108,7 @@
 
 	{"display_folder_unread_num", "TRUE",
 	 &prefs_common.display_folder_unread, P_BOOL},
-	{"display_folder_num_columns", "FALSE",
+	{"display_folder_num_columns", "TRUE",
 	 &prefs_common.display_folder_num_columns, P_BOOL},
 
 	{"newsgroup_abbrev_len", "16", &prefs_common.ng_abbrev_len, P_INT},


Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sylpheed.spec	3 Jun 2006 21:10:38 -0000	1.31
+++ sylpheed.spec	3 Jun 2006 23:16:27 -0000	1.32
@@ -23,6 +23,7 @@
 Patch1: sylpheed-2.2.3-defs.h.patch
 Patch2: sylpheed-1.9.10-desktop.patch
 Patch3: sylpheed-2.2.5-smtp_timeout.patch
+Patch4: sylpheed-2.2.5-prefs_common.patch
 
 %description
 This program is an X based fast email client which has features
@@ -44,6 +45,7 @@
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
 %patch3 -b .smtp_timeout
+%patch4 -p1 -b .prefs_common
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -85,7 +87,8 @@
 
 %changelog
 * Sat Jun  3 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-2
-- Merge smtp_timeout patch.
+- Add smtp_timeout patch.
+- Add display_folder_num_columns 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 fedora-extras-commits mailing list