diff --git a/baselibs.conf b/baselibs.conf index dda1ebd..c0ac117 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -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 diff --git a/evolution-data-server-3.9.5.tar.xz b/evolution-data-server-3.9.5.tar.xz deleted file mode 100644 index ff20b3f..0000000 --- a/evolution-data-server-3.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:632049ccce90e1c556f144cf4c121ac3993867df1893da1cec4eaef43b471d18 -size 3926856 diff --git a/evolution-data-server-3.9.90.tar.xz b/evolution-data-server-3.9.90.tar.xz new file mode 100644 index 0000000..e30e579 --- /dev/null +++ b/evolution-data-server-3.9.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfeea89e69d1a109046294906e47ce6c8b4b35f6bd314d7dfe1ad85f5a6998e +size 3945668 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 0d67889..6847946 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -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 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 8485d7a..a051f98 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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+