Accepting request 186857 from GNOME:Factory
push GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/186857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=121
This commit is contained in:
commit
3346863270
@ -2,7 +2,7 @@ libcamel-1_2-44
|
|||||||
libebackend-1_2-6
|
libebackend-1_2-6
|
||||||
libebook-1_2-14
|
libebook-1_2-14
|
||||||
libebook-contacts-1_2-0
|
libebook-contacts-1_2-0
|
||||||
libecal-1_2-15
|
libecal-1_2-16
|
||||||
libedata-book-1_2-19
|
libedata-book-1_2-19
|
||||||
libedata-cal-1_2-21
|
libedata-cal-1_2-22
|
||||||
libedataserver-1_2-17
|
libedataserver-1_2-17
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2ca62fa82be01c27ef9449079178eaf3bd51cc72991f98feab409665096768e
|
|
||||||
size 3924400
|
|
3
evolution-data-server-3.9.5.tar.xz
Normal file
3
evolution-data-server-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:632049ccce90e1c556f144cf4c121ac3993867df1893da1cec4eaef43b471d18
|
||||||
|
size 3926856
|
@ -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
|
Mon Jul 8 10:51:37 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -25,14 +25,14 @@
|
|||||||
%define so_ebackend 6
|
%define so_ebackend 6
|
||||||
%define so_ebook 14
|
%define so_ebook 14
|
||||||
%define so_ebook_contacts 0
|
%define so_ebook_contacts 0
|
||||||
%define so_ecal 15
|
%define so_ecal 16
|
||||||
%define so_edata_book 19
|
%define so_edata_book 19
|
||||||
%define so_edata_cal 21
|
%define so_edata_cal 22
|
||||||
%define so_edataserver 17
|
%define so_edataserver 17
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
%define _evo_version 3.10
|
%define _evo_version 3.10
|
||||||
Version: 3.9.4
|
Version: 3.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user