diff --git a/evolution-ews-3.12.6.tar.xz b/evolution-ews-3.12.6.tar.xz deleted file mode 100644 index 381a763..0000000 --- a/evolution-ews-3.12.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c77a9ace421100607bbc6ce6cf31ac65be8357f52a9ed23e2e83af36669d125e -size 656572 diff --git a/evolution-ews-3.12.7.tar.xz b/evolution-ews-3.12.7.tar.xz new file mode 100644 index 0000000..7976c3b --- /dev/null +++ b/evolution-ews-3.12.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671 +size 661880 diff --git a/evolution-ews.changes b/evolution-ews.changes index 366e700..e1e6387 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 13 10:41:07 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.12.7: + + Miscellaneous: + - Update addressbook to use ->open_sync(). + - Use GInitable to initialise addressbook. + - Port addressbook to EBookSqlite. + - Fix build for oab-decode-test, port it to EBookSqlite. + - Move dset handling inside ews_decode_addressbook_record(). + - Use (hashed) PidTagEmailAddress for OAB item UID. + - Pass GInputStream to decoder functions instead of assuming + priv->fis. + - Use GMemoryInputStream for processing records, calculate SHA1 + on each. + - Optimise EWS GAL update not to rewrite unchanged records. + - Avoid processing OAB records which already exist. + - Fix modify_contacts for EBookSqlite. + - Fix addressbook upgrade from pre-SHA1 versions. + - Reduce addressbook refresh interval to 6 hours. + - Avoid using dynamic types for ESourceEwsFolder. + - Add revision support for addressbook. + - Add locale support for addressbook. + - Make ebews_fetch_items() return a list of EContacts not + EVCards. + - Refactor ews_update_items_thread() to do all database access + together. + - Kill store_to_cache option for ebews_fetch_items(). + - Clean up resync code path in ews_update_items_thread(). + - Use EBookSqlite locking. + - Fix notification for non-GAL updates to only happen on + commit. + - Don't flush the final GAL updates if there are none. + - Initialise filename to NULL in ews_remove_old_gal_file(). + - Add evolution-ews.metainfo.xml file. + - Use INTLTOOL_XML_RULE for appdata files. + + Bugs fixed: bgo#733578, bgo#736257, bgo#737773. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 8 17:42:48 UTC 2014 - zaitor@opensuse.org diff --git a/evolution-ews.spec b/evolution-ews.spec index 4c6c54b..2527fa9 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -19,7 +19,7 @@ Name: evolution-ews # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.12 -Version: 3.12.6 +Version: 3.12.7 Release: 0 Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later License: LGPL-2.1 @@ -32,7 +32,7 @@ BuildRequires: translation-update-upstream BuildRequires: pkgconfig(evolution-data-server-1.2) BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version} BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version} -BuildRequires: pkgconfig(glib-2.0) >= 2.28 +BuildRequires: pkgconfig(glib-2.0) >= 2.34 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 BuildRequires: pkgconfig(libebackend-1.2) BuildRequires: pkgconfig(libedata-book-1.2) @@ -118,6 +118,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print %{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error %dir %{_datadir}/evolution-data-server/ews %{_datadir}/evolution-data-server/ews/windowsZones.xml +%{_datadir}/appdata/evolution-ews.metainfo.xml %files -n libeews-1_2-0 %defattr(-, root, root)