Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2017-09-13 21:48:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-data-server"

Wed Sep 13 21:48:59 2017 rev:178 rq:523136 version:3.26.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
    2017-08-18 14:58:19.253536490 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2017-09-13 21:49:01.424428714 +0200
@@ -1,0 +2,139 @@
+Mon Sep 11 11:03:25 UTC 2017 - [email protected]
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep  6 23:15:10 UTC 2017 - [email protected]
+
+- Update to version 3.25.92:
+  + IMAPx:
+    - Not all local changes saved to the server.
+    - Handle gracefully when service is unavailable for
+      get_folder_info().
+  + camel_store_get_inbox_folder() can fail for IMAPx stores.
+  + ESoupSession: Treat G_TLS_ERROR_BAD_CERTIFICATE as
+    SOUP_STATUS_SSL_FAILED.
+  + CalDAV/CardDAV: Check for TLS/authentication errors on refresh.
+  + EWebDAVDiscoverWidget: Minor changes to error label.
+  + ECalMetaBackend: Removing detached instance doesn't set EXDATE.
+  + Merge a cmake/modules change from Evolution.
+  + Bugs fixed: bgo#785952, bgo#786362, bgo#553770, bgo#548814,
+    bgo#563602.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 21 19:51:24 UTC 2017 - [email protected]
+
+- Update to version 3.25.91:
+  + Add new developer documentation file into
+    evolution-data-server-docs.sgml.in.
+  + Bugs fixed: bgo#781901, bgo#786366.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  8 09:01:12 UTC 2017 - [email protected]
+
+- Update to version 3.25.90:
+  + Make EWebDAVSession soft-depend on ESourceWebdav extension.
+  + Introduce EWebDAVCollectionBackend to be used for
+    WebDAV-discovered collections.
+  + Workaround issue with badRequest/invalid format for Google
+    address book.
+  + Deadlock on exit under e-categories.c:finalize_categories().
+  + [EWebDAVDiscover] Correct href sets reading.
+  + [Vala] Fix a warning with a virtual method being the same name
+    as another method.
+  + Rename owncloud-backend module to webdav-backend.
+  + Add calendar and contacts URLs into ESourceCollection
+    extension.
+  + Bugs fixed: bgo#785136, bgo#785188, bgo#785212, bgo#785284,
+    bgo#785340, bgo#785393, bgo#785629, bgo#785647, bgo#785718.
+  + Updated translations.
+- Changes from version 3.25.4:
+  + Better react on connection lost in
+    EBookMetaBackend/ECalMetaBackend.
+  + Introduce 'list-sources' tool.
+  + Use the fancy Unicode apostrophes in the “list-sources” tool.
+  + Change --module-dir for gtkdoc-fixxref call.
+  + Warn and set default when sendmail not found during the build.
+  + Expose D-Bus service names in evolution-data-server pkg-config
+    file.
+  + Correct localization of external tools.
+  + Bugs fixed: bgo#493801, bgo#343904, bgo#779753, bgo#338649,
+    bgo#784116, bgo#784182, bgo#779156, bgo#784183, bgo#784218,
+    bgo#772572, bgo#781744, bgo#782844, bgo#781790, bgo#784548,
+    bgo#784746.
+  + Updated translations.
+- Add explicit gettext BuildRequires.
+- Rename lang subpackage, remove trailing version no longer needed
+  due to upstream changes.
+- Stop handling glib2_gsettings_schema_post(un) in post(un), no
+  longer needed as we have file-triggers taking care of this for us
+  now.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:03 UTC 2017 - [email protected]
+
+- Update to version 3.25.3:
+  + Prevent busy-loop opening Google calendar configured in GOA.
+  + Rename "WebDAV" books group to "CardDAV".
+  + Make some EBookMetaBackend/ECalMetaBackend private functions
+    public.
+  + Deprecate e_uid_new() in favor of e_util_generate_uid().
+  + [ESoupSession] Prefer request's URI when setting OAuth2
+    authorizer.
+  + [EBookCache/ECalCache] Understand '#t' search expression as
+    'list all'.
+  + Prevent GError override in e_cal_backend_sync_get_timezone().
+  + Publicize immediate refresh function for
+    EBookMetaBackend/ECalMetaBackend.
+  + Fix few memory leaks.
+  + Correct ECalMetaBackend::get_object_sync() implementation.
+  + Be able to get all UID/id-s from book/cal cache with certain
+    'extra' data.
+  + Fix a crash under
+    e_webdav_discover_traverse_propfind_response_cb().
+  + Introduce ESourceRegistryWatcher.
+  + Update ESource's connection-status in
+    EBookMetaBackend/ECalMetaBackend.
+  + Allow overwrite of CMAKE_SKIP_RPATH variable.
+  + Bugs fixed: bgo#770476, bgo#782096, bgo#783385.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:02 UTC 2017 - [email protected]
+
+- Update to version 3.25.2:
+  + Remove forgotten debug print.
+  + Add CamelWeakRefGroup to camel-docs.sgml.
+  + Merge offline-cache changes into master.
+  + Unicode typography fixes.
+  + Bump libical dependency to 2.0 for ICAL_FILENAME_PARAMETER.
+  + Fix possible use of uninitialized variables in the new code.
+  + Correct some developer code comments and annotations.
+  + Introduce e_util_generate_uid().
+  + Re-apply missed change for bug 781543 after the offline-cache
+    code merge.
+  + Mis-filters emails with Mailing List rule in certain
+    situations.
+  + On The Web calendars don't work when the server doesn't return
+    ETag header.
+  + Bugs fixed: bgo#781833, bgo#779749, bgo#782360, bgo#782362,
+    bgo#782377, bgo#782745, bgo#782799, bgo#782847.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  8 03:25:01 UTC 2017 - [email protected]
+
+- Update to version 3.25.1:
+  + Correct two libecal/client tests.
+  + IMAPx:
+    - Unsubscribed folders shown after refresh.
+    - Fix a memory leak of CamelIMAPXServer.
+  + Bugs fixed: bgo#656635, bgo#777042, bgo#781376, bgo#781465,
+    bgo#781543,bgo#781549.
+  + Updated translations.
+- Bump _evo_version to 3.26, following upstream.
+
+-------------------------------------------------------------------

Old:
----
  evolution-data-server-3.24.5.tar.xz

New:
----
  evolution-data-server-3.26.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.UfTsmr/_old  2017-09-13 21:49:02.152326303 +0200
+++ /var/tmp/diff_new_pack.UfTsmr/_new  2017-09-13 21:49:02.156325740 +0200
@@ -31,19 +31,20 @@
 %define so_edata_cal 28
 
 Name:           evolution-data-server
-%define _evo_version 3.24
-Version:        3.24.5
+%define _evo_version 3.26
+Version:        3.26.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.24/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/evolution-data-server/3.26/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  db-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gperf
 BuildRequires:  gtk-doc
@@ -306,15 +307,9 @@
 
 %install
 %cmake_install
-%find_lang evolution-data-server-%{_evo_version}
+%find_lang evolution-data-server
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-
-%postun
-%glib2_gsettings_schema_postun
-
 %post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
 
 %postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
@@ -453,6 +448,6 @@
 %defattr(-, root, root)
 %{_datadir}/gtk-doc/html/*
 
-%files lang -f evolution-data-server-%{_evo_version}.lang
+%files lang -f evolution-data-server.lang
 
 %changelog

++++++ evolution-data-server-3.24.5.tar.xz -> 
evolution-data-server-3.26.0.tar.xz ++++++
++++ 178486 lines of diff (skipped)


Reply via email to