rpms/evolution-data-server/FC-6 evolution-data-server-1.8.1-restore-exchange-folders.patch, NONE, 1.1 evolution-data-server.spec, 1.132, 1.133

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 17 00:55:02 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution-data-server/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv6979

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-1.8.1-restore-exchange-folders.patch 
Log Message:

* Thu Nov 16 2006 Matthew Barnes <mbarnes at redhat.com> - 1.8.1-2.fc6
- Add patch for RH bug #213706 (missing exchange folders).


evolution-data-server-1.8.1-restore-exchange-folders.patch:
 exchange-account.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

--- NEW FILE evolution-data-server-1.8.1-restore-exchange-folders.patch ---
--- evolution-data-server-1.8.1/servers/exchange/storage/exchange-account.c.restore-exchange-folders	2006-11-16 19:31:04.000000000 -0500
+++ evolution-data-server-1.8.1/servers/exchange/storage/exchange-account.c	2006-11-16 19:31:56.000000000 -0500
@@ -1244,8 +1244,7 @@
 					      account->priv->identity_name,
 					      account->priv->identity_email,
 					      account->priv->source_uri,
-					      account->priv->offline_sync);
-	d(g_print ("exchange-account.c:setup_account_hierarchies:offline_sync=%d\n", account->priv->offline_sync));
+					      TRUE);
 
 	setup_hierarchy (account, hier);
 	g_free (phys_uri_prefix);
@@ -1277,7 +1276,7 @@
 					      account->priv->identity_name,
 					      account->priv->identity_email,
 					      account->priv->source_uri,
-					      account->priv->offline_sync);
+					      FALSE);
 	setup_hierarchy (account, hier);
 	g_free (phys_uri_prefix);
 


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-data-server/FC-6/evolution-data-server.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- evolution-data-server.spec	4 Nov 2006 13:46:32 -0000	1.132
+++ evolution-data-server.spec	17 Nov 2006 00:54:59 -0000	1.133
@@ -25,7 +25,7 @@
 
 Name: evolution-data-server
 Version: 1.8.1
-Release: 1%{?dist}.dwmw2.1
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -53,8 +53,8 @@
 # RH bug #203915
 Patch17: evolution-data-server-1.8.0-fix-camel-malloc.patch
 
-Patch100: evolution-data-server-1.2.0-vcrap.patch
-Patch101: evolution-data-server-1.5.91-check-only-active-folders.patch
+# RH bug #213706
+Patch18: evolution-data-server-1.8.1-restore-exchange-folders.patch
 
 ### Dependencies ###
 
@@ -141,9 +141,7 @@
 %patch15 -p1 -b .maybe-fix-crash
 %patch16 -p1 -b .emsgport
 %patch17 -p1 -b .fix-camel-malloc
-
-%patch100 -p1 -b .vcrap
-%patch101 -p1 -b .checksub
+%patch18 -p1 -b .restore-exchange-folders
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -361,6 +359,9 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Thu Nov 16 2006 Matthew Barnes <mbarnes at redhat.com> - 1.8.1-2.fc6
+- Add patch for RH bug #213706 (missing exchange folders).
+
 * Fri Oct 27 2006 Matthew Barnes <mbarnes at redhat.com> - 1.8.1-1.fc6
 - Update to 1.8.1
 - Remove Jerusalem.ics timezone file (fixed upstream).




More information about the fedora-cvs-commits mailing list