From 751a098bd58194a6e575e70282b74b6a47d04d4dd99d8f413aa20c48d664e1a4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 31 Jul 2013 18:53:37 +0000 Subject: [PATCH] Accepting request 184587 from home:dimstar:branches:GNOME:Factory Update to 3.9.5 OBS-URL: https://build.opensuse.org/request/show/184587 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=168 --- baselibs.conf | 4 ++-- evolution-data-server-3.9.4.tar.xz | 3 --- evolution-data-server-3.9.5.tar.xz | 3 +++ evolution-data-server.changes | 25 +++++++++++++++++++++++++ evolution-data-server.spec | 6 +++--- 5 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 evolution-data-server-3.9.4.tar.xz create mode 100644 evolution-data-server-3.9.5.tar.xz diff --git a/baselibs.conf b/baselibs.conf index d74e9e3..dda1ebd 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -2,7 +2,7 @@ libcamel-1_2-44 libebackend-1_2-6 libebook-1_2-14 libebook-contacts-1_2-0 -libecal-1_2-15 +libecal-1_2-16 libedata-book-1_2-19 -libedata-cal-1_2-21 +libedata-cal-1_2-22 libedataserver-1_2-17 diff --git a/evolution-data-server-3.9.4.tar.xz b/evolution-data-server-3.9.4.tar.xz deleted file mode 100644 index bf91d4d..0000000 --- a/evolution-data-server-3.9.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ca62fa82be01c27ef9449079178eaf3bd51cc72991f98feab409665096768e -size 3924400 diff --git a/evolution-data-server-3.9.5.tar.xz b/evolution-data-server-3.9.5.tar.xz new file mode 100644 index 0000000..ff20b3f --- /dev/null +++ b/evolution-data-server-3.9.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632049ccce90e1c556f144cf4c121ac3993867df1893da1cec4eaef43b471d18 +size 3926856 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index a5bdcd0..0d67889 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Jul 29 07:20:06 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.5: + + E-D-S now uses Google's OAuth2-based CalDAV v2 interface for + Google accounts added through GNOME Online Accounts or Ubuntu + Online Accounts, which means no more password prompts. + + IMAPX: + - Improve error handling in parser. + - Remove CamelIMAPXConnManager, just use a single connection. + + CamelTcpStreamRaw: Don't timeout on reads. + + CalDAV: Add support for OAuth 2.0 authentication. + + google: Use CalDAV v2 if OAuth 2.0 support is available. + + CamelGpgContext: + - Be aware of gpg2. + - Enclose email addresses in brackets. + + Fix memory leak in camel_imapx_command_add_qresync_parameter(). + + Do not use generic error codes in camel_getaddrinfo() / + camel_getnameinfo(). + + Bugs fixed: bgo#386113, bgo#691526, bgo#692904, bgo#704003, + bgo#704181, bgo#704220, bgo#704618, bgo#704740. + + Updated translations. +- Change so_ecal defines to 16 and so_edata_cal to 22, following + upstreams soname changes (also in baselibs.conf). + ------------------------------------------------------------------- Mon Jul 8 10:51:37 UTC 2013 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 6ec17fc..8485d7a 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -25,14 +25,14 @@ %define so_ebackend 6 %define so_ebook 14 %define so_ebook_contacts 0 -%define so_ecal 15 +%define so_ecal 16 %define so_edata_book 19 -%define so_edata_cal 21 +%define so_edata_cal 22 %define so_edataserver 17 Name: evolution-data-server %define _evo_version 3.10 -Version: 3.9.4 +Version: 3.9.5 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+