Hello community, here is the log from the commit of package kcalcore for openSUSE:Factory checked in at 2017-07-25 11:27:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalcore (Old) and /work/SRC/openSUSE:Factory/.kcalcore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalcore" Tue Jul 25 11:27:45 2017 rev:22 rq:510679 version:17.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes 2017-06-12 15:17:16.764628466 +0200 +++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes 2017-07-25 11:27:46.579273197 +0200 @@ -1,0 +2,11 @@ +Sat Jul 15 22:59:25 CEST 2017 - [email protected] + +- Update to 17.04.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.3.php +- Changes since 17.04.2: + * Fix build on Windows + * Remove not necessary include + +------------------------------------------------------------------- Old: ---- kcalcore-17.04.2.tar.xz New: ---- kcalcore-17.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalcore.spec ++++++ --- /var/tmp/diff_new_pack.KU85MP/_old 2017-07-25 11:27:47.151192429 +0200 +++ /var/tmp/diff_new_pack.KU85MP/_new 2017-07-25 11:27:47.155191864 +0200 @@ -18,7 +18,7 @@ %define kf5_version 5.19.0 Name: kcalcore -Version: 17.04.2 +Version: 17.04.3 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) ++++++ kcalcore-17.04.2.tar.xz -> kcalcore-17.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-17.04.2/CMakeLists.txt new/kcalcore-17.04.3/CMakeLists.txt --- old/kcalcore-17.04.2/CMakeLists.txt 2017-05-11 21:27:16.000000000 +0200 +++ new/kcalcore-17.04.3/CMakeLists.txt 2017-06-23 09:16:08.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.5.2") +set(PIM_VERSION "5.5.3") project(KCalCore VERSION ${PIM_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-17.04.2/autotests/testcalendarobserver.cpp new/kcalcore-17.04.3/autotests/testcalendarobserver.cpp --- old/kcalcore-17.04.2/autotests/testcalendarobserver.cpp 2017-05-11 21:27:16.000000000 +0200 +++ new/kcalcore-17.04.3/autotests/testcalendarobserver.cpp 2017-06-23 09:16:08.000000000 +0200 @@ -26,7 +26,6 @@ #include <qdebug.h> -#include <unistd.h> #include <qtest.h> #include <qsignalspy.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-17.04.2/src/icaltimezones.cpp new/kcalcore-17.04.3/src/icaltimezones.cpp --- old/kcalcore-17.04.2/src/icaltimezones.cpp 2017-05-11 21:27:16.000000000 +0200 +++ new/kcalcore-17.04.3/src/icaltimezones.cpp 2017-06-23 09:16:08.000000000 +0200 @@ -1208,15 +1208,15 @@ // translations of the time zone offset name. // TODO: Does this cope with multiple language specifications? - QByteArray tzname = icalproperty_get_tzname(p); + QByteArray name = icalproperty_get_tzname(p); // Outlook (2000) places "Standard Time" and "Daylight Time" in the TZNAME // strings, which is totally useless. So ignore those. - if ((!daylight && tzname == "Standard Time") || - (daylight && tzname == "Daylight Time")) { + if ((!daylight && name == "Standard Time") || + (daylight && name == "Daylight Time")) { break; } - if (!abbrevs.contains(tzname)) { - abbrevs += tzname; + if (!abbrevs.contains(name)) { + abbrevs += name; } break; }
