Hello community,

here is the log from the commit of package kdebugsettings for openSUSE:Factory 
checked in at 2016-01-10 13:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebugsettings (Old)
 and      /work/SRC/openSUSE:Factory/.kdebugsettings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebugsettings"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebugsettings/kdebugsettings.changes    
2015-11-15 12:33:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdebugsettings.new/kdebugsettings.changes       
2016-01-10 13:04:50.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:15:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  kdebugsettings-15.08.3.tar.xz

New:
----
  kdebugsettings-15.12.0.tar.xz

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

Other differences:
------------------
++++++ kdebugsettings.spec ++++++
--- /var/tmp/diff_new_pack.oMveyY/_old  2016-01-10 13:04:51.000000000 +0100
+++ /var/tmp/diff_new_pack.oMveyY/_new  2016-01-10 13:04:51.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:        A KDebug settings module for KDE
 License:        LGPL-2.0+
 Group:          System/GUI/KDE
-Version:        15.08.3
+Version:        15.12.0
 Release:        0
 Url:            https://www.kde.org
 Source0:        kdebugsettings-%{version}.tar.xz

++++++ kdebugsettings-15.08.3.tar.xz -> kdebugsettings-15.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/CMakeLists.txt 
new/kdebugsettings-15.12.0/CMakeLists.txt
--- old/kdebugsettings-15.08.3/CMakeLists.txt   2015-11-04 23:31:43.000000000 
+0100
+++ new/kdebugsettings-15.12.0/CMakeLists.txt   2015-12-09 13:01:48.000000000 
+0100
@@ -1,10 +1,10 @@
 project(kdebugsettings)
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
-set(QT_MIN_VERSION "5.3.0")
-set(KF5_VERSION "5.9.0")
+set(QT_MIN_VERSION "5.4.0")
+set(KF5_VERSION "5.12.0")
 
-find_package(ECM 5.9.0 REQUIRED CONFIG)
+find_package(ECM 5.14.0 REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 
@@ -29,7 +29,7 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 include(ECMAddTests)
-
+include(ECMQtDeclareLoggingCategory)
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 add_definitions(-DTRANSLATION_DOMAIN="kdebugsettings")
@@ -37,8 +37,8 @@
 
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "15")
-set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "12")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/autotests/CMakeLists.txt 
new/kdebugsettings-15.12.0/autotests/CMakeLists.txt
--- old/kdebugsettings-15.08.3/autotests/CMakeLists.txt 2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/autotests/CMakeLists.txt 2015-12-09 
13:01:48.000000000 +0100
@@ -1,4 +1,6 @@
 
+include_directories(${kdebugsettings_BINARY_DIR}/src)
+
 set(full_source_file
    ../src/kdebugsettingsdialog.cpp
    ../src/customdebugsettingspage.cpp
@@ -11,7 +13,7 @@
    ../src/categorytypecombobox.cpp
    ../src/kdeapplicationtreelistwidget.cpp
    ../src/categorywarning.cpp
-   ../src/kdebugsettings_debug.cpp
+   ${CMAKE_BINARY_DIR}/src/kdebugsettings_debug.cpp
 )
 
 # convenience macro to add qtest unit tests
@@ -37,8 +39,8 @@
 add_unittest( customdebugsettingspagetest.cpp 
"../src/kdebugsettings_debug.cpp;../src/categorytypecombobox.cpp;../src/customdebugsettingspage.cpp;../src/configurecustomsettingdialog.cpp;../src/configurecustomsettingwidget.cpp;../src/kdebugsettingsutil.cpp")
 add_unittest( configurecustomsettingdialogtest.cpp 
"../src/kdebugsettings_debug.cpp;../src/categorytypecombobox.cpp;../src/configurecustomsettingdialog.cpp;../src/configurecustomsettingwidget.cpp;../src/kdebugsettingsutil.cpp")
 add_unittest( configurecustomsettingwidgettest.cpp 
"../src/kdebugsettings_debug.cpp;../src/categorytypecombobox.cpp;../src/configurecustomsettingwidget.cpp;../src/kdebugsettingsutil.cpp")
-add_unittest( kdebugsettingutiltest.cpp 
"../src/kdebugsettings_debug.cpp;../src/kdebugsettingsutil.cpp")
 add_unittest( environmentsettingsrulespagetest.cpp 
"../src/environmentsettingsrulespage.cpp;../src/environmentplaintextedit.cpp")
+add_unittest( kdebugsettingutiltest.cpp 
"../src/kdebugsettings_debug.cpp;../src/kdebugsettingsutil.cpp")
 add_unittest( categorytypecomboboxtest.cpp "../src/categorytypecombobox.cpp")
 add_unittest( kdeapplicationtreelistwidgettest.cpp 
"../src/kdeapplicationtreelistwidget.cpp;../src/categorytypecombobox.cpp")
 add_unittest( categorywarningtest.cpp "../src/categorywarning.cpp")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebugsettings-15.08.3/autotests/configurecustomsettingwidgettest.cpp 
new/kdebugsettings-15.12.0/autotests/configurecustomsettingwidgettest.cpp
--- old/kdebugsettings-15.08.3/autotests/configurecustomsettingwidgettest.cpp   
2015-11-04 23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/autotests/configurecustomsettingwidgettest.cpp   
2015-12-09 13:01:48.000000000 +0100
@@ -86,14 +86,14 @@
     QSignalSpy spy(&w, SIGNAL(enableButton(bool)));
     categoryLineEdit->setText(QStringLiteral("bla"));
     QCOMPARE(spy.count(), 1);
-    QCOMPARE(spy.at(0).at(0).value<bool>(), true);
+    QCOMPARE(spy.at(0).at(0).toBool(), true);
     categoryLineEdit->clear();
     QCOMPARE(spy.count(), 2);
-    QCOMPARE(spy.at(1).at(0).value<bool>(), false);
+    QCOMPARE(spy.at(1).at(0).toBool(), false);
 
     categoryLineEdit->setText(QStringLiteral(" "));
     QCOMPARE(spy.count(), 3);
-    QCOMPARE(spy.at(2).at(0).value<bool>(), false);
+    QCOMPARE(spy.at(2).at(0).toBool(), false);
 }
 
 QTEST_MAIN(ConfigureCustomSettingWidgetTest)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/data/kde.categories 
new/kdebugsettings-15.12.0/data/kde.categories
--- old/kdebugsettings-15.08.3/data/kde.categories      2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/data/kde.categories      2015-12-09 
13:01:48.000000000 +0100
@@ -1,5 +1,39 @@
 # Format : logname<space>description
 
+#frameworks
+org.kde.kio.kpasswdserver KPasswdServer (KIO)
+org.kde.kurifilter-ikws KUriFilter IKWS (KIO)
+org.kde.kurifilter-shorturi KUriFilter Shorturi (KIO)
+BluezQt BluezQt
+kf5.kauth KAuth
+kf5.kcoreaddons.kdirwatch KDirWatch (KCoreAddons)
+kf5.kded KDED
+kf5.kiconthemes KIconThemes
+kf5.kinit.klauncher KLauncher
+kf5.kio.core KIOCore (KIO)
+kf5.kiod KIO Daemon (KIO)
+kf5.kio.kio_http KIO HTTP slave (KIO)
+kf5.kjobwidgets KJobWidgets
+kf5.kservice.sycoca KSycoca (KService)
+kf5.kxmlgui KXMLGui
+kglobalaccel-runtime KGlobalAccel
+knewstuff KNewStuff
+log_kxmlrpcclient KXmlRPCClient
+modemmanager-qt ModemManagerQt
+networkmanager-qt NetworkManagerQt
+org.kde.baloo Baloo
+org.kde.kactivities.activities KActivities Activities
+org.kde.kactivities.application KActivities Application
+org.kde.kactivities.lib.core KActivities Library
+org.kde.kactivities.resources KActivities Resources
+org.kde.kf5.idletime KIdleTime
+org.kde.knotifications KNotifications
+org.kde.krunner KRunner
+org.kde.ktexteditor KTextEditor
+org.kde.kwindowsystem KWindowSystem
+sonnet.plugins.hunspell HUnspell (Sonnet)
+sonnet.plugins.voikko Voikko (Sonnet)
+
 #kdepimlibs
 log_kcalutils kcalutils (pim lib)
 log_kimap kimap (pim lib)
@@ -34,6 +68,14 @@
 powerdevil powerdevil
 log_user_manager user manager
 log_kioremote kioslave (kioremove)
+kscreen.kded kscreen (kded)
+kscreen libkscreen
+kscreen.edid libkscreen (edid)
+kscreen.fake libkscreen (fake backend)
+kscreen.qscreen libkscreen (qscreen backend)
+kscreen.xcb_helper libkscreen (xcb helper)
+kscreen.xrandr libkscreen (xrandr backend)
+kscreen.xrandr11 libkscreen (xrandr1.1 backend)
 ksmserver ksmserver
 libksysguard libksysguard
 log_kio_man kioslave (kio_man)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/src/CMakeLists.txt 
new/kdebugsettings-15.12.0/src/CMakeLists.txt
--- old/kdebugsettings-15.08.3/src/CMakeLists.txt       2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/CMakeLists.txt       2015-12-09 
13:01:48.000000000 +0100
@@ -13,8 +13,9 @@
    categorytypecombobox.cpp
    kdeapplicationtreelistwidget.cpp
    categorywarning.cpp
-   kdebugsettings_debug.cpp 
    )
+
+ecm_qt_declare_logging_category(kdebugsettings_SRCS HEADER 
kdebugsettings_debug.h IDENTIFIER KDEBUGSETTINGS_LOG CATEGORY_NAME 
log_kdebugsettings)
    
 add_executable(kdebugsettings ${kdebugsettings_SRCS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/src/kdebugsettings_debug.cpp 
new/kdebugsettings-15.12.0/src/kdebugsettings_debug.cpp
--- old/kdebugsettings-15.08.3/src/kdebugsettings_debug.cpp     2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/kdebugsettings_debug.cpp     1970-01-01 
01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-/*  This file is part of the KDE project
-    Copyright (C) 2015 Laurent Montel <mon...@kde.org>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#include "kdebugsettings_debug.h"
-Q_LOGGING_CATEGORY(KDEBUGSETTINGS_LOG, "log_kdebugsettings")
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/src/kdebugsettings_debug.h 
new/kdebugsettings-15.12.0/src/kdebugsettings_debug.h
--- old/kdebugsettings-15.08.3/src/kdebugsettings_debug.h       2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/kdebugsettings_debug.h       1970-01-01 
01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-/*  This file is part of the KDE project
-    Copyright (C) 2015 Laurent Montel <mon...@kde.org>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#ifndef KDEBUGSETTINGS_DEBUG_H
-#define KDEBUGSETTINGS_DEBUG_H
-
-#include <QLoggingCategory>
-Q_DECLARE_LOGGING_CATEGORY(KDEBUGSETTINGS_LOG)
-
-#endif
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/src/kdebugsettingsutil.cpp 
new/kdebugsettings-15.12.0/src/kdebugsettingsutil.cpp
--- old/kdebugsettings-15.08.3/src/kdebugsettingsutil.cpp       2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/kdebugsettingsutil.cpp       2015-12-09 
13:01:48.000000000 +0100
@@ -113,7 +113,7 @@
     }
 }
 
-Category KDebugSettingsUtil::parseLineLoggingQtCategory(QString line)
+Category KDebugSettingsUtil::parseLineLoggingQtCategory(const QString &line)
 {
     Category cat;
     int equalPos = line.indexOf(QLatin1Char('='));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.08.3/src/kdebugsettingsutil.h 
new/kdebugsettings-15.12.0/src/kdebugsettingsutil.h
--- old/kdebugsettings-15.08.3/src/kdebugsettingsutil.h 2015-11-04 
23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/kdebugsettingsutil.h 2015-12-09 
13:01:48.000000000 +0100
@@ -28,7 +28,7 @@
 void readLoggingCategories(const QString &filename, Category::List 
&categoriesList, bool checkCategoryList = false);
 Category::List readLoggingQtCategories(const QString &filename);
 Category parseLineKdeLoggingCategory(QString line);
-Category parseLineLoggingQtCategory(QString line);
+Category parseLineLoggingQtCategory(const QString &line);
 Category::List readLoggingCategoriesForInserting(const QString &filename, 
Category::List &categoriesList);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebugsettings-15.08.3/src/org.kde.kdebugsettings.desktop 
new/kdebugsettings-15.12.0/src/org.kde.kdebugsettings.desktop
--- old/kdebugsettings-15.08.3/src/org.kde.kdebugsettings.desktop       
2015-11-04 23:31:43.000000000 +0100
+++ new/kdebugsettings-15.12.0/src/org.kde.kdebugsettings.desktop       
2015-12-09 13:01:48.000000000 +0100
@@ -6,11 +6,13 @@
 GenericName[ca]=Depuració de l'arranjament
 GenericName[ca@valencia]=Depuració de l'arranjament
 GenericName[cs]=Nastavení ladění
+GenericName[da]=Debug-indstillinger
 GenericName[de]=Debug-Einstellungen
 GenericName[en_GB]=Debug settings
 GenericName[es]=Preferencias de depuración
 GenericName[fi]=Vianjäljitysasetukset
 GenericName[gl]=Configuración de depuración
+GenericName[hu]=Hibakeresési beállítások
 GenericName[it]=Impostazioni di debug
 GenericName[ko]=디버그 설정
 GenericName[nl]=Debug-instellingen
@@ -31,33 +33,32 @@
 GenericName[zh_CN]=调试设置
 GenericName[zh_TW]=除錯設定
 Terminal=false
-Name=KDebug Settings
-Name[ca]=KDebug Settings
-Name[ca@valencia]=KDebug Settings
+Name=KDebugSettings
+Name[ca]=KDebugSettings
+Name[ca@valencia]=KDebugSettings
 Name[cs]=Nastavení KDebug
-Name[de]=KDebug-Einstellungen
-Name[en_GB]=KDebug Settings
-Name[es]=Preferencias de KDebug
-Name[fi]=KDebug-asetukset
-Name[gl]=Configuración de KDebug
+Name[da]=KDebugSettings
+Name[de]=KDebugSettings
+Name[en_GB]=KDebugSettings
+Name[es]=KDebugSettings
+Name[fi]=KDebugSettings
+Name[gl]=KDebugSettings
 Name[it]=KDebugSettings
-Name[ko]=KDebug 설정
-Name[nl]=Instellingen voor KDebug
-Name[pl]=Ustawienia KDebug
-Name[pt]=Configuração do KDebug
+Name[ko]=KDebugSettings
+Name[nl]=KDebugSettings
+Name[pl]=KDebugSettings
+Name[pt]=KDebugSettings
 Name[pt_BR]=Configurações do KDebug
-Name[ru]=KDebugSettings
-Name[sk]=Nastavenia KDebug
-Name[sl]=Nastavitve KDebug
+Name[sk]=KDebugSettings
+Name[sl]=KDebugSettings
 Name[sr]=Поставке КДЕ исправљања
 Name[sr@ijekavian]=Поставке КДЕ исправљања
 Name[sr@ijekavianlatin]=Postavke KDE ispravljanja
 Name[sr@latin]=Postavke KDE ispravljanja
 Name[sv]=Inställning av KDebug
-Name[tr]=KDebug Ayarları
-Name[uk]=Параметри KDebug
-Name[x-test]=xxKDebug Settingsxx
-Name[zh_CN]=K 调试设置
+Name[tr]=KDebugAyarları
+Name[uk]=KDebugSettings
+Name[x-test]=xxKDebugSettingsxx
 Name[zh_TW]=KDebug 設定
 X-DBUS-StartupType=Unique
 Categories=Qt;KDE;Utility;


Reply via email to