Hello community, here is the log from the commit of package kdepim4-runtime for openSUSE:Factory checked in at 2015-02-11 16:32:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old) and /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim4-runtime" Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes 2015-01-21 22:08:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 2015-02-11 16:32:33.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 1 10:22:26 UTC 2015 - [email protected] + +- Update to 4.14.5 + * KDE Applications 14.12.2 + * See https://www.kde.org/announcements/announce-applications-14.12.2.php + +------------------------------------------------------------------- Old: ---- kdepim-runtime-4.14.4.tar.xz New: ---- kdepim-runtime-4.14.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim4-runtime.spec ++++++ --- /var/tmp/diff_new_pack.pEZ7m2/_old 2015-02-11 16:32:34.000000000 +0100 +++ /var/tmp/diff_new_pack.pEZ7m2/_new 2015-02-11 16:32:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdepim4-runtime # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: kdepim4-runtime -Version: 4.14.4 +Version: 4.14.5 Release: 0 Summary: Base package of kdepim License: LGPL-2.1+ ++++++ kdepim-runtime-4.14.4.tar.xz -> kdepim-runtime-4.14.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/CMakeLists.txt new/kdepim-runtime-4.14.5/CMakeLists.txt --- old/kdepim-runtime-4.14.4/CMakeLists.txt 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/CMakeLists.txt 2015-01-29 18:40:32.000000000 +0100 @@ -36,7 +36,7 @@ set(KDEPIM_RUNTIME_DEV_VERSION "") endif() -set(KDEPIM_RUNTIME_VERSION "4.14.4${KDEPIM_RUNTIME_DEV_VERSION}") +set(KDEPIM_RUNTIME_VERSION "4.14.5${KDEPIM_RUNTIME_DEV_VERSION}") configure_file(kdepim-runtime-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/kdepim-runtime-version.h @ONLY) @@ -53,7 +53,7 @@ include(KDE4Defaults) # KdepimLibs -find_package(KdepimLibs 4.14.4) +find_package(KdepimLibs 4.14.5) set_package_properties(KdepimLibs PROPERTIES DESCRIPTION "The KDEPIM libraries" URL "http://www.kde.org" TYPE REQUIRED) #Boost diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/agents/newmailnotifier/specialnotifierjob.cpp new/kdepim-runtime-4.14.5/agents/newmailnotifier/specialnotifierjob.cpp --- old/kdepim-runtime-4.14.4/agents/newmailnotifier/specialnotifierjob.cpp 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/agents/newmailnotifier/specialnotifierjob.cpp 2015-01-29 18:40:32.000000000 +0100 @@ -134,7 +134,7 @@ result << i18n("From: %1", Qt::escape(mFrom)); } if (NewMailNotifierAgentSettings::showSubject()) { - QString subject(mSubject); + QString subject = mSubject.simplified(); if (subject.length()> 80) { subject.truncate(80); subject += QLatin1String("..."); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/defaultsetup/CMakeLists.txt new/kdepim-runtime-4.14.5/defaultsetup/CMakeLists.txt --- old/kdepim-runtime-4.14.4/defaultsetup/CMakeLists.txt 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/defaultsetup/CMakeLists.txt 2015-01-29 18:40:32.000000000 +0100 @@ -1,8 +1,10 @@ configure_file(defaultaddressbook.desktop ${CMAKE_CURRENT_BINARY_DIR}/defaultaddressbook) configure_file(defaultcalendar.desktop ${CMAKE_CURRENT_BINARY_DIR}/defaultcalendar) configure_file(defaultnotebook.desktop ${CMAKE_CURRENT_BINARY_DIR}/defaultnotebook) +configure_file(birthdaycalendar.desktop ${CMAKE_CURRENT_BINARY_DIR}/birthdaycalendar) install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/defaultcalendar ${CMAKE_CURRENT_BINARY_DIR}/defaultaddressbook ${CMAKE_CURRENT_BINARY_DIR}/defaultnotebook + ${CMAKE_CURRENT_BINARY_DIR}/birthdaycalendar DESTINATION ${DATA_INSTALL_DIR}/akonadi/firstrun ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/defaultsetup/birthdaycalendar.desktop new/kdepim-runtime-4.14.5/defaultsetup/birthdaycalendar.desktop --- old/kdepim-runtime-4.14.4/defaultsetup/birthdaycalendar.desktop 1970-01-01 01:00:00.000000000 +0100 +++ new/kdepim-runtime-4.14.5/defaultsetup/birthdaycalendar.desktop 2015-01-29 18:40:32.000000000 +0100 @@ -0,0 +1,3 @@ +[Agent] +Id=birthdaycalendar +Type=akonadi_birthdays_resource diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/migration/kmail/kmailmigrator.cpp new/kdepim-runtime-4.14.5/migration/kmail/kmailmigrator.cpp --- old/kdepim-runtime-4.14.4/migration/kmail/kmailmigrator.cpp 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/migration/kmail/kmailmigrator.cpp 2015-01-29 18:40:32.000000000 +0100 @@ -46,6 +46,7 @@ #include <akonadi/agentinstance.h> #include <akonadi/agentinstancecreatejob.h> #include <akonadi/attributefactory.h> +#include <akonadi/control.h> #include <akonadi/tag.h> #include <akonadi/tagcreatejob.h> #include <akonadi/tagattribute.h> @@ -390,6 +391,9 @@ cleanupConfigFile(); migrateConfigurationDialogRestriction(); deleteLater(); + kDebug() << "Restarting Akonadi"; + + Akonadi::Control::restart(); } OrgKdeAkonadiImapSettingsInterface* KMailMigrator::createImapSettingsInterface( const Akonadi::AgentInstance& instance ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/resources/birthdays/birthdaysresource.cpp new/kdepim-runtime-4.14.5/resources/birthdays/birthdaysresource.cpp --- old/kdepim-runtime-4.14.4/resources/birthdays/birthdaysresource.cpp 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/resources/birthdays/birthdaysresource.cpp 2015-01-29 18:40:32.000000000 +0100 @@ -241,7 +241,7 @@ ev->setCustomProperty( "KABC", "BIRTHDAY", QLatin1String("YES") ); ev->setCustomProperty( "KABC", "UID-1", contact.uid() ); ev->setCustomProperty( "KABC", "NAME-1", name ); - ev->setCustomProperty( "KABC", "EMAIL-1", contact.fullEmail() ); + ev->setCustomProperty( "KABC", "EMAIL-1", contact.preferredEmail() ); ev->setSummary( summary ); ev->setCategories( i18n( "Birthday" ) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdepim-runtime-4.14.4/resources/pop3/pop3resource.desktop new/kdepim-runtime-4.14.5/resources/pop3/pop3resource.desktop --- old/kdepim-runtime-4.14.4/resources/pop3/pop3resource.desktop 2015-01-07 13:28:41.000000000 +0100 +++ new/kdepim-runtime-4.14.5/resources/pop3/pop3resource.desktop 2015-01-29 18:40:32.000000000 +0100 @@ -98,5 +98,5 @@ Icon=network-server X-Akonadi-MimeTypes=message/rfc822 -X-Akonadi-Capabilities=Resource +X-Akonadi-Capabilities=Resource,NeedsNetwork X-Akonadi-Identifier=akonadi_pop3_resource -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
