diff --git a/baselibs.conf b/baselibs.conf index 5194695..32dd6a0 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,10 +1,10 @@ evolution-data-server -libcamel-1_2-57 +libcamel-1_2-59 libebackend-1_2-10 libebook-1_2-16 libebook-contacts-1_2-2 libecal-1_2-19 libedata-book-1_2-25 libedata-cal-1_2-28 -libedataserver-1_2-21 +libedataserver-1_2-22 libedataserverui-1_2-1 diff --git a/evolution-data-server-3.20.5.tar.xz b/evolution-data-server-3.20.5.tar.xz deleted file mode 100644 index 3e54273..0000000 --- a/evolution-data-server-3.20.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d1586cd326d997497a2a6fddd939a83892be07cb20f8c88fda5013f8c5bbe7e -size 5067732 diff --git a/evolution-data-server-3.22.0.tar.xz b/evolution-data-server-3.22.0.tar.xz new file mode 100644 index 0000000..095e9f3 --- /dev/null +++ b/evolution-data-server-3.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8653a9a28980e661e8b91ba335dae04a0553e12611ad155bc48fb3fb3c98653d +size 5558700 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 22c0d4c..3c73842 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,107 @@ +------------------------------------------------------------------- +Mon Sep 19 08:42:50 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 12 12:26:51 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.92: + + Bugs fixed: bgo#770452, bgo#770570, bgo#770746, bgo#761450, + bgo#770854. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 29 15:50:21 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.21.91: + + build: Rename webkitgtk_minimum_version to + webkit2gtk_minimum_version. + + Add translator comments above '%s : %s' explaining its purpose. + + [Camel] Folder summary can be leaked after its folder is freed. + + Bugs fixed: bgo#742117, bgo#761450, bgo#767786, bgo#768672, + bgo#769620, bgo#770198. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 15 17:02:34 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.90: + + Drop unused 'Deletes' table from folders.db (bgo#768599). + + Incorrect times provided in e_cal_recur_generate_instances() + (bgo#766346). + + Port to WebKit2 (bgo#751588). + + Junk check fails due to empty cache file (bgo#767564). + + Updated translations. +- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0) + BuildRequires following upstreams port. + +------------------------------------------------------------------- +Mon Aug 8 09:55:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.4: + + Move Camel dependency into Requires.private in + libedataserver/ui.pc. + + Always build ESExp structure as a GObject descendant. + + Correct version number reference in a developer comment. + + Build developer documentation sections and types on the fly. + + [POP3] Default to "Leave messages on server" for new accounts. + + [IMAPx] Possible deadlock in + camel_imapx_server_stop_idle_sync(). + + Add Language headers to po files. + + Bugs fixed: bgo#767786, bgo#767865, bgo#767780, bgo#764065, + bgo#443716, bgo#768000, bgo#768258, bgo#768496. + + Updated translations. +- Bump so_camel and so_edataserver (also in baselibs) following + upstream changes. + +------------------------------------------------------------------- +Mon Aug 8 09:54:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.3: + + e-webdav-discover-widget: Show all supported types for the + source in the table. + + Fix two memory leaks. + + [CamelGpgContext] Provide signer photos when available. + + Introduce an ENetworkMonitor. + + Fix a GCC compiler warning. + + Address some of the clang compiler warnings. + + ENetworkMonitor: Implement also the async part of the + GNetworkMonitor interface. + + [Camel] Set default connection timeout to 90 seconds. + + Bugs fixed: bgo#766747, bgo#766682, bgo#767056, bgo#767134, + bgo#634294. + + Updated translations. +- Bump so_camel (also in baselibs) following upstream changes. + +------------------------------------------------------------------- +Mon Aug 8 09:53:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.2: + + Possible use-after-free on factory subprocess close. + + Add error checks around factory subprocess backend loading. + + [IMAPx] 'STARTTLS not supported' error ignored. + + Fix some issues found by Coverity Scan, cppcheck and clang. + + Bugs fixed: bgo#571723, bgo#687038, bgo#740627, bgo#765646, + bgo#765857. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 8 09:52:06 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.1: + + [CalDAV]: + - Instead of query for UID, try to get the object directly. + - Backend not initialized when asked to authenticate. + + [IMAPx]: + - Add default folder names as iCloud provides them. + - Release idle_lock before disconnecting the cancellable. + - Crash under imapx_server_info_changed_cb(). + + Bugs fixed: bgo#728496, bgo#764977, bgo#235681. + + Updated translations. +- Bump base version following upstream changes. + ------------------------------------------------------------------- Mon Aug 8 09:51:06 UTC 2016 - zaitor@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index fce6384..193770e 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -21,25 +21,25 @@ # Shared Library soNUMs, to make it easier for updates # When updating the sonums, do not forget to also update baselibs.conf -%define so_camel 57 +%define so_camel 59 %define so_ebackend 10 %define so_ebook 16 %define so_ebook_contacts 2 %define so_ecal 19 %define so_edata_book 25 %define so_edata_cal 28 -%define so_edataserver 21 +%define so_edataserver 22 %define so_edataserverui 1 Name: evolution-data-server -%define _evo_version 3.20 -Version: 3.20.5 +%define _evo_version 3.22 +Version: 3.22.0 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ Group: Development/Libraries/GNOME Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/evolution-data-server/3.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.22/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP @@ -71,7 +71,7 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(json-glib-1.0) >= 1.0.4 BuildRequires: pkgconfig(libsecret-unstable) >= 0.5 -BuildRequires: pkgconfig(webkitgtk-3.0) >= 2.4.9 +BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.11.91 %if %USE_EVOLDAP Requires: libevoldap-2_4-2 %endif