Accepting request 255870 from GNOME:Factory
Stable update OBS-URL: https://build.opensuse.org/request/show/255870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=40
This commit is contained in:
commit
a18fed75d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c77a9ace421100607bbc6ce6cf31ac65be8357f52a9ed23e2e83af36669d125e
|
|
||||||
size 656572
|
|
3
evolution-ews-3.12.7.tar.xz
Normal file
3
evolution-ews-3.12.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:138fb6c4cdb36757b3c1efc430b5392d30fe7520c280168c80687627fc325671
|
||||||
|
size 661880
|
@ -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
|
Mon Sep 8 17:42:48 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.12
|
%define evolution_base_version 3.12
|
||||||
Version: 3.12.6
|
Version: 3.12.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
@ -32,7 +32,7 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
||||||
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version}
|
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version}
|
||||||
BuildRequires: pkgconfig(evolution-shell-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(gtk+-3.0) >= 3.0
|
||||||
BuildRequires: pkgconfig(libebackend-1.2)
|
BuildRequires: pkgconfig(libebackend-1.2)
|
||||||
BuildRequires: pkgconfig(libedata-book-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
|
%{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error
|
||||||
%dir %{_datadir}/evolution-data-server/ews
|
%dir %{_datadir}/evolution-data-server/ews
|
||||||
%{_datadir}/evolution-data-server/ews/windowsZones.xml
|
%{_datadir}/evolution-data-server/ews/windowsZones.xml
|
||||||
|
%{_datadir}/appdata/evolution-ews.metainfo.xml
|
||||||
|
|
||||||
%files -n libeews-1_2-0
|
%files -n libeews-1_2-0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user