1
0
OBS User unknown 2009-03-26 22:51:25 +00:00 committed by Git OBS Bridge
parent a0ffd22071
commit 8cd11b12d9
5 changed files with 22 additions and 35 deletions

View File

@ -1,27 +0,0 @@
--- camel/providers/groupwise/camel-groupwise-folder.c
+++ camel/providers/groupwise/camel-groupwise-folder.c
@@ -212,12 +212,24 @@ groupwise_folder_get_message( CamelFolder *folder, const char *uid, CamelExcepti
static void
groupwise_populate_details_from_item (CamelMimeMessage *msg, EGwItem *item)
{
+ EGwItemType type;
char *dtstring = NULL;
char *temp_str = NULL;
temp_str = (char *)e_gw_item_get_subject(item);
if(temp_str)
camel_mime_message_set_subject (msg, temp_str);
+ type = e_gw_item_get_item_type (item);
+
+ if (type == E_GW_ITEM_TYPE_APPOINTMENT || type == E_GW_ITEM_TYPE_NOTE) {
+ int offset = 0;
+ dtstring = e_gw_item_get_start_date (item);
+ time_t time = e_gw_connection_get_date_from_string (dtstring);
+ time_t actual_time = camel_header_decode_date (ctime(&time), &offset);
+ camel_mime_message_set_date (msg, actual_time, offset);
+ return;
+ }
+
dtstring = e_gw_item_get_delivered_date (item);
if(dtstring) {
int offset = 0;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:797b30b9b0b50bd38d5a030902ac64fbb690fb385161cc1f0fc89d07186d4da4
size 7322909

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e15e964355de7db63f9ee1480c0882ede0d44252ed5778fe65b4e163f7945f0
size 7344309

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 16 16:32:05 CET 2009 - vuntz@novell.com
- Update to version 2.26.0:
+ Bugs Fixed: bgo#569108, bgo#574282, bgo#573870, bgo#574282,
bgo#465364, bgo#479908, bgo#573198, bgo#564465, bgo#572179,
bgo#534938
+ Updated translations
- Drop bnc-463653-msg-list-meeting-time.patch: fixed upstream.
-------------------------------------------------------------------
Sat Mar 7 00:57:11 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package evolution-data-server (Version 2.25.92)
# spec file for package evolution-data-server (Version 2.26.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -59,7 +59,7 @@ Obsoletes: evolution-data-server-64bit
Obsoletes: evolution-data-server-32bit
%endif
Summary: Evolution Data Server
Version: 2.25.92
Version: 2.26.0
Release: 1
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM evolution-data-server-1.11.5-cert-auth-complete.patch bgo253574 -- Fix has been submitted to bgo.
@ -76,8 +76,6 @@ Patch16: bnc-210959-eds-accept_ics.patch
Patch18: evolution-data-server-shared-nss-db.patch
# PATCH-FIX-UPSTREAM eds-comp-percent.diff pchenthill@suse.de -- API freeze = Patch will be upstream only in 2.27.x
Patch19: eds-comp-percent.diff
# PATCH-FIX-UPSTREAM bnc-463653-msg-list-meeting-time.patch bnc463653 pchenthill@suse.de -- Patch is yet to be pushed upstream.
Patch37: bnc-463653-msg-list-meeting-time.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-lang = %{version}
@ -155,7 +153,6 @@ translation-update-upstream
%patch16
%patch18 -p1
%patch19 -p1
%patch37
%build
intltoolize --force --copy
@ -231,6 +228,13 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
%{_datadir}/gtk-doc/html/*
%changelog
* Mon Mar 16 2009 vuntz@novell.com
- Update to version 2.26.0:
+ Bugs Fixed: bgo#569108, bgo#574282, bgo#573870, bgo#574282,
bgo#465364, bgo#479908, bgo#573198, bgo#564465, bgo#572179,
bgo#534938
+ Updated translations
- Drop bnc-463653-msg-list-meeting-time.patch: fixed upstream.
* Sat Mar 07 2009 vuntz@novell.com
- Update to version 2.25.92:
+ Bugs Fixed: bgo#266147, bgo#273233, bgo#477535, bgo#534938,