Accepting request 255624 from GNOME:Next

Update to 3.12.7

OBS-URL: https://build.opensuse.org/request/show/255624
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2014-10-13 11:35:20 +00:00 committed by Git OBS Bridge
parent 69c88dd360
commit 99876739ad
4 changed files with 44 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c77a9ace421100607bbc6ce6cf31ac65be8357f52a9ed23e2e83af36669d125e
size 656572

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671
size 661880

View File

@ -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

View File

@ -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)