From 8cd11b12d90233b1d5eee8efd106a537854adc2234182ab32647063caaa98dc9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Mar 2009 22:51:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=56 --- bnc-463653-msg-list-meeting-time.patch | 27 -------------------------- evolution-data-server-2.25.92.tar.bz2 | 3 --- evolution-data-server-2.26.0.tar.bz2 | 3 +++ evolution-data-server.changes | 10 ++++++++++ evolution-data-server.spec | 14 ++++++++----- 5 files changed, 22 insertions(+), 35 deletions(-) delete mode 100644 bnc-463653-msg-list-meeting-time.patch delete mode 100644 evolution-data-server-2.25.92.tar.bz2 create mode 100644 evolution-data-server-2.26.0.tar.bz2 diff --git a/bnc-463653-msg-list-meeting-time.patch b/bnc-463653-msg-list-meeting-time.patch deleted file mode 100644 index 374b706..0000000 --- a/bnc-463653-msg-list-meeting-time.patch +++ /dev/null @@ -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; diff --git a/evolution-data-server-2.25.92.tar.bz2 b/evolution-data-server-2.25.92.tar.bz2 deleted file mode 100644 index 5f733e0..0000000 --- a/evolution-data-server-2.25.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:797b30b9b0b50bd38d5a030902ac64fbb690fb385161cc1f0fc89d07186d4da4 -size 7322909 diff --git a/evolution-data-server-2.26.0.tar.bz2 b/evolution-data-server-2.26.0.tar.bz2 new file mode 100644 index 0000000..4f7f1a9 --- /dev/null +++ b/evolution-data-server-2.26.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e15e964355de7db63f9ee1480c0882ede0d44252ed5778fe65b4e163f7945f0 +size 7344309 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 8088a18..4daee04 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -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 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d24342b..ad45acd 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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,