commit kded for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-10-12 13:54:23

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.3486 (New)


Package is "kded"

Mon Oct 12 13:54:23 2020 rev:85 rq:840810 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-09-18 
14:39:50.735919080 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.3486/kded.changes  2020-10-12 
13:55:49.626128917 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 08:33:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Compile without deprecated method against qt5.15
+
+---

Old:

  kded-5.74.0.tar.xz
  kded-5.74.0.tar.xz.sig

New:

  kded-5.75.0.tar.xz
  kded-5.75.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.kHSP1P/_old  2020-10-12 13:55:50.210129154 +0200
+++ /var/tmp/diff_new_pack.kHSP1P/_new  2020-10-12 13:55:50.214129157 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.74.0.tar.xz -> kded-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.74.0/CMakeLists.txt 
new/kded-5.75.0/CMakeLists.txt
--- old/kded-5.74.0/CMakeLists.txt  2020-09-06 12:20:23.0 +0200
+++ new/kded-5.75.0/CMakeLists.txt  2020-10-04 20:42:17.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.74.0/org.kde.kded5.desktop 
new/kded-5.75.0/org.kde.kded5.desktop
--- old/kded-5.74.0/org.kde.kded5.desktop   2020-09-06 12:20:23.0 
+0200
+++ new/kded-5.75.0/org.kde.kded5.desktop   2020-10-04 20:42:17.0 
+0200
@@ -2,12 +2,25 @@
 #This .desktop file is never shown in a menu, hence no Exec
 #it's here mostly so wayland can get an icon on popups
 Name=KDED
+Name[az]=KDED
 Name[ca]=KDED
+Name[de]=KDED
+Name[el]=KDED
+Name[en_GB]=KDED
 Name[es]=KDED
+Name[fr]=KDED
+Name[it]=KDED
 Name[ko]=KDED
+Name[nl]=KDED
+Name[nn]=KDED
 Name[pt]=KDED
+Name[pt_BR]=KDED
+Name[ro]=KDED
+Name[sk]=KDED
+Name[sl]=KDED
 Name[sv]=KDED
 Name[uk]=KDED
+Name[vi]=KDED
 Name[x-test]=xxKDEDxx
 Type=Service
 Icon=kde-frameworks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.74.0/src/kded.cpp new/kded-5.75.0/src/kded.cpp
--- old/kded-5.74.0/src/kded.cpp2020-09-06 12:20:23.0 +0200
+++ new/kded-5.75.0/src/kded.cpp2020-10-04 20:42:17.0 +0200
@@ -56,7 +56,7 @@
 static void runKonfUpdate()
 {
 QProcess kconfUpdate;
-kconfUpdate.start(QStringLiteral(KCONF_UPDATE_EXE));
+kconfUpdate.start(QStringLiteral(KCONF_UPDATE_EXE), QStringList());
 kconfUpdate.waitForFinished();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.74.0/src/kdedmodule.desktop 
new/kded-5.75.0/src/kdedmodule.desktop
--- old/kded-5.74.0/src/kdedmodule.desktop  2020-09-06 12:20:23.0 
+0200
+++ new/kded-5.75.0/src/kdedmodule.desktop  2020-10-04 20:42:17.0 
+0200
@@ -92,7 +92,7 @@
 Comment[uk]=Модуль KDED
 Comment[uz]=KDED moduli
 Comment[uz@cyrillic]=KDED модули
-Comment[vi]=Mô-đun KDED
+Comment[vi]=Khối KDED
 Comment[wa]=Module po KDED
 Comment[xh]=KDED Isichatshulwa
 Comment[x-test]=xxKDED Modulexx




commit kded for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-09-18 14:38:59

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.4249 (New)


Package is "kded"

Fri Sep 18 14:38:59 2020 rev:84 rq:834395 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-08-12 
12:27:15.484141285 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.4249/kded.changes  2020-09-18 
14:39:50.735919080 +0200
@@ -1,0 +2,12 @@
+Sun Sep  6 12:49:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * org.kde.kded5.desktop: Add missing required key "Name" (kde#408802)
+  * Remove obsolete COPYING files
+  * Kded: Convert license statements to SPDX expressions
+
+---

Old:

  kded-5.73.0.tar.xz
  kded-5.73.0.tar.xz.sig

New:

  kded-5.74.0.tar.xz
  kded-5.74.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.0oKj7A/_old  2020-09-18 14:39:52.007920216 +0200
+++ /var/tmp/diff_new_pack.0oKj7A/_new  2020-09-18 14:39:52.011920219 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -103,7 +103,7 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_bindir}/kded5
 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service


++ kded-5.73.0.tar.xz -> kded-5.74.0.tar.xz ++
 2075 lines of diff (skipped)




commit kded for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-08-12 12:23:41

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.3399 (New)


Package is "kded"

Wed Aug 12 12:23:41 2020 rev:83 rq:825068 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-07-14 
07:53:13.752612251 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.3399/kded.changes  2020-08-12 
12:27:15.484141285 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:16 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+---

Old:

  kded-5.72.0.tar.xz
  kded-5.72.0.tar.xz.sig

New:

  kded-5.73.0.tar.xz
  kded-5.73.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.N45nB3/_old  2020-08-12 12:27:16.596142000 +0200
+++ /var/tmp/diff_new_pack.N45nB3/_new  2020-08-12 12:27:16.596142000 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -111,6 +111,7 @@
 %{_kf5_servicetypesdir}/kdedmodule.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kded5.*
 %{_kf5_debugdir}/kded.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_applicationsdir}/org.kde.kded5.desktop
 %{_userunitdir}/plasma-kded.service
 


++ kded-5.72.0.tar.xz -> kded-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.72.0/CMakeLists.txt 
new/kded-5.73.0/CMakeLists.txt
--- old/kded-5.72.0/CMakeLists.txt  2020-07-04 15:09:26.0 +0200
+++ new/kded-5.73.0/CMakeLists.txt  2020-08-01 21:43:56.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.72.0/src/CMakeLists.txt 
new/kded-5.73.0/src/CMakeLists.txt
--- old/kded-5.72.0/src/CMakeLists.txt  2020-07-04 15:09:26.0 +0200
+++ new/kded-5.73.0/src/CMakeLists.txt  2020-08-01 21:43:56.0 +0200
@@ -4,7 +4,8 @@
 
 ecm_qt_export_logging_category(
 IDENTIFIER KDED
-CATEGORY_NAME kf5.kded
+CATEGORY_NAME kf.kded
+OLD_CATEGORY_NAMES kf5.kded
 DEFAULT_SEVERITY Warning
 DESCRIPTION "KDED"
 EXPORT KDED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.72.0/src/kded.cpp new/kded-5.73.0/src/kded.cpp
--- old/kded-5.72.0/src/kded.cpp2020-07-04 15:09:26.0 +0200
+++ new/kded-5.73.0/src/kded.cpp2020-08-01 21:43:56.0 +0200
@@ -21,7 +21,7 @@
 #include "kdedadaptor.h"
 #include "kded_version.h"
 
-#include 
+#include 
 
 #include 
 
@@ -37,8 +37,8 @@
 #include 
 
 #include 
-#include 
-#include 
+#include 
+#include 
 #include 
 #include 
 #include 
@@ -50,7 +50,7 @@
 
 Q_DECLARE_LOGGING_CATEGORY(KDED)
 
-Q_LOGGING_CATEGORY(KDED, "kf5.kded", QtWarningMsg)
+Q_LOGGING_CATEGORY(KDED, "kf.kded", QtWarningMsg)
 
 Kded *Kded::_self = nullptr;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.72.0/src/kded.h new/kded-5.73.0/src/kded.h
--- old/kded-5.72.0/src/kded.h  2020-07-04 15:09:26.0 +0200
+++ new/kded-5.73.0/src/kded.h  2020-08-01 21:43:56.0 +0200
@@ -29,7 +29,7 @@
 #include 
 
 #include 
-#include 
+#include 
 
 class QDBusMessage;
 class QDBusServiceWatcher;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kded for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-07-14 07:52:25

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.3060 (New)


Package is "kded"

Tue Jul 14 07:52:25 2020 rev:82 rq:820355 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-06-16 
13:42:42.189084654 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.3060/kded.changes  2020-07-14 
07:53:13.752612251 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:15 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- No code change since 5.71.0
+
+---

Old:

  kded-5.71.0.tar.xz
  kded-5.71.0.tar.xz.sig

New:

  kded-5.72.0.tar.xz
  kded-5.72.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.hlzGEL/_old  2020-07-14 07:53:14.328614116 +0200
+++ /var/tmp/diff_new_pack.hlzGEL/_new  2020-07-14 07:53:14.332614129 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 %endif
 # PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)
 Patch100:   0001-Decrease-the-delay-between-change-notification-and-s.patch
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kded-5.71.0.tar.xz -> kded-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.71.0/CMakeLists.txt 
new/kded-5.72.0/CMakeLists.txt
--- old/kded-5.71.0/CMakeLists.txt  2020-06-07 20:25:25.0 +0200
+++ new/kded-5.72.0/CMakeLists.txt  2020-07-04 15:09:26.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-06-16 13:41:50

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.3606 (New)


Package is "kded"

Tue Jun 16 13:41:50 2020 rev:81 rq:814350 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-05-11 
13:28:58.151559907 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.3606/kded.changes  2020-06-16 
13:42:42.189084654 +0200
@@ -1,0 +2,11 @@
+Sun Jun  7 08:06:30 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Fix blurry icons in titlebar appmenu by adding UseHighDpiPixmaps flag
+  * Add systemd user service file for kded
+
+---

Old:

  kded-5.70.0.tar.xz
  kded-5.70.0.tar.xz.sig

New:

  kded-5.71.0.tar.xz
  kded-5.71.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.vEyN6x/_old  2020-06-16 13:42:42.777086797 +0200
+++ /var/tmp/diff_new_pack.vEyN6x/_new  2020-06-16 13:42:42.781086812 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.70
+%define _tar_path 5.71
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -40,6 +40,7 @@
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
@@ -53,9 +54,7 @@
 BuildRequires:  cmake(Qt5Test) >= 5.12.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 BuildRequires:  cmake(Qt5Xml) >= 5.12.0
-%if %{with lang}
 Recommends: %{name}-lang
-%endif
 
 %description
 KDED runs in the background and performs a number of small tasks.
@@ -89,8 +88,16 @@
 %find_lang %{name} --with-man --all-name
 %endif
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%preun
+%systemd_user_preun plasma-kded.service
+
+%post 
+/sbin/ldconfig
+%systemd_user_post plasma-kded.service
+
+%postun
+/sbin/ldconfig
+%systemd_user_postun plasma-kded.service
 
 %if %{with lang}
 %files lang -f %{name}.lang
@@ -106,6 +113,7 @@
 %doc %lang(en) %{_kf5_mandir}/*/kded5.*
 %{_kf5_debugdir}/kded.categories
 %{_kf5_applicationsdir}/org.kde.kded5.desktop
+%{_userunitdir}/plasma-kded.service
 
 %files devel
 %{_kf5_libdir}/cmake/KDED/


++ kded-5.70.0.tar.xz -> kded-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.70.0/.arcconfig new/kded-5.71.0/.arcconfig
--- old/kded-5.70.0/.arcconfig  2020-05-03 00:16:45.0 +0200
+++ new/kded-5.71.0/.arcconfig  1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.70.0/CMakeLists.txt 
new/kded-5.71.0/CMakeLists.txt
--- old/kded-5.70.0/CMakeLists.txt  2020-05-03 00:16:45.0 +0200
+++ new/kded-5.71.0/CMakeLists.txt  2020-06-07 20:25:25.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.70.0  NO_MODULE)
+find_package(ECM 5.71.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -41,7 +41,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if 

commit kded for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-05-11 13:27:42

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.2738 (New)


Package is "kded"

Mon May 11 13:27:42 2020 rev:80 rq:802076 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-04-15 
20:02:34.809937379 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.2738/kded.changes  2020-05-11 
13:28:58.151559907 +0200
@@ -1,0 +2,11 @@
+Sun May  3 09:39:52 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Port KToolInvocation::kdeinitExecWait to QProcess
+  * Drop delayed second phase
+
+---

Old:

  kded-5.69.0.tar.xz
  kded-5.69.0.tar.xz.sig

New:

  kded-5.70.0.tar.xz
  kded-5.70.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.cMUdeN/_old  2020-05-11 13:28:58.867561408 +0200
+++ /var/tmp/diff_new_pack.cMUdeN/_new  2020-05-11 13:28:58.871561417 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.69.0.tar.xz -> kded-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.69.0/CMakeLists.txt 
new/kded-5.70.0/CMakeLists.txt
--- old/kded-5.69.0/CMakeLists.txt  2020-04-05 00:57:00.0 +0200
+++ new/kded-5.70.0/CMakeLists.txt  2020-05-03 00:16:45.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.69.0/src/kded.cpp new/kded-5.70.0/src/kded.cpp
--- old/kded-5.69.0/src/kded.cpp2020-04-05 00:57:00.0 +0200
+++ new/kded-5.70.0/src/kded.cpp2020-05-03 00:16:45.0 +0200
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -40,7 +41,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 
@@ -66,8 +66,9 @@
 
 static void runKonfUpdate()
 {
-KToolInvocation::kdeinitExecWait(QStringLiteral(KCONF_UPDATE_EXE),
-QStringList(), nullptr, nullptr, "0" /*no startup notification*/);
+QProcess kconfUpdate;
+kconfUpdate.start(QStringLiteral(KCONF_UPDATE_EXE));
+kconfUpdate.waitForFinished();
 }
 
 Kded::Kded()
@@ -211,12 +212,6 @@
 }
 }
 
-// There will be a "phase 2" only if we're in the KDE startup.
-// If kded is restarted by its crashhandled or by hand,
-// then there will be no second phase autoload, so load
-// these modules now, if in a KDE session.
-const bool loadPhase2Now = (kde_running && 
qEnvironmentVariableIntValue("KDED_STARTED_BY_KDEINIT") == 0);
-
 // Preload kded modules.
 const QVector kdedModules = availableModules();
 for (const KPluginMetaData  : kdedModules) {
@@ -238,7 +233,7 @@
 break;
 case 2: // autoload delayed, only in KDE
 default:
-if (!loadPhase2Now) {
+if (!kde_running) {
 prevent_autoload = true;
 }
 break;
@@ -267,16 +262,7 @@
 
 void Kded::loadSecondPhase()
 {
-qCDebug(KDED) << "Loading second phase autoload";
-KSharedConfig::Ptr config = KSharedConfig::openConfig();
-const QVector kdedModules = availableModules();
-for (const KPluginMetaData  : kdedModules) {
-const bool autoload = isModuleAutoloaded(module);
-if (autoload && phaseForModule(module) == 2) {
-

commit kded for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-04-15 20:01:18

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.2738 (New)


Package is "kded"

Wed Apr 15 20:01:18 2020 rev:79 rq:793143 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-03-19 
19:44:00.923977272 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.2738/kded.changes  2020-04-15 
20:02:34.809937379 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:27 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kded-5.68.0.tar.xz
  kded-5.68.0.tar.xz.sig

New:

  kded-5.69.0.tar.xz
  kded-5.69.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.720k99/_old  2020-04-15 20:02:35.893938193 +0200
+++ /var/tmp/diff_new_pack.720k99/_new  2020-04-15 20:02:35.893938193 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.68
+%define _tar_path 5.69
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.68.0.tar.xz -> kded-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.68.0/CMakeLists.txt 
new/kded-5.69.0/CMakeLists.txt
--- old/kded-5.68.0/CMakeLists.txt  2020-03-07 10:39:03.0 +0100
+++ new/kded-5.69.0/CMakeLists.txt  2020-04-05 00:57:00.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -41,7 +41,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")




commit kded for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-03-19 19:42:10

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.3160 (New)


Package is "kded"

Thu Mar 19 19:42:10 2020 rev:78 rq:785312 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-02-14 
16:33:14.067447303 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.3160/kded.changes  2020-03-19 
19:44:00.923977272 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 09:17:42 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Add a --replace option to kded5
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+---

Old:

  kded-5.67.0.tar.xz
  kded-5.67.0.tar.xz.sig

New:

  kded-5.68.0.tar.xz
  kded-5.68.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.vmZQov/_old  2020-03-19 19:44:01.391977544 +0100
+++ /var/tmp/diff_new_pack.vmZQov/_new  2020-03-19 19:44:01.395977546 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.67.0.tar.xz -> kded-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.67.0/.gitignore new/kded-5.68.0/.gitignore
--- old/kded-5.67.0/.gitignore  2020-02-02 13:46:22.0 +0100
+++ new/kded-5.68.0/.gitignore  2020-03-07 10:39:03.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.67.0/CMakeLists.txt 
new/kded-5.68.0/CMakeLists.txt
--- old/kded-5.67.0/CMakeLists.txt  2020-02-02 13:46:22.0 +0100
+++ new/kded-5.68.0/CMakeLists.txt  2020-03-07 10:39:03.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -27,6 +27,7 @@
 
 
 include(CMakePackageConfigHelpers)
+include(ECMQtDeclareLoggingCategory)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
@@ -40,7 +41,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
@@ -68,7 +69,6 @@
   COMPONENT Devel
 )
 
-install(FILES kded.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 install(FILES org.kde.kded5.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.67.0/kded.categories 
new/kded-5.68.0/kded.categories
--- old/kded-5.67.0/kded.categories 2020-02-02 13:46:22.0 +0100
+++ new/kded-5.68.0/kded.categories 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-kf5.kded KDED DEFAULT_SEVERITY [WARNING] IDENTIFIER [KDED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.67.0/src/CMakeLists.txt 
new/kded-5.68.0/src/CMakeLists.txt
--- old/kded-5.67.0/src/CMakeLists.txt  2020-02-02 13:46:22.0 +0100
+++ new/kded-5.68.0/src/CMakeLists.txt  2020-03-07 10:39:03.0 +0100
@@ -2,6 +2,14 @@
 ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml # just 

commit kded for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-02-14 16:32:06

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.26092 (New)


Package is "kded"

Fri Feb 14 16:32:06 2020 rev:77 rq:773250 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2020-01-14 
21:04:11.638677067 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.26092/kded.changes 2020-02-14 
16:33:14.067447303 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:06:51 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:37 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- No code change since 5.66.0
+
+---

Old:

  kded-5.66.0.tar.xz
  kded-5.66.0.tar.xz.sig

New:

  kded-5.67.0.tar.xz
  kded-5.67.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.kwrCu1/_old  2020-02-14 16:33:15.443448070 +0100
+++ /var/tmp/diff_new_pack.kwrCu1/_new  2020-02-14 16:33:15.443448070 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.66
+%define _tar_path 5.67
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -47,12 +47,12 @@
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Network) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
-BuildRequires:  cmake(Qt5Xml) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Network) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Xml) >= 5.12.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
@@ -79,7 +79,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kded-5.66.0.tar.xz -> kded-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.66.0/CMakeLists.txt 
new/kded-5.67.0/CMakeLists.txt
--- old/kded-5.66.0/CMakeLists.txt  2020-01-04 11:06:02.0 +0100
+++ new/kded-5.67.0/CMakeLists.txt  2020-02-02 13:46:22.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)
+find_package(ECM 5.67.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -40,7 +40,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")




commit kded for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2020-01-14 21:00:21

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.6675 (New)


Package is "kded"

Tue Jan 14 21:00:21 2020 rev:76 rq:763449 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-12-18 
14:42:31.733779731 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.6675/kded.changes  2020-01-14 
21:04:11.638677067 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:02:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kded-5.65.0.tar.xz
  kded-5.65.0.tar.xz.sig

New:

  kded-5.66.0.tar.xz
  kded-5.66.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.V6drCF/_old  2020-01-14 21:04:13.374677871 +0100
+++ /var/tmp/diff_new_pack.V6drCF/_new  2020-01-14 21:04:13.398677882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.65.0.tar.xz -> kded-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.65.0/CMakeLists.txt 
new/kded-5.66.0/CMakeLists.txt
--- old/kded-5.65.0/CMakeLists.txt  2019-12-07 22:41:29.0 +0100
+++ new/kded-5.66.0/CMakeLists.txt  2020-01-04 11:06:02.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
@@ -40,7 +40,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")




commit kded for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-12-18 14:40:29

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.4691 (New)


Package is "kded"

Wed Dec 18 14:40:29 2019 rev:75 rq:757024 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-11-12 
11:44:10.882647998 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.4691/kded.changes  2019-12-18 
14:42:31.733779731 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:27 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Remove kdeinit dependency from kded.
+
+---

Old:

  kded-5.64.0.tar.xz
  kded-5.64.0.tar.xz.sig

New:

  kded-5.65.0.tar.xz
  kded-5.65.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.R8E9fT/_old  2019-12-18 14:42:32.221779954 +0100
+++ /var/tmp/diff_new_pack.R8E9fT/_new  2019-12-18 14:42:32.221779954 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# 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,14 +16,14 @@
 #
 
 
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -45,7 +45,6 @@
 BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(KF5Init) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.11.0
@@ -100,7 +99,6 @@
 %files
 %license COPYING*
 %doc README*
-%{_kf5_libdir}/libkdeinit5_kded5.so
 %{_kf5_bindir}/kded5
 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
 %dir %{_kf5_servicetypesdir}


++ kded-5.64.0.tar.xz -> kded-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.64.0/CMakeLists.txt 
new/kded-5.65.0/CMakeLists.txt
--- old/kded-5.64.0/CMakeLists.txt  2019-11-02 13:54:10.0 +0100
+++ new/kded-5.65.0/CMakeLists.txt  2019-12-07 22:41:29.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -23,7 +23,6 @@
 find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DBusAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION})
-find_package(KF5Init ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
 
@@ -41,7 +40,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
@@ -69,12 +68,6 @@
   COMPONENT Devel
 )
 
-install(EXPORT
-  KDEDTargets
-  DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
-  FILE KDEDTargets.cmake
-  NAMESPACE KF5::
-)
 install(FILES kded.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 install(FILES org.kde.kded5.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kded for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-11-12 11:44:02

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.2990 (New)


Package is "kded"

Tue Nov 12 11:44:02 2019 rev:74 rq:747101 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-10-14 
13:34:48.138445146 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.2990/kded.changes  2019-11-12 
11:44:10.882647998 +0100
@@ -1,0 +2,9 @@
+Sun Nov  3 15:46:55 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- No code change since 5.63.0
+
+---

Old:

  kded-5.63.0.tar.xz
  kded-5.63.0.tar.xz.sig

New:

  kded-5.64.0.tar.xz
  kded-5.64.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.DTp6oQ/_old  2019-11-12 11:44:11.818648983 +0100
+++ /var/tmp/diff_new_pack.DTp6oQ/_new  2019-11-12 11:44:11.822648988 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.63
+%define _tar_path 5.64
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later


++ kded-5.63.0.tar.xz -> kded-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.63.0/CMakeLists.txt 
new/kded-5.64.0/CMakeLists.txt
--- old/kded-5.63.0/CMakeLists.txt  2019-10-06 11:44:08.0 +0200
+++ new/kded-5.64.0/CMakeLists.txt  2019-11-02 13:54:10.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.63.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.63.0  NO_MODULE)
+find_package(ECM 5.64.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -41,6 +41,7 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")




commit kded for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-10-14 13:34:45

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.2352 (New)


Package is "kded"

Mon Oct 14 13:34:45 2019 rev:73 rq:738019 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-09-23 
12:22:26.945757303 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.2352/kded.changes  2019-10-14 
13:34:48.138445146 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:26 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- No code change since 5.62.0
+
+---

Old:

  kded-5.62.0.tar.xz
  kded-5.62.0.tar.xz.sig

New:

  kded-5.63.0.tar.xz
  kded-5.63.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.WVWitZ/_old  2019-10-14 13:34:48.886443196 +0200
+++ /var/tmp/diff_new_pack.WVWitZ/_new  2019-10-14 13:34:48.890443186 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -48,12 +48,12 @@
 BuildRequires:  cmake(KF5Init) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Network) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRequires:  cmake(Qt5Xml) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Network) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5Xml) >= 5.11.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif


++ kded-5.62.0.tar.xz -> kded-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.62.0/CMakeLists.txt 
new/kded-5.63.0/CMakeLists.txt
--- old/kded-5.62.0/CMakeLists.txt  2019-09-07 15:57:20.0 +0200
+++ new/kded-5.63.0/CMakeLists.txt  2019-10-06 11:44:08.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-09-23 12:22:24

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.7948 (New)


Package is "kded"

Mon Sep 23 12:22:24 2019 rev:72 rq:730919 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-08-19 
21:04:27.388900850 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.7948/kded.changes  2019-09-23 
12:22:26.945757303 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:38 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kded-5.61.0.tar.xz
  kded-5.61.0.tar.xz.sig

New:

  kded-5.62.0.tar.xz
  kded-5.62.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.KphV33/_old  2019-09-23 12:22:27.521757209 +0200
+++ /var/tmp/diff_new_pack.KphV33/_new  2019-09-23 12:22:27.521757209 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -39,15 +39,15 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kinit-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Crash) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Init) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Service) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0


++ kded-5.61.0.tar.xz -> kded-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/CMakeLists.txt 
new/kded-5.62.0/CMakeLists.txt
--- old/kded-5.61.0/CMakeLists.txt  2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/CMakeLists.txt  2019-09-07 15:57:20.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/src/kded.cpp new/kded-5.62.0/src/kded.cpp
--- old/kded-5.61.0/src/kded.cpp2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/src/kded.cpp2019-09-07 15:57:20.0 +0200
@@ -25,17 +25,14 @@
 
 #include 
 
-#include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.61.0/src/kded.h new/kded-5.62.0/src/kded.h
--- old/kded-5.61.0/src/kded.h  2019-08-03 21:52:42.0 +0200
+++ new/kded-5.62.0/src/kded.h  

commit kded for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-08-19 21:04:19

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.22127 (New)


Package is "kded"

Mon Aug 19 21:04:19 2019 rev:71 rq:722456 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-07-26 
12:12:18.534833901 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.22127/kded.changes 2019-08-19 
21:04:27.388900850 +0200
@@ -1,0 +2,15 @@
+Wed Aug  7 17:51:17 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * kded5 desktop file: use valid type (Service) to suppress warning from 
kservice
+
+---
+Fri Jul 19 11:39:54 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kded-5.60.0.tar.xz

New:

  frameworks.keyring
  kded-5.61.0.tar.xz
  kded-5.61.0.tar.xz.sig



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.UnKO8R/_old  2019-08-19 21:04:27.880900770 +0200
+++ /var/tmp/diff_new_pack.UnKO8R/_new  2019-08-19 21:04:27.884900769 +0200
@@ -16,20 +16,24 @@
 #
 
 
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
 # PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)
 Patch100:   0001-Decrease-the-delay-between-change-notification-and-s.patch
 BuildRequires:  cmake >= 3.0
@@ -73,9 +77,6 @@
 
 %prep
 %autosetup -p1
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++ kded-5.60.0.tar.xz -> kded-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.60.0/CMakeLists.txt 
new/kded-5.61.0/CMakeLists.txt
--- old/kded-5.60.0/CMakeLists.txt  2019-07-07 20:32:11.0 +0200
+++ new/kded-5.61.0/CMakeLists.txt  2019-08-03 21:52:42.0 +0200
@@ -1,15 +1,15 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.60.0/org.kde.kded5.desktop 
new/kded-5.61.0/org.kde.kded5.desktop
--- old/kded-5.60.0/org.kde.kded5.desktop   2019-07-07 20:32:11.0 
+0200
+++ new/kded-5.61.0/org.kde.kded5.desktop   2019-08-03 21:52:42.0 
+0200
@@ -1,7 +1,7 @@
 [Desktop Entry]
 #This .desktop file is never shown in a menu, hence no real Name or Exec
 #it's here mostly so wayland can get an icon on popups
-Type=SystemService
+Type=Service
 Icon=kde-frameworks
 NoDisplay=true
 




commit kded for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-07-26 12:12:15

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.4126 (New)


Package is "kded"

Fri Jul 26 12:12:15 2019 rev:70 rq:715868 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-06-22 
11:10:25.516429590 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.4126/kded.changes  2019-07-26 
12:12:18.534833901 +0200
@@ -1,0 +2,10 @@
+Sun Jul 14 06:41:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * Install in new logging directory when we use kf5 5.59.0
+
+---

Old:

  kded-5.59.0.tar.xz

New:

  kded-5.60.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.lNlaDy/_old  2019-07-26 12:12:20.902833558 +0200
+++ /var/tmp/diff_new_pack.lNlaDy/_new  2019-07-26 12:12:20.930833553 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.59
+%define _tar_path 5.60
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.59.0.tar.xz -> kded-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.59.0/CMakeLists.txt 
new/kded-5.60.0/CMakeLists.txt
--- old/kded-5.59.0/CMakeLists.txt  2019-06-01 18:54:21.0 +0200
+++ new/kded-5.60.0/CMakeLists.txt  2019-07-07 20:32:11.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
@@ -74,7 +74,7 @@
   FILE KDEDTargets.cmake
   NAMESPACE KF5::
 )
-install(FILES kded.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES kded.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 install(FILES org.kde.kded5.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.59.0/po/pt_BR/docs/kded5/man-kded5.8.docbook 
new/kded-5.60.0/po/pt_BR/docs/kded5/man-kded5.8.docbook
--- old/kded-5.59.0/po/pt_BR/docs/kded5/man-kded5.8.docbook 2019-06-01 
18:54:21.0 +0200
+++ new/kded-5.60.0/po/pt_BR/docs/kded5/man-kded5.8.docbook 2019-07-07 
20:32:11.0 +0200
@@ -261,9 +261,9 @@
 Problemas
 Existem provavelmente diversos erros. Use o http://bugs.kde.org;
+>Use o http://bugs.kde.org;
 >sistema de gerenciamento de erros do KDE para reportá-los.
+> para relatar erros.
 
 
 




commit kded for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-06-22 11:09:37

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.4615 (New)


Package is "kded"

Sat Jun 22 11:09:37 2019 rev:69 rq:710730 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-05-21 
10:27:06.527512561 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.4615/kded.changes  2019-06-22 
11:10:25.516429590 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  kded-5.58.0.tar.xz

New:

  kded-5.59.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.CHjkZb/_old  2019-06-22 11:10:27.040431834 +0200
+++ /var/tmp/diff_new_pack.CHjkZb/_new  2019-06-22 11:10:27.060431864 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.58
+%define _tar_path 5.59
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.58.0.tar.xz -> kded-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.58.0/CMakeLists.txt 
new/kded-5.59.0/CMakeLists.txt
--- old/kded-5.58.0/CMakeLists.txt  2019-05-07 13:20:46.0 +0200
+++ new/kded-5.59.0/CMakeLists.txt  2019-06-01 18:54:21.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-05-21 10:27:03

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.5148 (New)


Package is "kded"

Tue May 21 10:27:03 2019 rev:68 rq:703341 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-04-19 
21:22:24.487723229 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new.5148/kded.changes  2019-05-21 
10:27:06.527512561 +0200
@@ -1,0 +2,10 @@
+Wed May 15 18:16:16 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * Install .desktop file for kded5 (kde#387556)
+
+---

Old:

  kded-5.57.0.tar.xz

New:

  kded-5.58.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.8N5mRq/_old  2019-05-21 10:27:07.235512289 +0200
+++ /var/tmp/diff_new_pack.8N5mRq/_new  2019-05-21 10:27:07.235512289 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -106,6 +106,7 @@
 %{_kf5_servicetypesdir}/kdedmodule.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kded5.*
 %{_kf5_debugdir}/kded.categories
+%{_kf5_applicationsdir}/org.kde.kded5.desktop
 
 %files devel
 %{_kf5_libdir}/cmake/KDED/

++ kded-5.57.0.tar.xz -> kded-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.57.0/CMakeLists.txt 
new/kded-5.58.0/CMakeLists.txt
--- old/kded-5.57.0/CMakeLists.txt  2019-04-07 09:26:19.0 +0200
+++ new/kded-5.58.0/CMakeLists.txt  2019-05-07 13:20:46.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -75,5 +75,6 @@
   NAMESPACE KF5::
 )
 install(FILES kded.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES org.kde.kded5.desktop DESTINATION ${KDE_INSTALL_APPDIR})
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.57.0/org.kde.kded5.desktop 
new/kded-5.58.0/org.kde.kded5.desktop
--- old/kded-5.57.0/org.kde.kded5.desktop   1970-01-01 01:00:00.0 
+0100
+++ new/kded-5.58.0/org.kde.kded5.desktop   2019-05-07 13:20:46.0 
+0200
@@ -0,0 +1,7 @@
+[Desktop Entry]
+#This .desktop file is never shown in a menu, hence no real Name or Exec
+#it's here mostly so wayland can get an icon on popups
+Type=SystemService
+Icon=kde-frameworks
+NoDisplay=true
+




commit kded for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-04-19 21:21:44

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.5536 (New)


Package is "kded"

Fri Apr 19 21:21:44 2019 rev:67 rq:695212 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-03-21 
09:44:45.018918966 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.5536/kded.changes  2019-04-19 
21:22:24.487723229 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 20:21:42 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * [kded] compile without foreach
+  * It compiles fine without deprecated method (until 5.13)
+
+---

Old:

  kded-5.56.0.tar.xz

New:

  kded-5.57.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.j0AWOR/_old  2019-04-19 21:22:25.727724807 +0200
+++ /var/tmp/diff_new_pack.j0AWOR/_new  2019-04-19 21:22:25.731724813 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.56.0.tar.xz -> kded-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.56.0/.gitignore new/kded-5.57.0/.gitignore
--- old/kded-5.56.0/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/kded-5.57.0/.gitignore  2019-04-07 09:26:19.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.56.0/CMakeLists.txt 
new/kded-5.57.0/CMakeLists.txt
--- old/kded-5.56.0/CMakeLists.txt  2019-03-02 14:37:03.0 +0100
+++ new/kded-5.57.0/CMakeLists.txt  2019-04-07 09:26:19.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -40,7 +40,8 @@
 
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_NO_FOREACH)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 kdoctools_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.56.0/src/kded.cpp new/kded-5.57.0/src/kded.cpp
--- old/kded-5.56.0/src/kded.cpp2019-03-02 14:37:03.0 +0100
+++ new/kded-5.57.0/src/kded.cpp2019-04-07 09:26:19.0 +0200
@@ -152,12 +152,12 @@
 {
 QVector plugins = 
KPluginLoader::findPlugins(QStringLiteral("kf5/kded"));
 QSet moduleIds;
-foreach (const KPluginMetaData , plugins) {
+for (const KPluginMetaData  : qAsConst(plugins)) {
 moduleIds.insert(md.pluginId());
 }
 // also search for old .desktop based kded modules
-KPluginInfo::List oldStylePlugins = 
KPluginInfo::fromServices(KServiceTypeTrader::self()->query(QStringLiteral("KDEDModule")));
-foreach (const KPluginInfo , oldStylePlugins) {
+const KPluginInfo::List oldStylePlugins = 
KPluginInfo::fromServices(KServiceTypeTrader::self()->query(QStringLiteral("KDEDModule")));
+for (const KPluginInfo  : oldStylePlugins) {
 if (moduleIds.contains(info.pluginName())) {
 

commit kded for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-03-21 09:44:39

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.28833 (New)


Package is "kded"

Thu Mar 21 09:44:39 2019 rev:66 rq:686730 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-02-28 
21:29:00.005820798 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.28833/kded.changes 2019-03-21 
09:44:45.018918966 +0100
@@ -1,0 +2,10 @@
+Sun Mar 10 20:15:35 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * No code changes since 5.55.0
+
+---

Old:

  kded-5.55.0.tar.xz

New:

  kded-5.56.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.7GEnOk/_old  2019-03-21 09:44:45.378918884 +0100
+++ /var/tmp/diff_new_pack.7GEnOk/_new  2019-03-21 09:44:45.382918883 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.55
+%define _tar_path 5.56
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.55.0.tar.xz -> kded-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.55.0/CMakeLists.txt 
new/kded-5.56.0/CMakeLists.txt
--- old/kded-5.55.0/CMakeLists.txt  2019-02-03 00:55:23.0 +0100
+++ new/kded-5.56.0/CMakeLists.txt  2019-03-02 14:37:03.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -40,7 +40,7 @@
 
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
-
+#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 kdoctools_install(po)




commit kded for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-02-28 21:28:58

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.28833 (New)


Package is "kded"

Thu Feb 28 21:28:58 2019 rev:65 rq:678678 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-02-14 
14:24:46.963890883 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.28833/kded.changes 2019-02-28 
21:29:00.005820798 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.YFhBXy/_old  2019-02-28 21:29:01.365820343 +0100
+++ /var/tmp/diff_new_pack.YFhBXy/_new  2019-02-28 21:29:01.377820339 +0100
@@ -73,6 +73,9 @@
 
 %prep
 %autosetup -p1
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kded for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-02-14 14:24:44

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.28833 (New)


Package is "kded"

Thu Feb 14 14:24:44 2019 rev:64 rq:674229 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2019-01-21 
10:19:13.414143215 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.28833/kded.changes 2019-02-14 
14:24:46.963890883 +0100
@@ -1,0 +2,10 @@
+Sun Feb 10 22:03:05 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * No code changes since 5.54.0
+
+---

Old:

  kded-5.54.0.tar.xz

New:

  kded-5.55.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.A3KCG9/_old  2019-02-14 14:24:47.363890695 +0100
+++ /var/tmp/diff_new_pack.A3KCG9/_new  2019-02-14 14:24:47.363890695 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.54
+%define _tar_path 5.55
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.54.0.tar.xz -> kded-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.54.0/CMakeLists.txt 
new/kded-5.55.0/CMakeLists.txt
--- old/kded-5.54.0/CMakeLists.txt  2019-01-06 21:20:20.0 +0100
+++ new/kded-5.55.0/CMakeLists.txt  2019-02-03 00:55:23.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)




commit kded for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2019-01-21 10:19:12

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.28833 (New)


Package is "kded"

Mon Jan 21 10:19:12 2019 rev:63 rq:665793 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-12-19 
13:40:13.220058022 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.28833/kded.changes 2019-01-21 
10:19:13.414143215 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:45 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * No code changes since 5.53.0
+
+---

Old:

  kded-5.53.0.tar.xz

New:

  kded-5.54.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.ETUjMq/_old  2019-01-21 10:19:13.846142781 +0100
+++ /var/tmp/diff_new_pack.ETUjMq/_new  2019-01-21 10:19:13.850142777 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.53
+%define _tar_path 5.54
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.53.0.tar.xz -> kded-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.53.0/CMakeLists.txt 
new/kded-5.54.0/CMakeLists.txt
--- old/kded-5.53.0/CMakeLists.txt  2018-12-01 15:53:59.0 +0100
+++ new/kded-5.54.0/CMakeLists.txt  2019-01-06 21:20:20.0 +0100
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-12-19 13:40:09

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.28833 (New)


Package is "kded"

Wed Dec 19 13:40:09 2018 rev:62 rq:658554 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-11-20 
22:28:35.646735669 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.28833/kded.changes 2018-12-19 
13:40:13.220058022 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:43 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * No code changes since 5.52.0
+
+---

Old:

  kded-5.52.0.tar.xz

New:

  kded-5.53.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.XMJlSO/_old  2018-12-19 13:40:13.900057060 +0100
+++ /var/tmp/diff_new_pack.XMJlSO/_new  2018-12-19 13:40:13.904057055 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.52.0.tar.xz -> kded-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.52.0/CMakeLists.txt 
new/kded-5.53.0/CMakeLists.txt
--- old/kded-5.52.0/CMakeLists.txt  2018-11-03 18:59:36.0 +0100
+++ new/kded-5.53.0/CMakeLists.txt  2018-12-01 15:53:59.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)




commit kded for openSUSE:Factory

2018-11-20 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-11-20 22:28:29

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new.19453 (New)


Package is "kded"

Tue Nov 20 22:28:29 2018 rev:61 rq:650029 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-11-14 
14:33:03.243345900 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new.19453/kded.changes 2018-11-20 
22:28:35.646735669 +0100
@@ -1,0 +2,6 @@
+Sun Nov 18 13:59:05 UTC 2018 - Fabian Vogt 
+
+- Add patch to rebuild sycoca quicker (boo#420):
+  * 0001-Decrease-the-delay-between-change-notification-and-s.patch
+
+---

New:

  0001-Decrease-the-delay-between-change-notification-and-s.patch



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.TmK0vd/_old  2018-11-20 22:28:36.450735192 +0100
+++ /var/tmp/diff_new_pack.TmK0vd/_new  2018-11-20 22:28:36.450735192 +0100
@@ -30,6 +30,8 @@
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)
+Patch100:   0001-Decrease-the-delay-between-change-notification-and-s.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -70,7 +72,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Decrease-the-delay-between-change-notification-and-s.patch ++
>From 7ad5c6200a0a154895b4cbf8be21d721e2b83ae2 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Sun, 18 Nov 2018 14:55:30 +0100
Subject: [PATCH] Decrease the delay between change notification and sycoca
 rebuild to 1s
References: boo#420

Currently it waits 10s before doing anything, which is too much.
If another modification happens during the delay, it's delayed further, so this
shouldn't be an issue.
---
 src/kded.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kded.cpp b/src/kded.cpp
index ed03dcd..a2f4abc 100644
--- a/src/kded.cpp
+++ b/src/kded.cpp
@@ -556,7 +556,7 @@ void Kded::dirDeleted(const QString )
 
 void Kded::update(const QString &)
 {
-m_pTimer->start(1);
+m_pTimer->start(1000);
 }
 
 void Kded::readDirectory(const QString &_path)
-- 
2.19.0




commit kded for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-11-14 14:32:56

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Wed Nov 14 14:32:56 2018 rev:60 rq:648505 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-10-22 
11:10:32.395913864 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-11-14 
14:33:03.243345900 +0100
@@ -1,0 +2,12 @@
+Sun Nov 11 19:48:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * Remove useless "No X-KDE-DBus-ServiceName found" message
+  * Move categories file here
+  * Use qEnvironmentVariableIntValue
+
+---

Old:

  kded-5.51.0.tar.xz

New:

  kded-5.52.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.CEOp58/_old  2018-11-14 14:33:04.119345048 +0100
+++ /var/tmp/diff_new_pack.CEOp58/_new  2018-11-14 14:33:04.123345045 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
@@ -100,6 +100,7 @@
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kdedmodule.desktop
 %doc %lang(en) %{_kf5_mandir}/*/kded5.*
+%{_kf5_debugdir}/kded.categories
 
 %files devel
 %{_kf5_libdir}/cmake/KDED/

++ kded-5.51.0.tar.xz -> kded-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.51.0/CMakeLists.txt 
new/kded-5.52.0/CMakeLists.txt
--- old/kded-5.51.0/CMakeLists.txt  2018-10-08 10:12:14.0 +0200
+++ new/kded-5.52.0/CMakeLists.txt  2018-11-03 18:59:36.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -47,11 +47,6 @@
 endif()
 add_subdirectory(docs)
 endif()
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 add_subdirectory(src)
 
@@ -78,5 +73,6 @@
   FILE KDEDTargets.cmake
   NAMESPACE KF5::
 )
+install(FILES kded.categories DESTINATION ${KDE_INSTALL_CONFDIR})
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.51.0/kded.categories 
new/kded-5.52.0/kded.categories
--- old/kded-5.51.0/kded.categories 1970-01-01 01:00:00.0 +0100
+++ new/kded-5.52.0/kded.categories 2018-11-03 18:59:36.0 +0100
@@ -0,0 +1 @@
+kf5.kded KDED DEFAULT_SEVERITY [WARNING] IDENTIFIER [KDED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.51.0/src/kded.cpp new/kded-5.52.0/src/kded.cpp
--- old/kded-5.51.0/src/kded.cpp2018-10-08 10:12:14.0 +0200
+++ new/kded-5.52.0/src/kded.cpp2018-11-03 18:59:36.0 +0100
@@ -218,7 +218,7 @@
 // If kded is restarted by its crashhandled or by hand,
 // then there will be no second phase autoload, so load
 // these modules now, if in a KDE session.
-const bool loadPhase2Now = (kde_running && 
qgetenv("KDED_STARTED_BY_KDEINIT").toInt() == 0);
+const bool loadPhase2Now = (kde_running && 
qEnvironmentVariableIntValue("KDED_STARTED_BY_KDEINIT") == 0);
 
 // Preload kded modules.
 const QVector kdedModules = availableModules();
@@ -773,7 +773,6 @@
 foreach (const KPluginMetaData , plugins) {
 const QString 

commit kded for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-10-22 11:10:29

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Mon Oct 22 11:10:29 2018 rev:59 rq:642308 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-10-01 
08:05:23.746385538 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-10-22 
11:10:32.395913864 +0200
@@ -1,0 +2,15 @@
+Tue Oct 16 08:02:01 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:48 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * port deprecated method + use strict compile flags
+
+---

Old:

  kded-5.50.0.tar.xz

New:

  kded-5.51.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.andtVQ/_old  2018-10-22 11:10:33.231913185 +0200
+++ /var/tmp/diff_new_pack.andtVQ/_new  2018-10-22 11:10:33.239913178 +0200
@@ -12,23 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _tar_path 5.50
+%define _tar_path 5.51
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kded-5.50.0.tar.xz -> kded-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.50.0/CMakeLists.txt 
new/kded-5.51.0/CMakeLists.txt
--- old/kded-5.50.0/CMakeLists.txt  2018-09-02 21:16:52.0 +0200
+++ new/kded-5.51.0/CMakeLists.txt  2018-10-08 10:12:14.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -47,6 +47,11 @@
 endif()
 add_subdirectory(docs)
 endif()
+add_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_TO_ASCII)
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.50.0/src/kded.cpp new/kded-5.51.0/src/kded.cpp
--- old/kded-5.50.0/src/kded.cpp2018-09-02 21:16:52.0 +0200
+++ new/kded-5.51.0/src/kded.cpp2018-10-08 10:12:14.0 +0200
@@ -676,9 +676,9 @@
 }
 
 // KF6: remove
-void KBuildsycocaAdaptor::enableTestMode()
+void KBuildsycocaAdaptor::setTestModeEnabled()
 {
-QStandardPaths::enableTestMode(true);
+QStandardPaths::setTestModeEnabled(true);
 }
 
 static void setupAppInfo(QApplication *app)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.50.0/src/kded.h new/kded-5.51.0/src/kded.h
--- old/kded-5.50.0/src/kded.h  2018-09-02 21:16:52.0 +0200
+++ new/kded-5.51.0/src/kded.h  2018-10-08 10:12:14.0 +0200
@@ -230,7 +230,7 @@
 public Q_SLOTS:
 void recreate();
 bool isTestModeEnabled();
-void enableTestMode();
+void setTestModeEnabled();
 };
 
 class KUpdateD : public QObject




commit kded for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-10-01 08:05:16

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Mon Oct  1 08:05:16 2018 rev:58 rq:635987 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-08-24 
16:52:22.609239199 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-10-01 
08:05:23.746385538 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * None
+
+---

Old:

  kded-5.49.0.tar.xz

New:

  kded-5.50.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.zGS4VA/_old  2018-10-01 08:05:24.210385289 +0200
+++ /var/tmp/diff_new_pack.zGS4VA/_new  2018-10-01 08:05:24.210385289 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.49
+%define _tar_path 5.50
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kded
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1-or-later

++ kded-5.49.0.tar.xz -> kded-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.49.0/CMakeLists.txt 
new/kded-5.50.0/CMakeLists.txt
--- old/kded-5.49.0/CMakeLists.txt  2018-08-04 12:57:05.0 +0200
+++ new/kded-5.50.0/CMakeLists.txt  2018-09-02 21:16:52.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-08-24 16:52:20

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Aug 24 16:52:20 2018 rev:57 rq:630598 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-07-21 
10:12:00.219145833 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-08-24 
16:52:22.609239199 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:58 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * None
+
+---

Old:

  kded-5.48.0.tar.xz

New:

  kded-5.49.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.mU7ZjV/_old  2018-08-24 16:52:23.065239736 +0200
+++ /var/tmp/diff_new_pack.mU7ZjV/_new  2018-08-24 16:52:23.073239746 +0200
@@ -16,15 +16,20 @@
 #
 
 
-%bcond_without lang
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:   kded
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:Central daemon of KDE workspaces
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -46,12 +51,6 @@
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
-Summary:Central daemon of KDE workspaces
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KDED runs in the background and performs a number of small tasks.
@@ -69,6 +68,7 @@
 Development files.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -85,7 +85,6 @@
 %endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %if %{with lang}
@@ -93,8 +92,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libkdeinit5_kded5.so
 %{_kf5_bindir}/kded5
 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
@@ -103,7 +102,6 @@
 %doc %lang(en) %{_kf5_mandir}/*/kded5.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/cmake/KDED/
 %{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
 

++ kded-5.48.0.tar.xz -> kded-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.48.0/CMakeLists.txt 
new/kded-5.49.0/CMakeLists.txt
--- old/kded-5.48.0/CMakeLists.txt  2018-07-08 00:29:57.0 +0200
+++ new/kded-5.49.0/CMakeLists.txt  2018-08-04 12:57:05.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-07-21 10:11:58

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Sat Jul 21 10:11:58 2018 rev:56 rq:623272 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-06-22 
13:19:33.473749935 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-07-21 
10:12:00.219145833 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * KDEDModule servicetype definition: remove unused key X-KDE-DBus-ModuleName
+
+---

Old:

  kded-5.47.0.tar.xz

New:

  kded-5.48.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.aUaJet/_old  2018-07-21 10:12:00.679145726 +0200
+++ /var/tmp/diff_new_pack.aUaJet/_new  2018-07-21 10:12:00.679145726 +0200
@@ -17,15 +17,14 @@
 
 
 %bcond_without lang
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ kded-5.47.0.tar.xz -> kded-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.47.0/CMakeLists.txt 
new/kded-5.48.0/CMakeLists.txt
--- old/kded-5.47.0/CMakeLists.txt  2018-06-02 19:51:41.0 +0200
+++ new/kded-5.48.0/CMakeLists.txt  2018-07-08 00:29:57.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.47.0/src/kdedmodule.desktop 
new/kded-5.48.0/src/kdedmodule.desktop
--- old/kded-5.47.0/src/kdedmodule.desktop  2018-06-02 19:51:41.0 
+0200
+++ new/kded-5.48.0/src/kdedmodule.desktop  2018-07-08 00:29:57.0 
+0200
@@ -101,8 +101,6 @@
 Comment[zh_TW]=KDED 模組
 [PropertyDef::X-KDE-FactoryName]
 Type=QString
-[PropertyDef::X-KDE-DBus-ModuleName]
-Type=QString
 [PropertyDef::X-KDE-Kded-autoload]
 Type=bool
 [PropertyDef::X-KDE-Kded-load-on-demand]




commit kded for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-06-22 13:18:55

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Jun 22 13:18:55 2018 rev:55 rq:616750 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-05-18 
14:20:26.682794020 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-06-22 
13:19:33.473749935 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:26:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * None
+
+---

Old:

  kded-5.46.0.tar.xz

New:

  kded-5.47.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.yl3kPT/_old  2018-06-22 13:19:35.249684086 +0200
+++ /var/tmp/diff_new_pack.yl3kPT/_new  2018-06-22 13:19:35.253683937 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.46.0.tar.xz -> kded-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.46.0/CMakeLists.txt 
new/kded-5.47.0/CMakeLists.txt
--- old/kded-5.46.0/CMakeLists.txt  2018-05-05 14:56:41.0 +0200
+++ new/kded-5.47.0/CMakeLists.txt  2018-06-02 19:51:41.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-05-18 14:20:10

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri May 18 14:20:10 2018 rev:54 rq:607548 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-04-19 
15:15:52.836000914 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-05-18 
14:20:26.682794020 +0200
@@ -1,0 +2,12 @@
+Sun May 13 21:03:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Add platform detection and adjustment to kded
+- Dropped patches, now upstream:
+  * 0001-Add-platform-detection-and-adjustment-to-kded.patch
+
+---

Old:

  0001-Add-platform-detection-and-adjustment-to-kded.patch
  kded-5.45.0.tar.xz

New:

  kded-5.46.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.YWTQIj/_old  2018-05-18 14:20:27.318770681 +0200
+++ /var/tmp/diff_new_pack.YWTQIj/_new  2018-05-18 14:20:27.318770681 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.45
+%define _tar_path 5.46
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -52,8 +52,6 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Add-platform-detection-and-adjustment-to-kded.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -74,7 +72,6 @@
 %lang_package
 %prep
 %setup -q
-%autopatch -p1
 
 %build
   %cmake_kf5 -d build

++ kded-5.45.0.tar.xz -> kded-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.45.0/CMakeLists.txt 
new/kded-5.46.0/CMakeLists.txt
--- old/kded-5.45.0/CMakeLists.txt  2018-04-07 21:34:09.0 +0200
+++ new/kded-5.46.0/CMakeLists.txt  2018-05-05 14:56:41.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.45.0/src/kded.cpp new/kded-5.46.0/src/kded.cpp
--- old/kded-5.45.0/src/kded.cpp2018-04-07 21:34:09.0 +0200
+++ new/kded-5.46.0/src/kded.cpp2018-05-05 14:56:41.0 +0200
@@ -689,6 +689,33 @@
 app->setApplicationVersion(QStringLiteral(KDED_VERSION_STRING));
 }
 
+static bool detectPlatform(int argc, char **argv)
+{
+if (qEnvironmentVariableIsSet("QT_QPA_PLATFORM")) {
+return false;
+}
+for (int i = 0; i < argc; i++) {
+if (qstrcmp(argv[i], "-platform") == 0 ||
+qstrcmp(argv[i], "--platform") == 0 ||
+QByteArray(argv[i]).startsWith("-platform=") ||
+QByteArray(argv[i]).startsWith("--platform=")) {
+return false;
+}
+}
+const QByteArray sessionType = qgetenv("XDG_SESSION_TYPE");
+if (sessionType.isEmpty()) {
+return false;
+}
+if (qstrcmp(sessionType, "wayland") == 0) {
+qputenv("QT_QPA_PLATFORM", "wayland");
+return true;
+} else if (qstrcmp(sessionType, "x11") == 0) {
+qputenv("QT_QPA_PLATFORM", "xcb");
+return true;
+}
+return false;
+}
+
 extern "C" Q_DECL_EXPORT int kdemain(int argc, char *argv[])
 {
 #ifdef Q_OS_OSX
@@ -710,11 +737,16 @@
 // WABA: Make sure not to enable session management.
 qunsetenv("SESSION_MANAGER");
 
+const bool unsetQpa = detectPlatform(argc, 

commit kded for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-04-19 15:15:28

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Thu Apr 19 15:15:28 2018 rev:53 rq:596861 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-03-30 
12:01:08.227370856 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-04-19 
15:15:52.836000914 +0200
@@ -1,0 +2,11 @@
+Sat Apr 14 13:19:03 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove not necessary QtCore and co
+  * Add X-KDE-OnlyShowOnQtPlatforms to KDEDModule servicetype definition
+
+---

Old:

  kded-5.44.0.tar.xz

New:

  kded-5.45.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.owPMvq/_old  2018-04-19 15:15:53.899958659 +0200
+++ /var/tmp/diff_new_pack.owPMvq/_new  2018-04-19 15:15:53.911958182 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.44
+%define _tar_path 5.45
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.44.0.tar.xz -> kded-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.44.0/CMakeLists.txt 
new/kded-5.45.0/CMakeLists.txt
--- old/kded-5.44.0/CMakeLists.txt  2018-03-03 11:02:18.0 +0100
+++ new/kded-5.45.0/CMakeLists.txt  2018-04-07 21:34:09.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.44.0/src/kded.cpp new/kded-5.45.0/src/kded.cpp
--- old/kded-5.44.0/src/kded.cpp2018-03-03 11:02:18.0 +0100
+++ new/kded-5.45.0/src/kded.cpp2018-04-07 21:34:09.0 +0200
@@ -27,10 +27,10 @@
 
 #include 
 #include 
-#include 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
+#include 
 #include 
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.44.0/src/kded.h new/kded-5.45.0/src/kded.h
--- old/kded-5.44.0/src/kded.h  2018-03-03 11:02:18.0 +0100
+++ new/kded-5.45.0/src/kded.h  2018-04-07 21:34:09.0 +0200
@@ -20,11 +20,11 @@
 #ifndef KDED_H
 #define KDED_H
 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
+#include 
+#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.44.0/src/kdedmodule.desktop 
new/kded-5.45.0/src/kdedmodule.desktop
--- old/kded-5.44.0/src/kdedmodule.desktop  2018-03-03 11:02:18.0 
+0100
+++ new/kded-5.45.0/src/kdedmodule.desktop  2018-04-07 21:34:09.0 
+0200
@@ -109,3 +109,6 @@
 Type=bool
 [PropertyDef::X-KDE-Kded-phase]
 Type=int
+# the list of ids of QPAs the module supports, if empty list or not set all 
are supported
+[PropertyDef::X-KDE-OnlyShowOnQtPlatforms]
+Type=QStringList




commit kded for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-03-30 12:01:05

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Mar 30 12:01:05 2018 rev:52 rq:591865 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-03-20 
21:45:14.210353775 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-03-30 
12:01:08.227370856 +0200
@@ -1,0 +2,6 @@
+Wed Mar 28 08:28:45 UTC 2018 - fab...@ritter-vogt.de
+
+- Add patch to support Wayland sessions without QT_QPA_PLATFORM:
+  * 0001-Add-platform-detection-and-adjustment-to-kded.patch
+
+---

New:

  0001-Add-platform-detection-and-adjustment-to-kded.patch



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.0ifKNz/_old  2018-03-30 12:01:09.311331659 +0200
+++ /var/tmp/diff_new_pack.0ifKNz/_new  2018-03-30 12:01:09.311331659 +0200
@@ -52,6 +52,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Add-platform-detection-and-adjustment-to-kded.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,6 +74,7 @@
 %lang_package
 %prep
 %setup -q
+%autopatch -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Add-platform-detection-and-adjustment-to-kded.patch ++
>From e213b408ac85f54d01eab82f71bc4210a92a28e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= 
Date: Wed, 28 Mar 2018 10:28:02 +0200
Subject: [PATCH] Add platform detection and adjustment to kded

Summary:
Current Plasma/master branch does no longer set the QT_QPA_PLATFORM env
variable on Wayland. As kded is a process tightly connected to the
workspace it also needs to pick wayland QPA in a Wayland session. This
change brings in the adjustment from plasma-workspace and ensures that
kded works correctly on any Wayland desktop environment, being it
Plasma, GNOME or Weston.

Test Plan: Restarted session, kscreen got layout correctly

Reviewers: #frameworks, #plasma, apol, romangg

Reviewed By: #plasma, romangg

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D11583
---
 src/kded.cpp | 32 
 1 file changed, 32 insertions(+)

diff --git a/src/kded.cpp b/src/kded.cpp
index b1f02ea..182555e 100644
--- a/src/kded.cpp
+++ b/src/kded.cpp
@@ -689,6 +689,33 @@ static void setupAppInfo(QApplication *app)
 app->setApplicationVersion(QStringLiteral(KDED_VERSION_STRING));
 }
 
+static bool detectPlatform(int argc, char **argv)
+{
+if (qEnvironmentVariableIsSet("QT_QPA_PLATFORM")) {
+return false;
+}
+for (int i = 0; i < argc; i++) {
+if (qstrcmp(argv[i], "-platform") == 0 ||
+qstrcmp(argv[i], "--platform") == 0 ||
+QByteArray(argv[i]).startsWith("-platform=") ||
+QByteArray(argv[i]).startsWith("--platform=")) {
+return false;
+}
+}
+const QByteArray sessionType = qgetenv("XDG_SESSION_TYPE");
+if (sessionType.isEmpty()) {
+return false;
+}
+if (qstrcmp(sessionType, "wayland") == 0) {
+qputenv("QT_QPA_PLATFORM", "wayland");
+return true;
+} else if (qstrcmp(sessionType, "x11") == 0) {
+qputenv("QT_QPA_PLATFORM", "xcb");
+return true;
+}
+return false;
+}
+
 extern "C" Q_DECL_EXPORT int kdemain(int argc, char *argv[])
 {
 #ifdef Q_OS_OSX
@@ -710,11 +737,16 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char 
*argv[])
 // WABA: Make sure not to enable session management.
 qunsetenv("SESSION_MANAGER");
 
+const bool unsetQpa = detectPlatform(argc, argv);
+
 // In older versions, QApplication creation was postponed until after
 // testing for --check, in which case, only a QCoreApplication was created.
 // Since that option is no longer used at startup, we removed that speed
 // optimization for code clarity and easier support of standard parameters.
 QApplication app(argc, argv);
+if (unsetQpa) {
+qunsetenv("QT_QPA_PLATFORM");
+}
 setupAppInfo();
 app.setQuitOnLastWindowClosed(false);
 
-- 
2.16.2




commit kded for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-03-20 21:44:20

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Tue Mar 20 21:44:20 2018 rev:51 rq:586818 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-02-16 
21:29:31.495889727 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-03-20 
21:45:14.210353775 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kded-5.43.0.tar.xz

New:

  kded-5.44.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.SXFEFB/_old  2018-03-20 21:45:15.434309723 +0100
+++ /var/tmp/diff_new_pack.SXFEFB/_new  2018-03-20 21:45:15.434309723 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -48,7 +48,7 @@
 Recommends: %{name}-lang
 %endif
 Summary:Central daemon of KDE workspaces
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kded-5.43.0.tar.xz -> kded-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.43.0/CMakeLists.txt 
new/kded-5.44.0/CMakeLists.txt
--- old/kded-5.43.0/CMakeLists.txt  2018-02-05 12:58:46.0 +0100
+++ new/kded-5.44.0/CMakeLists.txt  2018-03-03 11:02:18.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-02-16 21:29:30

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Feb 16 21:29:30 2018 rev:50 rq:576522 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-01-22 
15:59:23.819612705 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-02-16 
21:29:31.495889727 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:08 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * Don't export kded5 as a CMake target
+
+---

Old:

  kded-5.42.0.tar.xz

New:

  kded-5.43.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.TPa5BD/_old  2018-02-16 21:29:32.479854195 +0100
+++ /var/tmp/diff_new_pack.TPa5BD/_new  2018-02-16 21:29:32.483854050 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.42.0.tar.xz -> kded-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.42.0/CMakeLists.txt 
new/kded-5.43.0/CMakeLists.txt
--- old/kded-5.42.0/CMakeLists.txt  2018-01-07 17:17:03.0 +0100
+++ new/kded-5.43.0/CMakeLists.txt  2018-02-05 12:58:46.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.42.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.43.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.42.0/po/ca/docs/kded5/man-kded5.8.docbook2018-01-07 
17:17:03.0 +0100
+++ new/kded-5.43.0/po/ca/docs/kded5/man-kded5.8.docbook2018-02-05 
12:58:46.0 +0100
@@ -88,12 +88,12 @@
 > consolida una sèrie de petits serveis en un sol procés. Es tracta 
 > principalment de serveis de D-Bus proporcionats pels mòduls del KDED, però 
 > també gestiona sycoca (un cau binari dels tipus de servei, els tipus MIME i 
 > els serveis utilitzats per KService) i els scripts d'actualització de 
 > KConfig, segons sigui necessari.
 
 Per a syscoca, efectuarà un seguiment dels directoris que contenen fitxers 
.desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas d'una 
sèrie d'actualitzacions) i, a continuació, llança Per a sycoca, efectuarà un seguiment dels directoris que contenen fitxers 
.desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas d'una 
sèrie d'actualitzacions) i, a continuació, llança kbuildsycoca5 per actualitzar el sycoca.
 
 Per a KConfig, comprova els fitxers d'actualització instal·lats recentment, 
p. ex. els fitxers *.upd utilitzats per actualitzar els fitxers de configuració 
quan es canvia el format d'aquests, i executa la utilitat d'actualització 
KConfig per a realitzar les actulitzacions.
+>Per a KConfig, comprova els fitxers d'actualització instal·lats recentment, 
p. ex. els fitxers *.upd utilitzats per actualitzar els fitxers de configuració 
quan es canvia el format d'aquests, i executa la utilitat d'actualització 
KConfig per a realitzar les actualitzacions.
 
 Aquestes tasques també s'executen quan s'inicia Normalment no necessitareu executar kded5 directament. Les sesions d'escriptori Plama ho fan automàticament, i 
s'inicia sota demanda quan una aplicació intenta utilitzar una interfície de 
D-Bus que el proveeix o un dels seus mòduls.
+> directament. Les sessions d'escriptori Plama ho fan 

commit kded for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-01-22 15:59:23

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Mon Jan 22 15:59:23 2018 rev:49 rq:58 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2018-01-09 
14:41:41.464161661 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-01-22 
15:59:23.819612705 +0100
@@ -1,0 +2,13 @@
+Tue Jan 16 22:50:16 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Use cmake function 'kdbusaddons_generate_dbus_service_file' from 
kdbusaddons to generate dbus service file
+  * Port to new connect api
+  * Add used property to service file defintion
+
+---

Old:

  kded-5.41.0.tar.xz

New:

  kded-5.42.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.Kquyka/_old  2018-01-22 15:59:24.487581444 +0100
+++ /var/tmp/diff_new_pack.Kquyka/_new  2018-01-22 15:59:24.491581257 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.41.0.tar.xz -> kded-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.41.0/.reviewboardrc 
new/kded-5.42.0/.reviewboardrc
--- old/kded-5.41.0/.reviewboardrc  2017-12-02 21:03:29.0 +0100
+++ new/kded-5.42.0/.reviewboardrc  1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kded'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.41.0/CMakeLists.txt 
new/kded-5.42.0/CMakeLists.txt
--- old/kded-5.41.0/CMakeLists.txt  2017-12-02 21:03:29.0 +0100
+++ new/kded-5.42.0/CMakeLists.txt  2018-01-07 17:17:03.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.41.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.42.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.41.0/po/ca/docs/kded5/man-kded5.8.docbook2017-12-02 
21:03:29.0 +0100
+++ new/kded-5.42.0/po/ca/docs/kded5/man-kded5.8.docbook2018-01-07 
17:17:03.0 +0100
@@ -44,7 +44,7 @@
 Frameworks 5.0
 KDE Frameworks
+>Frameworks del KDE
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.41.0/src/CMakeLists.txt 
new/kded-5.42.0/src/CMakeLists.txt
--- old/kded-5.41.0/src/CMakeLists.txt  2017-12-02 21:03:29.0 +0100
+++ new/kded-5.42.0/src/CMakeLists.txt  2018-01-07 17:17:03.0 +0100
@@ -31,9 +31,6 @@
 qt5_generate_dbus_interface( kdedadaptor.h org.kde.kded5.xml )
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml DESTINATION 
${KDE_INSTALL_DBUSINTERFACEDIR})
 
-configure_file(org.kde.kded5.service.in
-   ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.service)
-install(FILES 

commit kded for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2018-01-09 14:40:52

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Tue Jan  9 14:40:52 2018 rev:48 rq:559431 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-11-16 
14:36:59.319428654 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2018-01-09 
14:41:41.464161661 +0100
@@ -1,0 +2,11 @@
+Sun Dec 17 09:43:48 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * We depend against 5.7
+  * kded: remove dbus calls to ksplash.
+
+---

Old:

  kded-5.40.0.tar.xz

New:

  kded-5.41.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.0llkww/_old  2018-01-09 14:41:41.972137837 +0100
+++ /var/tmp/diff_new_pack.0llkww/_new  2018-01-09 14:41:41.976137649 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.40.0.tar.xz -> kded-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.40.0/CMakeLists.txt 
new/kded-5.41.0/CMakeLists.txt
--- old/kded-5.40.0/CMakeLists.txt  2017-11-05 09:27:46.0 +0100
+++ new/kded-5.41.0/CMakeLists.txt  2017-12-02 21:03:29.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.40.0/src/kded.cpp new/kded-5.41.0/src/kded.cpp
--- old/kded-5.40.0/src/kded.cpp2017-11-05 09:27:46.0 +0100
+++ new/kded-5.41.0/src/kded.cpp2017-12-02 21:03:29.0 +0100
@@ -37,7 +37,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
@@ -54,12 +53,7 @@
 
 Q_DECLARE_LOGGING_CATEGORY(KDED)
 
-#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
-// logging category for this framework, default: log stuff >= warning
 Q_LOGGING_CATEGORY(KDED, "kf5.kded", QtWarningMsg)
-#else
-Q_LOGGING_CATEGORY(KDED, "kf5.kded")
-#endif
 
 Kded *Kded::_self = nullptr;
 
@@ -777,28 +771,8 @@
 (void) new KUpdateD;// Watch for updates
 }
 
-//NOTE: We are going to change how KDE starts and this certanly doesn't fit on 
the new design.
-#ifdef Q_OS_LINUX
-// Tell KSplash that KDED has started
-QDBusMessage ksplashProgressMessage = 
QDBusMessage::createMethodCall(QStringLiteral("org.kde.KSplash"),
-  QStringLiteral("/KSplash"),
-  QStringLiteral("org.kde.KSplash"),
-  QStringLiteral("setStage"));
-ksplashProgressMessage.setArguments(QList() << 
QStringLiteral("kded"));
-QDBusConnection::sessionBus().asyncCall(ksplashProgressMessage);
-#endif
-
 runKonfUpdate(); // Run it once.
 
-#ifdef Q_OS_LINUX
-ksplashProgressMessage = 
QDBusMessage::createMethodCall(QStringLiteral("org.kde.KSplash"),
- QStringLiteral("/KSplash"),
- QStringLiteral("org.kde.KSplash"),
- QStringLiteral("setStage"));
-ksplashProgressMessage.setArguments(QList() << 
QStringLiteral("confupdate"));
-QDBusConnection::sessionBus().asyncCall(ksplashProgressMessage);
-#endif
-
 int result = app.exec(); // keep running
 
 delete kded;




commit kded for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-11-16 14:36:58

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Thu Nov 16 14:36:58 2017 rev:47 rq:541648 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-10-27 
13:54:23.759721090 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-11-16 
14:36:59.319428654 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:14 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Add .arcconfig
+
+---

Old:

  kded-5.39.0.tar.xz

New:

  kded-5.40.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.ONtzTM/_old  2017-11-16 14:36:59.887408064 +0100
+++ /var/tmp/diff_new_pack.ONtzTM/_new  2017-11-16 14:36:59.891407919 +0100
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.39.0.tar.xz -> kded-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.39.0/.arcconfig new/kded-5.40.0/.arcconfig
--- old/kded-5.39.0/.arcconfig  1970-01-01 01:00:00.0 +0100
+++ new/kded-5.40.0/.arcconfig  2017-11-05 09:27:46.0 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.39.0/CMakeLists.txt 
new/kded-5.40.0/CMakeLists.txt
--- old/kded-5.39.0/CMakeLists.txt  2017-10-07 21:11:02.0 +0200
+++ new/kded-5.40.0/CMakeLists.txt  2017-11-05 09:27:46.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-10-27 13:54:08

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Oct 27 13:54:08 2017 rev:46 rq:536314 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-09-19 
16:22:56.115229263 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-10-27 
13:54:23.759721090 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:39 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  kded-5.38.0.tar.xz

New:

  kded-5.39.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.8pzM8S/_old  2017-10-27 13:54:24.475687625 +0200
+++ /var/tmp/diff_new_pack.8pzM8S/_new  2017-10-27 13:54:24.479687438 +0200
@@ -17,13 +17,13 @@
 
 
 %bcond_without lang
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.38.0.tar.xz -> kded-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.38.0/CMakeLists.txt 
new/kded-5.39.0/CMakeLists.txt
--- old/kded-5.38.0/CMakeLists.txt  2017-09-03 10:03:34.0 +0200
+++ new/kded-5.39.0/CMakeLists.txt  2017-10-07 21:11:02.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-09-19 16:22:54

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Tue Sep 19 16:22:54 2017 rev:45 rq:526637 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-08-24 
17:55:54.510765358 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-09-19 
16:22:56.115229263 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * support X-KDE-OnlyShowOnQtPlatforms
+
+---

Old:

  kded-5.37.0.tar.xz

New:

  kded-5.38.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.ZnLL13/_old  2017-09-19 16:22:56.803132304 +0200
+++ /var/tmp/diff_new_pack.ZnLL13/_new  2017-09-19 16:22:56.807131740 +0200
@@ -17,23 +17,27 @@
 
 
 %bcond_without lang
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kded
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
-BuildRequires:  kcrash-devel >= %{_tar_path}
-BuildRequires:  kdbusaddons-devel >= %{_tar_path}
-BuildRequires:  kdoctools-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kcrash-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdbusaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  kinit-devel >= %{_tar_path}
-BuildRequires:  kservice-devel >= %{_tar_path}
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kinit-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kservice-devel >= %{_kf5_bugfix_version}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0

++ kded-5.37.0.tar.xz -> kded-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.37.0/CMakeLists.txt 
new/kded-5.38.0/CMakeLists.txt
--- old/kded-5.37.0/CMakeLists.txt  2017-08-06 20:00:01.0 +0200
+++ new/kded-5.38.0/CMakeLists.txt  2017-09-03 10:03:34.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.37.0/src/kded.cpp new/kded-5.38.0/src/kded.cpp
--- old/kded-5.37.0/src/kded.cpp2017-08-06 20:00:01.0 +0200
+++ new/kded-5.38.0/src/kded.cpp2017-09-03 10:03:34.0 +0200
@@ -231,6 +231,9 @@
 foreach (const KPluginMetaData , kdedModules) {
 // Should the service load on startup?
 const bool autoload = isModuleAutoloaded(module);
+if (!platformSupportsModule(module)) {
+continue;
+}
 
 // see ksmserver's README for description of the phases
 bool prevent_autoload = false;
@@ -320,6 +323,13 @@
 return autoload;
 }
 
+bool Kded::platformSupportsModule(const KPluginMetaData ) const
+{
+const QStringList supportedPlatforms = 
KPluginMetaData::readStringList(module.rawData(), 
QStringLiteral("X-KDE-OnlyShowOnQtPlatforms"));
+
+return 

commit kded for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-08-24 17:55:04

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Thu Aug 24 17:55:04 2017 rev:44 rq:516669 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-07-17 
10:22:53.769561987 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-08-24 
17:55:54.510765358 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:22 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * None
+
+---

Old:

  kded-5.36.0.tar.xz

New:

  kded-5.37.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.tKBcaM/_old  2017-08-24 17:55:55.066687057 +0200
+++ /var/tmp/diff_new_pack.tKBcaM/_new  2017-08-24 17:55:55.074685930 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kded
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.36.0.tar.xz -> kded-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.36.0/CMakeLists.txt 
new/kded-5.37.0/CMakeLists.txt
--- old/kded-5.36.0/CMakeLists.txt  2017-07-02 10:00:09.0 +0200
+++ new/kded-5.37.0/CMakeLists.txt  2017-08-06 20:00:01.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)




commit kded for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-07-17 10:22:41

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Mon Jul 17 10:22:41 2017 rev:43 rq:509895 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-07-05 
23:49:44.617717449 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-07-17 
10:22:53.769561987 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:13:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * None
+
+---

Old:

  kded-5.35.0.tar.xz

New:

  kded-5.36.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.9fX6QI/_old  2017-07-17 10:22:54.229497150 +0200
+++ /var/tmp/diff_new_pack.9fX6QI/_new  2017-07-17 10:22:54.233496587 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kded
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.35.0.tar.xz -> kded-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.35.0/CMakeLists.txt 
new/kded-5.36.0/CMakeLists.txt
--- old/kded-5.35.0/CMakeLists.txt  2017-06-03 12:04:29.0 +0200
+++ new/kded-5.36.0/CMakeLists.txt  2017-07-02 10:00:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.35.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.35.0  NO_MODULE)
+find_package(ECM 5.36.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-07-05 23:49:37

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Wed Jul  5 23:49:37 2017 rev:42 rq:502935 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-06-01 
16:18:54.916039642 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-07-05 
23:49:44.617717449 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * None
+
+---

Old:

  kded-5.34.0.tar.xz

New:

  kded-5.35.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.uaGq5d/_old  2017-07-05 23:49:45.229631261 +0200
+++ /var/tmp/diff_new_pack.uaGq5d/_new  2017-07-05 23:49:45.233630698 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kded
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.34.0.tar.xz -> kded-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.34.0/CMakeLists.txt 
new/kded-5.35.0/CMakeLists.txt
--- old/kded-5.34.0/CMakeLists.txt  2017-05-06 11:31:51.0 +0200
+++ new/kded-5.35.0/CMakeLists.txt  2017-06-03 12:04:29.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-06-01 16:18:32

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Thu Jun  1 16:18:32 2017 rev:41 rq:495032 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-04-30 
21:17:58.234844093 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-06-01 
16:18:54.916039642 +0200
@@ -1,0 +2,11 @@
+Mon May 15 13:53:14 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * None
+- Use %find_lang %{name} --with-man --all-name
+
+---

Old:

  kded-5.33.0.tar.xz

New:

  kded-5.34.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.YMYEZf/_old  2017-06-01 16:18:55.387973093 +0200
+++ /var/tmp/diff_new_pack.YMYEZf/_new  2017-06-01 16:18:55.391972529 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kded
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -78,15 +78,7 @@
   %fdupes %{buildroot}
 
 %if %{with lang}
-echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang
-echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
-echo "%doc %lang(es) %{_kf5_mandir}/es" >>%{name}.lang
-echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
-echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
-echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang
-echo "%doc %lang(ru) %{_kf5_mandir}/ru" >>%{name}.lang
-echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}.lang
-echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang
+%find_lang %{name} --with-man --all-name
 %endif
 
 %post -p /sbin/ldconfig
@@ -95,7 +87,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 %endif
 
 %files

++ kded-5.33.0.tar.xz -> kded-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.33.0/CMakeLists.txt 
new/kded-5.34.0/CMakeLists.txt
--- old/kded-5.33.0/CMakeLists.txt  2017-04-01 21:31:27.0 +0200
+++ new/kded-5.34.0/CMakeLists.txt  2017-05-06 11:31:51.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.33.0/po/pt/docs/kded5/man-kded5.8.docbook 
new/kded-5.34.0/po/pt/docs/kded5/man-kded5.8.docbook
--- old/kded-5.33.0/po/pt/docs/kded5/man-kded5.8.docbook1970-01-01 
01:00:00.0 +0100
+++ new/kded-5.34.0/po/pt/docs/kded5/man-kded5.8.docbook2017-05-06 
11:31:51.0 +0200
@@ -0,0 +1,269 @@
+
+
+]>
+
+
+
+
+Manual de Utilizador do kded5
+David Faure Manutenção
+
+fa...@kde.org
+
+
+
+Waldo Bastian Autor original
+
+bast...@kde.org
+
+
+
+2014-03-22
+Plataformas 5.0
+Plataformas do KDE
+
+
+
+
+kded5
+8
+
+
+
+kded5
+servidor do  - despoleta as actualizações da base de dados Sycoca quando 
for necessário.
+
+
+
+Sintaxe
+
+kded5 --check 
+
+
+
+Descrição
+
+O kded5 consolida diversos serviços pequenos num único processo. Estes são 
normalmente serviços de D-Bus oferecidos por módulos do KDED, mas também faz a 
gestão do 'sycoca' (uma 'cache' binária dos tipos de serviços, tipos MIME e 
serviços usados pelo KService), assim como os programas de actualização do 
KConfig que forem necessários.
+
+No caso do 'sycoca', este vigia as pastas que contêm ficheiros '.desktop'. 
Quando for adicionado/removido um ficheiro, ele espera alguns 5 segundos (para 
o caso de ser uma série de actualizações) e invoca depois o kbuildsycoca5.
+
+Verifica os ficheiros de actualizações acabados de instalar, i.e., os 
ficheiros *.upd que são usados para actualizar os ficheiros de configuração dos 
utilizadores quando os formato dos ficheiros de configuração 

commit kded for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-04-30 21:16:58

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Sun Apr 30 21:16:58 2017 rev:40 rq:492053 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-03-28 
15:09:13.496028513 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-04-30 
21:17:58.234844093 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kded-5.32.0.tar.xz

New:

  kded-5.33.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.JxTOXq/_old  2017-04-30 21:17:58.730774166 +0200
+++ /var/tmp/diff_new_pack.JxTOXq/_new  2017-04-30 21:17:58.734773603 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kded
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.32.0.tar.xz -> kded-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.32.0/CMakeLists.txt 
new/kded-5.33.0/CMakeLists.txt
--- old/kded-5.32.0/CMakeLists.txt  2017-03-04 17:10:26.0 +0100
+++ new/kded-5.33.0/CMakeLists.txt  2017-04-01 21:31:27.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.32.0/po/ru/docs/kded5/man-kded5.8.docbook 
new/kded-5.33.0/po/ru/docs/kded5/man-kded5.8.docbook
--- old/kded-5.32.0/po/ru/docs/kded5/man-kded5.8.docbook2017-03-04 
17:10:26.0 +0100
+++ new/kded-5.33.0/po/ru/docs/kded5/man-kded5.8.docbook2017-04-01 
21:31:27.0 +0200
@@ -4,11 +4,11 @@
 >
 ]>
 
-
+
 
 
 KDED
+>Руководство пользователя kded5
 David22 марта 2014 г.
 5.0
+>Frameworks 5.0
+KDE Frameworks
 
 
 
@@ -259,9 +261,9 @@
 Ошибки
 KDE Frameworks может содержать ошибки. Сообщайте о них разработчикам на 
http://bugs.kde.org;
+>Используйте http://bugs.kde.org;
 >bugs.kde.org.
+> для отправки сообщений об ошибках.
 
 
 




commit kded for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-03-28 15:09:12

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Tue Mar 28 15:09:12 2017 rev:39 rq:481501 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-03-03 
15:24:30.473978327 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-03-28 
15:09:13.496028513 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:19 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kded-5.31.0.tar.xz

New:

  kded-5.32.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.AwTSOk/_old  2017-03-28 15:09:14.039951455 +0200
+++ /var/tmp/diff_new_pack.AwTSOk/_new  2017-03-28 15:09:14.039951455 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kded
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.31.0.tar.xz -> kded-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.31.0/CMakeLists.txt 
new/kded-5.32.0/CMakeLists.txt
--- old/kded-5.31.0/CMakeLists.txt  2017-02-05 11:53:09.0 +0100
+++ new/kded-5.32.0/CMakeLists.txt  2017-03-04 17:10:26.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-03-03 15:24:30

Comparing /work/SRC/openSUSE:Factory/kded (Old)
 and  /work/SRC/openSUSE:Factory/.kded.new (New)


Package is "kded"

Fri Mar  3 15:24:30 2017 rev:38 rq:461412 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-02-03 
17:44:21.792123616 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-03-03 
15:24:30.473978327 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:25:52 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kded-5.30.0.tar.xz

New:

  kded-5.31.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.ojLj7C/_old  2017-03-03 15:24:31.033899052 +0100
+++ /var/tmp/diff_new_pack.ojLj7C/_new  2017-03-03 15:24:31.037898486 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kded
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -34,12 +34,12 @@
 BuildRequires:  kinit-devel >= %{_tar_path}
 BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Network) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
-BuildRequires:  cmake(Qt5Xml) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Network) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
@@ -80,6 +80,7 @@
 %if %{with lang}
 echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang
 echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
+echo "%doc %lang(es) %{_kf5_mandir}/es" >>%{name}.lang
 echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
 echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
 echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang

++ kded-5.30.0.tar.xz -> kded-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.30.0/CMakeLists.txt 
new/kded-5.31.0/CMakeLists.txt
--- old/kded-5.30.0/CMakeLists.txt  2017-01-08 21:49:00.0 +0100
+++ new/kded-5.31.0/CMakeLists.txt  2017-02-05 11:53:09.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.30.0/po/es/docs/kded5/man-kded5.8.docbook 
new/kded-5.31.0/po/es/docs/kded5/man-kded5.8.docbook
--- old/kded-5.30.0/po/es/docs/kded5/man-kded5.8.docbook1970-01-01 
01:00:00.0 +0100
+++ new/kded-5.31.0/po/es/docs/kded5/man-kded5.8.docbook2017-02-05 
11:53:09.0 +0100
@@ -0,0 +1,269 @@
+
+
+]>
+
+
+
+
+Manual del usuario de kded5
+David Faure Encargado del mantenimiento
+
+fa...@kde.org
+
+
+
+Waldo Bastian Autor original
+
+bast...@kde.org
+
+
+
+2014-03-22
+Frameworks 5.0
+KDE Frameworks
+
+
+
+
+kded5
+8
+
+
+
+kded5
+Demonio de  - desencadena actualizaciones de la base de datos Sycoca 
cuando es necesario.
+
+
+
+Resumen
+
+kded5 --check 
+
+
+
+Descripción
+
+kded5 une varios servicios pequeños en un proceso. La mayoría son servicios D-Bus 
proporcionados por módulos KDED, pero también gestiona sycoca (una caché 
ninaria de tipos de servicios, tipos MIME y servicios utilizados por KService) 
y los scripts de actualización de KConfig según se necesite.
+
+Para 

commit kded for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-01-31 11:57:43

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.changes2016-12-17 
11:06:55.424956651 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-02-03 
17:44:21.792123616 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:39:43 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kded-5.29.0.tar.xz

New:

  kded-5.30.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.DRhRU6/_old  2017-02-03 17:44:22.592010398 +0100
+++ /var/tmp/diff_new_pack.DRhRU6/_new  2017-02-03 17:44:22.596009832 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# 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,12 +17,12 @@
 
 
 %bcond_without lang
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kded
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}

++ kded-5.29.0.tar.xz -> kded-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.29.0/CMakeLists.txt 
new/kded-5.30.0/CMakeLists.txt
--- old/kded-5.29.0/CMakeLists.txt  2016-12-03 21:59:15.0 +0100
+++ new/kded-5.30.0/CMakeLists.txt  2017-01-08 21:49:00.0 +0100
@@ -1,9 +1,11 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KDED)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +18,6 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.29.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)
@@ -27,12 +27,12 @@
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
 
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
 ecm_setup_version(
-  ${KF5_VERSION}
+  PROJECT
   VARIABLE_PREFIX KDED
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/kded_version.h"
   PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KDEDConfigVersion.cmake"
@@ -53,7 +53,7 @@
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KDED")
 
-ecm_configure_package_config_file(
+configure_package_config_file(
   "${CMAKE_CURRENT_SOURCE_DIR}/KDEDConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KDEDConfig.cmake"
   PATH_VARS KDE_INSTALL_DBUSINTERFACEDIR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.29.0/metainfo.yaml 
new/kded-5.30.0/metainfo.yaml
--- old/kded-5.29.0/metainfo.yaml   2016-12-03 21:59:15.0 +0100
+++ new/kded-5.30.0/metainfo.yaml   2017-01-08 21:49:00.0 +0100
@@ -4,6 +4,7 @@
 type: solution
 platforms:
 - name: Linux
+- name: FreeBSD
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.29.0/src/kdedmodule.desktop 
new/kded-5.30.0/src/kdedmodule.desktop
--- old/kded-5.29.0/src/kdedmodule.desktop  2016-12-03 21:59:15.0 
+0100
+++ new/kded-5.30.0/src/kdedmodule.desktop  2017-01-08 21:49:00.0 
+0100
@@ -5,7 +5,7 @@
 Comment[af]=KDED Module
 Comment[ar]=وحدة KDED
 Comment[as]=KDED অংশ
-Comment[ast]=Módulu KDED

commit kded for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-11-17 12:29:35

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.changes2016-10-28 
12:18:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-11-17 
12:29:36.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 20:30:59 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kded-5.27.0.tar.xz

New:

  kded-5.28.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.eWozCM/_old  2016-11-17 12:29:37.0 +0100
+++ /var/tmp/diff_new_pack.eWozCM/_new  2016-11-17 12:29:37.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kded
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.27.0.tar.xz -> kded-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.27.0/CMakeLists.txt 
new/kded-5.28.0/CMakeLists.txt
--- old/kded-5.27.0/CMakeLists.txt  2016-10-02 11:48:01.0 +0200
+++ new/kded-5.28.0/CMakeLists.txt  2016-11-05 15:46:12.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.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.27.0/metainfo.yaml 
new/kded-5.28.0/metainfo.yaml
--- old/kded-5.27.0/metainfo.yaml   2016-10-02 11:48:01.0 +0200
+++ new/kded-5.28.0/metainfo.yaml   2016-11-05 15:46:12.0 +0100
@@ -1,4 +1,4 @@
-maintainer: afiestas
+maintainer: dfaure
 description: Extensible deamon for providing system level services
 tier: 3
 type: solution




commit kded for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-10-28 12:18:01

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.changes2016-09-14 
23:21:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-10-28 
12:18:02.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:52:24 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kded-5.26.0.tar.xz

New:

  kded-5.27.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.vObAON/_old  2016-10-28 12:18:03.0 +0200
+++ /var/tmp/diff_new_pack.vObAON/_new  2016-10-28 12:18:03.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kded
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.26.0.tar.xz -> kded-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.26.0/CMakeLists.txt 
new/kded-5.27.0/CMakeLists.txt
--- old/kded-5.26.0/CMakeLists.txt  2016-09-06 13:59:22.0 +0200
+++ new/kded-5.27.0/CMakeLists.txt  2016-10-02 11:48:01.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.26.0  NO_MODULE)
+find_package(ECM 5.27.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.26.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
+set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.27.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)




commit kded for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-09-14 23:21:15

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.changes2016-08-29 
15:01:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-09-14 
23:21:17.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:48:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kded-5.25.0.tar.xz

New:

  kded-5.26.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.vC2t3q/_old  2016-09-14 23:21:19.0 +0200
+++ /var/tmp/diff_new_pack.vC2t3q/_new  2016-09-14 23:21:19.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kded
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.25.0.tar.xz -> kded-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.25.0/CMakeLists.txt 
new/kded-5.26.0/CMakeLists.txt
--- old/kded-5.25.0/CMakeLists.txt  2016-08-07 15:44:56.0 +0200
+++ new/kded-5.26.0/CMakeLists.txt  2016-09-06 13:59:22.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.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)




commit kded for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-08-29 15:01:03

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.changes2016-07-15 
12:33:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-08-29 
15:01:12.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:51:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kded-5.24.0.tar.xz

New:

  kded-5.25.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.YGQ7Av/_old  2016-08-29 15:01:14.0 +0200
+++ /var/tmp/diff_new_pack.YGQ7Av/_new  2016-08-29 15:01:14.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kded
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -34,12 +34,12 @@
 BuildRequires:  kinit-devel >= %{_tar_path}
 BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Network) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
-BuildRequires:  cmake(Qt5Xml) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Network) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5Xml) >= 5.5.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kded-5.24.0.tar.xz -> kded-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.24.0/CMakeLists.txt 
new/kded-5.25.0/CMakeLists.txt
--- old/kded-5.24.0/CMakeLists.txt  2016-07-03 02:05:05.0 +0200
+++ new/kded-5.25.0/CMakeLists.txt  2016-08-07 15:44:56.0 +0200
@@ -3,21 +3,21 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.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)




commit kded for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-07-15 12:33:17

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.changes2016-07-03 
12:21:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-07-15 
12:33:19.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:02:52 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kded-5.23.0.tar.xz

New:

  kded-5.24.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.X3A5Ol/_old  2016-07-15 12:33:20.0 +0200
+++ /var/tmp/diff_new_pack.X3A5Ol/_new  2016-07-15 12:33:20.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kded
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.23.0.tar.xz -> kded-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.23.0/CMakeLists.txt 
new/kded-5.24.0/CMakeLists.txt
--- old/kded-5.23.0/CMakeLists.txt  2016-06-06 13:30:50.0 +0200
+++ new/kded-5.24.0/CMakeLists.txt  2016-07-03 02:05:05.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.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)
@@ -29,6 +29,7 @@
 
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
+include(ECMMarkNonGuiExecutable)
 
 ecm_setup_version(
   ${KF5_VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.23.0/metainfo.yaml 
new/kded-5.24.0/metainfo.yaml
--- old/kded-5.23.0/metainfo.yaml   2016-06-06 13:30:50.0 +0200
+++ new/kded-5.24.0/metainfo.yaml   2016-07-03 02:05:05.0 +0200
@@ -3,6 +3,7 @@
 tier: 3
 type: solution
 platforms:
+- name: Linux
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.23.0/src/CMakeLists.txt 
new/kded-5.24.0/src/CMakeLists.txt
--- old/kded-5.23.0/src/CMakeLists.txt  2016-06-06 13:30:50.0 +0200
+++ new/kded-5.24.0/src/CMakeLists.txt  2016-07-03 02:05:05.0 +0200
@@ -3,12 +3,7 @@
 )
 
 kf5_add_kdeinit_executable(kded5 ${kded_KDEINIT_SRCS})
-
-if (APPLE)
-set_target_properties(kded5 PROPERTIES MACOSX_BUNDLE_INFO_PLIST 
${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.template)
-set_target_properties(kded5 PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER 
"org.kded.kded5")
-set_target_properties(kded5 PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "KDE 
Daemon")
-endif ()
+ecm_mark_nongui_executable(kded5)
 
 target_link_libraries(kdeinit_kded5
 Qt5::Widgets # QApplication
@@ -17,6 +12,9 @@
 KF5::DBusAddons # Needed for kdedmodule.h
 KF5::Crash # Sets it as autostart
 )
+if(APPLE)
+target_link_libraries(kdeinit_kded5 "-framework CoreFoundation")
+endif()
 target_compile_definitions(kdeinit_kded5 PRIVATE
 KCONF_UPDATE_EXE="$"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.23.0/src/kded.cpp new/kded-5.24.0/src/kded.cpp
--- old/kded-5.23.0/src/kded.cpp2016-06-06 13:30:50.0 +0200
+++ new/kded-5.24.0/src/kded.cpp2016-07-03 02:05:05.0 +0200
@@ -48,6 +48,10 @@
 #include 
 #include 
 
+#ifdef Q_OS_OSX
+#include 
+#endif
+
 Q_DECLARE_LOGGING_CATEGORY(KDED)
 
 #if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
@@ -192,7 +196,14 @@
 void Kded::initModules()
 {
 m_dontLoad.clear();
+#ifdef Q_OS_OSX
+// it seems there is no reason to honour KDE_FULL_SESSION on OS X 

commit kded for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-07-03 12:21: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.changes2016-05-19 
12:06:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-07-03 
12:21:08.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:24:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kded-5.22.0.tar.xz

New:

  kded-5.23.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.fXJ9zO/_old  2016-07-03 12:21:09.0 +0200
+++ /var/tmp/diff_new_pack.fXJ9zO/_new  2016-07-03 12:21:09.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kded
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.22.0.tar.xz -> kded-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.22.0/CMakeLists.txt 
new/kded-5.23.0/CMakeLists.txt
--- old/kded-5.22.0/CMakeLists.txt  2016-05-07 17:09:36.0 +0200
+++ new/kded-5.23.0/CMakeLists.txt  2016-06-06 13:30:50.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.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.22.0/metainfo.yaml 
new/kded-5.23.0/metainfo.yaml
--- old/kded-5.22.0/metainfo.yaml   2016-05-07 17:09:36.0 +0200
+++ new/kded-5.23.0/metainfo.yaml   2016-06-06 13:30:50.0 +0200
@@ -10,3 +10,7 @@
 # kded depends on CMake macros provided by kinit
 - KInit
 cmakename: KDED
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.22.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.23.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.22.0/po/ca/docs/kded5/man-kded5.8.docbook2016-05-07 
17:09:36.0 +0200
+++ new/kded-5.23.0/po/ca/docs/kded5/man-kded5.8.docbook2016-06-06 
13:30:50.0 +0200
@@ -261,7 +261,7 @@
 Errors
 Probablement hi ha molts errors. Useu el http://bugs.kde.org;
+>Useu el http://bugs.kde.org;
 >seguidor d'errors del KDE (escriviu-hi en anglès) per a informar-ne.
 




commit kded for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-05-19 12:06:36

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.changes2016-04-12 
19:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-05-19 
12:06:37.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:30:47 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kded-5.21.0.tar.xz

New:

  kded-5.22.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.rwnCu4/_old  2016-05-19 12:06:38.0 +0200
+++ /var/tmp/diff_new_pack.rwnCu4/_new  2016-05-19 12:06:38.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kded
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.21.0.tar.xz -> kded-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.21.0/CMakeLists.txt 
new/kded-5.22.0/CMakeLists.txt
--- old/kded-5.21.0/CMakeLists.txt  2016-04-03 22:48:47.0 +0200
+++ new/kded-5.22.0/CMakeLists.txt  2016-05-07 17:09:36.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.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.21.0/docs/kded5/man-kded5.8.docbook 
new/kded-5.22.0/docs/kded5/man-kded5.8.docbook
--- old/kded-5.21.0/docs/kded5/man-kded5.8.docbook  2016-04-03 
22:48:47.0 +0200
+++ new/kded-5.22.0/docs/kded5/man-kded5.8.docbook  2016-05-07 
17:09:36.0 +0200
@@ -132,7 +132,7 @@
 
 
 Bugs
-There are probably tons of bugs. Use http://bugs.kde.org;>KDE's bugtracker to report them.
+Please use http://bugs.kde.org;>KDE's bugtracker to 
report bugs.
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.21.0/po/de/docs/kded5/man-kded5.8.docbook 
new/kded-5.22.0/po/de/docs/kded5/man-kded5.8.docbook
--- old/kded-5.21.0/po/de/docs/kded5/man-kded5.8.docbook2016-04-03 
22:48:47.0 +0200
+++ new/kded-5.22.0/po/de/docs/kded5/man-kded5.8.docbook2016-05-07 
17:09:36.0 +0200
@@ -261,7 +261,7 @@
 Fehler
 Berichten Sie Fehler im http://bugs.kde.org;
+>Bitte berichten Sie Fehler im http://bugs.kde.org;
 >Fehlerverfolgungssystem von KDE.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.21.0/po/it/docs/kded5/man-kded5.8.docbook 
new/kded-5.22.0/po/it/docs/kded5/man-kded5.8.docbook
--- old/kded-5.21.0/po/it/docs/kded5/man-kded5.8.docbook2016-04-03 
22:48:47.0 +0200
+++ new/kded-5.22.0/po/it/docs/kded5/man-kded5.8.docbook2016-05-07 
17:09:36.0 +0200
@@ -265,8 +265,8 @@
 Errori
 Probabilmente ce ne sono a bizzeffe. Usa http://bugs.kde.org;
->il tracciatore di errori di KDEUsa http://bugs.kde.org;
+>il sito di gestione dei bug di KDE per segnalarli.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.21.0/po/nl/docs/kded5/man-kded5.8.docbook 
new/kded-5.22.0/po/nl/docs/kded5/man-kded5.8.docbook
--- old/kded-5.21.0/po/nl/docs/kded5/man-kded5.8.docbook2016-04-03 
22:48:47.0 +0200
+++ new/kded-5.22.0/po/nl/docs/kded5/man-kded5.8.docbook2016-05-07 
17:09:36.0 +0200
@@ -261,7 +261,7 @@
 Fouten/bugs
 Er zijn waarschijnlijk vele bugs. Gebruik http://bugskde.org;
+>Gebruik http://bugskde.org;
 >De volger van bugs van KDE om 

commit kded for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-04-12 19:13:57

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.changes2016-03-16 
10:28:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-04-12 
19:13:59.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:19:45 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kded-5.20.0.tar.xz

New:

  kded-5.21.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.wnihbU/_old  2016-04-12 19:14:00.0 +0200
+++ /var/tmp/diff_new_pack.wnihbU/_new  2016-04-12 19:14:00.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kded
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -34,12 +34,12 @@
 BuildRequires:  kinit-devel >= %{_tar_path}
 BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Network) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-BuildRequires:  cmake(Qt5Xml) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Network) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Xml) >= 5.4.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ kded-5.20.0.tar.xz -> kded-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.20.0/CMakeLists.txt 
new/kded-5.21.0/CMakeLists.txt
--- old/kded-5.20.0/CMakeLists.txt  2016-03-05 19:51:52.0 +0100
+++ new/kded-5.21.0/CMakeLists.txt  2016-04-03 22:48:47.0 +0200
@@ -3,21 +3,21 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION "5.3")
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.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)




commit kded for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-03-16 10:28:33

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.changes2016-02-24 
18:54:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-03-16 
10:28:36.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 09:56:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Make it possible to compile with -DQT_NO_CAST_FROM_ASCII
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kded-5.19.0.tar.xz

New:

  kded-5.20.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.4h4LKZ/_old  2016-03-16 10:28:36.0 +0100
+++ /var/tmp/diff_new_pack.4h4LKZ/_new  2016-03-16 10:28:36.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kded
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.19.0.tar.xz -> kded-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.19.0/CMakeLists.txt 
new/kded-5.20.0/CMakeLists.txt
--- old/kded-5.19.0/CMakeLists.txt  2016-02-06 14:41:15.0 +0100
+++ new/kded-5.20.0/CMakeLists.txt  2016-03-05 19:51:52.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.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)
@@ -40,9 +40,6 @@
 # We don't install kded_version.h, it's only useful internally
 # (given that this framework produces no library)
 
-
-remove_definitions(-DQT_NO_CAST_FROM_ASCII)
-
 if (KF5DocTools_FOUND)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 kdoctools_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.19.0/po/it/docs/kded5/man-kded5.8.docbook 
new/kded-5.20.0/po/it/docs/kded5/man-kded5.8.docbook
--- old/kded-5.19.0/po/it/docs/kded5/man-kded5.8.docbook2016-02-06 
14:41:15.0 +0100
+++ new/kded-5.20.0/po/it/docs/kded5/man-kded5.8.docbook2016-03-05 
19:51:52.0 +0100
@@ -4,11 +4,11 @@
 >
 ]>
 
-
+
 
 
 KDED
+>Manuale dell'utente di kded5
 David2014-03-22
 5.0
+>Frameworks 5.0
+KDE Frameworks
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.19.0/src/kded.cpp new/kded-5.20.0/src/kded.cpp
--- old/kded-5.19.0/src/kded.cpp2016-02-06 14:41:15.0 +0100
+++ new/kded-5.20.0/src/kded.cpp2016-03-05 19:51:52.0 +0100
@@ -146,19 +146,19 @@
 
 static int phaseForModule(const KPluginMetaData )
 {
-const QVariant phasev = 
module.rawData().value("X-KDE-Kded-phase").toVariant();
+const QVariant phasev = 
module.rawData().value(QStringLiteral("X-KDE-Kded-phase")).toVariant();
 return phasev.isValid() ? phasev.toInt() : 2;
 }
 
 QVector Kded::availableModules() const
 {
-QVector plugins = KPluginLoader::findPlugins("kf5/kded");
+QVector plugins = 
KPluginLoader::findPlugins(QStringLiteral("kf5/kded"));
 QSet moduleIds;
 foreach (const KPluginMetaData , plugins) {
 moduleIds.insert(md.pluginId());
 }
 // also search for old .desktop based kded modules
-KPluginInfo::List oldStylePlugins = 
KPluginInfo::fromServices(KServiceTypeTrader::self()->query("KDEDModule"));
+KPluginInfo::List oldStylePlugins = 
KPluginInfo::fromServices(KServiceTypeTrader::self()->query(QStringLiteral("KDEDModule")));
 foreach (const KPluginInfo , oldStylePlugins) {
 if (moduleIds.contains(info.pluginName())) {
 qCWarning(KDED).nospace() << "kded module " << 

commit kded for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-02-24 18:54:11

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.changes2016-01-20 
09:42:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-02-24 
18:54:13.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb  6 18:00:43 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Revert BlockingQueuedConnection hack, Qt 5.6 will contain a better fix
+  * Make kded register under aliases specified by the kded modules
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kded-5.18.0.tar.xz

New:

  kded-5.19.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.kyBYVk/_old  2016-02-24 18:54:14.0 +0100
+++ /var/tmp/diff_new_pack.kyBYVk/_new  2016-02-24 18:54:14.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kded
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.18.0.tar.xz -> kded-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.18.0/CMakeLists.txt 
new/kded-5.19.0/CMakeLists.txt
--- old/kded-5.18.0/CMakeLists.txt  2016-01-02 17:29:41.0 +0100
+++ new/kded-5.19.0/CMakeLists.txt  2016-02-06 14:41:15.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -13,11 +13,11 @@
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.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.18.0/docs/HOWTO new/kded-5.19.0/docs/HOWTO
--- old/kded-5.18.0/docs/HOWTO  2016-01-02 17:29:41.0 +0100
+++ new/kded-5.19.0/docs/HOWTO  2016-02-06 14:41:15.0 +0100
@@ -1,8 +1,7 @@
 HOWTO Make KDED Modules
 ===
 
-A KDED module implementation looks similar to a KControl module.
-A module is loaded when a call is made to it.
+A KDED module is loaded when a call is made to it.
 KDED modules should not be added if it is avoidable because (especially
 when new) they endanger the stability of KDED and its other modules which
 provide important services. There are other ways to achieve what a KDED
@@ -11,10 +10,8 @@
 information that, for some reason, cannot be kept in any other process.
 
 Here are examples of KDED modules:
- kdelibs/kioslave/http/kcookiejar/kcookieserver.cpp  Cookie-handling module 
(including GUI)
- kdelibs/kio/misc/kwalletd/kwalletd.cpp  KWallet module, handles 
the wallet file
- kdebase/apps/lib/konq/favicons/favicons.cpp Favicons module, for 
downloading favicon.ico files when browsing
- kdebase/runtime/kpasswdserver/kpasswdserver.cpp Password-caching module
+ frameworks/baloo/src/kioslaves/kded/baloosearchmodule.cpp   Baloo search 
module
+ kde/workspace/khotkeys/app/kded.cpp KHotKeys
 
 A KDED module should install a .desktop file with
ServicesTypes=KDEDModule
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.18.0/src/kded.cpp new/kded-5.19.0/src/kded.cpp
--- old/kded-5.18.0/src/kded.cpp2016-01-02 17:29:41.0 +0100
+++ new/kded-5.19.0/src/kded.cpp2016-02-06 14:41:15.0 +0100
@@ -34,6 +34,7 @@
 #include 
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -140,14 +141,7 @@
 return;
 }
 
-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
-// messageFilter runs in a 

commit kded for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2016-01-20 09:42:20

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.changes2015-12-29 
12:51:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2016-01-20 
09:42:21.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  2 17:42:34 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Adapt to Qt 5.6's threaded dbus: messageFilter must trigger
+module loading in the main thread
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kded-5.17.0.tar.xz

New:

  kded-5.18.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.hdpR5S/_old  2016-01-20 09:42:22.0 +0100
+++ /var/tmp/diff_new_pack.hdpR5S/_new  2016-01-20 09:42:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kded
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.17.0.tar.xz -> kded-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.17.0/CMakeLists.txt 
new/kded-5.18.0/CMakeLists.txt
--- old/kded-5.17.0/CMakeLists.txt  2015-12-06 22:21:53.0 +0100
+++ new/kded-5.18.0/CMakeLists.txt  2016-01-02 17:29:41.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.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.17.0/src/kded.cpp new/kded-5.18.0/src/kded.cpp
--- old/kded-5.17.0/src/kded.cpp2015-12-06 22:21:53.0 +0100
+++ new/kded-5.18.0/src/kded.cpp2016-01-02 17:29:41.0 +0100
@@ -140,11 +140,14 @@
 return;
 }
 
-KDEDModule *module = self()->loadModule(obj, true);
-if (!module) {
-qCWarning(KDED) << "Failed to load module for " << obj;
-}
-Q_UNUSED(module);
+#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
+// messageFilter runs in a secondary thread since Qt 5.6, so we use 
invokeMethod
+// to load the module in the main thread. But we need to block so that the 
object
+// can then process the message.
+QMetaObject::invokeMethod(self(), "loadModule", 
Qt::BlockingQueuedConnection, Q_ARG(QString, obj), Q_ARG(bool, true));
+#else
+self()->loadModule(obj, true);
+#endif
 }
 
 static int phaseForModule(const KPluginMetaData )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.17.0/src/kded.h new/kded-5.18.0/src/kded.h
--- old/kded-5.17.0/src/kded.h  2015-12-06 22:21:53.0 +0100
+++ new/kded-5.18.0/src/kded.h  2016-01-02 17:29:41.0 +0100
@@ -52,7 +52,6 @@
 
 void noDemandLoad(const QString ); // Don't load obj on demand
 
-KDEDModule *loadModule(const QString , bool onDemand);
 QStringList loadedModules();
 bool unloadModule(const QString );
 //bool isWindowRegistered(qlonglong windowId) const;
@@ -109,6 +108,8 @@
 void setModuleAutoloading(const QString , bool autoload);
 
 public Q_SLOTS:
+KDEDModule *loadModule(const QString , bool onDemand);
+
 /**
  * Loads / unloads modules according to config
  */




commit kded for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-12-29 12:51:40

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.changes2015-11-24 
22:22:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-12-29 
12:51:45.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 10 23:04:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * Unset SESSION_MANAGER envvar instead of setting it empty
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+- Drop upstreamed kded-fix-cmdline-parsing.patch
+
+---

Old:

  kded-5.16.0.tar.xz
  kded-fix-cmdline-parsing.patch

New:

  kded-5.17.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.NWuVar/_old  2015-12-29 12:51:46.0 +0100
+++ /var/tmp/diff_new_pack.NWuVar/_new  2015-12-29 12:51:46.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kded
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -48,8 +48,6 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE kded-fix-cmdline-parsing.patch alarr...@suse.com -- 
Removes a warning and fixes command line parsing
-Patch0: kded-fix-cmdline-parsing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,7 +68,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ kded-5.16.0.tar.xz -> kded-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.16.0/CMakeLists.txt 
new/kded-5.17.0/CMakeLists.txt
--- old/kded-5.16.0/CMakeLists.txt  2015-11-08 13:15:35.0 +0100
+++ new/kded-5.17.0/CMakeLists.txt  2015-12-06 22:21:53.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.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.16.0/src/kded.cpp new/kded-5.17.0/src/kded.cpp
--- old/kded-5.16.0/src/kded.cpp2015-11-08 13:15:35.0 +0100
+++ new/kded-5.17.0/src/kded.cpp2015-12-06 22:21:53.0 +0100
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -46,7 +47,7 @@
 #include 
 #include 
 
-Q_DECLARE_LOGGING_CATEGORY(KDED);
+Q_DECLARE_LOGGING_CATEGORY(KDED)
 
 #if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
 // logging category for this framework, default: log stuff >= warning
@@ -668,10 +669,12 @@
 QStandardPaths::enableTestMode(true);
 }
 
-static void setupAppInfo(QCoreApplication *app)
+static void setupAppInfo(QApplication *app)
 {
 app->setApplicationName("kded5");
+app->setApplicationDisplayName("KDE Daemon");
 app->setOrganizationDomain("kde.org");
+app->setApplicationVersion(KDED_VERSION_STRING);
 }
 
 extern "C" Q_DECL_EXPORT int kdemain(int argc, char *argv[])
@@ -679,24 +682,30 @@
 //options.add("check", qi18n("Check Sycoca database only once"));
 
 // WABA: Make sure not to enable session management.
-putenv(qstrdup("SESSION_MANAGER="));
+qunsetenv("SESSION_MANAGER");
+
+// In older versions, QApplication creation was postponed until after
+// testing for --check, in which case, only a QCoreApplication was created.
+// Since that option is no longer used at startup, we removed that speed
+// optimization for code clarity and easier support of standard parameters.
+QApplication app(argc, argv);
+setupAppInfo();
+

commit kded for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-11-24 22:22:51

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.changes2015-11-11 
10:28:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-11-24 
22:22:52.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 16:58:54 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Make doctools optional
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+- Drop kded-fix-cmdline-parsing.patch, upstreamed
+
+---

Old:

  kded-5.15.0.tar.xz

New:

  kded-5.16.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.Y0RvSV/_old  2015-11-24 22:22:53.0 +0100
+++ /var/tmp/diff_new_pack.Y0RvSV/_new  2015-11-24 22:22:53.0 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kded
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.15.0.tar.xz -> kded-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.15.0/CMakeLists.txt 
new/kded-5.16.0/CMakeLists.txt
--- old/kded-5.15.0/CMakeLists.txt  2015-10-05 09:58:33.0 +0200
+++ new/kded-5.16.0/CMakeLists.txt  2015-11-08 13:15:35.0 +0100
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,13 +16,13 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.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)
 find_package(KF5DBusAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5DocTools ${KF5_DEP_VERSION})
 find_package(KF5Init ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
@@ -43,10 +43,13 @@
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
-kdoctools_install(po)
+if (KF5DocTools_FOUND)
+if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
+kdoctools_install(po)
+endif()
+add_subdirectory(docs)
 endif()
-add_subdirectory(docs)
+
 add_subdirectory(src)
 
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.15.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.16.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.15.0/po/ca/docs/kded5/man-kded5.8.docbook2015-10-05 
09:58:33.0 +0200
+++ new/kded-5.16.0/po/ca/docs/kded5/man-kded5.8.docbook2015-11-08 
13:15:35.0 +0100
@@ -40,7 +40,7 @@
 
 
 22-03-2014
+>22 de març de 2014
 Frameworks 5.0
 

commit kded for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-11-11 10:28:37

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.changes2015-10-19 
22:23:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-11-11 
10:28:39.0 +0100
@@ -1,0 +2,8 @@
+Fri Oct 23 17:50:20 UTC 2015 - alarr...@suse.com
+
+- Removes a Qt warning related to session management, add
+  --version and --help command line options and make kded parse 
+  the commandline correctly.
+  * kded-fix-cmdline-parsing.patch
+
+---

New:

  kded-fix-cmdline-parsing.patch



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.mXC2gG/_old  2015-11-11 10:28:40.0 +0100
+++ /var/tmp/diff_new_pack.mXC2gG/_new  2015-11-11 10:28:40.0 +0100
@@ -48,6 +48,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE kded-fix-cmdline-parsing.patch alarr...@suse.com -- 
Removes a warning and fixes command line parsing
+Patch0: kded-fix-cmdline-parsing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +70,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ kded-fix-cmdline-parsing.patch ++
diff --git a/src/kded.cpp b/src/kded.cpp
index 
6929d7d3f24d3556f1b227d5a9bfb5b02b1c295e..082d3863dcf484a6d609e2c639c49788d9576007
 100644
--- a/src/kded.cpp
+++ b/src/kded.cpp
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -672,6 +673,7 @@ static void setupAppInfo(QCoreApplication *app)
 {
 app->setApplicationName("kded5");
 app->setOrganizationDomain("kde.org");
+app->setApplicationVersion(KDED_VERSION_STRING);
 }
 
 extern "C" Q_DECL_EXPORT int kdemain(int argc, char *argv[])
@@ -679,24 +681,27 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char 
*argv[])
 //options.add("check", qi18n("Check Sycoca database only once"));
 
 // WABA: Make sure not to enable session management.
-putenv(qstrdup("SESSION_MANAGER="));
+qunsetenv("SESSION_MANAGER");
+
+QApplication app(argc, argv);
+app.setApplicationDisplayName("KDE Daemon");
+setupAppInfo();
+app.setQuitOnLastWindowClosed(false);
+
+QCommandLineParser parser;
+parser.addHelpOption();
+parser.addVersionOption();
+parser.addOption(QCommandLineOption(QStringLiteral("check"), 
QStringLiteral("Check cache validity")));
+parser.process(app);
 
 // Parse command line before checking D-Bus
-if (argc > 1 && QByteArray(argv[1]) == "--check") {
+if (parser.isSet(QStringLiteral("check"))) {
 // KDBusService not wanted here.
-QCoreApplication app(argc, argv);
-setupAppInfo();
-
 KSycoca::self()->ensureCacheValid();
 runKonfUpdate();
 return 0;
 }
 
-QApplication app(argc, argv);
-setupAppInfo();
-app.setApplicationDisplayName("KDE Daemon");
-app.setQuitOnLastWindowClosed(false);
-
 KDBusService service(KDBusService::Unique);
 
 KSharedConfig::Ptr config = KSharedConfig::openConfig();




commit kded for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-10-19 22:23:41

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.changes2015-09-24 
07:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-10-19 
22:23:42.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct  5 17:37:09 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Simplify logic around sycoca; just call ensureCacheValid.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kded-5.14.0.tar.xz

New:

  kded-5.15.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.1Fi8AG/_old  2015-10-19 22:23:42.0 +0200
+++ /var/tmp/diff_new_pack.1Fi8AG/_new  2015-10-19 22:23:42.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kded
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.14.0.tar.xz -> kded-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.14.0/CMakeLists.txt 
new/kded-5.15.0/CMakeLists.txt
--- old/kded-5.14.0/CMakeLists.txt  2015-09-05 10:55:59.0 +0200
+++ new/kded-5.15.0/CMakeLists.txt  2015-10-05 09:58:33.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.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.14.0/src/kded.cpp new/kded-5.15.0/src/kded.cpp
--- old/kded-5.14.0/src/kded.cpp2015-09-05 10:55:59.0 +0200
+++ new/kded-5.15.0/src/kded.cpp2015-10-05 09:58:33.0 +0200
@@ -57,11 +57,9 @@
 
 Kded *Kded::_self = 0;
 
-static bool checkStamps;
 static bool delayedCheck;
 static bool bCheckSycoca;
 static bool bCheckUpdates;
-static bool s_checkStampsDefault = true;
 
 #ifdef Q_DBUS_EXPORT
 extern Q_DBUS_EXPORT void qDBusAddSpyHook(void (*)(const QDBusMessage &));
@@ -69,33 +67,6 @@
 extern QDBUS_EXPORT void qDBusAddSpyHook(void (*)(const QDBusMessage &));
 #endif
 
-static void runBuildSycoca(QObject *callBackObj = 0, const char *callBackSlot 
= 0)
-{
-const QString exe = QStandardPaths::findExecutable(KBUILDSYCOCA_EXENAME);
-Q_ASSERT(!exe.isEmpty());
-QStringList args;
-if (QStandardPaths::isTestModeEnabled()) {
-args.append("--testmode");
-}
-if (checkStamps) {
-args.append("--checkstamps");
-}
-if (delayedCheck) {
-args.append("--nocheckfiles");
-} else {
-checkStamps = false;// useful only during kded startup
-}
-if (callBackObj) {
-QVariantList argList;
-argList << exe << args << QStringList() << QString();
-KToolInvocation::ensureKdeinitRunning();
-QDBusInterface klauncher(QStringLiteral("org.kde.klauncher5"), 
QStringLiteral("/KLauncher"), QStringLiteral("org.kde.KLauncher"), 
QDBusConnection::sessionBus());
-klauncher.callWithCallback("kdeinit_exec_wait", argList, callBackObj, 
callBackSlot);
-} else {
-KToolInvocation::kdeinitExecWait(exe, args);
-}
-}
-
 static void runKonfUpdate()
 {
 KToolInvocation::kdeinitExecWait(QStringLiteral(KCONF_UPDATE_EXE),
@@ -105,8 +76,6 @@
 Kded::Kded()
 : m_pDirWatch(0)
 , m_pTimer(new QTimer(this))
-, m_recreateCount(0)
-, m_recreateBusy(false)
 , m_needDelayedCheck(false)
 {
 _self = this;
@@ -534,19 +503,19 @@
 
 void Kded::recreate(bool initial)
 {
-m_recreateBusy = true;
 // Using KLauncher here is difficult since we might not have a
 // database
 
 if (!initial) {
   

commit kded for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-09-24 07:10:50

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.changes2015-09-02 
07:44:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-09-24 
07:10:51.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:12:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kded-5.13.0.tar.xz

New:

  kded-5.14.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.K2GKwU/_old  2015-09-24 07:10:51.0 +0200
+++ /var/tmp/diff_new_pack.K2GKwU/_new  2015-09-24 07:10:51.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kded
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kded-5.13.0.tar.xz -> kded-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.13.0/CMakeLists.txt 
new/kded-5.14.0/CMakeLists.txt
--- old/kded-5.13.0/CMakeLists.txt  2015-08-04 12:51:18.0 +0200
+++ new/kded-5.14.0/CMakeLists.txt  2015-09-05 10:55:59.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.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.13.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.14.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.13.0/po/ca/docs/kded5/man-kded5.8.docbook2015-08-04 
12:51:18.0 +0200
+++ new/kded-5.14.0/po/ca/docs/kded5/man-kded5.8.docbook2015-09-05 
10:55:59.0 +0200
@@ -4,11 +4,11 @@
 >
 ]>
 
-
+
 
 
 KDED
+>Manual d'usuari del kded5
 David22-03-2014
 5.0
+>Frameworks 5.0
+KDE Frameworks
 
 
 
@@ -61,7 +63,7 @@
 >kded5
 Dimoni : provoca l'actualització de la base de dades Sycoca quan 
cal.
+>Dimoni del : provoca l'actualització de la base de dades Sycoca quan 
cal.
 
 
 
@@ -83,7 +85,7 @@
 kded5 consolida una sèrie de petits serveis en un sol procés. Es tracta 
principalment de serveis de D-Bus proporcionats pels mòduls de KDED, però també 
gestiona sycoca (un cau binari dels tipus de servei, els tipus MIME i els 
serveis utilitzats per KService) i els scripts d'actualització de KConfig, 
segons sigui necessari.
+> consolida una sèrie de petits serveis en un sol procés. Es tracta 
principalment de serveis de D-Bus proporcionats pels mòduls del KDED, però 
també gestiona sycoca (un cau binari dels tipus de servei, els tipus MIME i els 
serveis utilitzats per KService) i els scripts d'actualització de KConfig, 
segons sigui necessari.
 
 Per a syscoca, efectuarà un seguiment dels directoris que contenen fitxers 
 >.desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas 
 >d'una sèrie d'actualitzacions) i, a continuació, llança  per actualitzar el sycoca.
 
 Per a KConfig, comprova fitxers d'actualització instal·lats recentment, p.ex. 
els fitxers *.upd utilitzats per actualitzar els fitxers de configuració quan 
es canvia el format dels fitxers de configuració, i executa la utilitat 
d'actualització KConfig per a realitzar les actualitzacions.
+>Per a KConfig, comprova els fitxers d'actualització instal·lats recentment, 
p. ex. els fitxers *.upd utilitzats per actualitzar els fitxers de configuració 
quan es canvia el format d'aquests, i executa la utilitat d'actualització 
KConfig per a realitzar les actulitzacions.
 
 Aquestes tasques també s'executen quan s'inicia Normalment no necessitareu executar kded5 directament. Les sessions 

commit kded for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-09-02 07:44:53

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.changes2015-07-14 
17:23:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-09-02 
07:44:54.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kded-5.12.0.tar.xz

New:

  kded-5.13.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.fKM9e6/_old  2015-09-02 07:44:55.0 +0200
+++ /var/tmp/diff_new_pack.fKM9e6/_new  2015-09-02 07:44:55.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kded
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -34,12 +34,12 @@
 BuildRequires:  kinit-devel >= %{_tar_path}
 BuildRequires:  kservice-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Network) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Xml) >= 5.3.0
 %if %{with lang}
 Recommends: %{name}-lang
 %endif
@@ -79,6 +79,7 @@
 
 %if %{with lang}
 echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang
+echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
 echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
 echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
 echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang

++ kded-5.12.0.tar.xz -> kded-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.12.0/CMakeLists.txt 
new/kded-5.13.0/CMakeLists.txt
--- old/kded-5.12.0/CMakeLists.txt  2015-07-05 10:56:40.0 +0200
+++ new/kded-5.13.0/CMakeLists.txt  2015-08-04 12:51:18.0 +0200
@@ -3,21 +3,21 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION "5.2")
+set(REQUIRED_QT_VERSION "5.3")
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED DBus Widgets)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.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.12.0/docs/kded5/man-kded5.8.docbook 
new/kded-5.13.0/docs/kded5/man-kded5.8.docbook
--- old/kded-5.12.0/docs/kded5/man-kded5.8.docbook  2015-07-05 
10:56:40.0 +0200
+++ new/kded-5.13.0/docs/kded5/man-kded5.8.docbook  2015-08-04 
12:51:18.0 +0200
@@ -3,10 +3,10 @@
   
 ]>
 
-
+
 
 
-KDED
+kded5 User's Manual
 
 David
 Faure
@@ -26,7 +26,8 @@
 
 
 2014-03-22
-5.0
+Frameworks 5.0
+KDE Frameworks
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.12.0/po/de/docs/kded5/man-kded5.8.docbook 
new/kded-5.13.0/po/de/docs/kded5/man-kded5.8.docbook
--- old/kded-5.12.0/po/de/docs/kded5/man-kded5.8.docbook1970-01-01 
01:00:00.0 

commit kded for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-07-14 17:23:08

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.changes2015-06-23 
12:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-07-14 
17:23:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  5 18:44:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kded-5.11.0.tar.xz

New:

  kded-5.12.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.S2l3Em/_old  2015-07-14 17:23:10.0 +0200
+++ /var/tmp/diff_new_pack.S2l3Em/_new  2015-07-14 17:23:10.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kded
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kded-5.11.0.tar.xz - kded-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.11.0/CMakeLists.txt 
new/kded-5.12.0/CMakeLists.txt
--- old/kded-5.11.0/CMakeLists.txt  2015-06-06 23:12:36.0 +0200
+++ new/kded-5.12.0/CMakeLists.txt  2015-07-05 10:56:40.0 +0200
@@ -3,7 +3,7 @@
 project(KDED)
 
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION Extra CMake 
Modules. URL 
https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.12.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.11.0/src/kdedmodule.desktop 
new/kded-5.12.0/src/kdedmodule.desktop
--- old/kded-5.11.0/src/kdedmodule.desktop  2015-06-06 23:12:36.0 
+0200
+++ new/kded-5.12.0/src/kdedmodule.desktop  2015-07-05 10:56:40.0 
+0200
@@ -5,6 +5,7 @@
 Comment[af]=KDED Module
 Comment[ar]=وحدة KDED
 Comment[as]=KDED অংশ
+Comment[ast]=Módulu KDED
 Comment[be]=Модуль KDED
 Comment[be@latin]=Modul KDED
 Comment[bg]=Модул KDED




commit kded for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-06-23 12:07:23

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.changes2015-05-11 
19:48:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-06-23 
12:07:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 19:07:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kded-5.10.0.tar.xz

New:

  kded-5.11.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.37as0O/_old  2015-06-23 12:07:25.0 +0200
+++ /var/tmp/diff_new_pack.37as0O/_new  2015-06-23 12:07:25.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kded
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kded-5.10.0.tar.xz - kded-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.10.0/CMakeLists.txt 
new/kded-5.11.0/CMakeLists.txt
--- old/kded-5.10.0/CMakeLists.txt  2015-05-03 17:08:27.0 +0200
+++ new/kded-5.11.0/CMakeLists.txt  2015-06-06 23:12:36.0 +0200
@@ -2,7 +2,11 @@
 
 project(KDED)
 
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION Extra CMake 
Modules. URL 
https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
@@ -12,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.11.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)
@@ -22,7 +26,7 @@
 find_package(KF5Init ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
-include(FeatureSummary)
+
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.10.0/COPYING.LGPL-2 
new/kded-5.11.0/COPYING.LGPL-2
--- old/kded-5.10.0/COPYING.LGPL-2  1970-01-01 01:00:00.0 +0100
+++ new/kded-5.11.0/COPYING.LGPL-2  2015-06-06 23:12:36.0 +0200
@@ -0,0 +1,481 @@
+  GNU LIBRARY GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the library GPL.  It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Library General Public License, applies to some
+specially designated Free Software Foundation software, and to any
+other libraries whose authors decide to use it.  You can use it for
+your libraries, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if
+you distribute copies of the library, or 

commit kded for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-05-11 19:37:18

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.changes2015-04-13 
20:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-05-11 
19:48:22.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:50:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kded-5.9.0.tar.xz

New:

  kded-5.10.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.vIx0Oa/_old  2015-05-11 19:48:23.0 +0200
+++ /var/tmp/diff_new_pack.vIx0Oa/_new  2015-05-11 19:48:23.0 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kded
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
@@ -78,6 +78,7 @@
   %fdupes %{buildroot}
 
 %if %{with lang}
+echo %doc %lang(ca) %{_kf5_mandir}/ca %{name}.lang
 echo %doc %lang(it) %{_kf5_mandir}/it %{name}.lang
 echo %doc %lang(nl) %{_kf5_mandir}/nl %{name}.lang
 echo %doc %lang(pt_BR) %{_kf5_mandir}/pt_BR %{name}.lang

++ kded-5.9.0.tar.xz - kded-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.9.0/CMakeLists.txt 
new/kded-5.10.0/CMakeLists.txt
--- old/kded-5.9.0/CMakeLists.txt   2015-04-04 14:03:03.0 +0200
+++ new/kded-5.10.0/CMakeLists.txt  2015-05-03 17:08:27.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.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.9.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.10.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.9.0/po/ca/docs/kded5/man-kded5.8.docbook 
new/kded-5.10.0/po/ca/docs/kded5/man-kded5.8.docbook
--- old/kded-5.9.0/po/ca/docs/kded5/man-kded5.8.docbook 1970-01-01 
01:00:00.0 +0100
+++ new/kded-5.10.0/po/ca/docs/kded5/man-kded5.8.docbook2015-05-03 
17:08:27.0 +0200
@@ -0,0 +1,267 @@
+?xml version=1.0 ?
+!DOCTYPE refentry PUBLIC -//KDE//DTD DocBook XML V4.5-Based Variant 
V1.1//EN dtd/kdedbx45.dtd [
+  !ENTITY % Catalan  INCLUDE
+!-- change language only here --
+]
+
+refentry
+
+refentryinfo
+title
+KDED/title
+author
+firstname
+David/firstname
+ surname
+Faure/surname
+ contrib
+Mantenidor/contrib
+affiliation
+address
+email
+fa...@kde.org/email
+/address
+/affiliation
+/author
+
+author
+firstname
+Waldo/firstname
+ surname
+Bastian/surname
+ contrib
+Autor original/contrib
+affiliation
+address
+email
+bast...@kde.org/email
+/address
+/affiliation
+/author
+
+date
+22-03-2014/date
+releaseinfo
+5.0/releaseinfo
+
+/refentryinfo
+
+refmeta
+refentrytitle
+command
+kded5/command
+/refentrytitle
+manvolnum
+8/manvolnum
+/refmeta
+
+refnamediv
+refname
+command
+kded5/command
+/refname
+refpurpose
+Dimoni kde;: provoca l'actualització de la base de dades Sycoca quan 
cal./refpurpose
+/refnamediv
+
+refsynopsisdiv
+title
+Sinopsis/title
+
+cmdsynopsis
+command
+kded5/command
+ arg choice=opt
+--check/arg
+ /cmdsynopsis
+/refsynopsisdiv
+
+refsect1
+title
+Descripció/title
+
+para
+command
+kded5/command
+ consolida una sèrie de petits serveis en un sol procés. Es tracta 
principalment de serveis de D-Bus proporcionats pels mòduls de KDED, però també 
gestiona sycoca (un cau binari dels tipus de servei, els tipus MIME i els 
serveis utilitzats per KService) i els scripts d'actualització de KConfig, 
segons sigui necessari./para
+
+para
+Per a syscoca, efectuarà un seguiment dels directoris que contenen fitxers 
.desktop. Quan s'afegeix o elimina un fitxer, espera 5 segons (en el cas d'una 
sèrie d'actualitzacions) i, a continuació, llança command
+kbuildsycoca5/command
+ per actualitzar el sycoca./para
+
+para
+Per a KConfig, comprova fitxers d'actualització 

commit kded for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-04-13 20:27:32

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.changes2015-03-16 
09:34:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-04-13 
20:27:33.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr  4 14:40:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  pkgconfig(Qt5DBus), pkgconfig(Qt5Network), pkgconfig(Qt5Widgets)
+  and pkgconfig(Qt5Xml)
+
+---

Old:

  kded-5.8.0.tar.xz

New:

  kded-5.9.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.yzfZpM/_old  2015-04-13 20:27:34.0 +0200
+++ /var/tmp/diff_new_pack.yzfZpM/_new  2015-04-13 20:27:34.0 +0200
@@ -16,30 +16,33 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:   kded
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel = %{kf5_version}
-BuildRequires:  kcrash-devel = %{kf5_version}
-BuildRequires:  kdbusaddons-devel = %{kf5_version}
-BuildRequires:  kdoctools-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{_tar_path}
+BuildRequires:  kcrash-devel = %{_tar_path}
+BuildRequires:  kdbusaddons-devel = %{_tar_path}
+BuildRequires:  kdoctools-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel = %{kf5_version}
-BuildRequires:  kinit-devel = %{kf5_version}
-BuildRequires:  kservice-devel = %{kf5_version}
-BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  ki18n-devel = %{_tar_path}
+BuildRequires:  kinit-devel = %{_tar_path}
+BuildRequires:  kservice-devel = %{_tar_path}
+BuildRequires:  kwindowsystem-devel = %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) = 5.2.0
+%if %{with lang}
 Recommends: %{name}-lang
+%endif
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -56,10 +59,6 @@
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5DBus) = 5.2.0
-Requires:   pkgconfig(Qt5Network) = 5.2.0
-Requires:   pkgconfig(Qt5Widgets) = 5.2.0
-Requires:   pkgconfig(Qt5Xml) = 5.2.0
 
 %description devel
 KDED runs in the background and performs a number of small tasks.
@@ -76,20 +75,25 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
+
+%if %{with lang}
+echo %doc %lang(it) %{_kf5_mandir}/it %{name}.lang
+echo %doc %lang(nl) %{_kf5_mandir}/nl %{name}.lang
+echo %doc %lang(pt_BR) %{_kf5_mandir}/pt_BR %{name}.lang
+echo %doc %lang(ru) %{_kf5_mandir}/ru %{name}.lang
+echo %doc %lang(sv) %{_kf5_mandir}/sv %{name}.lang
+echo %doc %lang(uk) %{_kf5_mandir}/uk %{name}.lang
+%endif
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%files lang
+%if %{with lang}
+%files lang -f %{name}.lang
 %defattr(-,root,root)
-%doc %lang(it) %{_kf5_mandir}/it
-%doc %lang(nl) %{_kf5_mandir}/nl
-%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
-%doc %lang(ru) %{_kf5_mandir}/ru
-%doc %lang(sv) %{_kf5_mandir}/sv
-%doc %lang(uk) %{_kf5_mandir}/uk
+%endif
 
 %files
 %defattr(-,root,root)

++ kded-5.8.0.tar.xz - kded-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.8.0/CMakeLists.txt 
new/kded-5.9.0/CMakeLists.txt
--- old/kded-5.8.0/CMakeLists.txt   2015-03-07 15:40:35.0 +0100
+++ new/kded-5.9.0/CMakeLists.txt   2015-04-04 14:03:03.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.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.8.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.8.0) # handled by release 

commit kded for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-03-16 09:34:35

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.changes2015-02-16 
17:30:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-03-16 
09:34:36.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  kded-5.7.0.tar.xz

New:

  kded-5.8.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.jy1QAR/_old  2015-03-16 09:34:37.0 +0100
+++ /var/tmp/diff_new_pack.jy1QAR/_new  2015-03-16 09:34:37.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kded
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}

++ kded-5.7.0.tar.xz - kded-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.7.0/CMakeLists.txt 
new/kded-5.8.0/CMakeLists.txt
--- old/kded-5.7.0/CMakeLists.txt   2015-02-08 16:14:49.0 +0100
+++ new/kded-5.8.0/CMakeLists.txt   2015-03-07 15:40:35.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.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.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.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)
@@ -51,6 +51,7 @@
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KDEDConfig.cmake.in
   ${CMAKE_CURRENT_BINARY_DIR}/KDEDConfig.cmake
+  PATH_VARS KDE_INSTALL_DBUSINTERFACEDIR
   INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR}
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.7.0/KDEDConfig.cmake.in 
new/kded-5.8.0/KDEDConfig.cmake.in
--- old/kded-5.7.0/KDEDConfig.cmake.in  2015-02-08 16:14:49.0 +0100
+++ new/kded-5.8.0/KDEDConfig.cmake.in  2015-03-07 15:40:35.0 +0100
@@ -1,6 +1,6 @@
 @PACKAGE_INIT@
 
-set(KDED_DBUS_INTERFACE 
${PACKAGE_PREFIX_DIR}/@DBUS_INTERFACES_INSTALL_DIR@/org.kde.kded5.xml)
+set(KDED_DBUS_INTERFACE 
@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@/org.kde.kded5.xml)
 
 find_package(Qt5 @REQUIRED_QT_VERSION@ CONFIG REQUIRED DBus Widgets)
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-02-16 15:07:00

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.changes2015-01-29 
12:53:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-02-16 
17:30:44.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Add support for loading kded modules with JSON metadata
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kded-5.6.0.tar.xz

New:

  kded-5.7.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.Nj0VBx/_old  2015-02-16 17:30:44.0 +0100
+++ /var/tmp/diff_new_pack.Nj0VBx/_new  2015-02-16 17:30:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# 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
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kded
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}
@@ -43,7 +44,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kded-5.6.0.tar.xz - kded-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/CMakeLists.txt 
new/kded-5.7.0/CMakeLists.txt
--- old/kded-5.6.0/CMakeLists.txt   2015-01-03 13:04:02.0 +0100
+++ new/kded-5.7.0/CMakeLists.txt   2015-02-08 16:14:49.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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)
@@ -46,7 +46,7 @@
 add_subdirectory(src)
 
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KDED)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KDED)
 
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KDEDConfig.cmake.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/docs/kded5/CMakeLists.txt 
new/kded-5.7.0/docs/kded5/CMakeLists.txt
--- old/kded-5.6.0/docs/kded5/CMakeLists.txt2015-01-03 13:04:02.0 
+0100
+++ new/kded-5.7.0/docs/kded5/CMakeLists.txt2015-02-08 16:14:49.0 
+0100
@@ -1 +1 @@
-kdoctools_create_manpage(man-kded5.8.docbook 8 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
+kdoctools_create_manpage(man-kded5.8.docbook 8 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/src/CMakeLists.txt 
new/kded-5.7.0/src/CMakeLists.txt
--- old/kded-5.6.0/src/CMakeLists.txt   2015-01-03 13:04:02.0 +0100
+++ new/kded-5.7.0/src/CMakeLists.txt   2015-02-08 16:14:49.0 +0100
@@ -31,11 +31,11 @@
 
 
 qt5_generate_dbus_interface( kdedadaptor.h org.kde.kded5.xml )
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml DESTINATION 
${DBUS_INTERFACES_INSTALL_DIR})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml DESTINATION 
${KDE_INSTALL_DBUSINTERFACEDIR})
 
 configure_file(org.kde.kded5.service.in

commit kded for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-01-29 12:53:25

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.changes2014-12-21 
11:59:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-01-29 
12:53:26.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kded-5.5.0.tar.xz

New:

  kded-5.6.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.xhws89/_old  2015-01-29 12:53:27.0 +0100
+++ /var/tmp/diff_new_pack.xhws89/_new  2015-01-29 12:53:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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,11 +17,11 @@
 
 
 Name:   kded
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.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.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kded-5.5.0.tar.xz - kded-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.5.0/CMakeLists.txt 
new/kded-5.6.0/CMakeLists.txt
--- old/kded-5.5.0/CMakeLists.txt   2014-12-06 13:34:50.0 +0100
+++ new/kded-5.6.0/CMakeLists.txt   2015-01-03 13:04:02.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.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.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.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.5.0/src/kdedmodule.desktop 
new/kded-5.6.0/src/kdedmodule.desktop
--- old/kded-5.5.0/src/kdedmodule.desktop   2014-12-06 13:34:50.0 
+0100
+++ new/kded-5.6.0/src/kdedmodule.desktop   2015-01-03 13:04:02.0 
+0100
@@ -31,6 +31,7 @@
 Comment[fr]=Module KDED
 Comment[fy]=KDED-module
 Comment[ga]=Modúl KDED
+Comment[gd]=Mòideal KDED
 Comment[gl]=Módulo de KDED
 Comment[gu]=KDED મોડ્યુલ
 Comment[he]=מודול KDED

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-12-21 Thread h_root
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.changes2014-11-11 
01:10:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-12-21 
11:59:02.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.7FVWbo/_new  2014-12-21 11:59:03.0 +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.0 +0100
+++ new/kded-5.5.0/CMakeLists.txt   2014-12-06 13:34:50.0 +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.0 +0100
+++ new/kded-5.5.0/po/it/docs/kded5/man-kded5.8.docbook 2014-12-06 
13:34:50.0 +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.0 +0100
+++ new/kded-5.5.0/src/kded.cpp 2014-12-06 13:34:50.0 +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, 

commit kded for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-11-11 01:10:04

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.changes2014-10-07 
16:00:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-11-11 
01:10:19.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kded-5.3.0.tar.xz

New:

  kded-5.4.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.RUuEKR/_old  2014-11-11 01:10:21.0 +0100
+++ /var/tmp/diff_new_pack.RUuEKR/_new  2014-11-11 01:10:21.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kded
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}
@@ -38,11 +38,12 @@
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) = 5.2.0
+Recommends: %{name}-lang
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +65,7 @@
 Some of these tasks are built in, others are started on demand.
 Development files.
 
+%lang_package
 %prep
 %setup -q
 
@@ -79,6 +81,15 @@
 
 %postun -p /sbin/ldconfig
 
+%files lang
+%defattr(-,root,root)
+%doc %lang(it) %{_kf5_mandir}/it
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(ru) %{_kf5_mandir}/ru
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
+
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
@@ -87,11 +98,11 @@
 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kdedmodule.desktop
+%doc %lang(en) %{_kf5_mandir}/*/kded5.*
 
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/cmake/KDED/
-%{_kf5_mandir}/man8/kded5.*
 %{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
 
 %changelog

++ kded-5.3.0.tar.xz - kded-5.4.0.tar.xz ++
 1653 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-10-07 15:59:59

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.changes2014-09-12 
17:05:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-10-07 
16:00:38.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct  4 18:00:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+- No need to depend on versioned kf5-filesystem
+
+---

Old:

  kded-5.2.0.tar.xz

New:

  kded-5.3.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.gNQuLa/_old  2014-10-07 16:00:40.0 +0200
+++ /var/tmp/diff_new_pack.gNQuLa/_new  2014-10-07 16:00:40.0 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   kded
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}
 BuildRequires:  kdbusaddons-devel = %{kf5_version}
 BuildRequires:  kdoctools-devel = %{kf5_version}
-BuildRequires:  kf5-filesystem = %{kf5_version}
+BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel = %{kf5_version}
 BuildRequires:  kinit-devel = %{kf5_version}
 BuildRequires:  kservice-devel = %{kf5_version}

++ kded-5.2.0.tar.xz - kded-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.2.0/CMakeLists.txt 
new/kded-5.3.0/CMakeLists.txt
--- old/kded-5.2.0/CMakeLists.txt   2014-09-08 01:24:26.0 +0200
+++ new/kded-5.3.0/CMakeLists.txt   2014-10-03 19:54:24.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.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.2.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.2.0) # handled by release scripts
+set(KF5_VERSION 5.3.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.3.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)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-09-12 17:03:47

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.changes2014-08-16 
15:43:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-09-12 
17:05:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kded-5.1.0.tar.xz

New:

  kded-5.2.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.Lrltcl/_old  2014-09-12 17:05:15.0 +0200
+++ /var/tmp/diff_new_pack.Lrltcl/_new  2014-09-12 17:05:15.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kded
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}

++ kded-5.1.0.tar.xz - kded-5.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.1.0/CMakeLists.txt 
new/kded-5.2.0/CMakeLists.txt
--- old/kded-5.1.0/CMakeLists.txt   2014-08-02 10:17:50.0 +0200
+++ new/kded-5.2.0/CMakeLists.txt   2014-09-08 01:24:26.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.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.1.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
+set(KF5_VERSION 5.2.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.2.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.1.0/README.md new/kded-5.2.0/README.md
--- old/kded-5.1.0/README.md2014-08-02 10:17:50.0 +0200
+++ new/kded-5.2.0/README.md2014-09-08 01:24:26.0 +0200
@@ -96,9 +96,3 @@
 
 See docs/HOWTO.
 
-## Links
-
-- Home page: https://projects.kde.org/projects/frameworks/kded
-- Mailing list: https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
-- IRC channel: #kde-devel on Freenode
-- Git repository: 
https://projects.kde.org/projects/frameworks/kded/repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.1.0/metainfo.yaml new/kded-5.2.0/metainfo.yaml
--- old/kded-5.1.0/metainfo.yaml2014-08-02 10:17:50.0 +0200
+++ new/kded-5.2.0/metainfo.yaml2014-09-08 01:24:26.0 +0200
@@ -9,3 +9,4 @@
 framework-dependencies:
 # kded depends on CMake macros provided by kinit
 - KInit
+cmakename: KDED

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-08-16 15:42:15

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.changes2014-07-15 
08:00:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-08-16 
15:43:00.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  kded-5.0.0.tar.xz

New:

  kded-5.1.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.hcknpk/_old  2014-08-16 15:43:01.0 +0200
+++ /var/tmp/diff_new_pack.hcknpk/_new  2014-08-16 15:43:01.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kded
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}

++ kded-5.0.0.tar.xz - kded-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.0.0/CMakeLists.txt 
new/kded-5.1.0/CMakeLists.txt
--- old/kded-5.0.0/CMakeLists.txt   2014-07-01 20:14:50.0 +0200
+++ new/kded-5.1.0/CMakeLists.txt   2014-08-02 10:17:50.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.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.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.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)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-07-15 08:00:21

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.changes2014-07-10 
09:31:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-07-15 
08:00:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 09:48:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.enyc9j/_old  2014-07-15 08:00:28.0 +0200
+++ /var/tmp/diff_new_pack.enyc9j/_new  2014-07-15 08:00:28.0 +0200
@@ -19,18 +19,19 @@
 Name:   kded
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel = %{_kf5_version}
-BuildRequires:  kcrash-devel = %{_kf5_version}
-BuildRequires:  kdbusaddons-devel = %{_kf5_version}
-BuildRequires:  kdoctools-devel = %{_kf5_version}
-BuildRequires:  kf5-filesystem = %{_kf5_version}
-BuildRequires:  ki18n-devel = %{_kf5_version}
-BuildRequires:  kinit-devel = %{_kf5_version}
-BuildRequires:  kservice-devel = %{_kf5_version}
-BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kcrash-devel = %{kf5_version}
+BuildRequires:  kdbusaddons-devel = %{kf5_version}
+BuildRequires:  kdoctools-devel = %{kf5_version}
+BuildRequires:  kf5-filesystem = %{kf5_version}
+BuildRequires:  ki18n-devel = %{kf5_version}
+BuildRequires:  kinit-devel = %{kf5_version}
+BuildRequires:  kservice-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) = 5.2.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-07-10 08:18:12

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.changes2014-06-10 
14:37:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-07-10 
09:31:42.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:36:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  kded-4.100.0.tar.xz

New:

  kded-5.0.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.J3wGSA/_old  2014-07-10 09:31:42.0 +0200
+++ /var/tmp/diff_new_pack.J3wGSA/_new  2014-07-10 09:31:42.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   kded
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kcrash-devel = %{_kf5_version}
@@ -41,7 +41,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kded-4.100.0.tar.xz - kded-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.100.0/CMakeLists.txt 
new/kded-5.0.0/CMakeLists.txt
--- old/kded-4.100.0/CMakeLists.txt 2014-06-01 12:38:57.0 +0200
+++ new/kded-5.0.0/CMakeLists.txt   2014-07-01 20:14:50.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.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 4.100.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.0.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-4.100.0/src/kdedmodule.desktop 
new/kded-5.0.0/src/kdedmodule.desktop
--- old/kded-4.100.0/src/kdedmodule.desktop 2014-06-01 12:38:57.0 
+0200
+++ new/kded-5.0.0/src/kdedmodule.desktop   2014-07-01 20:14:50.0 
+0200
@@ -13,7 +13,7 @@
 Comment[bn_IN]=KDED মডিউল
 Comment[br]=Mollad KDED
 Comment[bs]=KDED modul
-Comment[ca]=Mòdul per al KDED
+Comment[ca]=Mòdul pel KDED
 Comment[ca@valencia]=Mòdul per al KDED
 Comment[cs]=KDED modul
 Comment[csb]=Mòdul KDED

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-06-10 14:36:52

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.changes2014-05-14 
20:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-06-10 
14:37:23.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun  1 18:02:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+
+---

Old:

  kded-4.99.0.tar.xz

New:

  kded-4.100.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.yYlKQP/_old  2014-06-10 14:37:23.0 +0200
+++ /var/tmp/diff_new_pack.yYlKQP/_new  2014-06-10 14:37:23.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   kded
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kcrash-devel = %{_kf5_version}
@@ -41,7 +41,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kded-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kded-4.99.0.tar.xz - kded-4.100.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.99.0/CMakeLists.txt 
new/kded-4.100.0/CMakeLists.txt
--- old/kded-4.99.0/CMakeLists.txt  2014-05-04 20:57:24.0 +0200
+++ new/kded-4.100.0/CMakeLists.txt 2014-06-01 12:38:57.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 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 4.99.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.99.0) # handled by release scripts
+set(KF5_VERSION 4.100.0) # handled by release scripts
+set(KF5_DEP_VERSION 4.100.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)
@@ -39,6 +39,9 @@
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
+if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po)
+kdoctools_install(po)
+endif()
 add_subdirectory(docs)
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.99.0/metainfo.yaml 
new/kded-4.100.0/metainfo.yaml
--- old/kded-4.99.0/metainfo.yaml   2014-05-04 20:57:24.0 +0200
+++ new/kded-4.100.0/metainfo.yaml  2014-06-01 12:38:57.0 +0200
@@ -8,4 +8,4 @@
 release: true
 framework-dependencies:
 # kded depends on CMake macros provided by kinit
-- kinit
+- KInit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.99.0/src/kded.cpp 
new/kded-4.100.0/src/kded.cpp
--- old/kded-4.99.0/src/kded.cpp2014-05-04 20:57:24.0 +0200
+++ new/kded-4.100.0/src/kded.cpp   2014-06-01 12:38:57.0 +0200
@@ -365,17 +365,25 @@
 }
 
 KDEDModule *module = 0;
-QString libname = kded_ + s-library();
-KPluginLoader loader(libname);
 
-KPluginFactory *factory = loader.factory();
-if (!factory) {
-qWarning()  Could not load library  libname  . [
-loader.errorString()  ];
-} else {
-// create the module
-module = factory-createKDEDModule(this);
+QString errorMessage;
+QStringList libNames;
+libNames  s-library()
+  kded_ + s-library(); // old-style naming
+Q_FOREACH(const QString libname, libNames) {
+KPluginLoader loader(libname);
+KPluginFactory *factory = loader.factory();
+if (factory) {
+// create the module
+module = factory-createKDEDModule(this);
+if (module) {
+break;
+}
+} else {
+errorMessage = loader.errorString();

commit kded for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-05-14 20:26:36

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.changes2014-04-02 
17:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-05-14 
20:26:58.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  kded-4.98.0.tar.xz

New:

  kded-4.99.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.jN0CnK/_old  2014-05-14 20:26:58.0 +0200
+++ /var/tmp/diff_new_pack.jN0CnK/_new  2014-05-14 20:26:58.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   kded
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kcrash-devel = %{_kf5_version}
@@ -83,7 +83,7 @@
 %doc COPYING* README*
 %{_kf5_libdir}/libkdeinit5_kded5.so
 %{_kf5_bindir}/kded5
-%{_kf5_datadir}/dbus-1/services/org.kde.kded5.service
+%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kdedmodule.desktop
 

++ kded-4.98.0.tar.xz - kded-4.99.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.98.0/CMakeLists.txt 
new/kded-4.99.0/CMakeLists.txt
--- old/kded-4.98.0/CMakeLists.txt  2014-03-29 07:54:44.0 +0100
+++ new/kded-4.99.0/CMakeLists.txt  2014-05-04 20:57:24.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 0.0.12 REQUIRED NO_MODULE)
+find_package(ECM 0.0.13 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
@@ -12,14 +12,15 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 4.98.0)
-find_package(KF5Config ${KF5_VERSION} REQUIRED)
-find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED)
-find_package(KF5Crash ${KF5_VERSION} REQUIRED)
-find_package(KF5DBusAddons ${KF5_VERSION} REQUIRED)
-find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
-find_package(KF5Init ${KF5_VERSION} REQUIRED)
-find_package(KF5Service ${KF5_VERSION} REQUIRED)
+set(KF5_VERSION 4.99.0) # handled by release scripts
+set(KF5_DEP_VERSION 4.99.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)
+find_package(KF5DBusAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Init ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 
 include(FeatureSummary)
 include(ECMPackageConfigHelpers)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.98.0/kded.yaml new/kded-4.99.0/kded.yaml
--- old/kded-4.98.0/kded.yaml   2014-03-29 07:54:44.0 +0100
+++ new/kded-4.99.0/kded.yaml   1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-tier: 3
-
-framework-dependencies:
-# kded depends on CMake macros provided by kinit
-- kinit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.98.0/metainfo.yaml 
new/kded-4.99.0/metainfo.yaml
--- old/kded-4.98.0/metainfo.yaml   1970-01-01 01:00:00.0 +0100
+++ new/kded-4.99.0/metainfo.yaml   2014-05-04 20:57:24.0 +0200
@@ -0,0 +1,11 @@
+maintainer: afiestas
+description: Extensible deamon for providing system level services
+tier: 3
+type: solution
+platforms:
+portingAid: false
+deprecated: false
+release: true
+framework-dependencies:
+# kded depends on CMake macros provided by kinit
+- kinit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-4.98.0/src/CMakeLists.txt 
new/kded-4.99.0/src/CMakeLists.txt
--- old/kded-4.98.0/src/CMakeLists.txt  2014-03-29 07:54:44.0 +0100
+++ new/kded-4.99.0/src/CMakeLists.txt  2014-05-04 20:57:24.0 +0200
@@ -20,27 +20,22 @@
 target_compile_definitions(kdeinit_kded5 PRIVATE
 KCONF_UPDATE_EXE=$TARGET_FILE:KF5::kconf_update
 )
+target_compile_definitions(kded5 PRIVATE
+