From 232cda818bb8f473685c0412792077769b1b877b88b88b3328f2dee93ac141ad Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Sep 2015 11:33:01 +0000 Subject: [PATCH] Accepting request 329051 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329051 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=231 --- baselibs.conf | 10 +- evolution-data-server-3.16.5.tar.xz | 3 - evolution-data-server-3.17.91.tar.xz | 3 + evolution-data-server.changes | 202 +++++++++++++++++++++++++++ evolution-data-server.spec | 18 +-- 5 files changed, 219 insertions(+), 17 deletions(-) delete mode 100644 evolution-data-server-3.16.5.tar.xz create mode 100644 evolution-data-server-3.17.91.tar.xz diff --git a/baselibs.conf b/baselibs.conf index 5e88ff0..4830834 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,10 +1,10 @@ evolution-data-server -libcamel-1_2-52 +libcamel-1_2-54 libebackend-1_2-10 libebook-1_2-16 -libebook-contacts-1_2-1 -libecal-1_2-18 +libebook-contacts-1_2-2 +libecal-1_2-19 libedata-book-1_2-25 -libedata-cal-1_2-27 -libedataserver-1_2-20 +libedata-cal-1_2-28 +libedataserver-1_2-21 libedataserverui-1_2-1 diff --git a/evolution-data-server-3.16.5.tar.xz b/evolution-data-server-3.16.5.tar.xz deleted file mode 100644 index f023365..0000000 --- a/evolution-data-server-3.16.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e44ad4143402957cab8cab1a6b3d7057d8b111d268c6b9ad4e4008850f5b244c -size 5364120 diff --git a/evolution-data-server-3.17.91.tar.xz b/evolution-data-server-3.17.91.tar.xz new file mode 100644 index 0000000..89e8e28 --- /dev/null +++ b/evolution-data-server-3.17.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571e8957758ff2a747b2d1a67bd88b2675c2e7282887d1b0fa2cf3c3dfa81f3b +size 5389344 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index de5f432..0487342 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,205 @@ +------------------------------------------------------------------- +Mon Aug 31 17:06:55 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.91: + + [IMAPx]: + - Correct expunge and real trash/junk handling. + - Do not block GetMessage requests for different messages. + - Do not inherit cancelled errors from previously running jobs. + - Name CAMEL_IMAPX_ERROR codes. + - Miscellaneous changes. + + [CalDAV] Add workaround for FastMail servers. + + [Google backend] Use imap/smtp.googlemail.com instead of + .gmail.com. + + [Google/ownCloud backend] Always update discovered ESource + details. + + [GOA/UOA] Remove duplicate ESource-s referencing the same + GOA/UOA account. + + Bugs fixed: bgo#699529, bgo#753764, bgo#749773. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 17 10:48:07 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.90: + + Do not set write-to-all to installed tests executable. + + Bump minimum SQLite version to 3.7.17. + + Prefix password lookup errors, thus they make more sense in UI. + + Introduce CAL_STATIC_CAPABILITY_ALL_DAY_EVENT_AS_TIME. + + [camel-operation.c] Correct argument in g_signal_new(). + + [imapx_server_inactivity_thread] Do not claim 'cancelled' error + on console. + + [camel-imapx-conn-manager.c] Correct return values in some + functions. + + [e-cal-recur.c] Do not write out of bounds of the weekdays + array. + + [IMAPx]: + - Correct IDLE detection to not overlap running commands. + - Add an 'output_stream' argument to imapx_step(). + - Stop early in imapx_authenticate_sync() if cancelled. + - imapx_server_inactivity_thread: Turn runtime warnings into + debug messages. + - Ignore broken (truncated) COPYUID server response. + - Prefer Get/Copy/Move message and Expunge jobs over other. + - Treat G_IO_ERROR_CLOSED as a reason to try to reconnect. + - Connection could be used by two jobs at the same time. + - More pending-IDLE-detection related changes. + - Be able to search server with text with umlauts/UTF-8 + letters. + + Add thread safety around istream/ostream. + + Bugs fixed: bgo#722270, bgo#752233, bgo#745545, bgo#753276, + bgo#752338, bgo#752114. bgo#233140, bgo#533478, bgo#752197, + bgo#684456, bgo#686105. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 10 06:01:24 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.4: + + [CamelGpgContext] Handle decryption failures better. + + [ENamedParameters] Be able to read/write values from/to a + simple string. + + [IMAPx] Set cache expiration for one week when not + sync-for-offline. + + Add E_CONTACT_PGP_CERT EContact field. + + Enhance debugging output of + source_registry_server_monitor_changed_cb(). + + [Google backend] Claim Contacts and Tasks in populate(). + + Not able to select time in appointment/meeting for some + locales. + + Doesn't honor Google settings as defined in + gnome-online-accounts. + + Add GCancellable parameter to camel_filter_search_match(). + + Remove obsolete code comment. + + Bugs fixed: bgo#751462, bgo#751329, bgo#751701, bgo#751769, + bgo#751657, bgo#750766, bgo#685035, bgo#752049, bgo#752197, + bgo#752197, bgo#752304, bgo#692361, bgo#752370, bgo#752373. + + Updated translations. +- Bump libcamel, libebook-contacts, libecal and libedata-cal soname + (also in baselibs.conf) following upstream changes. + +------------------------------------------------------------------- +Mon Aug 10 06:01:23 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.3: + + Google backend considers each discovered source as new. + + [IMAPx]: + - Message moved to real Trash/Junk multiple times. + - Consider also G_IO_ERROR_BROKEN_PIPE as 'Connection reset by + peer' error. + + Truly disable gtk-doc build when asked to. + + [Google book]: Remove unnecessary code path found by Coverity + Scan. + + Correct a white-space error. + + Use e_source_remove_sync() instead of + e_source_registry_server_remove_source (). + + ownCloud/Google backends: make sure discovered sources are + enabled. + + Provide e_util_get_source_full_name() to describe source with + parents. + + Provide default implementation of + EBackend::authenticate_sync(). + + Do not add Google Tasks source for non-GOA master source. + + Make ESource::unset_last_credentials_required_arguments() + virtual method. + + source_registry_server_monitor_changed_cb: Reuse existing + source. + + addressbook: Treat an empty vCard attribute group name as NULL. + + e-source-registry-server: Watch for changes to .source files + and reload. + + e_trust_prompt_run_for_source: Do not require Authentication + extension. + + [ETrustPrompt] Ensure needed extensions for GOA/UOA sources. + + Add --factory parameter to factory subprocesses for easier + debugging. + + e-source-registry-server: Remove a spurious newline from a + debug message. + + Bugs fixed: bgo#747988, bgo#749292, bgo#749664, bgo#720197, + bgo#750146, bgo#750416, bgo#750427, bgo#676155, bgo#678901, + bgo#750148, bgo#247661, bgo#471791, bgo#751108, bgo#750889, + bgo#751005. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 10 06:01:23 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.2: + + Add a workaround for bgo#674885 (Type initialisation deadlock + in GObject). + + [IMAPx] Do not free uninitialized memory in imapx_call_idle(). + + [POP3] Avoid crash on folder dispose, when iterating through + pending commands. + + [NNTP] Fix minor memory leaks. + + GOA Google Calendar - Do not notify about past events. + + GOA Google module - Update authentication method before WebDAV + discovery. + + Add thread-safety into CamelAsyncClosure. + + Slow expunge of a maildir folder. + + [http calendar] Add UID to the component, if missing. + + [Win32] Use common Win32 init function in book/cal + subprocesses. + + Remove confusing runtime warning in e-source.c. + + Correct 'since' tags in D-Bus .xml files. + + Add ESource::UnsetLastCredentialsRequiredArguments method. + + Fix a dead-code found by the Coverity Scan. + + camel: Avoid an unlikely division by zero on a race condition. + + calendar: Remove dead code in HTTP backend. + + edataserverui: Remove redundant check for an error being set. + + edataserver: Remove redundant code path from + e_source_dup_secret_label(). + + [Camel] Freeze/thaw also subfolders of vFolders. + + Correct typos and remove dropped functions from gtk-doc + definitions. + + Also remove references to dropped structures from gtk-doc in + eds-docs.sgml. + + Correct and enhance developer documentation a bit. + + [Google/ownCloud backend] Discover WebDAV sources only if URL + is set. + + [ESourceWebdav] Use Unknown instead of Reject result on runtime + errors. + + [Weather calendar] Merge intra-day forecasts into one event. + + Change Google/ownCloud calendar color only when the source is + new. + + Address some Coveriry Scan detected issues. + + Prevent read after buffer bounds in + ENamedParameters::get_parameter_index(). + + Close the connection in e-webdav-discover (set the soup header + for it). + + Bugs fixed: bgo#719476, bgo#705771, bgo#748636, bgo#748770, + bgo#749190, bgo#749108, bgo#382684, bgo#728496, bgo#734300, + bgo#749135, bgo#749385. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 10 06:01:22 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.1: + + Add a new WebDAV discover widget and dialog into + libedataserverui. + + [ESourceExtension] Provide common property lock. + + Drop unnecessary ldap.h include from e-source-ldap.c. + + Bump gtk+ version requirement to 3.10. + + Replace deprecated g_io_scheduler_push_job() in HTTP calendar + backend. + + Do not use deprecated gtk_dialog_get_action_area(). + + [local book] Failure of contact remove not propagated to UI. + + Correct developer documentation for camel_provider_list(). + + [CalDAV] Fix a little memory leak. + + Fix various memory leaks. + + CamelVeeSummary::message_info_from_uid: Return referenced info. + + Incorrect message info unreferenced in + camel_vee_folder_get_location(). + + [NNTP]: + - Provide feedback when updating folder content. + - Can fail to disconnect when the command was cancelled. + + Bugs Fixed: bgo#663828, bgo#744718, bgo#746395, bgo#723928, + bgo#723260, bgo#743996, bgo#746335, bgo#746276, bgo#747789, + bgo#747822, bgo#691456, bgo#691493, bgo#747638, bgo#696552, + bgo#696678, bgo#745050, bgo#701352, bgo#705268. + + Updated translations. +- Bump baseversion, so_edataserver and so_camel following upstream + changes. Also update baselibs.conf. + ------------------------------------------------------------------- Mon Aug 10 06:01:21 UTC 2015 - zaitor@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index cf50c70..32fd7d7 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 52 +%define so_camel 54 %define so_ebackend 10 %define so_ebook 16 -%define so_ebook_contacts 1 -%define so_ecal 18 +%define so_ebook_contacts 2 +%define so_ecal 19 %define so_edata_book 25 -%define so_edata_cal 27 -%define so_edataserver 20 +%define so_edata_cal 28 +%define so_edataserver 21 %define so_edataserverui 1 Name: evolution-data-server -%define _evo_version 3.16 -Version: 3.16.5 +%define _evo_version 3.18 +Version: 3.17.91 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.16/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.17/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP @@ -55,7 +55,7 @@ BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: krb5-devel BuildRequires: libgdata-devel -BuildRequires: libgweather-devel >= 3.8 +BuildRequires: libgweather-devel >= 3.10 BuildRequires: libical-devel >= 0.43 BuildRequires: libidl-devel BuildRequires: libsoup-devel >= 2.42