Hello community, here is the log from the commit of package kded for openSUSE:Factory checked in at 2014-12-21 11:59:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kded (Old) and /work/SRC/openSUSE:Factory/.kded.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kded" Changes: -------- --- /work/SRC/openSUSE:Factory/kded/kded.changes 2014-11-11 01:10:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes 2014-12-21 11:59:02.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Dec 6 12:53:52 UTC 2014 - [email protected] + +- Update to 5.5.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.5.0.php + +------------------------------------------------------------------- Old: ---- kded-5.4.0.tar.xz New: ---- kded-5.5.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kded.spec ++++++ --- /var/tmp/diff_new_pack.7FVWbo/_old 2014-12-21 11:59:03.000000000 +0100 +++ /var/tmp/diff_new_pack.7FVWbo/_new 2014-12-21 11:59:03.000000000 +0100 @@ -17,11 +17,11 @@ Name: kded -Version: 5.4.0 +Version: 5.5.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.4.0 +BuildRequires: extra-cmake-modules >= 1.5.0 BuildRequires: fdupes BuildRequires: kcoreaddons-devel >= %{kf5_version} BuildRequires: kcrash-devel >= %{kf5_version} @@ -43,7 +43,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ kded-5.4.0.tar.xz -> kded-5.5.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.4.0/CMakeLists.txt new/kded-5.5.0/CMakeLists.txt --- old/kded-5.4.0/CMakeLists.txt 2014-11-02 13:08:40.000000000 +0100 +++ new/kded-5.5.0/CMakeLists.txt 2014-12-06 13:34:50.000000000 +0100 @@ -2,7 +2,7 @@ project(KDED) -find_package(ECM 1.4.0 REQUIRED NO_MODULE) +find_package(ECM 1.5.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) set(REQUIRED_QT_VERSION "5.2") @@ -12,8 +12,8 @@ include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -set(KF5_VERSION "5.4.0") # handled by release scripts -set(KF5_DEP_VERSION "5.4.0") # handled by release scripts +set(KF5_VERSION "5.5.0") # handled by release scripts +set(KF5_DEP_VERSION "5.5.0") # handled by release scripts find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED) find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.4.0/po/it/docs/kded5/man-kded5.8.docbook new/kded-5.5.0/po/it/docs/kded5/man-kded5.8.docbook --- old/kded-5.4.0/po/it/docs/kded5/man-kded5.8.docbook 2014-11-02 13:08:40.000000000 +0100 +++ new/kded-5.5.0/po/it/docs/kded5/man-kded5.8.docbook 2014-12-06 13:34:50.000000000 +0100 @@ -164,7 +164,7 @@ <varlistentry> <term ><option ->CheckSycoca</option +>Controlla Sycoca</option ></term> <listitem ><para @@ -176,7 +176,7 @@ <varlistentry> <term ><option ->CheckUpdates</option +>Controlla aggiornamenti</option ></term> <listitem ><para @@ -188,7 +188,7 @@ <varlistentry> <term ><option ->CheckFileStamps</option +>Controlla date e ore dei file</option ></term> <listitem ><para @@ -202,7 +202,7 @@ <varlistentry> <term ><option ->DelayedCheck</option +>Controllo ritardato</option ></term> <listitem ><para diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.4.0/src/kded.cpp new/kded-5.5.0/src/kded.cpp --- old/kded-5.4.0/src/kded.cpp 2014-11-02 13:08:40.000000000 +0100 +++ new/kded-5.5.0/src/kded.cpp 2014-12-06 13:34:50.000000000 +0100 @@ -26,6 +26,7 @@ #include <qplatformdefs.h> #include <QDebug> +#include <QLoggingCategory> #include <QtCore/QDir> #include <QtCore/QFile> #include <QtCore/QTimer> @@ -45,6 +46,9 @@ #define MODULES_PATH "/modules/" +Q_DECLARE_LOGGING_CATEGORY(KDED); +Q_LOGGING_CATEGORY(KDED, "kf5.kded"); + Kded *Kded::_self = 0; static bool checkStamps; @@ -100,8 +104,8 @@ m_serviceWatcher = new QDBusServiceWatcher(this); m_serviceWatcher->setConnection(QDBusConnection::sessionBus()); m_serviceWatcher->setWatchMode(QDBusServiceWatcher::WatchForUnregistration); - QObject::connect(m_serviceWatcher, SIGNAL(serviceUnregistered(QString)), - this, SLOT(slotApplicationRemoved(QString))); + QObject::connect(m_serviceWatcher, &QDBusServiceWatcher::serviceUnregistered, + this, &Kded::slotApplicationRemoved); new KBuildsycocaAdaptor(this); new KdedAdaptor(this); @@ -114,7 +118,7 @@ m_pTimer = new QTimer(this); m_pTimer->setSingleShot(true); - connect(m_pTimer, SIGNAL(timeout()), this, SLOT(recreate())); + connect(m_pTimer, &QTimer::timeout, this, static_cast<void(Kded::*)()>(&Kded::recreate)); m_pDirWatch = 0; @@ -136,8 +140,8 @@ // first disconnect otherwise slotKDEDModuleRemoved() is called // and changes m_modules while we're iterating over it - disconnect(module, SIGNAL(moduleDeleted(KDEDModule*)), - this, SLOT(slotKDEDModuleRemoved(KDEDModule*))); + disconnect(module, &KDEDModule::moduleDeleted, + this, &Kded::slotKDEDModuleRemoved); delete module; } @@ -180,7 +184,7 @@ KDEDModule *module = self()->loadModule(obj, true); if (!module) { - qWarning() << "Failed to load module for " << obj; + qCWarning(KDED) << "Failed to load module for " << obj; } Q_UNUSED(module); } @@ -265,14 +269,14 @@ void Kded::loadSecondPhase() { - //qDebug() << "Loading second phase autoload"; + qCDebug(KDED) << "Loading second phase autoload"; KSharedConfig::Ptr config = KSharedConfig::openConfig(); KService::List kdedModules = KServiceTypeTrader::self()->query("KDEDModule"); for (KService::List::ConstIterator it = kdedModules.constBegin(); it != kdedModules.constEnd(); ++it) { const KService::Ptr service = *it; const bool autoload = isModuleAutoloaded(service); if (autoload && phaseForModule(service) == 2) { - //qDebug() << "2nd phase: loading" << service->desktopEntryName(); + qCDebug(KDED) << "2nd phase: loading" << service->desktopEntryName(); loadModule(service, false); } } @@ -388,11 +392,11 @@ module->setModuleName(obj); m_modules.insert(obj, module); //m_libs.insert(obj, lib); - connect(module, SIGNAL(moduleDeleted(KDEDModule*)), SLOT(slotKDEDModuleRemoved(KDEDModule*))); - qDebug() << "Successfully loaded module" << obj; + connect(module, &KDEDModule::moduleDeleted, this, &Kded::slotKDEDModuleRemoved); + qCDebug(KDED) << "Successfully loaded module" << obj; return module; } else { - qWarning() << "Could not load KDED module" << obj << ":" + qCWarning(KDED) << "Could not load KDED module" << obj << ":" << errorMessage << "(tried plugins named:" << libNames << ")"; } @@ -406,7 +410,7 @@ if (!module) { return false; } - //qDebug() << "Unloading module" << obj; + qCDebug(KDED) << "Unloading module" << obj; m_modules.remove(obj); delete module; return true; @@ -454,12 +458,12 @@ delete m_pDirWatch; m_pDirWatch = new KDirWatch; - QObject::connect(m_pDirWatch, SIGNAL(dirty(QString)), - this, SLOT(update(QString))); - QObject::connect(m_pDirWatch, SIGNAL(created(QString)), - this, SLOT(update(QString))); - QObject::connect(m_pDirWatch, SIGNAL(deleted(QString)), - this, SLOT(dirDeleted(QString))); + QObject::connect(m_pDirWatch, &KDirWatch::dirty, + this, &Kded::update); + QObject::connect(m_pDirWatch, &KDirWatch::created, + this, &Kded::update); + QObject::connect(m_pDirWatch, &KDirWatch::deleted, + this, &Kded::dirDeleted); // For each resource for (QStringList::ConstIterator it = m_allResourceDirs.constBegin(); @@ -602,7 +606,7 @@ //************************************************************************ if (!d.exists()) { // exists&isdir? - //qDebug() << "Does not exist:" << _path; + qCDebug(KDED) << "Does not exist:" << _path; return; // return false } @@ -647,7 +651,7 @@ m_windowIdList.insert(sender, windowIds); foreach (KDEDModule *module, m_modules) { - //qDebug() << module->moduleName(); + qCDebug(KDED) << module->moduleName(); emit module->windowRegistered(windowId); } } @@ -667,7 +671,7 @@ } foreach (KDEDModule *module, m_modules) { - //qDebug() << module->moduleName(); + qCDebug(KDED) << module->moduleName(); emit module->windowUnregistered(windowId); } } @@ -684,9 +688,9 @@ m_pDirWatch = new KDirWatch(this); m_pTimer = new QTimer(this); m_pTimer->setSingleShot(true); - connect(m_pTimer, SIGNAL(timeout()), this, SLOT(runKonfUpdate())); - QObject::connect(m_pDirWatch, SIGNAL(dirty(QString)), - this, SLOT(slotNewUpdateFile(QString))); + connect(m_pTimer, &QTimer::timeout, this, &KUpdateD::runKonfUpdate); + QObject::connect(m_pDirWatch, &KDirWatch::dirty, + this, &KUpdateD::slotNewUpdateFile); const QStringList dirs = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "kconf_update", QStandardPaths::LocateDirectory); for (QStringList::ConstIterator it = dirs.begin(); @@ -716,7 +720,7 @@ void KUpdateD::slotNewUpdateFile(const QString &dirty) { Q_UNUSED(dirty); - //qDebug() << dirty; + qCDebug(KDED) << dirty; m_pTimer->start(500); } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
