Hello community,

here is the log from the commit of package kcalcore for openSUSE:Factory 
checked in at 2015-10-14 16:45:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalcore (Old)
 and      /work/SRC/openSUSE:Factory/.kcalcore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalcore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes        2015-10-03 
20:14:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcalcore.new/kcalcore.changes   2015-10-14 
16:45:58.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Oct 11 13:19:54 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.2
+   * KDE Applications 15.08.2 
+   * https://www.kde.org/announcements/announce-applications-15.08.2.php
+
+
+-------------------------------------------------------------------
+Sun Sep 13 19:02:00 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------

Old:
----
  kcalcore-15.08.0.tar.xz

New:
----
  kcalcore-15.08.2.tar.xz

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

Other differences:
------------------
++++++ kcalcore.spec ++++++
--- /var/tmp/diff_new_pack.bBvYN3/_old  2015-10-14 16:45:59.000000000 +0200
+++ /var/tmp/diff_new_pack.bBvYN3/_new  2015-10-14 16:45:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kcalcore
-Version:        15.08.0
+Version:        15.08.2
 Release:        0
 %define kf5_version 5.1.0
 Summary:        KDE PIM Libraries: KCalCore

++++++ kcalcore-15.08.0.tar.xz -> kcalcore-15.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.08.0/.arcconfig 
new/kcalcore-15.08.2/.arcconfig
--- old/kcalcore-15.08.0/.arcconfig     1970-01-01 01:00:00.000000000 +0100
+++ new/kcalcore-15.08.2/.arcconfig     2015-09-23 21:36:29.000000000 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/";,
+  "history.immutable" : true
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalcore-15.08.0/src/icalformat_p.cpp 
new/kcalcore-15.08.2/src/icalformat_p.cpp
--- old/kcalcore-15.08.0/src/icalformat_p.cpp   2015-08-11 18:29:05.000000000 
+0200
+++ new/kcalcore-15.08.2/src/icalformat_p.cpp   2015-09-23 21:36:29.000000000 
+0200
@@ -2503,7 +2503,7 @@
         }
         icalparameter *param =
             p ? icalproperty_get_first_parameter(p, ICAL_TZID_PARAMETER) : 0;
-        const char *tzid = param ? icalparameter_get_tzid(param) : 0;
+        QByteArray tzid = param ? QByteArray(icalparameter_get_tzid(param)) : 
QByteArray();
 
         // A workaround for a bug in libical 
(https://github.com/libical/libical/issues/185)
         // If a recurrenceId has both tzid and range, both parameters end up 
in the tzid.
@@ -2513,7 +2513,7 @@
             tzid = parts.first().toAscii();
         }
 
-        if (!tzid) {
+        if (tzid.isNull()) {
             timeSpec = KDateTime::ClockTime;
         } else {
             QString tzidStr = QString::fromUtf8(tzid);


Reply via email to