Hello community, here is the log from the commit of package kcalcore for openSUSE:Factory checked in at 2019-10-14 13:26:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalcore (Old) and /work/SRC/openSUSE:Factory/.kcalcore.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalcore" Mon Oct 14 13:26:30 2019 rev:50 rq:737722 version:19.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes 2019-09-09 12:23:18.797882451 +0200 +++ /work/SRC/openSUSE:Factory/.kcalcore.new.2352/kcalcore.changes 2019-10-14 13:26:31.655739106 +0200 @@ -1,0 +2,10 @@ +Fri Oct 11 07:42:37 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.2.php +- Changes since 19.08.1: + * Fix compilation with Qt 5.14, QLatin1Literal seems gone + +------------------------------------------------------------------- Old: ---- kcalcore-19.08.1.tar.xz kcalcore-19.08.1.tar.xz.sig New: ---- kcalcore-19.08.2.tar.xz kcalcore-19.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalcore.spec ++++++ --- /var/tmp/diff_new_pack.1JBtH1/_old 2019-10-14 13:26:32.179737740 +0200 +++ /var/tmp/diff_new_pack.1JBtH1/_new 2019-10-14 13:26:32.183737730 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kcalcore -Version: 19.08.1 +Version: 19.08.2 Release: 0 Summary: KDE PIM Libraries: KCalCore License: LGPL-2.1-or-later ++++++ kcalcore-19.08.1.tar.xz -> kcalcore-19.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-19.08.1/CMakeLists.txt new/kcalcore-19.08.2/CMakeLists.txt --- old/kcalcore-19.08.1/CMakeLists.txt 2019-08-25 15:02:23.000000000 +0200 +++ new/kcalcore-19.08.2/CMakeLists.txt 2019-09-08 14:55:07.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.12.1") +set(PIM_VERSION "5.12.2") project(KCalCore VERSION ${PIM_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-19.08.1/autotests/testmemorycalendar.cpp new/kcalcore-19.08.2/autotests/testmemorycalendar.cpp --- old/kcalcore-19.08.1/autotests/testmemorycalendar.cpp 2019-08-25 15:02:23.000000000 +0200 +++ new/kcalcore-19.08.2/autotests/testmemorycalendar.cpp 2019-09-08 14:55:07.000000000 +0200 @@ -140,7 +140,7 @@ // the incidences had special relations. // This test tests that scenario, and will crash if it fails. MemoryCalendar::Ptr cal(new MemoryCalendar(QTimeZone::utc())); - FileStorage store1(cal, QLatin1Literal(ICALTESTDATADIR) + QLatin1String("test_relations.ics")); + FileStorage store1(cal, QLatin1String(ICALTESTDATADIR) + QLatin1String("test_relations.ics")); QVERIFY(store1.load()); const Todo::List oldTodos = cal->todos(); qDebug() << "Loaded " << oldTodos.count() << " todos into oldTodos.";
