Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2020-02-18 10:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-ews.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-ews"

Tue Feb 18 10:34:36 2020 rev:100 rq:774613 version:3.34.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes      
2020-01-10 17:47:13.098156002 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new.26092/evolution-ews.changes   
2020-02-18 10:34:41.948245940 +0100
@@ -1,0 +2,8 @@
+Fri Feb 14 09:57:08 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.34.4:
+  + Bugs fixed:
+    - Fails to create event with no duration.
+    - Map 'tzone://Microsoft/Utc' to libical's 'UTC'.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ evolution-ews.spec ++++++
--- /var/tmp/diff_new_pack.q2DyCr/_old  2020-02-18 10:34:42.524247116 +0100
+++ /var/tmp/diff_new_pack.q2DyCr/_new  2020-02-18 10:34:42.532247132 +0100
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:           evolution-ews
-Version:        3.34.3
+Version:        3.34.4
 Release:        0
 Summary:        Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:        LGPL-2.1-only

++++++ evolution-ews-3.34.3.tar.xz -> evolution-ews-3.34.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/CMakeLists.txt 
new/evolution-ews-3.34.4/CMakeLists.txt
--- old/evolution-ews-3.34.3/CMakeLists.txt     2020-01-03 17:40:02.000000000 
+0100
+++ new/evolution-ews-3.34.4/CMakeLists.txt     2020-02-14 10:33:57.000000000 
+0100
@@ -4,7 +4,7 @@
 cmake_policy(VERSION 3.1)
 
 project(evolution-ews
-       VERSION 3.34.3
+       VERSION 3.34.4
        LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-ews/issues/";)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/NEWS 
new/evolution-ews-3.34.4/NEWS
--- old/evolution-ews-3.34.3/NEWS       2020-01-03 17:40:02.000000000 +0100
+++ new/evolution-ews-3.34.4/NEWS       2020-02-14 10:33:57.000000000 +0100
@@ -1,3 +1,10 @@
+Evolution-EWS 3.34.4 2020-02-14
+-------------------------------
+
+Bug Fixes:
+       I#84 - Fails to create event with no duration (Milan Crha)
+       I#85 - Map 'tzone://Microsoft/Utc' to libical's 'UTC' (Milan Crha)
+
 Evolution-EWS 3.34.3 2020-01-03
 -------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-ews-3.34.3/src/calendar/e-cal-backend-ews-utils.c 
new/evolution-ews-3.34.4/src/calendar/e-cal-backend-ews-utils.c
--- old/evolution-ews-3.34.3/src/calendar/e-cal-backend-ews-utils.c     
2020-01-03 17:40:02.000000000 +0100
+++ new/evolution-ews-3.34.4/src/calendar/e-cal-backend-ews-utils.c     
2020-02-14 10:33:57.000000000 +0100
@@ -1137,7 +1137,7 @@
        secs_end = (gint64) (zone_end ? i_cal_time_as_timet_with_zone (dtend, 
zone_end) : i_cal_time_as_timet (dtend));
 
        /* takes whole day(s) and starts on midnight in the zone_start */
-       return ((secs_end - secs_start) % (24 * 60 * 60)) == 0 && (secs_start % 
24 * 60 * 60) == 0;
+       return ((secs_end - secs_start) > 0) && ((secs_end - secs_start) % (24 
* 60 * 60)) == 0 && (secs_start % 24 * 60 * 60) == 0;
 }
 
 static gboolean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.34.3/src/calendar/windowsZones.xml 
new/evolution-ews-3.34.4/src/calendar/windowsZones.xml
--- old/evolution-ews-3.34.3/src/calendar/windowsZones.xml      2020-01-03 
17:40:02.000000000 +0100
+++ new/evolution-ews-3.34.4/src/calendar/windowsZones.xml      2020-02-14 
10:33:57.000000000 +0100
@@ -228,6 +228,7 @@
                        <mapZone other="UTC" territory="001" type="Etc/GMT"/>
                        <mapZone other="UTC" territory="GL" 
type="America/Danmarkshavn"/>
                        <mapZone other="UTC" territory="ZZ" type="Etc/GMT"/>
+                       <mapZone other="tzone://Microsoft/Utc" territory="002" 
type="UTC"/>
 
                        <!-- (UTC) Dublin, Edinburgh, Lisbon, London -->
                        <mapZone other="GMT Standard Time" territory="001" 
type="Europe/London"/>


Reply via email to