Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2018-01-16 09:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-ews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-ews"

Tue Jan 16 09:28:50 2018 rev:80 rq:562588 version:3.26.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes      
2017-12-29 18:49:39.982319784 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2018-01-16 09:28:52.595577321 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 15:50:46 UTC 2018 - [email protected]
+
+- Update to version 3.26.4:
+  + Bugs fixed: bgo#792190.
+
+-------------------------------------------------------------------

Old:
----
  evolution-ews-3.26.3.tar.xz

New:
----
  evolution-ews-3.26.4.tar.xz

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

Other differences:
------------------
++++++ evolution-ews.spec ++++++
--- /var/tmp/diff_new_pack.K5yfiw/_old  2018-01-16 09:28:53.111553181 +0100
+++ /var/tmp/diff_new_pack.K5yfiw/_new  2018-01-16 09:28:53.111553181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution-ews
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           evolution-ews
-Version:        3.26.3
+Version:        3.26.4
 Release:        0
 # _version needs to be %{version} stripped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')

++++++ evolution-ews-3.26.3.tar.xz -> evolution-ews-3.26.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/CMakeLists.txt 
new/evolution-ews-3.26.4/CMakeLists.txt
--- old/evolution-ews-3.26.3/CMakeLists.txt     2017-12-11 12:19:48.000000000 
+0100
+++ new/evolution-ews-3.26.4/CMakeLists.txt     2018-01-08 11:34:32.000000000 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-       VERSION 3.26.3
+       VERSION 3.26.4
        LANGUAGES C)
 set(PROJECT_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-ews";)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/NEWS 
new/evolution-ews-3.26.4/NEWS
--- old/evolution-ews-3.26.3/NEWS       2017-12-11 12:19:48.000000000 +0100
+++ new/evolution-ews-3.26.4/NEWS       2018-01-08 11:34:32.000000000 +0100
@@ -1,3 +1,9 @@
+Evolution-EWS 3.26.4 2018-01-08
+-------------------------------
+
+Bug Fixes:
+       Bug 792190 - Fails to update offline GAL (Milan Crha)
+
 Evolution-EWS 3.26.3 2017-12-11
 -------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.26.3/src/server/e-ews-connection.c 
new/evolution-ews-3.26.4/src/server/e-ews-connection.c
--- old/evolution-ews-3.26.3/src/server/e-ews-connection.c      2017-12-11 
12:19:48.000000000 +0100
+++ new/evolution-ews-3.26.4/src/server/e-ews-connection.c      2018-01-08 
11:34:32.000000000 +0100
@@ -2366,7 +2366,12 @@
        g_return_if_fail (E_IS_EWS_CONNECTION (cnc));
 
        if (credentials) {
-               e_ews_connection_set_password (cnc, e_named_parameters_get 
(credentials, E_SOURCE_CREDENTIAL_PASSWORD));
+               const gchar *password;
+
+               /* Update password only if it's provided, otherwise keep the 
previously set, if any */
+               password = e_named_parameters_get (credentials, 
E_SOURCE_CREDENTIAL_PASSWORD);
+               if (password && *password)
+                       e_ews_connection_set_password (cnc, password);
 
                if (e_named_parameters_get (credentials, 
E_SOURCE_CREDENTIAL_USERNAME)) {
                        CamelNetworkSettings *network_settings;


Reply via email to