Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2019-12-13 12:02:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Fri Dec 13 12:02:16 2019 rev:52 rq:756195 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2019-11-12 
11:35:53.094121456 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.4691/kcalutils.changes    
2019-12-13 12:02:47.697437980 +0100
@@ -1,0 +2,31 @@
+Tue Dec 10 06:38:22 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Fix kcalutils-testincidenceformatter color
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:43 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:14 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.2:
+  * Make it compiles without deprecated methods
+  * Use new framework KF5CalendarCore
+  * Use QLatin1String in join/startswith/endsWith/contains + QString::replace
+    operates on the same object, no need to reassign
+  * Show class on api.kde.org
+
+-------------------------------------------------------------------

Old:
----
  kcalutils-19.08.3.tar.xz
  kcalutils-19.08.3.tar.xz.sig

New:
----
  kcalutils-19.12.0.tar.xz
  kcalutils-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.8xD1K3/_old  2019-12-13 12:02:48.381437722 +0100
+++ /var/tmp/diff_new_pack.8xD1K3/_new  2019-12-13 12:02:48.389437719 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcalutils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,33 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcalutils
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Library with utility functions for handling calendar data
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
-BuildRequires:  grantlee5-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
-BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kidentitymanagement-devel >= %{_kapp_version}
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Grantlee5)
+BuildRequires:  cmake(KF5CalendarCore)
+BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5IdentityManagement)
+BuildRequires:  cmake(KF5KDELibs4Support) >= %{kf5_version}
+BuildRequires:  cmake(Qt5Test) >= 5.2.0
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
@@ -64,10 +63,10 @@
 %package devel
 Summary:        Development files for kcalutils
 Group:          Development/Libraries/KDE
-Requires:       kcalcore-devel
-Requires:       kcoreaddons-devel >= %{kf5_version}
-Requires:       kdelibs4support-devel >= %{kf5_version}
 Requires:       libKF5CalendarUtils5
+Requires:       cmake(KF5CalendarCore)
+Requires:       cmake(KF5CoreAddons) >= %{kf5_version}
+Requires:       cmake(KF5KDELibs4Support) >= %{kf5_version}
 Obsoletes:      kcalutils5-devel < %{version}
 Provides:       kcalutils5-devel = %{version}
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.8xD1K3/_old and 
/var/tmp/diff_new_pack.8xD1K3/_new differ

++++++ kcalutils-19.08.3.tar.xz -> kcalutils-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/CMakeLists.txt 
new/kcalutils-19.12.0/CMakeLists.txt
--- old/kcalutils-19.08.3/CMakeLists.txt        2019-11-05 05:15:01.000000000 
+0100
+++ new/kcalutils-19.12.0/CMakeLists.txt        2019-12-06 02:48:33.000000000 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(PIM_VERSION "5.12.3")
+set(PIM_VERSION "5.13.0")
 project(KCalUtils VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_MIN_VERSION "5.60.0")
+set(KF5_MIN_VERSION "5.63.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${KCalUtils_SOURCE_DIR}/cmake ${ECM_MODULE_PATH})
@@ -24,8 +24,7 @@
 include(KPIMGrantleeMacros)
 
 set(CALENDARUTILS_LIB_VERSION ${PIM_VERSION})
-set(CALENDARCORE_LIB_VERSION "5.12.3")
-set(IDENTITYMANAGER_LIB_VERSION "5.12.3")
+set(IDENTITYMANAGER_LIB_VERSION "5.13.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCALUTILS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcalutils_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CalendarUtilsConfigVersion.cmake"
@@ -42,13 +41,17 @@
 find_package(KF5IconThemes ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
 
-find_package(KF5CalendarCore ${CALENDARCORE_LIB_VERSION} CONFIG REQUIRED)
+find_package(KF5CalendarCore ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5IdentityManagement ${IDENTITYMANAGER_LIB_VERSION} CONFIG 
REQUIRED)
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libkcalutils5\")
 add_definitions(-DQT_NO_FOREACH)
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+endif()
+
 if(BUILD_TESTING)
   add_definitions(-DBUILD_TESTING)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/KF5CalendarUtilsConfig.cmake.in 
new/kcalutils-19.12.0/KF5CalendarUtilsConfig.cmake.in
--- old/kcalutils-19.08.3/KF5CalendarUtilsConfig.cmake.in       2019-10-30 
07:36:25.000000000 +0100
+++ new/kcalutils-19.12.0/KF5CalendarUtilsConfig.cmake.in       2019-12-01 
10:15:19.000000000 +0100
@@ -3,6 +3,6 @@
 include(CMakeFindDependencyMacro)
 find_dependency(KF5CoreAddons "@KF5_MIN_VERSION@")
 find_dependency(KF5Config "@KF5_MIN_VERSION@")
-find_dependency(KF5CalendarCore "@CALENDARCORE_LIB_VERSION@")
+find_dependency(KF5CalendarCore "@KF5_MIN_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CalendarUtilsTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ar/libkcalutils5.po 
new/kcalutils-19.12.0/po/ar/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ar/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ar/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-08-14 17:43+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/bs/libkcalutils5.po 
new/kcalutils-19.12.0/po/bs/libkcalutils5.po
--- old/kcalutils-19.08.3/po/bs/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/bs/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-12-05 10:48+0000\n"
 "Last-Translator: Lejla Agic <lag...@etf.unsa.ba>\n"
 "Language-Team: bosanski <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ca/libkcalutils5.po 
new/kcalutils-19.12.0/po/ca/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ca/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ca/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 11:13+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ca@valencia/libkcalutils5.po 
new/kcalutils-19.12.0/po/ca@valencia/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ca@valencia/libkcalutils5.po       2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ca@valencia/libkcalutils5.po       2019-12-06 
02:48:30.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 11:13+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/cs/libkcalutils5.po 
new/kcalutils-19.12.0/po/cs/libkcalutils5.po
--- old/kcalutils-19.08.3/po/cs/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/cs/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-09-09 15:55+0200\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/da/libkcalutils5.po 
new/kcalutils-19.12.0/po/da/libkcalutils5.po
--- old/kcalutils-19.08.3/po/da/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/da/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2016-08-11 22:04+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/de/libkcalutils5.po 
new/kcalutils-19.12.0/po/de/libkcalutils5.po
--- old/kcalutils-19.08.3/po/de/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/de/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-16 10:13+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/el/libkcalutils5.po 
new/kcalutils-19.12.0/po/el/libkcalutils5.po
--- old/kcalutils-19.08.3/po/el/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/el/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2014-04-26 11:18+0300\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/en_GB/libkcalutils5.po 
new/kcalutils-19.12.0/po/en_GB/libkcalutils5.po
--- old/kcalutils-19.08.3/po/en_GB/libkcalutils5.po     2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/en_GB/libkcalutils5.po     2019-12-06 
02:48:30.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-12-02 13:06+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/es/libkcalutils5.po 
new/kcalutils-19.12.0/po/es/libkcalutils5.po
--- old/kcalutils-19.08.3/po/es/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/es/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-12-29 23:41+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/et/libkcalutils5.po 
new/kcalutils-19.12.0/po/et/libkcalutils5.po
--- old/kcalutils-19.08.3/po/et/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/et/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2016-07-30 20:37+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/fi/libkcalutils5.po 
new/kcalutils-19.12.0/po/fi/libkcalutils5.po
--- old/kcalutils-19.08.3/po/fi/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/fi/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-21 18:33+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/fr/libkcalutils5.po 
new/kcalutils-19.12.0/po/fr/libkcalutils5.po
--- old/kcalutils-19.08.3/po/fr/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/fr/libkcalutils5.po        2019-12-06 
02:48:30.000000000 +0100
@@ -22,7 +22,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-01-27 23:30+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ga/libkcalutils5.po 
new/kcalutils-19.12.0/po/ga/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ga/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ga/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2011-12-28 12:28-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/gl/libkcalutils5.po 
new/kcalutils-19.12.0/po/gl/libkcalutils5.po
--- old/kcalutils-19.08.3/po/gl/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/gl/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-03-28 13:06+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/hr/libkcalutils5.po 
new/kcalutils-19.12.0/po/hr/libkcalutils5.po
--- old/kcalutils-19.08.3/po/hr/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/hr/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libkcal 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2004-04-20 13:29+CEST\n"
 "Last-Translator: auto\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/hu/libkcalutils5.po 
new/kcalutils-19.12.0/po/hu/libkcalutils5.po
--- old/kcalutils-19.08.3/po/hu/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/hu/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2015-09-08 10:03+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ia/libkcalutils5.po 
new/kcalutils-19.12.0/po/ia/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ia/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ia/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-10-10 14:04+0200\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/it/libkcalutils5.po 
new/kcalutils-19.12.0/po/it/libkcalutils5.po
--- old/kcalutils-19.08.3/po/it/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/it/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-18 23:03+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ja/libkcalutils5.po 
new/kcalutils-19.12.0/po/ja/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ja/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ja/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2014-09-25 01:12-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/kk/libkcalutils5.po 
new/kcalutils-19.12.0/po/kk/libkcalutils5.po
--- old/kcalutils-19.08.3/po/kk/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/kk/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-08-28 04:37+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/km/libkcalutils5.po 
new/kcalutils-19.12.0/po/km/libkcalutils5.po
--- old/kcalutils-19.08.3/po/km/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/km/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2012-07-11 10:24+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ko/libkcalutils5.po 
new/kcalutils-19.12.0/po/ko/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ko/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/ko/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-05-18 15:40+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/lt/libkcalutils5.po 
new/kcalutils-19.12.0/po/lt/libkcalutils5.po
--- old/kcalutils-19.08.3/po/lt/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/lt/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2015-12-29 23:01+0200\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
 "Language-Team: lt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/mr/libkcalutils5.po 
new/kcalutils-19.12.0/po/mr/libkcalutils5.po
--- old/kcalutils-19.08.3/po/mr/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/mr/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-03-18 13:31+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/nb/libkcalutils5.po 
new/kcalutils-19.12.0/po/nb/libkcalutils5.po
--- old/kcalutils-19.08.3/po/nb/libkcalutils5.po        2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/nb/libkcalutils5.po        2019-12-06 
02:48:31.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2014-09-23 22:02+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/nds/libkcalutils5.po 
new/kcalutils-19.12.0/po/nds/libkcalutils5.po
--- old/kcalutils-19.08.3/po/nds/libkcalutils5.po       2019-11-05 
05:15:00.000000000 +0100
+++ new/kcalutils-19.12.0/po/nds/libkcalutils5.po       2019-12-06 
02:48:31.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2014-09-18 22:56+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/nl/libkcalutils5.po 
new/kcalutils-19.12.0/po/nl/libkcalutils5.po
--- old/kcalutils-19.08.3/po/nl/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/nl/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 11:35+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/nn/libkcalutils5.po 
new/kcalutils-19.12.0/po/nn/libkcalutils5.po
--- old/kcalutils-19.08.3/po/nn/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/nn/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-05-01 11:44+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/pa/libkcalutils5.po 
new/kcalutils-19.12.0/po/pa/libkcalutils5.po
--- old/kcalutils-19.08.3/po/pa/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/pa/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2011-06-29 23:19+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/pl/libkcalutils5.po 
new/kcalutils-19.12.0/po/pl/libkcalutils5.po
--- old/kcalutils-19.08.3/po/pl/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/pl/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-01-20 07:20+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/pt/libkcalutils5.po 
new/kcalutils-19.12.0/po/pt/libkcalutils5.po
--- old/kcalutils-19.08.3/po/pt/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/pt/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libkcal\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 16:41+0000\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/pt_BR/libkcalutils5.po 
new/kcalutils-19.12.0/po/pt_BR/libkcalutils5.po
--- old/kcalutils-19.08.3/po/pt_BR/libkcalutils5.po     2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/pt_BR/libkcalutils5.po     2019-12-06 
02:48:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2019-01-05 23:58-0200\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ro/libkcalutils5.po 
new/kcalutils-19.12.0/po/ro/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ro/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/ro/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-01-12 05:59+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ru/libkcalutils5.po 
new/kcalutils-19.12.0/po/ru/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ru/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/ru/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-08-04 21:30+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/sk/libkcalutils5.po 
new/kcalutils-19.12.0/po/sk/libkcalutils5.po
--- old/kcalutils-19.08.3/po/sk/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/sk/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -1,19 +1,18 @@
 # translation of libkcalutils5.po to Slovak
 # Roman Paholík <wizzar...@gmail.com>, 2014, 2015, 2016.
-# Matej Mrenica <matejm98m...@gmail.com>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
-"PO-Revision-Date: 2019-08-04 18:19+0200\n"
-"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
-"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
+"PO-Revision-Date: 2016-08-31 22:38+0100\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.07.90\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: src/grantleetemplatemanager.cpp:97
@@ -61,7 +60,9 @@
 msgstr "Udalosť"
 
 #: src/htmlexport.cpp:267
-#, kde-format
+#, fuzzy, kde-format
+#| msgctxt "@title:column event locatin"
+#| msgid "Location"
 msgctxt "@title:column event location"
 msgid "Location"
 msgstr "Umiestnenie"
@@ -725,10 +726,12 @@
 msgstr "Protinávrh..."
 
 #: src/incidenceformatter.cpp:2011
-#, kde-format
+#, fuzzy, kde-format
+#| msgctxt "delegate inviation to another"
+#| msgid "Delegate ..."
 msgctxt "delegate invitation to another"
 msgid "Delegate ..."
-msgstr "Delegovať ..."
+msgstr "Delegovať..."
 
 #: src/incidenceformatter.cpp:2022
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/sl/libkcalutils5.po 
new/kcalutils-19.12.0/po/sl/libkcalutils5.po
--- old/kcalutils-19.08.3/po/sl/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/sl/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2016-07-21 18:50+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/sv/libkcalutils5.po 
new/kcalutils-19.12.0/po/sv/libkcalutils5.po
--- old/kcalutils-19.08.3/po/sv/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/sv/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 21:31+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/tr/libkcalutils5.po 
new/kcalutils-19.12.0/po/tr/libkcalutils5.po
--- old/kcalutils-19.08.3/po/tr/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/tr/libkcalutils5.po        2019-12-06 
02:48:32.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2017-04-12 16:36+0100\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/ug/libkcalutils5.po 
new/kcalutils-19.12.0/po/ug/libkcalutils5.po
--- old/kcalutils-19.08.3/po/ug/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/ug/libkcalutils5.po        2019-12-06 
02:48:33.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/uk/libkcalutils5.po 
new/kcalutils-19.12.0/po/uk/libkcalutils5.po
--- old/kcalutils-19.08.3/po/uk/libkcalutils5.po        2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/uk/libkcalutils5.po        2019-12-06 
02:48:33.000000000 +0100
@@ -1,5 +1,5 @@
 # Translation of libkcalutils5.po to Ukrainian
-# Copyright (C) 2018 This_file_is_part_of_KDE
+# Copyright (C) 2014-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: libkcalutils5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2018-11-12 08:33+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/zh_CN/libkcalutils5.po 
new/kcalutils-19.12.0/po/zh_CN/libkcalutils5.po
--- old/kcalutils-19.08.3/po/zh_CN/libkcalutils5.po     2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/zh_CN/libkcalutils5.po     2019-12-06 
02:48:33.000000000 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
-"PO-Revision-Date: 2019-10-09 10:05\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
+"PO-Revision-Date: 2019-11-19 23:11\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/po/zh_TW/libkcalutils5.po 
new/kcalutils-19.12.0/po/zh_TW/libkcalutils5.po
--- old/kcalutils-19.08.3/po/zh_TW/libkcalutils5.po     2019-11-05 
05:15:01.000000000 +0100
+++ new/kcalutils-19.12.0/po/zh_TW/libkcalutils5.po     2019-12-06 
02:48:33.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:48+0200\n"
+"POT-Creation-Date: 2019-07-06 03:12+0200\n"
 "PO-Revision-Date: 2015-05-21 00:12+0800\n"
 "Last-Translator: Franklin\n"
 "Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/src/dndfactory.cpp 
new/kcalutils-19.12.0/src/dndfactory.cpp
--- old/kcalutils-19.08.3/src/dndfactory.cpp    2019-10-30 07:36:25.000000000 
+0100
+++ new/kcalutils-19.12.0/src/dndfactory.cpp    2019-12-01 10:15:19.000000000 
+0100
@@ -39,7 +39,7 @@
 #include "vcaldrag.h"
 
 #include "kcalutils_debug.h"
-#include <KIconLoader>  // for BarIcon
+#include <KIconLoader>
 #include <KUrlMimeData>
 #include <QUrl>
 
@@ -48,6 +48,7 @@
 #include <QClipboard>
 #include <QDrag>
 #include <QDate>
+#include <QIcon>
 #include <QWidget>
 #include <QDropEvent>
 #include <QTimeZone>
@@ -186,7 +187,7 @@
 {
     QDrag *drag = new QDrag(owner);
     drag->setMimeData(createMimeData(incidence));
-    drag->setPixmap(BarIcon(incidence->iconName()));
+    
drag->setPixmap(QIcon::fromTheme(incidence->iconName()).pixmap(KIconLoader::SizeSmallMedium));
 
     return drag;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcalutils-19.08.3/src/grantlee_plugin/datetimefilters.cpp 
new/kcalutils-19.12.0/src/grantlee_plugin/datetimefilters.cpp
--- old/kcalutils-19.08.3/src/grantlee_plugin/datetimefilters.cpp       
2019-10-30 07:36:25.000000000 +0100
+++ new/kcalutils-19.12.0/src/grantlee_plugin/datetimefilters.cpp       
2019-12-01 10:15:19.000000000 +0100
@@ -104,8 +104,8 @@
     const QDateTime dt = input.toDateTime();
 
     const QStringList arguments = 
argument.value<Grantlee::SafeString>().get().split(QLatin1Char(','));
-    const bool shortFmt = arguments.contains(QStringLiteral("short"), 
Qt::CaseInsensitive);
-    const bool dateOnly = arguments.contains(QStringLiteral("dateonly"), 
Qt::CaseInsensitive);
+    const bool shortFmt = arguments.contains(QLatin1String("short"), 
Qt::CaseInsensitive);
+    const bool dateOnly = arguments.contains(QLatin1String("dateonly"), 
Qt::CaseInsensitive);
 
     return 
Grantlee::SafeString(KCalUtils::IncidenceFormatter::dateTimeToString(dt, 
dateOnly, shortFmt));
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/src/htmlexport.cpp 
new/kcalutils-19.12.0/src/htmlexport.cpp
--- old/kcalutils-19.08.3/src/htmlexport.cpp    2019-10-30 07:36:25.000000000 
+0100
+++ new/kcalutils-19.12.0/src/htmlexport.cpp    2019-12-01 10:15:19.000000000 
+0100
@@ -699,19 +699,19 @@
 QString cleanChars(const QString &text)
 {
     QString txt = text;
-    txt = txt.replace(QLatin1Char('&'), QLatin1String("&amp;"));
-    txt = txt.replace(QLatin1Char('<'), QLatin1String("&lt;"));
-    txt = txt.replace(QLatin1Char('>'), QLatin1String("&gt;"));
-    txt = txt.replace(QLatin1Char('\"'), QLatin1String("&quot;"));
-    txt = txt.replace(QStringLiteral("ä"), QLatin1String("&auml;"));
-    txt = txt.replace(QStringLiteral("Ä"), QLatin1String("&Auml;"));
-    txt = txt.replace(QStringLiteral("ö"), QLatin1String("&ouml;"));
-    txt = txt.replace(QStringLiteral("Ö"), QLatin1String("&Ouml;"));
-    txt = txt.replace(QStringLiteral("ü"), QLatin1String("&uuml;"));
-    txt = txt.replace(QStringLiteral("Ü"), QLatin1String("&Uuml;"));
-    txt = txt.replace(QStringLiteral("ß"), QLatin1String("&szlig;"));
-    txt = txt.replace(QStringLiteral("€"), QLatin1String("&euro;"));
-    txt = txt.replace(QStringLiteral("é"), QLatin1String("&eacute;"));
+    txt.replace(QLatin1Char('&'), QLatin1String("&amp;"));
+    txt.replace(QLatin1Char('<'), QLatin1String("&lt;"));
+    txt.replace(QLatin1Char('>'), QLatin1String("&gt;"));
+    txt.replace(QLatin1Char('\"'), QLatin1String("&quot;"));
+    txt.replace(QStringLiteral("ä"), QLatin1String("&auml;"));
+    txt.replace(QStringLiteral("Ä"), QLatin1String("&Auml;"));
+    txt.replace(QStringLiteral("ö"), QLatin1String("&ouml;"));
+    txt.replace(QStringLiteral("Ö"), QLatin1String("&Ouml;"));
+    txt.replace(QStringLiteral("ü"), QLatin1String("&uuml;"));
+    txt.replace(QStringLiteral("Ü"), QLatin1String("&Uuml;"));
+    txt.replace(QStringLiteral("ß"), QLatin1String("&szlig;"));
+    txt.replace(QStringLiteral("€"), QLatin1String("&euro;"));
+    txt.replace(QStringLiteral("é"), QLatin1String("&eacute;"));
 
     return txt;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/src/incidenceformatter.cpp 
new/kcalutils-19.12.0/src/incidenceformatter.cpp
--- old/kcalutils-19.08.3/src/incidenceformatter.cpp    2019-10-30 
07:36:25.000000000 +0100
+++ new/kcalutils-19.12.0/src/incidenceformatter.cpp    2019-12-01 
10:15:19.000000000 +0100
@@ -2796,7 +2796,7 @@
         }
         tmp += QLatin1String("<br>");
         tmp += QLatin1String("<i>") + i18np("Reminder:", "Reminders:", 
reminderCount) + QLatin1String("</i>") + QLatin1String("&nbsp;");
-        tmp += reminderStringList(incidence).join(QStringLiteral(", "));
+        tmp += reminderStringList(incidence).join(QLatin1String(", "));
     }
 
     const QString attendees = tooltipFormatAttendees(mCalendar, incidence);
@@ -2816,7 +2816,7 @@
         }
         tmp += QLatin1String("<br>");
         tmp += QLatin1String("<i>") + i18np("Category:", "Categories:", 
categoryCount) + QLatin1String("</i>") + QLatin1String("&nbsp;");
-        tmp += incidence->categories().join(QStringLiteral(", "));
+        tmp += incidence->categories().join(QLatin1String(", "));
     }
 
     tmp += QLatin1String("</qt>");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/src/incidenceformatter.h 
new/kcalutils-19.12.0/src/incidenceformatter.h
--- old/kcalutils-19.08.3/src/incidenceformatter.h      2019-10-30 
07:36:25.000000000 +0100
+++ new/kcalutils-19.12.0/src/incidenceformatter.h      2019-12-01 
10:15:19.000000000 +0100
@@ -41,6 +41,9 @@
 class InvitationFormatterHelperPrivate;
 
 namespace KCalUtils {
+/**
+ * @brief The InvitationFormatterHelper class
+ */
 class KCALUTILS_EXPORT InvitationFormatterHelper
 {
 public:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalutils-19.08.3/src/stringify.h 
new/kcalutils-19.12.0/src/stringify.h
--- old/kcalutils-19.08.3/src/stringify.h       2019-10-30 07:36:25.000000000 
+0100
+++ new/kcalutils-19.12.0/src/stringify.h       2019-12-01 10:15:19.000000000 
+0100
@@ -45,8 +45,7 @@
 
 namespace KCalUtils {
 /**
-  @brief
-  Provides methods to format Incidence properties in various ways for display 
purposes.
+  @brief Provides methods to format Incidence properties in various ways for 
display purposes.
 */
 namespace Stringify {
 Q_REQUIRED_RESULT KCALUTILS_EXPORT QString 
incidenceType(KCalendarCore::Incidence::IncidenceType type);


Reply via email to