Hello community, here is the log from the commit of package pim-data-exporter for openSUSE:Factory checked in at 2017-01-27 11:11:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old) and /work/SRC/openSUSE:Factory/.pim-data-exporter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter" Changes: -------- --- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes 2016-12-17 10:57:25.525870808 +0100 +++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new/pim-data-exporter.changes 2017-02-03 18:55:55.066006502 +0100 @@ -1,0 +2,7 @@ +Sat Jan 14 09:08:25 UTC 2017 - [email protected] + +- - Update to KDE Applications 16.12.1 + * KDE Applications 16.12.1 + * https://www.kde.org/announcements/announce-applications-16.12.1.php + +------------------------------------------------------------------- Old: ---- pim-data-exporter-16.12.0.tar.xz New: ---- pim-data-exporter-16.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pim-data-exporter.spec ++++++ --- /var/tmp/diff_new_pack.5FO03S/_old 2017-02-03 18:55:55.441953710 +0100 +++ /var/tmp/diff_new_pack.5FO03S/_new 2017-02-03 18:55:55.441953710 +0100 @@ -1,7 +1,7 @@ # # spec file for package pim-data-exporter # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: pim-data-exporter -Version: 16.12.0 +Version: 16.12.1 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Data exporter for KDE PIM License: GPL-2.0+ and LGPL-2.1+ ++++++ pim-data-exporter-16.12.0.tar.xz -> pim-data-exporter-16.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-16.12.0/CMakeLists.txt new/pim-data-exporter-16.12.1/CMakeLists.txt --- old/pim-data-exporter-16.12.0/CMakeLists.txt 2016-12-08 07:08:03.000000000 +0100 +++ new/pim-data-exporter-16.12.1/CMakeLists.txt 2016-12-27 08:22:51.000000000 +0100 @@ -32,16 +32,16 @@ endif() -set(KDEPIM_VERSION_NUMBER "5.4.0") +set(KDEPIM_VERSION_NUMBER "5.4.1") set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}") -set(AKONADI_MIMELIB_VERSION "5.4.0") -set(AKONADI_CONTACT_VERSION "5.4.0") -set(KMAILTRANSPORT_LIB_VERSION "5.4.0") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.4.0") -set(KPIMTEXTEDIT_LIB_VERSION "5.4.0") -set(AKONADI_VERSION "5.4.0") +set(AKONADI_MIMELIB_VERSION "5.4.1") +set(AKONADI_CONTACT_VERSION "5.4.1") +set(KMAILTRANSPORT_LIB_VERSION "5.4.1") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.4.1") +set(KPIMTEXTEDIT_LIB_VERSION "5.4.1") +set(AKONADI_VERSION "5.4.1") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") @@ -49,11 +49,11 @@ set(QT_REQUIRED_VERSION "5.6.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml Test) -set(MAILCOMMON_LIB_VERSION_LIB "5.4.0") -set(LIBKDEPIM_LIB_VERSION_LIB "5.4.0") -set(AKONADIKALARM_LIB_VERSION "5.4.0") -set(KCALENDARCORE_LIB_VERSION "5.4.0") -set(KCONTACTS_LIB_VERSION "5.4.0") +set(MAILCOMMON_LIB_VERSION_LIB "5.4.1") +set(LIBKDEPIM_LIB_VERSION_LIB "5.4.1") +set(AKONADIKALARM_LIB_VERSION "5.4.1") +set(KCALENDARCORE_LIB_VERSION "5.4.1") +set(KCONTACTS_LIB_VERSION "5.4.1") # Find KF5 package find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-data-exporter-16.12.0/core/mail/importmailjob.cpp new/pim-data-exporter-16.12.1/core/mail/importmailjob.cpp --- old/pim-data-exporter-16.12.0/core/mail/importmailjob.cpp 2016-12-08 07:08:03.000000000 +0100 +++ new/pim-data-exporter-16.12.1/core/mail/importmailjob.cpp 2016-12-27 08:22:51.000000000 +0100 @@ -197,7 +197,7 @@ if (group.hasKey(portStr)) { mt->setPort(group.readEntry(portStr, -1)); } - const QString userNameStr(QStringLiteral("userName")); + const QString userNameStr(QStringLiteral("user")); if (group.hasKey(userNameStr)) { mt->setUserName(group.readEntry(userNameStr)); } @@ -205,7 +205,7 @@ if (group.hasKey(precommandStr)) { mt->setPrecommand(group.readEntry(precommandStr)); } - const QString requiresAuthenticationStr(QStringLiteral("requiresAuthentication")); + const QString requiresAuthenticationStr(QStringLiteral("auth")); if (group.hasKey(requiresAuthenticationStr)) { mt->setRequiresAuthentication(group.readEntry(requiresAuthenticationStr, false)); } @@ -221,7 +221,7 @@ if (group.hasKey(specifySenderOverwriteAddressStr)) { mt->setSpecifySenderOverwriteAddress(group.readEntry(specifySenderOverwriteAddressStr, false)); } - const QString storePasswordStr(QStringLiteral("storePassword")); + const QString storePasswordStr(QStringLiteral("storepass")); if (group.hasKey(storePasswordStr)) { mt->setStorePassword(group.readEntry(storePasswordStr, false)); } @@ -233,7 +233,7 @@ if (group.hasKey(encryptionStr)) { mt->setEncryption(group.readEntry(encryptionStr, 1)); //TODO verify } - const QString authenticationTypeStr(QStringLiteral("authenticationType")); + const QString authenticationTypeStr(QStringLiteral("authtype")); if (group.hasKey(authenticationTypeStr)) { mt->setAuthenticationType(group.readEntry(authenticationTypeStr, 1)); //TODO verify }
