Accepting request 195546 from home:Zaitor:branches:GNOME:Factory
Update to version 3.9.90. OBS-URL: https://build.opensuse.org/request/show/195546 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=170
This commit is contained in:
parent
751a098bd5
commit
60032f6b83
@ -1,8 +1,8 @@
|
||||
libcamel-1_2-44
|
||||
libebackend-1_2-6
|
||||
libcamel-1_2-45
|
||||
libebackend-1_2-7
|
||||
libebook-1_2-14
|
||||
libebook-contacts-1_2-0
|
||||
libecal-1_2-16
|
||||
libedata-book-1_2-19
|
||||
libedata-cal-1_2-22
|
||||
libedataserver-1_2-17
|
||||
libedata-book-1_2-20
|
||||
libedata-cal-1_2-23
|
||||
libedataserver-1_2-18
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:632049ccce90e1c556f144cf4c121ac3993867df1893da1cec4eaef43b471d18
|
||||
size 3926856
|
3
evolution-data-server-3.9.90.tar.xz
Normal file
3
evolution-data-server-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4dfeea89e69d1a109046294906e47ce6c8b4b35f6bd314d7dfe1ad85f5a6998e
|
||||
size 3945668
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 14:39:14 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.90:
|
||||
+ Google: Implement EBookBackend::refresh and advertise its
|
||||
support.
|
||||
+ NNTP:
|
||||
- Fails to get list of folders, if not connected already.
|
||||
- Authentication requires nntp_stream set.
|
||||
+ CamelDiscoStore: Fix CamelServiceConnectionStatus tracking.
|
||||
+ Camel: Disable SSL v2 and weak ciphers by default.
|
||||
+ IMAPX:
|
||||
- Add classes to model LIST and STATUS responses, with more to
|
||||
follow.
|
||||
- More refactoring of error handling, this time drastically
|
||||
simplifying it.
|
||||
- Obtain a fresh folder list on startup.
|
||||
+ Remove unused CamelOfflineJournal.
|
||||
+ Maildir: Create the 'tmp' directory, if missing.
|
||||
+ GOA: Honor GoaMail's "smtp-use-auth" setting.
|
||||
+ EDataBook/CalFactory: Work around a GDBus name watching bug.
|
||||
+ EBook/CalBackend: Add a "shutdown" signal.
|
||||
+ Tighten up the CamelStoreSummary API and keep mutexes internal.
|
||||
+ Bugs fixed: bgo#672899, bgo#700895, bgo#703181, bgo#704688,
|
||||
bgo#704871, bgo#704885, bgo#704895, bgo#705206, bgo#705273,
|
||||
bgo#705288, bgo#705444, bgo#705446, bgo#705493, bgo#705617,
|
||||
bgo#705814.
|
||||
+ Updated translations.
|
||||
- Change so_camel defines to 45, so_ebackend to 7, so_edata_book to
|
||||
20, so_edata_cal to 23 and so_edataserver to 18 following
|
||||
upstreams soname changes (also in baselibs.conf).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 07:20:06 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -21,18 +21,18 @@
|
||||
|
||||
# Shared Library soNUMs, to make it easier for updates
|
||||
# When updating the sonums, do not forget to also update baselibs.conf
|
||||
%define so_camel 44
|
||||
%define so_ebackend 6
|
||||
%define so_camel 45
|
||||
%define so_ebackend 7
|
||||
%define so_ebook 14
|
||||
%define so_ebook_contacts 0
|
||||
%define so_ecal 16
|
||||
%define so_edata_book 19
|
||||
%define so_edata_cal 22
|
||||
%define so_edataserver 17
|
||||
%define so_edata_book 20
|
||||
%define so_edata_cal 23
|
||||
%define so_edataserver 18
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.10
|
||||
Version: 3.9.5
|
||||
Version: 3.9.90
|
||||
Release: 0
|
||||
Summary: Evolution Data Server
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user