Hello community, here is the log from the commit of package evolution-data-server checked in at Tue May 9 00:22:38 CEST 2006. -------- --- GNOME/evolution-data-server/evolution-data-server.changes 2006-05-02 21:41:54.000000000 +0200 +++ STABLE/evolution-data-server/evolution-data-server.changes 2006-05-05 06:17:56.000000000 +0200 @@ -1,0 +2,8 @@ +Fri May 5 06:13:11 CEST 2006 - sragavan@novell.com + +- Added empty-trash-notify.patch: Fixes missing trash folder. +- Fixes (bnc) + 169034 - Fixed the failure to download exchange public folder. +- Removed gw-force-use-imap.patch as it was decided to default to soap. + +------------------------------------------------------------------- Old: ---- gw-force-use-imap.patch keyring-integration.patch New: ---- bnc-169034-eds-pub-folder-download.diff empty-trash-notify.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-data-server.spec ++++++ --- /var/tmp/diff_new_pack.N8BgVe/_old 2006-05-09 00:22:27.000000000 +0200 +++ /var/tmp/diff_new_pack.N8BgVe/_new 2006-05-09 00:22:27.000000000 +0200 @@ -18,7 +18,7 @@ Autoreqprov: on Summary: Evolution Data Server Version: 1.6.0 -Release: 40 +Release: 42 Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.6/%{name}-%{version}.tar.bz2 #Patch3: evolution-data-server-gcc4.patch Patch5: evolution-data-server-configure.patch @@ -63,7 +63,7 @@ Patch42: bnc-164676-eds-stuck-tight-loop.patch Patch43: bnc-152070-eds-crash.patch Patch44: bnc-164140-eds-crash-evolution--offline.patch -Patch45: gw-force-use-imap.patch +#Patch45: gw-force-use-imap.patch Patch46: bnc-164323-random-mark-unread.patch Patch47: 167566-camel-groupwise-summary.patch Patch48: 167640-camel-groupwise-store.patch @@ -80,6 +80,8 @@ Patch59: bgo-321797.patch Patch60: bgo-315976-INBOX-not-shown-when-override-namespace.patch Patch61: bnc-167638.patch +Patch62: empty-trash-notify.patch +Patch63: bnc-169034-eds-pub-folder-download.diff Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libsoup >= 2.2.6 mozilla-nss @@ -154,7 +156,7 @@ %patch42 %patch43 %patch44 -%patch45 +#%patch45 %patch46 %patch47 %patch48 @@ -171,6 +173,8 @@ %patch59 %patch60 %patch61 +%patch62 +%patch63 %build rename no nb po/no.* @@ -221,6 +225,11 @@ %{prefix}/share/gtk-doc/html/* %changelog -n evolution-data-server +* Fri May 05 2006 - sragavan@novell.com +- Added empty-trash-notify.patch: Fixes missing trash folder. +- Fixes (bnc) + 169034 - Fixed the failure to download exchange public folder. +- Removed gw-force-use-imap.patch as it was decided to default to soap. * Tue May 02 2006 - fejj@suse.de - Added bnc-167638.patch: Fixes long shutdown times due to the imap/gw providers trying to sync data at exit time. * Mon May 01 2006 - fejj@suse.de ++++++ bnc-169034-eds-pub-folder-download.diff ++++++ Index: servers/exchange/storage/exchange-account.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/servers/exchange/storage/exchange-account.c,v retrieving revision 1.31 diff -u -p -r1.31 exchange-account.c --- servers/exchange/storage/exchange-account.c 20 Apr 2006 13:04:12 -0000 1.31 +++ servers/exchange/storage/exchange-account.c 2 May 2006 11:22:10 -0000 @@ -1272,7 +1272,7 @@ setup_account_hierarchies (ExchangeAccou account->priv->identity_name, account->priv->identity_email, account->priv->source_uri, - FALSE); + TRUE); setup_hierarchy (account, hier); g_free (phys_uri_prefix); Index: servers/exchange/storage/exchange-hierarchy-favorites.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/servers/exchange/storage/exchange-hierarchy-favorites.c,v retrieving revision 1.7 diff -u -p -r1.7 exchange-hierarchy-favorites.c --- servers/exchange/storage/exchange-hierarchy-favorites.c 6 Feb 2006 08:01:53 -0000 1.7 +++ servers/exchange/storage/exchange-hierarchy-favorites.c 2 May 2006 11:27:16 -0000 @@ -336,6 +336,6 @@ exchange_hierarchy_favorites_new (Exchan public_uri, owner_name, owner_email, source_uri, - FALSE); + TRUE); return hier; } ++++++ empty-trash-notify.patch ++++++ Index: camel/providers/groupwise/camel-groupwise-folder.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-folder.c,v retrieving revision 1.132 diff -u -p -r1.132 camel-groupwise-folder.c --- camel/providers/groupwise/camel-groupwise-folder.c 28 Apr 2006 13:21:23 -0000 1.132 +++ camel/providers/groupwise/camel-groupwise-folder.c 3 May 2006 05:21:39 -0000 @@ -963,6 +963,8 @@ groupwise_refresh_folder(CamelFolder *fo if (status != E_GW_CONNECTION_STATUS_OK) { if (status ==E_GW_CONNECTION_STATUS_OTHER) { g_warning ("Trash full....Empty Trash!!!!\n"); + camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_INVALID, _("Trash Folder Full. Please Empty.")); + goto end1; /*groupwise_expunge (folder, ex);*/ } else camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_INVALID, _("Authentication failed")); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de