commit kdbusaddons for openSUSE:Factory

2020-10-12 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Oct 12 13:54:15 2020 rev:83 rq:840808 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-09-18 
14:39:40.843910252 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3486/kdbusaddons.changes
2020-10-12 13:55:45.166127104 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 08:33:03 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:
+  * Relicense files to LGPL-2.0-or-later
+
+---

Old:

  kdbusaddons-5.74.0.tar.xz
  kdbusaddons-5.74.0.tar.xz.sig

New:

  kdbusaddons-5.75.0.tar.xz
  kdbusaddons-5.75.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.53yzVL/_old  2020-10-12 13:55:46.054127465 +0200
+++ /var/tmp/diff_new_pack.53yzVL/_new  2020-10-12 13:55:46.058127466 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.74.0.tar.xz -> kdbusaddons-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.74.0/CMakeLists.txt 
new/kdbusaddons-5.75.0/CMakeLists.txt
--- old/kdbusaddons-5.74.0/CMakeLists.txt   2020-09-06 12:19:33.0 
+0200
+++ new/kdbusaddons-5.75.0/CMakeLists.txt   2020-10-04 20:41:41.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.74.0/autotests/deadservicetest.cpp 
new/kdbusaddons-5.75.0/autotests/deadservicetest.cpp
--- old/kdbusaddons-5.74.0/autotests/deadservicetest.cpp2020-09-06 
12:19:33.0 +0200
+++ new/kdbusaddons-5.75.0/autotests/deadservicetest.cpp2020-10-04 
20:41:41.0 +0200
@@ -3,7 +3,7 @@
 
 SPDX-FileCopyrightText: 2019 Harald Sitter 
 
-SPDX-License-Identifier: LGPL-2.0-only
+SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdbusaddons-5.74.0/autotests/kdbusinterprocesslocktest.cpp 
new/kdbusaddons-5.75.0/autotests/kdbusinterprocesslocktest.cpp
--- old/kdbusaddons-5.74.0/autotests/kdbusinterprocesslocktest.cpp  
2020-09-06 12:19:33.0 +0200
+++ new/kdbusaddons-5.75.0/autotests/kdbusinterprocesslocktest.cpp  
2020-10-04 20:41:41.0 +0200
@@ -3,7 +3,7 @@
 
 SPDX-FileCopyrightText: 2011 Kevin Ottens 
 
-SPDX-License-Identifier: LGPL-2.0-only
+SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.74.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.75.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.74.0/autotests/kdbusservicetest.cpp   2020-09-06 
12:19:33.0 +0200
+++ new/kdbusaddons-5.75.0/autotests/kdbusservicetest.cpp   2020-10-04 
20:41:41.0 +0200
@@ -5,7 +5,7 @@
 SPDX-FileCopyrightText: 2011 David Faure 
 SPDX-FileCopyrightText: 2011 Kevin Ottens 
 
-SPDX-License-Identifier: LGPL-2.0-only
+SPDX-License-Identifier: LGPL-2.0-or-later
 */
 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.74.0/autotests/kdbussimpleservice.cpp 

commit kdbusaddons for openSUSE:Factory

2020-09-18 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Sep 18 14:38:41 2020 rev:82 rq:834393 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-08-12 
12:27:01.252143340 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.4249/kdbusaddons.changes
2020-09-18 14:39:40.843910252 +0200
@@ -1,0 +2,10 @@
+Sun Sep  6 12:49:03 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:
+  * Remove obsolete COPYING files
+
+---

Old:

  kdbusaddons-5.73.0.tar.xz
  kdbusaddons-5.73.0.tar.xz.sig

New:

  kdbusaddons-5.74.0.tar.xz
  kdbusaddons-5.74.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.FZYyzg/_old  2020-09-18 14:39:41.819911123 +0200
+++ /var/tmp/diff_new_pack.FZYyzg/_new  2020-09-18 14:39:41.823911126 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.73.0.tar.xz -> kdbusaddons-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.73.0/CMakeLists.txt 
new/kdbusaddons-5.74.0/CMakeLists.txt
--- old/kdbusaddons-5.73.0/CMakeLists.txt   2020-08-01 21:43:24.0 
+0200
+++ new/kdbusaddons-5.74.0/CMakeLists.txt   2020-09-06 12:19:33.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
 project(KDBusAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.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/kdbusaddons-5.73.0/COPYING.LIB 
new/kdbusaddons-5.74.0/COPYING.LIB
--- old/kdbusaddons-5.73.0/COPYING.LIB  2020-08-01 21:43:24.0 +0200
+++ new/kdbusaddons-5.74.0/COPYING.LIB  1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin St, 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 Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-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 Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
-
-  When we speak of free software, we are referring to freedom of use,
-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 and use pieces of
-it in new free programs; and that you are 

commit kdbusaddons for openSUSE:Factory

2020-08-12 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Wed Aug 12 12:23:38 2020 rev:81 rq:825066 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-07-14 
07:53:06.340588252 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3399/kdbusaddons.changes
2020-08-12 12:27:01.252143340 +0200
@@ -1,0 +2,10 @@
+Sun Aug  2 07:13:14 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
+
+---

Old:

  kdbusaddons-5.72.0.tar.xz
  kdbusaddons-5.72.0.tar.xz.sig

New:

  kdbusaddons-5.73.0.tar.xz
  kdbusaddons-5.73.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.lHgp4J/_old  2020-08-12 12:27:02.344142322 +0200
+++ /var/tmp/diff_new_pack.lHgp4J/_new  2020-08-12 12:27:02.344142322 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later
@@ -108,6 +108,7 @@
 %license LICENSES/*
 %doc README*
 %{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5DBusAddons.so.*
 
 %files tools


++ kdbusaddons-5.72.0.tar.xz -> kdbusaddons-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.72.0/CMakeLists.txt 
new/kdbusaddons-5.73.0/CMakeLists.txt
--- old/kdbusaddons-5.72.0/CMakeLists.txt   2020-07-04 15:08:48.0 
+0200
+++ new/kdbusaddons-5.73.0/CMakeLists.txt   2020-08-01 21:43:24.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.72.0/po/ca/kdbusaddons5_qt.po 
new/kdbusaddons-5.73.0/po/ca/kdbusaddons5_qt.po
--- old/kdbusaddons-5.72.0/po/ca/kdbusaddons5_qt.po 2020-07-04 
15:08:48.0 +0200
+++ new/kdbusaddons-5.73.0/po/ca/kdbusaddons5_qt.po 2020-08-01 
21:43:24.0 +0200
@@ -1,16 +1,16 @@
 # Translation of kdbusaddons5_qt.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2014.
-# Antoni Bella Pérez , 2015.
+# Antoni Bella Pérez , 2015, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdbusaddons5_qt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2015-11-07 14:24+0100\n"
+"PO-Revision-Date: 2020-07-14 13:16+0200\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -20,17 +20,18 @@
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: tools/kquitapp/kquitapp.cpp:19
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "Surt fàcilment d'una aplicació activada des de D-Bus"
+msgstr "Surt amb facilitat d'una aplicació amb el D-Bus activat"
 
 #: tools/kquitapp/kquitapp.cpp:20
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
-msgstr "Nom complet del servei, substitueix el nom subministrat de l'aplicació"
+msgstr ""
+"Nom complet del servei, substitueix el nom subministrat per l'aplicació"

commit kdbusaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Jul 14 07:52:16 2020 rev:80 rq:820353 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-06-16 
13:42:33.977054718 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3060/kdbusaddons.changes
2020-07-14 07:53:06.340588252 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:13 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:

  kdbusaddons-5.71.0.tar.xz
  kdbusaddons-5.71.0.tar.xz.sig

New:

  kdbusaddons-5.72.0.tar.xz
  kdbusaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.SadYiZ/_old  2020-07-14 07:53:07.092590687 +0200
+++ /var/tmp/diff_new_pack.SadYiZ/_new  2020-07-14 07:53:07.092590687 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -106,18 +105,19 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5DBusAddons.so.*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5DBusAddons.so.*
 
 %files tools
 %{_kf5_bindir}/kquitapp5
 
 %files devel
-%{_kf5_libdir}/libKF5DBusAddons.so
-%{_kf5_libdir}/cmake/KF5DBusAddons/
+%license LICENSES/*
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5DBusAddons/
+%{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_mkspecsdir}/qt_KDBusAddons.pri
 
 %changelog


++ kdbusaddons-5.71.0.tar.xz -> kdbusaddons-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.71.0/CMakeLists.txt 
new/kdbusaddons-5.72.0/CMakeLists.txt
--- old/kdbusaddons-5.71.0/CMakeLists.txt   2020-06-07 20:24:56.0 
+0200
+++ new/kdbusaddons-5.72.0/CMakeLists.txt   2020-07-04 15:08:48.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.71.0/po/sr/kdbusaddons5_qt.po 
new/kdbusaddons-5.72.0/po/sr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.71.0/po/sr/kdbusaddons5_qt.po 2020-06-07 
20:24:56.0 +0200
+++ new/kdbusaddons-5.72.0/po/sr/kdbusaddons5_qt.po 2020-07-04 
15:08:48.0 +0200
@@ -18,33 +18,33 @@
 "X-Environment: kde\n"
 "X-Qt-Contexts: true\n"
 
-#: tools/kquitapp/kquitapp.cpp:31
+#: tools/kquitapp/kquitapp.cpp:19
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
 msgstr "Једноставо напустите програм опремљен д‑бусом"
 
-#: tools/kquitapp/kquitapp.cpp:32
+#: tools/kquitapp/kquitapp.cpp:20
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
 msgstr "Пуно име сервиса, потискује дато име програма"
 
-#: tools/kquitapp/kquitapp.cpp:33
+#: tools/kquitapp/kquitapp.cpp:21
 msgctxt "main|"
 msgid "Path in the D-Bus interface to use"
 msgstr "Путања у д‑бус сучељу"
 
-#: tools/kquitapp/kquitapp.cpp:34
+#: tools/kquitapp/kquitapp.cpp:22
 msgctxt "main|"
 msgid "The name of the application to quit"
 msgstr "Име програма који се напушта"
 
-#: tools/kquitapp/kquitapp.cpp:57
+#: tools/kquitapp/kquitapp.cpp:45
 #, qt-format
 msgctxt 

commit kdbusaddons for openSUSE:Factory

2020-06-16 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Jun 16 13:41:41 2020 rev:79 rq:814348 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-05-11 
13:28:51.927546860 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3606/kdbusaddons.changes
2020-06-16 13:42:33.977054718 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:06:28 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
+- No code change since 5.70.0
+
+---

Old:

  kdbusaddons-5.70.0.tar.xz
  kdbusaddons-5.70.0.tar.xz.sig

New:

  kdbusaddons-5.71.0.tar.xz
  kdbusaddons-5.71.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.9EJWfG/_old  2020-06-16 13:42:35.021058523 +0200
+++ /var/tmp/diff_new_pack.9EJWfG/_new  2020-06-16 13:42:35.021058523 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.70.0.tar.xz -> kdbusaddons-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.70.0/.arcconfig 
new/kdbusaddons-5.71.0/.arcconfig
--- old/kdbusaddons-5.70.0/.arcconfig   2020-05-03 00:16:30.0 +0200
+++ new/kdbusaddons-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/kdbusaddons-5.70.0/CMakeLists.txt 
new/kdbusaddons-5.71.0/CMakeLists.txt
--- old/kdbusaddons-5.70.0/CMakeLists.txt   2020-05-03 00:16:30.0 
+0200
+++ new/kdbusaddons-5.71.0/CMakeLists.txt   2020-06-07 20:24:56.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.70.0/po/az/kdbusaddons5_qt.po 
new/kdbusaddons-5.71.0/po/az/kdbusaddons5_qt.po
--- old/kdbusaddons-5.70.0/po/az/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.71.0/po/az/kdbusaddons5_qt.po 2020-06-07 
20:24:56.0 +0200
@@ -0,0 +1,52 @@
+# Xəyyam , 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2020-04-10 20:02+0400\n"
+"Last-Translator: Xəyyam \n"
+"Language-Team: Azerbaijani\n"
+"Language: az\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 19.12.3\n"
+
+#: tools/kquitapp/kquitapp.cpp:19
+msgctxt "main|"
+msgid "Quit a D-Bus enabled application easily"
+msgstr "D-Bus -un dəstəklədiyi tətbiqdən sadə yolla çıxış"
+
+#: tools/kquitapp/kquitapp.cpp:20
+msgctxt "main|"
+msgid "Full service name, overrides application name provided"
+msgstr "Xidmətin tam adı verilmiş tətbiqin adını aradan qaldırır"
+
+#: tools/kquitapp/kquitapp.cpp:21
+msgctxt "main|"
+msgid "Path in the D-Bus interface to use"
+msgstr "İstifadə üçün D-Bus interfeysinə keçid yolu"
+
+#: tools/kquitapp/kquitapp.cpp:22
+msgctxt "main|"
+msgid "The name of the application to quit"
+msgstr "Çıxılası tətbiqin adı"
+
+#: tools/kquitapp/kquitapp.cpp:45
+#, qt-format
+msgctxt "main|"
+msgid "Application %1 could not be found using service %2 and path %3."
+msgstr "%2 xidməti və %3 yolundakı  %1 tətbiqi tapıla bilmir"
+
+#: 

commit kdbusaddons for openSUSE:Factory

2020-05-11 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon May 11 13:27:35 2020 rev:78 rq:802074 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-04-15 
20:02:29.817933631 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.2738/kdbusaddons.changes
2020-05-11 13:28:51.927546860 +0200
@@ -1,0 +2,9 @@
+Sun May  3 09:39:49 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
+- No code change since 5.69.0
+
+---

Old:

  kdbusaddons-5.69.0.tar.xz
  kdbusaddons-5.69.0.tar.xz.sig

New:

  kdbusaddons-5.70.0.tar.xz
  kdbusaddons-5.70.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.St8M3Z/_old  2020-05-11 13:28:52.651548378 +0200
+++ /var/tmp/diff_new_pack.St8M3Z/_new  2020-05-11 13:28:52.655548386 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.69.0.tar.xz -> kdbusaddons-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.69.0/CMakeLists.txt 
new/kdbusaddons-5.70.0/CMakeLists.txt
--- old/kdbusaddons-5.69.0/CMakeLists.txt   2020-04-05 00:56:43.0 
+0200
+++ new/kdbusaddons-5.70.0/CMakeLists.txt   2020-05-03 00:16:30.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.69.0/po/en_GB/kdbusaddons5_qt.po 
new/kdbusaddons-5.70.0/po/en_GB/kdbusaddons5_qt.po
--- old/kdbusaddons-5.69.0/po/en_GB/kdbusaddons5_qt.po  2020-04-05 
00:56:43.0 +0200
+++ new/kdbusaddons-5.70.0/po/en_GB/kdbusaddons5_qt.po  2020-05-03 
00:16:30.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kquitapp\n"
 "PO-Revision-Date: 2014-06-28 11:04+0100\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.69.0/src/kdbusservice.h 
new/kdbusaddons-5.70.0/src/kdbusservice.h
--- old/kdbusaddons-5.69.0/src/kdbusservice.h   2020-04-05 00:56:43.0 
+0200
+++ new/kdbusaddons-5.70.0/src/kdbusservice.h   2020-05-03 00:16:30.0 
+0200
@@ -80,7 +80,10 @@
 Q_OBJECT
 
 public:
-/** Options to control the behaviour of KDBusService */
+/**
+ * Options to control the behaviour of KDBusService
+ * @see StartupOptions
+ */
 enum StartupOption {
 /**
  * Indicates that only one instance of this application should ever 
exist.
@@ -117,6 +120,9 @@
 };
 Q_ENUM(StartupOption)
 
+/**
+ * Stores a combination of #StartupOption values.
+ */
 Q_DECLARE_FLAGS(StartupOptions, StartupOption)
 Q_FLAG(StartupOptions)
 




commit kdbusaddons for openSUSE:Factory

2020-04-15 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Wed Apr 15 20:01:14 2020 rev:77 rq:793141 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-03-19 
19:43:56.167974510 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.2738/kdbusaddons.changes
2020-04-15 20:02:29.817933631 +0200
@@ -1,0 +2,10 @@
+Sun Apr  5 19:45:26 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
+- Changes since 5.68.0:
+  * Check correct file for sandbox detection
+
+---

Old:

  kdbusaddons-5.68.0.tar.xz
  kdbusaddons-5.68.0.tar.xz.sig

New:

  kdbusaddons-5.69.0.tar.xz
  kdbusaddons-5.69.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.891lj4/_old  2020-04-15 20:02:30.485934133 +0200
+++ /var/tmp/diff_new_pack.891lj4/_new  2020-04-15 20:02:30.485934133 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.68.0.tar.xz -> kdbusaddons-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.68.0/CMakeLists.txt 
new/kdbusaddons-5.69.0/CMakeLists.txt
--- old/kdbusaddons-5.68.0/CMakeLists.txt   2020-03-07 10:38:32.0 
+0100
+++ new/kdbusaddons-5.69.0/CMakeLists.txt   2020-04-05 00:56:43.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.68.0/po/nb/kdbusaddons5_qt.po 
new/kdbusaddons-5.69.0/po/nb/kdbusaddons5_qt.po
--- old/kdbusaddons-5.68.0/po/nb/kdbusaddons5_qt.po 2020-03-07 
10:38:32.0 +0100
+++ new/kdbusaddons-5.69.0/po/nb/kdbusaddons5_qt.po 2020-04-05 
00:56:43.0 +0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: kquitapp\n"
 "PO-Revision-Date: 2014-04-25 18:47+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
-"Language-Team: Norwegian Bokmål \n"
+"Language-Team: Norwegian Bokmål \n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.68.0/po/nn/kdbusaddons5_qt.po 
new/kdbusaddons-5.69.0/po/nn/kdbusaddons5_qt.po
--- old/kdbusaddons-5.68.0/po/nn/kdbusaddons5_qt.po 2020-03-07 
10:38:32.0 +0100
+++ new/kdbusaddons-5.69.0/po/nn/kdbusaddons5_qt.po 2020-04-05 
00:56:43.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kquitapp\n"
 "PO-Revision-Date: 2015-06-03 19:01+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
-"Language-Team: Norwegian Nynorsk \n"
+"Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.68.0/po/se/kdbusaddons5_qt.po 
new/kdbusaddons-5.69.0/po/se/kdbusaddons5_qt.po
--- old/kdbusaddons-5.68.0/po/se/kdbusaddons5_qt.po 2020-03-07 
10:38:32.0 +0100
+++ new/kdbusaddons-5.69.0/po/se/kdbusaddons5_qt.po 2020-04-05 
00:56:43.0 +0200
@@ -3,7 +3,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kquitapp\n"
-"Language-Team: Northern Sami \n"
+"Language-Team: Northern Sami \n"
 "Language: se\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -15,33 +15,33 @@
 "X-Text-Markup: qtrich\n"
 

commit kdbusaddons for openSUSE:Factory

2020-03-19 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Mar 19 19:42:06 2020 rev:76 rq:785310 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-02-14 
16:33:01.539440321 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.3160/kdbusaddons.changes
2020-03-19 19:43:56.167974510 +0100
@@ -1,0 +2,14 @@
+Sun Mar  8 09:17:41 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:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Deprecate KDBusConnectionPool
+  * KDbusAddons: Convert license statement to SPDX
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * Use a less convoluted way to check if it's in flatpak
+
+---

Old:

  kdbusaddons-5.67.0.tar.xz
  kdbusaddons-5.67.0.tar.xz.sig

New:

  kdbusaddons-5.68.0.tar.xz
  kdbusaddons-5.68.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.vBFTQZ/_old  2020-03-19 19:43:57.011975000 +0100
+++ /var/tmp/diff_new_pack.vBFTQZ/_new  2020-03-19 19:43:57.043975018 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.67.0.tar.xz -> kdbusaddons-5.68.0.tar.xz ++
 4036 lines of diff (skipped)




commit kdbusaddons for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2020-02-14 16:31:58

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


Package is "kdbusaddons"

Fri Feb 14 16:31:58 2020 rev:75 rq:773248 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2020-01-14 
21:03:59.182671302 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.26092/kdbusaddons.changes   
2020-02-14 16:33:01.539440321 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:06:50 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:36 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:

  kdbusaddons-5.66.0.tar.xz
  kdbusaddons-5.66.0.tar.xz.sig

New:

  kdbusaddons-5.67.0.tar.xz
  kdbusaddons-5.67.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.5snT4q/_old  2020-02-14 16:33:01.991440573 +0100
+++ /var/tmp/diff_new_pack.5snT4q/_new  2020-02-14 16:33:01.995440575 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later
@@ -40,11 +40,11 @@
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.12.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -75,7 +75,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.11.0
+Requires:   cmake(Qt5DBus) >= 5.12.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
@@ -88,7 +88,7 @@
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kdbusaddons-5.66.0.tar.xz -> kdbusaddons-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.66.0/CMakeLists.txt 
new/kdbusaddons-5.67.0/CMakeLists.txt
--- old/kdbusaddons-5.66.0/CMakeLists.txt   2020-01-04 11:05:45.0 
+0100
+++ new/kdbusaddons-5.67.0/CMakeLists.txt   2020-02-02 13:46:03.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.66.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.67.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.66.0/po/zh_CN/kdbusaddons5_qt.po  2020-01-04 
11:05:45.0 +0100
+++ new/kdbusaddons-5.67.0/po/zh_CN/kdbusaddons5_qt.po  2020-02-02 
13:46:03.0 +0100
@@ -2,8 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-11-19 23:01\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-20 21:49\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -11,7 +10,6 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 

commit kdbusaddons for openSUSE:Factory

2020-01-14 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Jan 14 21:00:09 2020 rev:74 rq:763447 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-12-18 
14:42:28.301778161 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.6675/kdbusaddons.changes
2020-01-14 21:03:59.182671302 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:02:04 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:

  kdbusaddons-5.65.0.tar.xz
  kdbusaddons-5.65.0.tar.xz.sig

New:

  kdbusaddons-5.66.0.tar.xz
  kdbusaddons-5.66.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.o7p0K9/_old  2020-01-14 21:04:00.378671856 +0100
+++ /var/tmp/diff_new_pack.o7p0K9/_new  2020-01-14 21:04:00.378671856 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.65.0.tar.xz -> kdbusaddons-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.65.0/CMakeLists.txt 
new/kdbusaddons-5.66.0/CMakeLists.txt
--- old/kdbusaddons-5.65.0/CMakeLists.txt   2019-12-07 22:41:15.0 
+0100
+++ new/kdbusaddons-5.66.0/CMakeLists.txt   2020-01-04 11:05:45.0 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
 project(KDBusAddons 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)
 
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.65.0/po/zh_TW/kdbusaddons5_qt.po 
new/kdbusaddons-5.66.0/po/zh_TW/kdbusaddons5_qt.po
--- old/kdbusaddons-5.65.0/po/zh_TW/kdbusaddons5_qt.po  2019-12-07 
22:41:15.0 +0100
+++ new/kdbusaddons-5.66.0/po/zh_TW/kdbusaddons5_qt.po  2020-01-04 
11:05:45.0 +0100
@@ -4,7 +4,7 @@
 "Project-Id-Version: \n"
 "PO-Revision-Date: 2017-11-11 20:13+0800\n"
 "Last-Translator: Franklin Weng \n"
-"Language-Team: Chinese \n"
+"Language-Team: Chinese \n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit kdbusaddons for openSUSE:Factory

2019-12-18 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Wed Dec 18 14:40:27 2019 rev:73 rq:757022 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-11-12 
11:43:53.718629929 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.4691/kdbusaddons.changes
2019-12-18 14:42:28.301778161 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:26 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:
+  * Include API to generically implement --replace arguments
+
+---

Old:

  kdbusaddons-5.64.0.tar.xz
  kdbusaddons-5.64.0.tar.xz.sig

New:

  kdbusaddons-5.65.0.tar.xz
  kdbusaddons-5.65.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.zfUvGP/_old  2019-12-18 14:42:28.865778419 +0100
+++ /var/tmp/diff_new_pack.zfUvGP/_new  2019-12-18 14:42:28.865778419 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.64.0.tar.xz -> kdbusaddons-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.64.0/CMakeLists.txt 
new/kdbusaddons-5.65.0/CMakeLists.txt
--- old/kdbusaddons-5.64.0/CMakeLists.txt   2019-11-02 13:53:56.0 
+0100
+++ new/kdbusaddons-5.65.0/CMakeLists.txt   2019-12-07 22:41:15.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -50,7 +50,6 @@
 endif()
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.64.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.65.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.64.0/po/zh_CN/kdbusaddons5_qt.po  2019-11-02 
13:53:56.0 +0100
+++ new/kdbusaddons-5.65.0/po/zh_CN/kdbusaddons5_qt.po  2019-12-07 
22:41:15.0 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-10-09 09:45\n"
+"PO-Revision-Date: 2019-11-19 23:01\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.64.0/src/kdbusservice.cpp 
new/kdbusaddons-5.65.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.64.0/src/kdbusservice.cpp 2019-11-02 13:53:56.0 
+0100
+++ new/kdbusaddons-5.65.0/src/kdbusservice.cpp 2019-12-07 22:41:15.0 
+0100
@@ -196,7 +196,14 @@
 return;
 }
 
-if (options & KDBusService::Unique) {
+if (options & KDBusService::Replace) {
+auto message = QDBusMessage::createMethodCall(d->serviceName,
+
QStringLiteral("/MainApplication"),
+

commit kdbusaddons for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2019-11-12 11:43:50

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


Package is "kdbusaddons"

Tue Nov 12 11:43:50 2019 rev:72 rq:747099 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-10-14 
13:34:42.134460794 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.2990/kdbusaddons.changes
2019-11-12 11:43:53.718629929 +0100
@@ -1,0 +2,9 @@
+Sun Nov  3 15:46:54 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:

  kdbusaddons-5.63.0.tar.xz
  kdbusaddons-5.63.0.tar.xz.sig

New:

  kdbusaddons-5.64.0.tar.xz
  kdbusaddons-5.64.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.fDdWCL/_old  2019-11-12 11:43:54.238630477 +0100
+++ /var/tmp/diff_new_pack.fDdWCL/_new  2019-11-12 11:43:54.238630477 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.63.0.tar.xz -> kdbusaddons-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.63.0/CMakeLists.txt 
new/kdbusaddons-5.64.0/CMakeLists.txt
--- old/kdbusaddons-5.63.0/CMakeLists.txt   2019-10-06 11:43:54.0 
+0200
+++ new/kdbusaddons-5.64.0/CMakeLists.txt   2019-11-02 13:53:56.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -50,6 +50,7 @@
 endif()
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.63.0/po/gl/kdbusaddons5_qt.po 
new/kdbusaddons-5.64.0/po/gl/kdbusaddons5_qt.po
--- old/kdbusaddons-5.63.0/po/gl/kdbusaddons5_qt.po 2019-10-06 
11:43:54.0 +0200
+++ new/kdbusaddons-5.64.0/po/gl/kdbusaddons5_qt.po 2019-11-02 
13:53:56.0 +0100
@@ -1,27 +1,28 @@
 # Marce Villarino , 2014.
-# Adrián Chaves (Gallaecio) , 2017.
+# Adrián Chaves (Gallaecio) , 2017, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2017-09-08 19:51+0100\n"
+"PO-Revision-Date: 2019-10-19 22:29+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
-"Language-Team: Galician \n"
+"Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 19.11.70\n"
 "X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "Sae facilmente de aplicativos compatíbeis con D-Bus"
+msgstr "Sae facilmente de aplicacións compatíbeis con D-Bus"
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
-msgstr "Nome completo do servizo, sobreponse ao fornecido polo aplicativo"
+msgstr "Nome completo do servizo, sobreponse ao fornecido pola aplicación"
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt "main|"
@@ -31,13 +32,13 @@
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt "main|"
 msgid "The name of the application to quit"
-msgstr "O nome do aplicativo do que saír"
+msgstr "O nome da aplicación da que saír"
 
 #: 

commit kdbusaddons for openSUSE:Factory

2019-10-14 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Oct 14 13:34:30 2019 rev:71 rq:738017 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-09-23 
12:22:16.749758971 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.2352/kdbusaddons.changes
2019-10-14 13:34:42.134460794 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:24 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:

  kdbusaddons-5.62.0.tar.xz
  kdbusaddons-5.62.0.tar.xz.sig

New:

  kdbusaddons-5.63.0.tar.xz
  kdbusaddons-5.63.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.mttVaY/_old  2019-10-14 13:34:42.694459334 +0200
+++ /var/tmp/diff_new_pack.mttVaY/_new  2019-10-14 13:34:42.698459324 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later
@@ -40,11 +40,11 @@
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
 %endif
 
 %description
@@ -75,7 +75,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.6.0
+Requires:   cmake(Qt5DBus) >= 5.11.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to


++ kdbusaddons-5.62.0.tar.xz -> kdbusaddons-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.62.0/CMakeLists.txt 
new/kdbusaddons-5.63.0/CMakeLists.txt
--- old/kdbusaddons-5.62.0/CMakeLists.txt   2019-09-07 15:57:05.0 
+0200
+++ new/kdbusaddons-5.63.0/CMakeLists.txt   2019-10-06 11:43:54.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.62.0/src/CMakeLists.txt 
new/kdbusaddons-5.63.0/src/CMakeLists.txt
--- old/kdbusaddons-5.62.0/src/CMakeLists.txt   2019-09-07 15:57:05.0 
+0200
+++ new/kdbusaddons-5.63.0/src/CMakeLists.txt   2019-10-06 11:43:54.0 
+0200
@@ -94,6 +94,8 @@
 LINK_QCHS
 Qt5DBus_QCH
 Qt5Core_QCH
+INCLUDE_DIRS
+${CMAKE_CURRENT_BINARY_DIR}
 BLANK_MACROS
 KDBUSADDONS_EXPORT
 KDBUSADDONS_DEPRECATED




commit kdbusaddons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Sep 23 12:22:14 2019 rev:70 rq:730917 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-08-19 
21:04:25.848901099 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.7948/kdbusaddons.changes
2019-09-23 12:22:16.749758971 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:37 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
+  * make deadservicetest unix exclusive
+  * remove useless moc include
+  * fix race on kcrash auto-restarts
+
+---

Old:

  kdbusaddons-5.61.0.tar.xz
  kdbusaddons-5.61.0.tar.xz.sig

New:

  kdbusaddons-5.62.0.tar.xz
  kdbusaddons-5.62.0.tar.xz.sig



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.FEbpBV/_old  2019-09-23 12:22:17.641758825 +0200
+++ /var/tmp/diff_new_pack.FEbpBV/_new  2019-09-23 12:22:17.641758825 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later


++ kdbusaddons-5.61.0.tar.xz -> kdbusaddons-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.61.0/CMakeLists.txt 
new/kdbusaddons-5.62.0/CMakeLists.txt
--- old/kdbusaddons-5.61.0/CMakeLists.txt   2019-08-03 21:52:28.0 
+0200
+++ new/kdbusaddons-5.62.0/CMakeLists.txt   2019-09-07 15:57:05.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.61.0/autotests/CMakeLists.txt 
new/kdbusaddons-5.62.0/autotests/CMakeLists.txt
--- old/kdbusaddons-5.61.0/autotests/CMakeLists.txt 2019-08-03 
21:52:28.0 +0200
+++ new/kdbusaddons-5.62.0/autotests/CMakeLists.txt 2019-09-07 
15:57:05.0 +0200
@@ -5,6 +5,18 @@
 
 include(ECMAddTests)
 
+if(UNIX)
+add_executable(kdbussimpleservice kdbussimpleservice.cpp)
+target_link_libraries(kdbussimpleservice Qt5::Core KF5::DBusAddons)
+
+ecm_add_tests(
+deadservicetest.cpp
+LINK_LIBRARIES Qt5::Test KF5::DBusAddons
+)
+
+add_dependencies(deadservicetest kdbussimpleservice)
+endif()
+
 ecm_add_tests(
 kdbusinterprocesslocktest.cpp
 kdbusservicetest.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.61.0/autotests/deadservicetest.cpp 
new/kdbusaddons-5.62.0/autotests/deadservicetest.cpp
--- old/kdbusaddons-5.61.0/autotests/deadservicetest.cpp1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.62.0/autotests/deadservicetest.cpp2019-09-07 
15:57:05.0 +0200
@@ -0,0 +1,114 @@
+/* This file is part of libkdbus
+
+   Copyright (c) 2019 Harald Sitter 
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License version 2 as published by the Free Software Foundation.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public License
+   along with this 

commit kdbusaddons for openSUSE:Factory

2019-08-19 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Aug 19 21:03:47 2019 rev:69 rq:722454 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-07-26 
12:11:43.322839001 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.22127/kdbusaddons.changes   
2019-08-19 21:04:25.848901099 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:15 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
+- No code change since 5.60.0
+
+---
+Fri Jul 19 11:39:39 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kdbusaddons-5.60.0.tar.xz

New:

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



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.EoNfMo/_old  2019-08-19 21:04:26.300901026 +0200
+++ /var/tmp/diff_new_pack.EoNfMo/_new  2019-08-19 21:04:26.304901025 +0200
@@ -17,21 +17,25 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:Convenience classes for QtDBus
 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
-Source1:baselibs.conf
+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
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -81,9 +85,6 @@
 
 %prep
 %setup -q
-%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 -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert

++ kdbusaddons-5.60.0.tar.xz -> kdbusaddons-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.60.0/CMakeLists.txt 
new/kdbusaddons-5.61.0/CMakeLists.txt
--- old/kdbusaddons-5.60.0/CMakeLists.txt   2019-07-07 20:31:58.0 
+0200
+++ new/kdbusaddons-5.61.0/CMakeLists.txt   2019-08-03 21:52:28.0 
+0200
@@ -1,15 +1,15 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
 project(KDBusAddons 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})
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.60.0/po/gl/kdbusaddons5_qt.po 
new/kdbusaddons-5.61.0/po/gl/kdbusaddons5_qt.po
--- old/kdbusaddons-5.60.0/po/gl/kdbusaddons5_qt.po 2019-07-07 
20:31:58.0 +0200
+++ new/kdbusaddons-5.61.0/po/gl/kdbusaddons5_qt.po 2019-08-03 
21:52:28.0 +0200
@@ -10,9 +10,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kdbusaddons for openSUSE:Factory

2019-07-26 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Jul 26 12:11:39 2019 rev:68 rq:715866 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-06-22 
11:10:19.720421050 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.4126/kdbusaddons.changes
2019-07-26 12:11:43.322839001 +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:

  kdbusaddons-5.59.0.tar.xz

New:

  kdbusaddons-5.60.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.AR2Yoo/_old  2019-07-26 12:11:43.934838913 +0200
+++ /var/tmp/diff_new_pack.AR2Yoo/_new  2019-07-26 12:11:43.934838913 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.59.0.tar.xz -> kdbusaddons-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.59.0/CMakeLists.txt 
new/kdbusaddons-5.60.0/CMakeLists.txt
--- old/kdbusaddons-5.59.0/CMakeLists.txt   2019-06-01 18:54:06.0 
+0200
+++ new/kdbusaddons-5.60.0/CMakeLists.txt   2019-07-07 20:31:58.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
@@ -86,6 +86,6 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}  COMPONENT Devel )
 
 # contains list of debug categories, for kdebugsettings
-install(FILES kdbusaddons.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES kdbusaddons.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.59.0/po/ca@valencia/kdbusaddons5_qt.po 
new/kdbusaddons-5.60.0/po/ca@valencia/kdbusaddons5_qt.po
--- old/kdbusaddons-5.59.0/po/ca@valencia/kdbusaddons5_qt.po2019-06-01 
18:54:06.0 +0200
+++ new/kdbusaddons-5.60.0/po/ca@valencia/kdbusaddons5_qt.po2019-07-07 
20:31:58.0 +0200
@@ -1,26 +1,28 @@
 # Translation of kdbusaddons5_qt.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2014.
 # Antoni Bella Pérez , 2015.
+# Empar , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdbusaddons5_qt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2015-11-07 14:24+0100\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2019-06-17 13:12+0200\n"
+"Last-Translator: Empar \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: 

commit kdbusaddons for openSUSE:Factory

2019-06-22 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Sat Jun 22 11:09:24 2019 rev:67 rq:710728 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-05-21 
10:26:46.183520378 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.4615/kdbusaddons.changes
2019-06-22 11:10:19.720421050 +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:

  kdbusaddons-5.58.0.tar.xz

New:

  kdbusaddons-5.59.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.s09c8Z/_old  2019-06-22 11:10:21.192423219 +0200
+++ /var/tmp/diff_new_pack.s09c8Z/_new  2019-06-22 11:10:21.224423266 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.58.0.tar.xz -> kdbusaddons-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.58.0/CMakeLists.txt 
new/kdbusaddons-5.59.0/CMakeLists.txt
--- old/kdbusaddons-5.58.0/CMakeLists.txt   2019-05-07 13:20:28.0 
+0200
+++ new/kdbusaddons-5.59.0/CMakeLists.txt   2019-06-01 18:54:06.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.58.0/po/ko/kdbusaddons5_qt.po 
new/kdbusaddons-5.59.0/po/ko/kdbusaddons5_qt.po
--- old/kdbusaddons-5.58.0/po/ko/kdbusaddons5_qt.po 2019-05-07 
13:20:28.0 +0200
+++ new/kdbusaddons-5.59.0/po/ko/kdbusaddons5_qt.po 2019-06-01 
18:54:06.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kquitapp\n"
 "PO-Revision-Date: 2014-04-28 02:10+0900\n"
 "Last-Translator: Shinjo Park \n"
-"Language-Team: Korean \n"
+"Language-Team: Korean \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit kdbusaddons for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2019-05-21 10:26:42

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


Package is "kdbusaddons"

Tue May 21 10:26:42 2019 rev:66 rq:703339 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-04-19 
21:22:22.867721166 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.5148/kdbusaddons.changes
2019-05-21 10:26:46.183520378 +0200
@@ -1,0 +2,9 @@
+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
+- No code changes since 5.57.0
+
+---

Old:

  kdbusaddons-5.57.0.tar.xz

New:

  kdbusaddons-5.58.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.NlKGcL/_old  2019-05-21 10:26:47.335519936 +0200
+++ /var/tmp/diff_new_pack.NlKGcL/_new  2019-05-21 10:26:47.367519923 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.57.0.tar.xz -> kdbusaddons-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.57.0/CMakeLists.txt 
new/kdbusaddons-5.58.0/CMakeLists.txt
--- old/kdbusaddons-5.57.0/CMakeLists.txt   2019-04-07 09:26:02.0 
+0200
+++ new/kdbusaddons-5.58.0/CMakeLists.txt   2019-05-07 13:20:28.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.57.0/po/ko/kdbusaddons5_qt.po 
new/kdbusaddons-5.58.0/po/ko/kdbusaddons5_qt.po
--- old/kdbusaddons-5.57.0/po/ko/kdbusaddons5_qt.po 2019-04-07 
09:26:02.0 +0200
+++ new/kdbusaddons-5.58.0/po/ko/kdbusaddons5_qt.po 2019-05-07 
13:20:28.0 +0200
@@ -14,7 +14,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
 "X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.57.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.58.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.57.0/po/zh_CN/kdbusaddons5_qt.po  2019-04-07 
09:26:02.0 +0200
+++ new/kdbusaddons-5.58.0/po/zh_CN/kdbusaddons5_qt.po  2019-05-07 
13:20:28.0 +0200
@@ -2,8 +2,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-03-07 09:22\n"
-"Last-Translator: guoyunhe \n"
+"PO-Revision-Date: 2019-05-05 22:21\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"




commit kdbusaddons for openSUSE:Factory

2019-04-19 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Apr 19 21:21:34 2019 rev:65 rq:695210 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-03-21 
09:44:43.750919258 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.5536/kdbusaddons.changes
2019-04-19 21:22:22.867721166 +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:
+  * Convert two old-style connects to new-style
+  * It compiles fine without deprecated method
+
+---

Old:

  kdbusaddons-5.56.0.tar.xz

New:

  kdbusaddons-5.57.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.bpfRYx/_old  2019-04-19 21:22:23.339721766 +0200
+++ /var/tmp/diff_new_pack.bpfRYx/_new  2019-04-19 21:22:23.343721771 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.56.0.tar.xz -> kdbusaddons-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.56.0/.gitignore 
new/kdbusaddons-5.57.0/.gitignore
--- old/kdbusaddons-5.56.0/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/kdbusaddons-5.57.0/.gitignore   2019-04-07 09:26:02.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/kdbusaddons-5.56.0/CMakeLists.txt 
new/kdbusaddons-5.57.0/CMakeLists.txt
--- old/kdbusaddons-5.56.0/CMakeLists.txt   2019-03-02 14:36:41.0 
+0100
+++ new/kdbusaddons-5.57.0/CMakeLists.txt   2019-04-07 09:26:02.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -49,6 +49,7 @@
 ecm_install_po_files_as_qm(po)
 endif()
 add_definitions(-DQT_NO_FOREACH)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.56.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.57.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.56.0/po/id/kdbusaddons5_qt.po 2019-03-02 
14:36:41.0 +0100
+++ new/kdbusaddons-5.57.0/po/id/kdbusaddons5_qt.po 2019-04-07 
09:26:02.0 +0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.56.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.57.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.56.0/po/zh_CN/kdbusaddons5_qt.po  2019-03-02 
14:36:41.0 +0100
+++ new/kdbusaddons-5.57.0/po/zh_CN/kdbusaddons5_qt.po  2019-04-07 
09:26:02.0 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-02-20 23:16\n"
+"PO-Revision-Date: 2019-03-07 09:22\n"
 

commit kdbusaddons for openSUSE:Factory

2019-03-21 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Mar 21 09:44:22 2019 rev:64 rq:686728 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-02-28 
21:28:47.977824820 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.28833/kdbusaddons.changes   
2019-03-21 09:44:43.750919258 +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:
+  * Make it compile without Q_FOREACH
+
+---

Old:

  kdbusaddons-5.55.0.tar.xz

New:

  kdbusaddons-5.56.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.Nq4LDQ/_old  2019-03-21 09:44:44.146919167 +0100
+++ /var/tmp/diff_new_pack.Nq4LDQ/_new  2019-03-21 09:44:44.146919167 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.55.0.tar.xz -> kdbusaddons-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.55.0/CMakeLists.txt 
new/kdbusaddons-5.56.0/CMakeLists.txt
--- old/kdbusaddons-5.55.0/CMakeLists.txt   2019-02-03 00:55:06.0 
+0100
+++ new/kdbusaddons-5.56.0/CMakeLists.txt   2019-03-02 14:36:41.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -48,7 +48,7 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
-
+add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.55.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.56.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.55.0/po/id/kdbusaddons5_qt.po 2019-02-03 
00:55:06.0 +0100
+++ new/kdbusaddons-5.56.0/po/id/kdbusaddons5_qt.po 2019-03-02 
14:36:41.0 +0100
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.55.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.56.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.55.0/po/zh_CN/kdbusaddons5_qt.po  2019-02-03 
00:55:06.0 +0100
+++ new/kdbusaddons-5.56.0/po/zh_CN/kdbusaddons5_qt.po  2019-03-02 
14:36:41.0 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-01-27 22:57\n"
+"PO-Revision-Date: 2019-02-20 23:16\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.55.0/src/kdbusservice.cpp 
new/kdbusaddons-5.56.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.55.0/src/kdbusservice.cpp 2019-02-03 00:55:06.0 
+0100
+++ new/kdbusaddons-5.56.0/src/kdbusservice.cpp 2019-03-02 14:36:41.0 
+0100
@@ -59,7 +59,7 @@
 if (parts.isEmpty()) {
 reversedDomain = QStringLiteral("local.");
 } else {
-Q_FOREACH (const QString , parts) {
+for (const 

commit kdbusaddons for openSUSE:Factory

2019-02-28 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Feb 28 21:28:46 2019 rev:63 rq:678676 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-02-14 
14:24:32.463897714 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.28833/kdbusaddons.changes   
2019-02-28 21:28:47.977824820 +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:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.HfrVAR/_old  2019-02-28 21:28:48.745824564 +0100
+++ /var/tmp/diff_new_pack.HfrVAR/_new  2019-02-28 21:28:48.745824564 +0100
@@ -81,6 +81,9 @@
 
 %prep
 %setup -q
+%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 -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert




commit kdbusaddons for openSUSE:Factory

2019-02-14 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Feb 14 14:24:29 2019 rev:62 rq:674227 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2019-01-21 
10:19:09.966146679 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.28833/kdbusaddons.changes   
2019-02-14 14:24:32.463897714 +0100
@@ -1,0 +2,10 @@
+Sun Feb 10 22:03:03 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:

  kdbusaddons-5.54.0.tar.xz

New:

  kdbusaddons-5.55.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.YXiXXY/_old  2019-02-14 14:24:33.579897188 +0100
+++ /var/tmp/diff_new_pack.YXiXXY/_new  2019-02-14 14:24:33.579897188 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.54.0.tar.xz -> kdbusaddons-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.54.0/CMakeLists.txt 
new/kdbusaddons-5.55.0/CMakeLists.txt
--- old/kdbusaddons-5.54.0/CMakeLists.txt   2019-01-06 21:20:05.0 
+0100
+++ new/kdbusaddons-5.55.0/CMakeLists.txt   2019-02-03 00:55:06.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.54.0/po/ca/kdbusaddons5_qt.po 
new/kdbusaddons-5.55.0/po/ca/kdbusaddons5_qt.po
--- old/kdbusaddons-5.54.0/po/ca/kdbusaddons5_qt.po 2019-01-06 
21:20:05.0 +0100
+++ new/kdbusaddons-5.55.0/po/ca/kdbusaddons5_qt.po 2019-02-03 
00:55:06.0 +0100
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdbusaddons5_qt\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2015-11-07 14:24+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.54.0/po/ca@valencia/kdbusaddons5_qt.po 
new/kdbusaddons-5.55.0/po/ca@valencia/kdbusaddons5_qt.po
--- old/kdbusaddons-5.54.0/po/ca@valencia/kdbusaddons5_qt.po2019-01-06 
21:20:05.0 +0100
+++ new/kdbusaddons-5.55.0/po/ca@valencia/kdbusaddons5_qt.po2019-02-03 
00:55:06.0 +0100
@@ -8,7 +8,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdbusaddons5_qt\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2015-11-07 14:24+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.54.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.55.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.54.0/po/zh_CN/kdbusaddons5_qt.po  2019-01-06 
21:20:05.0 +0100
+++ new/kdbusaddons-5.55.0/po/zh_CN/kdbusaddons5_qt.po  2019-02-03 
00:55:06.0 

commit kdbusaddons for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2019-01-21 10:18:59

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


Package is "kdbusaddons"

Mon Jan 21 10:18:59 2019 rev:61 rq:665790 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-12-19 
13:40:11.556060375 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.28833/kdbusaddons.changes   
2019-01-21 10:19:09.966146679 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:44 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:

  kdbusaddons-5.53.0.tar.xz

New:

  kdbusaddons-5.54.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.KtTzvb/_old  2019-01-21 10:19:10.354146290 +0100
+++ /var/tmp/diff_new_pack.KtTzvb/_new  2019-01-21 10:19:10.358146285 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.53.0.tar.xz -> kdbusaddons-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.53.0/CMakeLists.txt 
new/kdbusaddons-5.54.0/CMakeLists.txt
--- old/kdbusaddons-5.53.0/CMakeLists.txt   2018-12-01 15:53:46.0 
+0100
+++ new/kdbusaddons-5.54.0/CMakeLists.txt   2019-01-06 21:20:05.0 
+0100
@@ -1,10 +1,10 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.53.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.54.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.53.0/po/zh_CN/kdbusaddons5_qt.po  2018-12-01 
15:53:46.0 +0100
+++ new/kdbusaddons-5.54.0/po/zh_CN/kdbusaddons5_qt.po  2019-01-06 
21:20:05.0 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-11-12 09:13\n"
+"PO-Revision-Date: 2019-01-05 20:42\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdbusaddons for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2018-12-19 13:39:55

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


Package is "kdbusaddons"

Wed Dec 19 13:39:55 2018 rev:60 rq:658552 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-11-14 
14:32:41.887366659 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new.28833/kdbusaddons.changes   
2018-12-19 13:40:11.556060375 +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:
+  * Normalize signal/slot
+
+---

Old:

  kdbusaddons-5.52.0.tar.xz

New:

  kdbusaddons-5.53.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.dPAiIL/_old  2018-12-19 13:40:12.044059685 +0100
+++ /var/tmp/diff_new_pack.dPAiIL/_new  2018-12-19 13:40:12.048059680 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.52.0.tar.xz -> kdbusaddons-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.52.0/CMakeLists.txt 
new/kdbusaddons-5.53.0/CMakeLists.txt
--- old/kdbusaddons-5.52.0/CMakeLists.txt   2018-11-03 18:59:23.0 
+0100
+++ new/kdbusaddons-5.53.0/CMakeLists.txt   2018-12-01 15:53:46.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.52.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.53.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.52.0/autotests/kdbusservicetest.cpp   2018-11-03 
18:59:23.0 +0100
+++ new/kdbusaddons-5.53.0/autotests/kdbusservicetest.cpp   2018-12-01 
15:53:46.0 +0100
@@ -139,8 +139,8 @@
 
 KDBusService service(KDBusService::Unique);
 TestObject testObject();
-QObject::connect(, SIGNAL(activateRequested(QStringList, QString)),
- , SLOT(slotActivateRequested(QStringList, 
QString)));
+QObject::connect(, SIGNAL(activateRequested(QStringList,QString)),
+ , 
SLOT(slotActivateRequested(QStringList,QString)));
 
 // Testcase for the problem coming from the old fork-on-startup solution:
 // the "Activate" D-Bus call would time out if the app took too much time
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.52.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.53.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.52.0/po/id/kdbusaddons5_qt.po 2018-11-03 
18:59:23.0 +0100
+++ new/kdbusaddons-5.53.0/po/id/kdbusaddons5_qt.po 2018-12-01 
15:53:46.0 +0100
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kquitapp\n"
-"PO-Revision-Date: 2018-05-18 19:58+0700\n"
+"PO-Revision-Date: 2018-11-23 07:39+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -21,7 +21,7 @@
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "Keluarkan aplikasi D-Bus yang diaktifkan secara mudah"
+msgstr 

commit kdbusaddons for openSUSE:Factory

2018-11-14 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Wed Nov 14 14:32:32 2018 rev:59 rq:648503 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-10-22 
11:10:20.415923606 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-11-14 14:32:41.887366659 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:03 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:
+  * Use new syntax
+
+---

Old:

  kdbusaddons-5.51.0.tar.xz

New:

  kdbusaddons-5.52.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.vAoeQk/_old  2018-11-14 14:32:42.479366084 +0100
+++ /var/tmp/diff_new_pack.vAoeQk/_new  2018-11-14 14:32:42.483366080 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.51.0.tar.xz -> kdbusaddons-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.51.0/CMakeLists.txt 
new/kdbusaddons-5.52.0/CMakeLists.txt
--- old/kdbusaddons-5.51.0/CMakeLists.txt   2018-10-08 10:11:50.0 
+0200
+++ new/kdbusaddons-5.52.0/CMakeLists.txt   2018-11-03 18:59:23.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -48,11 +48,6 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.51.0/kdbusaddons.categories 
new/kdbusaddons-5.52.0/kdbusaddons.categories
--- old/kdbusaddons-5.51.0/kdbusaddons.categories   2018-10-08 
10:11:50.0 +0200
+++ new/kdbusaddons-5.52.0/kdbusaddons.categories   2018-11-03 
18:59:23.0 +0100
@@ -1 +1 @@
-kf5.kdbusaddons KDBusAddons
+kf5.kdbusaddons KDBusAddons IDENTIFIER [KDBUSADDONS_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.51.0/po/ast/kdbusaddons5_qt.po 
new/kdbusaddons-5.52.0/po/ast/kdbusaddons5_qt.po
--- old/kdbusaddons-5.51.0/po/ast/kdbusaddons5_qt.po2018-10-08 
10:11:50.0 +0200
+++ new/kdbusaddons-5.52.0/po/ast/kdbusaddons5_qt.po1970-01-01 
01:00:00.0 +0100
@@ -1,53 +0,0 @@
-# enolp , 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"PO-Revision-Date: 2016-12-20 21:21+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-
-#: tools/kquitapp/kquitapp.cpp:31
-#, fuzzy
-msgctxt "main|"
-msgid "Quit a D-Bus enabled application easily"
-msgstr "Cola de mou cenciellu d'una aplicación capaz de D-Bus"
-
-#: tools/kquitapp/kquitapp.cpp:32
-msgctxt "main|"
-msgid "Full service name, overrides application name provided"
-msgstr "Nome completu del serviciu, anula'l nome forníu de l'aplicación"
-
-#: tools/kquitapp/kquitapp.cpp:33
-msgctxt "main|"

commit kdbusaddons for openSUSE:Factory

2018-10-22 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Oct 22 11:10:16 2018 rev:58 rq:642306 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-10-01 
08:05:14.734390367 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-10-22 11:10:20.415923606 +0200
@@ -1,0 +2,16 @@
+Tue Oct 16 08:01:59 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:47 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:
+  * Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
+  * Use strict compile flags
+
+---

Old:

  kdbusaddons-5.50.0.tar.xz

New:

  kdbusaddons-5.51.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.KJUvFY/_old  2018-10-22 11:10:21.435922776 +0200
+++ /var/tmp/diff_new_pack.KJUvFY/_new  2018-10-22 11:10:21.435922776 +0200
@@ -12,24 +12,24 @@
 # 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 lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Convenience classes for QtDBus
 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
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kdbusaddons-5.50.0.tar.xz -> kdbusaddons-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.50.0/CMakeLists.txt 
new/kdbusaddons-5.51.0/CMakeLists.txt
--- old/kdbusaddons-5.50.0/CMakeLists.txt   2018-09-02 21:16:12.0 
+0200
+++ new/kdbusaddons-5.51.0/CMakeLists.txt   2018-10-08 10:11:50.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -48,6 +48,11 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.50.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.51.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.50.0/po/zh_CN/kdbusaddons5_qt.po  2018-09-02 
21:16:12.0 +0200
+++ new/kdbusaddons-5.51.0/po/zh_CN/kdbusaddons5_qt.po  2018-10-08 
10:11:50.0 +0200
@@ -2,8 +2,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-08-30 13:09\n"
-"Last-Translator: guoyunhebrave \n"
+"PO-Revision-Date: 2018-09-28 19:47\n"
+"Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.50.0/src/CMakeLists.txt 
new/kdbusaddons-5.51.0/src/CMakeLists.txt
--- old/kdbusaddons-5.50.0/src/CMakeLists.txt   2018-09-02 21:16:12.0 
+0200
+++ 

commit kdbusaddons for openSUSE:Factory

2018-10-01 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Oct  1 08:05:05 2018 rev:57 rq:635985 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-08-24 
16:52:12.713227536 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-10-01 08:05:14.734390367 +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:

  kdbusaddons-5.49.0.tar.xz

New:

  kdbusaddons-5.50.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.sHOLnE/_old  2018-10-01 08:05:15.162390138 +0200
+++ /var/tmp/diff_new_pack.sHOLnE/_new  2018-10-01 08:05:15.162390138 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1-or-later

++ kdbusaddons-5.49.0.tar.xz -> kdbusaddons-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.49.0/CMakeLists.txt 
new/kdbusaddons-5.50.0/CMakeLists.txt
--- old/kdbusaddons-5.49.0/CMakeLists.txt   2018-08-04 12:56:52.0 
+0200
+++ new/kdbusaddons-5.50.0/CMakeLists.txt   2018-09-02 21:16:12.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.49.0/po/ar/kdbusaddons5_qt.po 
new/kdbusaddons-5.50.0/po/ar/kdbusaddons5_qt.po
--- old/kdbusaddons-5.49.0/po/ar/kdbusaddons5_qt.po 2018-08-04 
12:56:52.0 +0200
+++ new/kdbusaddons-5.50.0/po/ar/kdbusaddons5_qt.po 2018-09-02 
21:16:12.0 +0200
@@ -1,10 +1,10 @@
-# Safa Alfulaij , 2014, 2017.
+# Safa Alfulaij , 2014, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2017-11-30 12:12+0300\n"
+"PO-Revision-Date: 2018-06-08 23:55+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -17,31 +17,30 @@
 "X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
-#, fuzzy
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "أنهِ تطبيق"
+msgstr "أنهِ بسهولة التطبيقات التي تدعم D-Bus"
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
-msgstr "اسم الخدمة الكامل، يتجاهل اسم التّطبيق الموفّر"
+msgstr "اسم الخدمة الكامل، يتجاهل اسم التطبيق الذي قدّمته"
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt "main|"
 msgid "Path in the D-Bus interface to use"
-msgstr "المسار في واجهة D-Bus لاستخدامه"
+msgstr "المسار في واجهة D-Bus الذي سيُستخدم"
 
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt "main|"
 msgid "The name of the application to quit"
-msgstr "اسم التّطبيق لإنهائه"
+msgstr "اسم التطبيق لإنهائه"
 
 #: tools/kquitapp/kquitapp.cpp:57
 #, qt-format
 msgctxt "main|"
 msgid "Application %1 could not be found using service %2 and path %3."
-msgstr "تعذّر العثور على التّطبيق %1 باستخدام الخدمة %2 والمسار %3."
+msgstr "تعذر العثور على التطبيق %1 باستخدام الخدمة %2 والمسار %3."
 
 #: tools/kquitapp/kquitapp.cpp:63
 #, qt-format
@@ -51,6 +50,6 @@
 "\n"
 " %2 : %3"
 msgstr ""
-"فشل إنهاء التّطبيق %1. الخطأ المبلّغ عنه كان:\n"
+"فشل إنهاء التطبيق %1. الخطأ كان:\n"
 "\n"
 " %2 : %3"
diff -urN '--exclude=CVS' 

commit kdbusaddons for openSUSE:Factory

2018-08-24 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Aug 24 16:52:08 2018 rev:56 rq:630596 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-07-21 
10:11:50.795148024 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-08-24 16:52:12.713227536 +0200
@@ -1,0 +2,11 @@
+Sun Aug 19 09:18:56 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:
+  * Don't block forever in ensureKdeinitRunning
+  * Honor BUILD_TESTING
+
+---

Old:

  kdbusaddons-5.48.0.tar.xz

New:

  kdbusaddons-5.49.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.f4EbKF/_old  2018-08-24 16:52:13.661228653 +0200
+++ /var/tmp/diff_new_pack.f4EbKF/_new  2018-08-24 16:52:13.665228658 +0200
@@ -16,46 +16,45 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:Convenience classes for QtDBus
+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
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
-Summary:Convenience classes for QtDBus
-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
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
-Recommends: %lname-lang = %{version}
-Recommends: %{name}-tools = %{version}
 %requires_ge libQt5DBus5
+Recommends: %{lname}-lang = %{version}
+Recommends: %{name}-tools = %{version}
 
-%description -n %lname
+%description -n %{lname}
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules.
 
@@ -70,7 +69,7 @@
 %package devel
 Summary:Convenience classes for QtDBus: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5DBus) >= 5.6.0
 
@@ -78,7 +77,8 @@
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules. Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -94,26 +94,23 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5DBusAddons.so.*
 %{_kf5_debugdir}/*.categories
 
 %files tools
-%defattr(-,root,root)
 %{_kf5_bindir}/kquitapp5
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_libdir}/cmake/KF5DBusAddons/
 %{_kf5_includedir}/

++ kdbusaddons-5.48.0.tar.xz -> kdbusaddons-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kdbusaddons for openSUSE:Factory

2018-07-21 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Sat Jul 21 10:11:48 2018 rev:55 rq:623270 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-06-22 
13:19:28.069950303 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-07-21 10:11:50.795148024 +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:
+  * None
+
+---

Old:

  kdbusaddons-5.47.0.tar.xz

New:

  kdbusaddons-5.48.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.vPAZuX/_old  2018-07-21 10:11:51.355147894 +0200
+++ /var/tmp/diff_new_pack.vPAZuX/_new  2018-07-21 10:11:51.359147893 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.47.0
+Version:5.48.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.47.0.tar.xz -> kdbusaddons-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.47.0/CMakeLists.txt 
new/kdbusaddons-5.48.0/CMakeLists.txt
--- old/kdbusaddons-5.47.0/CMakeLists.txt   2018-06-02 19:51:01.0 
+0200
+++ new/kdbusaddons-5.48.0/CMakeLists.txt   2018-07-08 00:29:50.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.47.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.48.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.47.0/po/zh_CN/kdbusaddons5_qt.po  2018-06-02 
19:51:01.0 +0200
+++ new/kdbusaddons-5.48.0/po/zh_CN/kdbusaddons5_qt.po  2018-07-08 
00:29:50.0 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-05-18 06:23-0400\n"
+"PO-Revision-Date: 2018-07-03 17:35\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdbusaddons for openSUSE:Factory

2018-06-22 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Jun 22 13:18:38 2018 rev:54 rq:616748 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-05-18 
14:20:24.606870200 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-06-22 13:19:28.069950303 +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:

  kdbusaddons-5.46.0.tar.xz

New:

  kdbusaddons-5.47.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.u37xkN/_old  2018-06-22 13:19:28.785923755 +0200
+++ /var/tmp/diff_new_pack.u37xkN/_new  2018-06-22 13:19:28.789923607 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.46.0
+Version:5.47.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.46.0.tar.xz -> kdbusaddons-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.46.0/CMakeLists.txt 
new/kdbusaddons-5.47.0/CMakeLists.txt
--- old/kdbusaddons-5.46.0/CMakeLists.txt   2018-05-05 14:56:32.0 
+0200
+++ new/kdbusaddons-5.47.0/CMakeLists.txt   2018-06-02 19:51:01.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.46.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.47.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.46.0/po/id/kdbusaddons5_qt.po 2018-05-05 
14:56:32.0 +0200
+++ new/kdbusaddons-5.47.0/po/id/kdbusaddons5_qt.po 2018-06-02 
19:51:01.0 +0200
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kquitapp\n"
-"PO-Revision-Date: 2018-01-26 18:43+0700\n"
+"PO-Revision-Date: 2018-05-18 19:58+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -52,6 +52,6 @@
 "\n"
 " %2 : %3"
 msgstr ""
-"Pengeluaran aplikasi %1 gagal. Dilaporkan galat adalah:\n"
+"Pengeluaran aplikasi %1 gagal. Dilaporkan error adalah:\n"
 "\n"
 " %2 : %3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.46.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.47.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.46.0/po/zh_CN/kdbusaddons5_qt.po  2018-05-05 
14:56:32.0 +0200
+++ new/kdbusaddons-5.47.0/po/zh_CN/kdbusaddons5_qt.po  2018-06-02 
19:51:01.0 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-26 05:22-0400\n"
+"PO-Revision-Date: 2018-05-18 06:23-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdbusaddons for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2018-05-18 14:19:53

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


Package is "kdbusaddons"

Fri May 18 14:19:53 2018 rev:53 rq:607546 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-04-19 
15:15:49.780122268 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-05-18 14:20:24.606870200 +0200
@@ -1,0 +2,10 @@
+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:
+  * None
+
+---

Old:

  kdbusaddons-5.45.0.tar.xz

New:

  kdbusaddons-5.46.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.MlZz2m/_old  2018-05-18 14:20:25.326843779 +0200
+++ /var/tmp/diff_new_pack.MlZz2m/_new  2018-05-18 14:20:25.330843632 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.45.0
+Version:5.46.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.45.0.tar.xz -> kdbusaddons-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.45.0/CMakeLists.txt 
new/kdbusaddons-5.46.0/CMakeLists.txt
--- old/kdbusaddons-5.45.0/CMakeLists.txt   2018-04-07 21:33:57.0 
+0200
+++ new/kdbusaddons-5.46.0/CMakeLists.txt   2018-05-05 14:56:32.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.45.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.46.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.45.0/po/zh_CN/kdbusaddons5_qt.po  2018-04-07 
21:33:57.0 +0200
+++ new/kdbusaddons-5.46.0/po/zh_CN/kdbusaddons5_qt.po  2018-05-05 
14:56:32.0 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-04-05 09:22-0400\n"
+"PO-Revision-Date: 2018-04-26 05:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdbusaddons for openSUSE:Factory

2018-04-19 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Apr 19 15:15:17 2018 rev:52 rq:596859 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-03-20 
21:45:09.646518032 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-04-19 15:15:49.780122268 +0200
@@ -1,0 +2,10 @@
+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
+
+---

Old:

  kdbusaddons-5.44.0.tar.xz

New:

  kdbusaddons-5.45.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.SnYXzi/_old  2018-04-19 15:15:50.816081131 +0200
+++ /var/tmp/diff_new_pack.SnYXzi/_new  2018-04-19 15:15:50.816081131 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.44.0
+Version:5.45.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -51,9 +51,7 @@
 %package -n %lname
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
-%if %{with lang}
 Recommends: %lname-lang = %{version}
-%endif
 Recommends: %{name}-tools = %{version}
 %requires_ge libQt5DBus5
 

++ kdbusaddons-5.44.0.tar.xz -> kdbusaddons-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.44.0/CMakeLists.txt 
new/kdbusaddons-5.45.0/CMakeLists.txt
--- old/kdbusaddons-5.44.0/CMakeLists.txt   2018-03-03 11:02:05.0 
+0100
+++ new/kdbusaddons-5.45.0/CMakeLists.txt   2018-04-07 21:33:57.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -16,7 +16,7 @@
 include(KDECMakeSettings)
 include(ECMQtDeclareLoggingCategory)
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdbusaddons-5.44.0/autotests/kdbusinterprocesslocktest.cpp 
new/kdbusaddons-5.45.0/autotests/kdbusinterprocesslocktest.cpp
--- old/kdbusaddons-5.44.0/autotests/kdbusinterprocesslocktest.cpp  
2018-03-03 11:02:05.0 +0100
+++ new/kdbusaddons-5.45.0/autotests/kdbusinterprocesslocktest.cpp  
2018-04-07 21:33:57.0 +0200
@@ -17,11 +17,11 @@
Boston, MA 02110-1301, USA.
 */
 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
+#include 
+#include 
 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.44.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.45.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.44.0/po/zh_CN/kdbusaddons5_qt.po  2018-03-03 
11:02:05.0 +0100
+++ new/kdbusaddons-5.45.0/po/zh_CN/kdbusaddons5_qt.po  2018-04-07 
21:33:57.0 +0200
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-02-28 02:23-0500\n"
+"PO-Revision-Date: 2018-04-05 09:22-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.44.0/src/kdbusconnectionpool.h 
new/kdbusaddons-5.45.0/src/kdbusconnectionpool.h
--- 

commit kdbusaddons for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kdbusaddons"

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

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-02-16 
21:29:17.448397003 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-03-20 21:45:09.646518032 +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:

  kdbusaddons-5.43.0.tar.xz

New:

  kdbusaddons-5.44.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.eKPjMG/_old  2018-03-20 21:45:10.766477724 +0100
+++ /var/tmp/diff_new_pack.eKPjMG/_new  2018-03-20 21:45:10.770477580 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -37,7 +37,7 @@
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 Summary:Convenience classes for QtDBus
-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

++ kdbusaddons-5.43.0.tar.xz -> kdbusaddons-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.43.0/CMakeLists.txt 
new/kdbusaddons-5.44.0/CMakeLists.txt
--- old/kdbusaddons-5.43.0/CMakeLists.txt   2018-02-05 12:58:35.0 
+0100
+++ new/kdbusaddons-5.44.0/CMakeLists.txt   2018-03-03 11:02:05.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.43.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.44.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.43.0/po/zh_CN/kdbusaddons5_qt.po  2018-02-05 
12:58:35.0 +0100
+++ new/kdbusaddons-5.44.0/po/zh_CN/kdbusaddons5_qt.po  2018-03-03 
11:02:05.0 +0100
@@ -2,7 +2,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-02-01 07:11-0500\n"
+"PO-Revision-Date: 2018-02-28 02:23-0500\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kdbusaddons for openSUSE:Factory

2018-02-16 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Fri Feb 16 21:29:13 2018 rev:50 rq:576520 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-01-22 
15:59:22.763662123 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-02-16 21:29:17.448397003 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:07 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:
+  * None
+
+---

Old:

  kdbusaddons-5.42.0.tar.xz

New:

  kdbusaddons-5.43.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.fSYWjd/_old  2018-02-16 21:29:18.488359448 +0100
+++ /var/tmp/diff_new_pack.fSYWjd/_new  2018-02-16 21:29:18.492359304 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.42.0
+Version:5.43.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.42.0.tar.xz -> kdbusaddons-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.42.0/CMakeLists.txt 
new/kdbusaddons-5.43.0/CMakeLists.txt
--- old/kdbusaddons-5.42.0/CMakeLists.txt   2018-01-07 17:16:52.0 
+0100
+++ new/kdbusaddons-5.43.0/CMakeLists.txt   2018-02-05 12:58:35.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.42.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.43.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.42.0/po/id/kdbusaddons5_qt.po 2018-01-07 
17:16:52.0 +0100
+++ new/kdbusaddons-5.43.0/po/id/kdbusaddons5_qt.po 2018-02-05 
12:58:35.0 +0100
@@ -2,12 +2,14 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kquitapp package.
 # Andhika Padmawan , 2010.
-# Wantoyo , 2017.
+# Wantoyo , 2017, 2018.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kquitapp\n"
-"Language-Team: Indonesian \n"
+"PO-Revision-Date: 2018-01-26 18:43+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,28 +21,28 @@
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr ""
+msgstr "Keluarkan aplikasi D-Bus yang diaktifkan secara mudah"
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
-msgstr ""
+msgstr "Nama layanan penuh, penimpaan nama aplikasi yang disediakan"
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt "main|"
 msgid "Path in the D-Bus interface to use"
-msgstr ""
+msgstr "Alur dalam antarmuka D-Bus yang digunakan"
 
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt "main|"
 msgid "The name of the application to quit"
-msgstr ""
+msgstr "Nama dari aplikasi yang dikeluarkan"
 
 #: tools/kquitapp/kquitapp.cpp:57
 #, qt-format
 msgctxt "main|"
 msgid "Application %1 could not be found using service %2 and path %3."
-msgstr ""
+msgstr "Aplikasi %1 tidak dapat ditemukan menggunakan layanan %2 dan alur %3."
 
 #: tools/kquitapp/kquitapp.cpp:63
 #, qt-format
@@ -50,3 +52,6 @@
 "\n"
 " %2 : %3"
 msgstr ""

commit kdbusaddons for openSUSE:Factory

2018-01-22 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Jan 22 15:59:17 2018 rev:49 rq:56 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2018-01-09 
14:41:40.732195988 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-01-22 15:59:22.763662123 +0100
@@ -1,0 +2,12 @@
+Tue Jan 16 22:50:15 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
+  * Fix absolute path detection for cmake 3.5 on Linux
+  * Add cmake function 'kdbusaddons_generate_dbus_service_file'
+
+---

Old:

  kdbusaddons-5.41.0.tar.xz

New:

  kdbusaddons-5.42.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.NV00hv/_old  2018-01-22 15:59:23.567624498 +0100
+++ /var/tmp/diff_new_pack.NV00hv/_new  2018-01-22 15:59:23.571624311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.41.0
+Version:5.42.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.41.0.tar.xz -> kdbusaddons-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.41.0/.reviewboardrc 
new/kdbusaddons-5.42.0/.reviewboardrc
--- old/kdbusaddons-5.41.0/.reviewboardrc   2017-12-02 21:03:14.0 
+0100
+++ new/kdbusaddons-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/kdbusaddons'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.41.0/CMakeLists.txt 
new/kdbusaddons-5.42.0/CMakeLists.txt
--- old/kdbusaddons-5.41.0/CMakeLists.txt   2017-12-02 21:03:14.0 
+0100
+++ new/kdbusaddons-5.42.0/CMakeLists.txt   2018-01-07 17:16:52.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -73,6 +73,8 @@
 
 install(FILES  "${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfigVersion.cmake"
+   "KF5DBusAddonsMacros.cmake"
+   "KF5dbus.service.in"
 DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
 COMPONENT Devel )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.41.0/KF5DBusAddonsConfig.cmake.in 
new/kdbusaddons-5.42.0/KF5DBusAddonsConfig.cmake.in
--- old/kdbusaddons-5.41.0/KF5DBusAddonsConfig.cmake.in 2017-12-02 
21:03:14.0 +0100
+++ new/kdbusaddons-5.42.0/KF5DBusAddonsConfig.cmake.in 2018-01-07 
17:16:52.0 +0100
@@ -6,3 +6,4 @@
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5DBusAddonsTargets.cmake")
 @PACKAGE_INCLUDE_QCHTARGETS@
+include("${CMAKE_CURRENT_LIST_DIR}/KF5DBusAddonsMacros.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.41.0/KF5DBusAddonsMacros.cmake 
new/kdbusaddons-5.42.0/KF5DBusAddonsMacros.cmake
--- 

commit kdbusaddons for openSUSE:Factory

2018-01-09 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Jan  9 14:40:37 2018 rev:48 rq:559429 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-11-16 
14:36:50.095763021 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2018-01-09 14:41:40.732195988 +0100
@@ -1,0 +2,10 @@
+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:
+  * Use qCDebug/qCWarning
+
+---

Old:

  kdbusaddons-5.40.0.tar.xz

New:

  kdbusaddons-5.41.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.fpVbFM/_old  2018-01-09 14:41:41.224172915 +0100
+++ /var/tmp/diff_new_pack.fpVbFM/_new  2018-01-09 14:41:41.228172728 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.40.0
+Version:5.41.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
@@ -108,6 +108,7 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5DBusAddons.so.*
+%{_kf5_debugdir}/*.categories
 
 %files tools
 %defattr(-,root,root)

++ kdbusaddons-5.40.0.tar.xz -> kdbusaddons-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.40.0/CMakeLists.txt 
new/kdbusaddons-5.41.0/CMakeLists.txt
--- old/kdbusaddons-5.40.0/CMakeLists.txt   2017-11-05 09:27:10.0 
+0100
+++ new/kdbusaddons-5.41.0/CMakeLists.txt   2017-12-02 21:03:14.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -14,6 +14,7 @@
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
+include(ECMQtDeclareLoggingCategory)
 
 set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
@@ -79,4 +80,7 @@
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}  COMPONENT Devel )
 
+# contains list of debug categories, for kdebugsettings
+install(FILES kdbusaddons.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/kdbusaddons-5.40.0/kdbusaddons.categories 
new/kdbusaddons-5.41.0/kdbusaddons.categories
--- old/kdbusaddons-5.40.0/kdbusaddons.categories   1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.41.0/kdbusaddons.categories   2017-12-02 
21:03:14.0 +0100
@@ -0,0 +1 @@
+kf5.kdbusaddons KDBusAddons
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.40.0/po/ar/kdbusaddons5_qt.po 
new/kdbusaddons-5.41.0/po/ar/kdbusaddons5_qt.po
--- old/kdbusaddons-5.40.0/po/ar/kdbusaddons5_qt.po 2017-11-05 
09:27:10.0 +0100
+++ new/kdbusaddons-5.41.0/po/ar/kdbusaddons5_qt.po 2017-12-02 
21:03:14.0 +0100
@@ -1,46 +1,47 @@
-# Safa Alfulaij , 2014.
+# Safa Alfulaij , 2014, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2014-06-17 21:51+0300\n"
+"PO-Revision-Date: 2017-11-30 12:12+0300\n"
 "Last-Translator: Safa Alfulaij \n"
-"Language-Team: Arabic \n"
+"Language-Team: Arabic 

commit kdbusaddons for openSUSE:Factory

2017-11-16 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Nov 16 14:36:49 2017 rev:47 rq:541646 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-10-27 
13:54:21.499826723 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-11-16 14:36:50.095763021 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 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:

  kdbusaddons-5.39.0.tar.xz

New:

  kdbusaddons-5.40.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.HIRibB/_old  2017-11-16 14:36:50.735739821 +0100
+++ /var/tmp/diff_new_pack.HIRibB/_new  2017-11-16 14:36:50.735739821 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.39.0
+Version:5.40.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.39.0.tar.xz -> kdbusaddons-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.39.0/.arcconfig 
new/kdbusaddons-5.40.0/.arcconfig
--- old/kdbusaddons-5.39.0/.arcconfig   1970-01-01 01:00:00.0 +0100
+++ new/kdbusaddons-5.40.0/.arcconfig   2017-11-05 09:27:10.0 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.39.0/CMakeLists.txt 
new/kdbusaddons-5.40.0/CMakeLists.txt
--- old/kdbusaddons-5.39.0/CMakeLists.txt   2017-10-07 21:10:27.0 
+0200
+++ new/kdbusaddons-5.40.0/CMakeLists.txt   2017-11-05 09:27:10.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
 project(KDBusAddons 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 kdbusaddons for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2017-10-27 13:53:59

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


Package is "kdbusaddons"

Fri Oct 27 13:53:59 2017 rev:46 rq:536312 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-09-19 
16:22:50.679995350 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-10-27 13:54:21.499826723 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:38 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:
+  * Coding style and readability
+
+---

Old:

  kdbusaddons-5.38.0.tar.xz

New:

  kdbusaddons-5.39.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.bVLpWu/_old  2017-10-27 13:54:22.291789705 +0200
+++ /var/tmp/diff_new_pack.bVLpWu/_new  2017-10-27 13:54:22.295789518 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.38.0
+Version:5.39.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++ kdbusaddons-5.38.0.tar.xz -> kdbusaddons-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.38.0/CMakeLists.txt 
new/kdbusaddons-5.39.0/CMakeLists.txt
--- old/kdbusaddons-5.38.0/CMakeLists.txt   2017-09-03 10:03:00.0 
+0200
+++ new/kdbusaddons-5.39.0/CMakeLists.txt   2017-10-07 21:10:27.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.38.0/po/gl/kdbusaddons5_qt.po 
new/kdbusaddons-5.39.0/po/gl/kdbusaddons5_qt.po
--- old/kdbusaddons-5.38.0/po/gl/kdbusaddons5_qt.po 2017-09-03 
10:03:00.0 +0200
+++ new/kdbusaddons-5.39.0/po/gl/kdbusaddons5_qt.po 2017-10-07 
21:10:27.0 +0200
@@ -1,9 +1,10 @@
 # Marce Villarino , 2014.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2014-05-12 23:21+0200\n"
-"Last-Translator: Marce Villarino \n"
+"PO-Revision-Date: 2017-09-08 19:51+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -11,12 +12,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "Sae facilmente de aplicativos con interfaces D-Bus"
+msgstr "Sae facilmente de aplicativos compatíbeis con D-Bus"
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.38.0/po/id/kdbusaddons5_qt.po 
new/kdbusaddons-5.39.0/po/id/kdbusaddons5_qt.po
--- old/kdbusaddons-5.38.0/po/id/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.39.0/po/id/kdbusaddons5_qt.po 2017-10-07 
21:10:27.0 +0200
@@ -0,0 +1,50 @@
+# Indonesian translations for kquitapp package.
+# Copyright (C) 2010 This_file_is_part_of_KDE
+# This file is distributed under the same license as the kquitapp package.
+# Andhika Padmawan , 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kquitapp\n"
+"Language-Team: Indonesian 

commit kdbusaddons for openSUSE:Factory

2017-09-19 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Tue Sep 19 16:22:49 2017 rev:45 rq:526635 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-08-24 
17:55:52.475052087 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-09-19 16:22:50.679995350 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:16 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:
+  * autotests: prepare for CMAKE_RUNTIME_OUTPUT_DIRECTORY being set
+
+---

Old:

  kdbusaddons-5.37.0.tar.xz

New:

  kdbusaddons-5.38.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.dTNB2J/_old  2017-09-19 16:22:51.271911920 +0200
+++ /var/tmp/diff_new_pack.dTNB2J/_new  2017-09-19 16:22:51.275911357 +0200
@@ -18,12 +18,16 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%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:   kdbusaddons
-Version:5.37.0
+Version:5.38.0
 Release:0
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}

++ kdbusaddons-5.37.0.tar.xz -> kdbusaddons-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.37.0/CMakeLists.txt 
new/kdbusaddons-5.38.0/CMakeLists.txt
--- old/kdbusaddons-5.37.0/CMakeLists.txt   2017-08-06 19:59:28.0 
+0200
+++ new/kdbusaddons-5.38.0/CMakeLists.txt   2017-09-03 10:03:00.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.37.0/autotests/kdbusinterprocesslocktest.cpp 
new/kdbusaddons-5.38.0/autotests/kdbusinterprocesslocktest.cpp
--- old/kdbusaddons-5.37.0/autotests/kdbusinterprocesslocktest.cpp  
2017-08-06 19:59:28.0 +0200
+++ new/kdbusaddons-5.38.0/autotests/kdbusinterprocesslocktest.cpp  
2017-09-03 10:03:00.0 +0200
@@ -109,6 +109,8 @@
 
QCoreApplication::setApplicationName(QStringLiteral("kdbusinterprocesslocktest"));
 QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
 
+QDir::setCurrent(QCoreApplication::applicationDirPath());
+
 KDBusInterProcessLock lock(QStringLiteral("myfunnylock"));
 
 if (argc >= 2) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.37.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.38.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.37.0/autotests/kdbusservicetest.cpp   2017-08-06 
19:59:28.0 +0200
+++ new/kdbusaddons-5.38.0/autotests/kdbusservicetest.cpp   2017-09-03 
10:03:00.0 +0200
@@ -135,6 +135,8 @@
 QCoreApplication::setApplicationName(QStringLiteral("kdbusservicetest"));
 QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
 
+QDir::setCurrent(QCoreApplication::applicationDirPath());
+
 KDBusService service(KDBusService::Unique);
 TestObject testObject();
 QObject::connect(, SIGNAL(activateRequested(QStringList, QString)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.37.0/po/eu/kdbusaddons5_qt.po 
new/kdbusaddons-5.38.0/po/eu/kdbusaddons5_qt.po
--- old/kdbusaddons-5.37.0/po/eu/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ 

commit kdbusaddons for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2017-08-24 17:54:50

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


Package is "kdbusaddons"

Thu Aug 24 17:54:50 2017 rev:44 rq:516667 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-07-17 
10:22:51.109936912 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-08-24 17:55:52.475052087 +0200
@@ -1,0 +2,13 @@
+Sat Aug 12 09:23:21 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 :
+  * API dox: use official name "D-Bus" consistently
+  * KDBusService: improve documentation to handle empty argument list 
correctly.
+  * Revert "API docs: prepend executable name, since QCommandLineParser needs 
it."
+  * API docs: prepend executable name, since QCommandLineParser needs it.
+
+---

Old:

  kdbusaddons-5.36.0.tar.xz

New:

  kdbusaddons-5.37.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.mRuSEx/_old  2017-08-24 17:55:53.014976039 +0200
+++ /var/tmp/diff_new_pack.mRuSEx/_new  2017-08-24 17:55:53.014976039 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kdbusaddons
-Version:5.36.0
+Version:5.37.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.36.0.tar.xz -> kdbusaddons-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.36.0/CMakeLists.txt 
new/kdbusaddons-5.37.0/CMakeLists.txt
--- old/kdbusaddons-5.36.0/CMakeLists.txt   2017-07-02 09:59:36.0 
+0200
+++ new/kdbusaddons-5.37.0/CMakeLists.txt   2017-08-06 19:59:28.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.36.0/README.md 
new/kdbusaddons-5.37.0/README.md
--- old/kdbusaddons-5.36.0/README.md2017-07-02 09:59:36.0 +0200
+++ new/kdbusaddons-5.37.0/README.md2017-08-06 19:59:28.0 +0200
@@ -1,6 +1,6 @@
 # KDBusAddons
 
-Convenience classes for DBus
+Convenience classes for D-Bus
 
 ## Introduction
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.36.0/po/zh_CN/kdbusaddons5_qt.po 
new/kdbusaddons-5.37.0/po/zh_CN/kdbusaddons5_qt.po
--- old/kdbusaddons-5.36.0/po/zh_CN/kdbusaddons5_qt.po  2017-07-02 
09:59:36.0 +0200
+++ new/kdbusaddons-5.37.0/po/zh_CN/kdbusaddons5_qt.po  2017-08-06 
19:59:28.0 +0200
@@ -1,17 +1,20 @@
-# Weng Xuetian , 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
-"PO-Revision-Date: 2014-07-16 15:19-0400\n"
-"Last-Translator: Weng Xuetian \n"
-"Language-Team: Chinese Simplified \n"
+"Project-Id-Version: kdeorg\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"PO-Revision-Date: 2017-07-13 11:17-0400\n"
+"Last-Translator: guoyunhebrave \n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-trunk/messages/frameworks/baloo_file5.pot\n"
 
 #: 

commit kdbusaddons for openSUSE:Factory

2017-07-17 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Mon Jul 17 10:22:26 2017 rev:43 rq:509893 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-07-05 
23:49:43.781835184 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-07-17 10:22:51.109936912 +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:
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  kdbusaddons-5.35.0.tar.xz

New:

  kdbusaddons-5.36.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.SWLqzE/_old  2017-07-17 10:22:51.533877150 +0200
+++ /var/tmp/diff_new_pack.SWLqzE/_new  2017-07-17 10:22:51.537876586 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kdbusaddons
-Version:5.35.0
+Version:5.36.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.35.0.tar.xz -> kdbusaddons-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.35.0/CMakeLists.txt 
new/kdbusaddons-5.36.0/CMakeLists.txt
--- old/kdbusaddons-5.35.0/CMakeLists.txt   2017-06-03 12:03:50.0 
+0200
+++ new/kdbusaddons-5.36.0/CMakeLists.txt   2017-07-02 09:59:36.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -25,6 +25,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
+include(ECMAddQch)
 
 include(ECMPoQmTools)
 
@@ -40,6 +41,8 @@
 set(HAVE_X11 FALSE)
 endif()
 
+option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
+add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
 
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
@@ -52,6 +55,16 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DBusAddons")
 
+if (BUILD_QCH)
+ecm_install_qch_export(
+TARGETS KF5DBusAddons_QCH
+FILE KF5DBusAddonsQchTargets.cmake
+DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+COMPONENT Devel
+)
+set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5DBusAddonsQchTargets.cmake\")")
+endif()
+
 
configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.35.0/KF5DBusAddonsConfig.cmake.in 
new/kdbusaddons-5.36.0/KF5DBusAddonsConfig.cmake.in
--- old/kdbusaddons-5.35.0/KF5DBusAddonsConfig.cmake.in 2017-06-03 
12:03:50.0 +0200
+++ new/kdbusaddons-5.36.0/KF5DBusAddonsConfig.cmake.in 2017-07-02 
09:59:36.0 +0200
@@ -5,4 +5,4 @@
 
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5DBusAddonsTargets.cmake")
-
+@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.35.0/src/CMakeLists.txt 
new/kdbusaddons-5.36.0/src/CMakeLists.txt
--- old/kdbusaddons-5.35.0/src/CMakeLists.txt   2017-06-03 12:03:50.0 
+0200
+++ new/kdbusaddons-5.36.0/src/CMakeLists.txt   2017-07-02 09:59:36.0 
+0200
@@ -82,6 +82,27 @@
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KDBusAddons COMPONENT Devel
 )
 
+if(BUILD_QCH)
+ecm_add_qch(
+   

commit kdbusaddons for openSUSE:Factory

2017-07-05 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Wed Jul  5 23:49:29 2017 rev:42 rq:502933 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-06-01 
16:18:52.988311478 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-07-05 23:49:43.781835184 +0200
@@ -1,0 +2,12 @@
+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:
+  * API dox: add some minimal docs to namespace KDBusConnectionPool
+  * API dox: note CamelCase includes by @class tag with more classes
+  * Don't include the pid in the dbus path when on flatpak
+
+---

Old:

  kdbusaddons-5.34.0.tar.xz

New:

  kdbusaddons-5.35.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.MH50CV/_old  2017-07-05 23:49:44.341756318 +0200
+++ /var/tmp/diff_new_pack.MH50CV/_new  2017-07-05 23:49:44.345755755 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kdbusaddons
-Version:5.34.0
+Version:5.35.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.34.0.tar.xz -> kdbusaddons-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.34.0/CMakeLists.txt 
new/kdbusaddons-5.35.0/CMakeLists.txt
--- old/kdbusaddons-5.34.0/CMakeLists.txt   2017-05-06 11:30:47.0 
+0200
+++ new/kdbusaddons-5.35.0/CMakeLists.txt   2017-06-03 12:03:50.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
 project(KDBusAddons 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.34.0/po/tr/kdbusaddons5_qt.po 
new/kdbusaddons-5.35.0/po/tr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.34.0/po/tr/kdbusaddons5_qt.po 2017-05-06 
11:30:47.0 +0200
+++ new/kdbusaddons-5.35.0/po/tr/kdbusaddons5_qt.po 2017-06-03 
12:03:50.0 +0200
@@ -3,8 +3,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.34.0/src/kdbusconnectionpool.h 
new/kdbusaddons-5.35.0/src/kdbusconnectionpool.h
--- old/kdbusaddons-5.34.0/src/kdbusconnectionpool.h2017-05-06 
11:30:47.0 +0200
+++ new/kdbusaddons-5.35.0/src/kdbusconnectionpool.h2017-06-03 
12:03:50.0 +0200
@@ -25,6 +25,11 @@
 
 #include 
 
+/**
+ * @namespace KDBusConnectionPool
+ * Provides utility functions working around the problem
+ * of QDBusConnection not being thread-safe.
+ */
 namespace KDBusConnectionPool
 {
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.34.0/src/kdbusinterprocesslock.h 
new/kdbusaddons-5.35.0/src/kdbusinterprocesslock.h
--- old/kdbusaddons-5.34.0/src/kdbusinterprocesslock.h  2017-05-06 
11:30:47.0 +0200
+++ new/kdbusaddons-5.35.0/src/kdbusinterprocesslock.h  2017-06-03 
12:03:50.0 +0200
@@ -30,6 +30,8 @@
 class KDBusInterProcessLockPrivate;
 
 /**
+ * @class KDBusInterProcessLock kdbusinterprocesslock.h 
+ *
  * @short A class for serializing access to a resource that is shared between 
multiple processes.
  *
  * This class can be used to serialize access to a resource between
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.34.0/src/kdbusservice.cpp 
new/kdbusaddons-5.35.0/src/kdbusservice.cpp
--- 

commit kdbusaddons for openSUSE:Factory

2017-06-01 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Thu Jun  1 16:18:19 2017 rev:41 rq:495030 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-04-30 
21:17:55.947166651 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-06-01 16:18:52.988311478 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:11 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
+
+---

Old:

  kdbusaddons-5.33.0.tar.xz

New:

  kdbusaddons-5.34.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.Y4IRd9/_old  2017-06-01 16:18:53.572229138 +0200
+++ /var/tmp/diff_new_pack.Y4IRd9/_new  2017-06-01 16:18:53.576228574 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kdbusaddons
-Version:5.33.0
+Version:5.34.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.33.0.tar.xz -> kdbusaddons-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.33.0/CMakeLists.txt 
new/kdbusaddons-5.34.0/CMakeLists.txt
--- old/kdbusaddons-5.33.0/CMakeLists.txt   2017-04-01 21:30:59.0 
+0200
+++ new/kdbusaddons-5.34.0/CMakeLists.txt   2017-05-06 11:30:47.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
 project(KDBusAddons 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)
 




commit kdbusaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Sun Apr 30 21:16:47 2017 rev:40 rq:492051 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-03-28 
15:09:04.185347577 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-04-30 21:17:55.947166651 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:46 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.
+  * KDBusService: Add accessor for the dbus service name we registered.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdbusaddons-5.32.0.tar.xz

New:

  kdbusaddons-5.33.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.OvusbI/_old  2017-04-30 21:17:56.767051049 +0200
+++ /var/tmp/diff_new_pack.OvusbI/_new  2017-04-30 21:17:56.771050485 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdbusaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.32.0.tar.xz -> kdbusaddons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.32.0/CMakeLists.txt 
new/kdbusaddons-5.33.0/CMakeLists.txt
--- old/kdbusaddons-5.32.0/CMakeLists.txt   2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/CMakeLists.txt   2017-04-01 21:30:59.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KDBusAddons 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/kdbusaddons-5.32.0/src/kdbusservice.cpp 
new/kdbusaddons-5.33.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.32.0/src/kdbusservice.cpp 2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/src/kdbusservice.cpp 2017-04-01 21:30:59.0 
+0200
@@ -170,6 +170,11 @@
 d->exitValue = value;
 }
 
+QString KDBusService::serviceName() const
+{
+return d->serviceName;
+}
+
 void KDBusService::unregister()
 {
 QDBusConnectionInterface *bus = nullptr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.32.0/src/kdbusservice.h 
new/kdbusaddons-5.33.0/src/kdbusservice.h
--- old/kdbusaddons-5.32.0/src/kdbusservice.h   2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/src/kdbusservice.h   2017-04-01 21:30:59.0 
+0200
@@ -157,6 +157,13 @@
 bool isRegistered() const;
 
 /**
+ * Returns the name of the DBus service registered by this class.
+ * Mostly useful when using the option Multiple.
+ * @since 5.33
+ */
+QString serviceName() const;
+
+/**
  * Returns the error message from the D-Bus registration if it failed.
  *
  * Note that this is only useful when specifying the option 
NoExitOnFailure.




commit kdbusaddons for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2017-03-28 15:08:57

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


Package is "kdbusaddons"

Tue Mar 28 15:08:57 2017 rev:39 rq:481499 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-03-03 
15:21:16.681415808 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-03-28 15:09:04.185347577 +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:

  kdbusaddons-5.31.0.tar.xz

New:

  kdbusaddons-5.32.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.PsdEvd/_old  2017-03-28 15:09:04.781263152 +0200
+++ /var/tmp/diff_new_pack.PsdEvd/_new  2017-03-28 15:09:04.785262586 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kdbusaddons
-Version:5.31.0
+Version:5.32.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.31.0.tar.xz -> kdbusaddons-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.31.0/CMakeLists.txt 
new/kdbusaddons-5.32.0/CMakeLists.txt
--- old/kdbusaddons-5.31.0/CMakeLists.txt   2017-02-05 11:52:11.0 
+0100
+++ new/kdbusaddons-5.32.0/CMakeLists.txt   2017-03-04 17:09:57.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
 project(KDBusAddons 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 kdbusaddons for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2017-03-03 15:21:15

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


Package is "kdbusaddons"

Fri Mar  3 15:21:15 2017 rev:38 rq:461409 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-02-03 
17:44:09.405876804 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-03-03 15:21:16.681415808 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:25:33 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:

  kdbusaddons-5.30.0.tar.xz

New:

  kdbusaddons-5.31.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.BSfvYV/_old  2017-03-03 15:21:17.245335967 +0100
+++ /var/tmp/diff_new_pack.BSfvYV/_new  2017-03-03 15:21:17.245335967 +0100
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kdbusaddons
-Version:5.30.0
+Version:5.31.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.5.0
+Requires:   cmake(Qt5DBus) >= 5.6.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to

++ kdbusaddons-5.30.0.tar.xz -> kdbusaddons-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.30.0/CMakeLists.txt 
new/kdbusaddons-5.31.0/CMakeLists.txt
--- old/kdbusaddons-5.30.0/CMakeLists.txt   2017-01-08 21:48:30.0 
+0100
+++ new/kdbusaddons-5.31.0/CMakeLists.txt   2017-02-05 11:52:11.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
 project(KDBusAddons 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)
 
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.30.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.31.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.30.0/autotests/kdbusservicetest.cpp   2017-01-08 
21:48:30.0 +0100
+++ new/kdbusaddons-5.31.0/autotests/kdbusservicetest.cpp   2017-02-05 
11:52:11.0 +0100
@@ -36,7 +36,7 @@
 Q_OBJECT
 public:
 TestObject(KDBusService *service)
-: m_proc(0), m_callCount(0),
+: m_proc(nullptr), m_callCount(0),
   m_service(service)
 {}
 
@@ -80,7 +80,7 @@
 {
 Q_UNUSED(exitStatus)
 qDebug() << "Process exited with code" << exitCode;
-m_proc = 0;
+m_proc = nullptr;
 if (m_callCount == 2) {
 Q_ASSERT(exitCode == 4);
 secondCall();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.30.0/po/gl/kdbusaddons5_qt.po 
new/kdbusaddons-5.31.0/po/gl/kdbusaddons5_qt.po
--- old/kdbusaddons-5.30.0/po/gl/kdbusaddons5_qt.po 2017-01-08 
21:48:30.0 +0100
+++ new/kdbusaddons-5.31.0/po/gl/kdbusaddons5_qt.po 2017-02-05 

commit kdbusaddons for openSUSE:Factory

2017-02-03 Thread root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-12-17 
11:06:35.807741561 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-02-03 17:44:09.405876804 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:39:18 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:

  kdbusaddons-5.29.0.tar.xz

New:

  kdbusaddons-5.30.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.F6OnKA/_old  2017-02-03 17:44:11.133632252 +0100
+++ /var/tmp/diff_new_pack.F6OnKA/_new  2017-02-03 17:44:11.137631686 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -18,11 +18,11 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kdbusaddons
-Version:5.29.0
+Version:5.30.0
 Release:0
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kdbusaddons-5.29.0.tar.xz -> kdbusaddons-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.29.0/CMakeLists.txt 
new/kdbusaddons-5.30.0/CMakeLists.txt
--- old/kdbusaddons-5.29.0/CMakeLists.txt   2016-12-03 21:58:36.0 
+0100
+++ new/kdbusaddons-5.30.0/CMakeLists.txt   2017-01-08 21:48:30.0 
+0100
@@ -1,9 +1,10 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KDBusAddons)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(KDBusAddons 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)
 
@@ -20,16 +21,14 @@
 
 
 include(GenerateExportHeader)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
+ecm_setup_version(PROJECT VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfigVersion.cmake"
 SOVERSION 5)
@@ -53,7 +52,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DBusAddons")
 
-ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in"
+configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.29.0/KF5DBusAddonsConfig.cmake.in 
new/kdbusaddons-5.30.0/KF5DBusAddonsConfig.cmake.in
--- old/kdbusaddons-5.29.0/KF5DBusAddonsConfig.cmake.in 2016-12-03 
21:58:36.0 +0100
+++ new/kdbusaddons-5.30.0/KF5DBusAddonsConfig.cmake.in 2017-01-08 
21:48:30.0 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5DBus @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.29.0/autotests/CMakeLists.txt 
new/kdbusaddons-5.30.0/autotests/CMakeLists.txt
--- old/kdbusaddons-5.29.0/autotests/CMakeLists.txt 2016-12-03 
21:58:36.0 +0100
+++ 

commit kdbusaddons for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-10-28 
12:17:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-11-17 12:29:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 20:26:55 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:

  kdbusaddons-5.27.0.tar.xz

New:

  kdbusaddons-5.28.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.4LwPpx/_old  2016-11-17 12:29:16.0 +0100
+++ /var/tmp/diff_new_pack.4LwPpx/_new  2016-11-17 12:29:16.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kdbusaddons
-Version:5.27.0
+Version:5.28.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.27.0.tar.xz -> kdbusaddons-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.27.0/CMakeLists.txt 
new/kdbusaddons-5.28.0/CMakeLists.txt
--- old/kdbusaddons-5.27.0/CMakeLists.txt   2016-10-02 11:47:22.0 
+0200
+++ new/kdbusaddons-5.28.0/CMakeLists.txt   2016-11-05 15:45:29.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"




commit kdbusaddons for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2016-10-28 12:17:45

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-09-14 
23:19:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-10-28 12:17:46.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:52:00 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:

  kdbusaddons-5.26.0.tar.xz

New:

  kdbusaddons-5.27.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.3qClbj/_old  2016-10-28 12:17:47.0 +0200
+++ /var/tmp/diff_new_pack.3qClbj/_new  2016-10-28 12:17:47.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kdbusaddons
-Version:5.26.0
+Version:5.27.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.26.0.tar.xz -> kdbusaddons-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.26.0/CMakeLists.txt 
new/kdbusaddons-5.27.0/CMakeLists.txt
--- old/kdbusaddons-5.26.0/CMakeLists.txt   2016-09-06 13:58:38.0 
+0200
+++ new/kdbusaddons-5.27.0/CMakeLists.txt   2016-10-02 11:47:22.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_VERSION "5.27.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.26.0/po/et/kdbusaddons5_qt.po 
new/kdbusaddons-5.27.0/po/et/kdbusaddons5_qt.po
--- old/kdbusaddons-5.26.0/po/et/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.27.0/po/et/kdbusaddons5_qt.po 2016-10-02 
11:47:22.0 +0200
@@ -0,0 +1,52 @@
+# Marek Laane , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2016-09-09 01:29+0300\n"
+"Last-Translator: Marek Laane \n"
+"Language-Team: Estonian \n"
+"Language: et\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: tools/kquitapp/kquitapp.cpp:31
+msgctxt "main|"
+msgid "Quit a D-Bus enabled application easily"
+msgstr "Võimaldab hõlpsasti väljuda D-Busi toetusega rakendusest"
+
+#: tools/kquitapp/kquitapp.cpp:32
+msgctxt "main|"
+msgid "Full service name, overrides application name provided"
+msgstr "Teenuse täielik nimi (tühistab antud rakenduse nime)"
+
+#: tools/kquitapp/kquitapp.cpp:33
+msgctxt "main|"
+msgid "Path in the D-Bus interface to use"
+msgstr "Kasutatava D-Busi liidese asukoht"
+
+#: tools/kquitapp/kquitapp.cpp:34
+msgctxt "main|"
+msgid "The name of the application to quit"
+msgstr "Suletava rakenduse nimi"
+
+#: tools/kquitapp/kquitapp.cpp:57
+#, qt-format
+msgctxt "main|"
+msgid "Application %1 could not be found using service %2 and path %3."
+msgstr "Rakendust %1 ei leitud. Kasutati teenust %2 ja asukohta %3."
+
+#: tools/kquitapp/kquitapp.cpp:63
+#, qt-format
+msgctxt "main|"
+msgid ""
+"Quitting application %1 failed. Error reported was:\n"
+"\n"
+" %2 : %3"
+msgstr ""
+"Rakendusest %1 väljumine nurjus. Teatati veast:\n"
+"\n"
+" %2 : %3"




commit kdbusaddons for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-08-29 
15:00:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-09-14 23:19:16.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:48:08 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:

  kdbusaddons-5.25.0.tar.xz

New:

  kdbusaddons-5.26.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.zPwmw4/_old  2016-09-14 23:19:17.0 +0200
+++ /var/tmp/diff_new_pack.zPwmw4/_new  2016-09-14 23:19:17.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kdbusaddons
-Version:5.25.0
+Version:5.26.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.25.0.tar.xz -> kdbusaddons-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.25.0/CMakeLists.txt 
new/kdbusaddons-5.26.0/CMakeLists.txt
--- old/kdbusaddons-5.25.0/CMakeLists.txt   2016-08-07 15:38:18.0 
+0200
+++ new/kdbusaddons-5.26.0/CMakeLists.txt   2016-09-06 13:58:38.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"




commit kdbusaddons for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2016-08-29 15:00:22

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-07-15 
12:33:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-08-29 15:00:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:51:25 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:

  kdbusaddons-5.24.0.tar.xz

New:

  kdbusaddons-5.25.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.Jhvgno/_old  2016-08-29 15:00:31.0 +0200
+++ /var/tmp/diff_new_pack.Jhvgno/_new  2016-08-29 15:00:31.0 +0200
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kdbusaddons
-Version:5.24.0
+Version:5.25.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.4.0
+Requires:   cmake(Qt5DBus) >= 5.5.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to

++ kdbusaddons-5.24.0.tar.xz -> kdbusaddons-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.24.0/CMakeLists.txt 
new/kdbusaddons-5.25.0/CMakeLists.txt
--- old/kdbusaddons-5.24.0/CMakeLists.txt   2016-07-03 02:04:09.0 
+0200
+++ new/kdbusaddons-5.25.0/CMakeLists.txt   2016-08-07 15:38:18.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"




commit kdbusaddons for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2016-07-15 12:32:57

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-07-03 
12:20:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-07-15 12:33:04.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:02:43 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:

  kdbusaddons-5.23.0.tar.xz

New:

  kdbusaddons-5.24.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.gdnFZJ/_old  2016-07-15 12:33:05.0 +0200
+++ /var/tmp/diff_new_pack.gdnFZJ/_new  2016-07-15 12:33:05.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kdbusaddons
-Version:5.23.0
+Version:5.24.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.23.0.tar.xz -> kdbusaddons-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.23.0/CMakeLists.txt 
new/kdbusaddons-5.24.0/CMakeLists.txt
--- old/kdbusaddons-5.23.0/CMakeLists.txt   2016-06-06 13:30:03.0 
+0200
+++ new/kdbusaddons-5.24.0/CMakeLists.txt   2016-07-03 02:04:09.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.23.0/metainfo.yaml 
new/kdbusaddons-5.24.0/metainfo.yaml
--- old/kdbusaddons-5.23.0/metainfo.yaml2016-06-06 13:30:03.0 
+0200
+++ new/kdbusaddons-5.24.0/metainfo.yaml2016-07-03 02:04:09.0 
+0200
@@ -3,7 +3,9 @@
 tier: 1
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.23.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.24.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.23.0/po/fr/kdbusaddons5_qt.po 2016-06-06 
13:30:03.0 +0200
+++ new/kdbusaddons-5.24.0/po/fr/kdbusaddons5_qt.po 2016-07-03 
02:04:09.0 +0200
@@ -11,10 +11,10 @@
 msgstr ""
 "Project-Id-Version: kquitapp\n"
 "Language-Team: French \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.23.0/po/it/kdbusaddons5_qt.po 
new/kdbusaddons-5.24.0/po/it/kdbusaddons5_qt.po
--- old/kdbusaddons-5.23.0/po/it/kdbusaddons5_qt.po 2016-06-06 
13:30:03.0 +0200
+++ new/kdbusaddons-5.24.0/po/it/kdbusaddons5_qt.po 2016-07-03 
02:04:09.0 +0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.23.0/src/kdeinitinterface.cpp 
new/kdbusaddons-5.24.0/src/kdeinitinterface.cpp
--- old/kdbusaddons-5.23.0/src/kdeinitinterface.cpp 2016-06-06 
13:30:03.0 +0200
+++ new/kdbusaddons-5.24.0/src/kdeinitinterface.cpp 2016-07-03 
02:04:09.0 +0200
@@ -29,6 +29,9 @@
 

commit kdbusaddons for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2016-07-03 12:20:53

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-05-19 
12:06:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-07-03 12:20:54.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:24:18 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:

  kdbusaddons-5.22.0.tar.xz

New:

  kdbusaddons-5.23.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.hDgzai/_old  2016-07-03 12:20:55.0 +0200
+++ /var/tmp/diff_new_pack.hDgzai/_new  2016-07-03 12:20:55.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kdbusaddons
-Version:5.22.0
+Version:5.23.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.22.0.tar.xz -> kdbusaddons-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.22.0/CMakeLists.txt 
new/kdbusaddons-5.23.0/CMakeLists.txt
--- old/kdbusaddons-5.22.0/CMakeLists.txt   2016-05-07 17:08:51.0 
+0200
+++ new/kdbusaddons-5.23.0/CMakeLists.txt   2016-06-06 13:30:03.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.22.0/metainfo.yaml 
new/kdbusaddons-5.23.0/metainfo.yaml
--- old/kdbusaddons-5.22.0/metainfo.yaml2016-05-07 17:08:51.0 
+0200
+++ new/kdbusaddons-5.23.0/metainfo.yaml2016-06-06 13:30:03.0 
+0200
@@ -11,3 +11,7 @@
  - qmake: KDBusAddons
cmake: "KF5::DBusAddons"
 cmakename: KF5DBusAddons
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.22.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.23.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.22.0/po/fr/kdbusaddons5_qt.po 2016-05-07 
17:08:51.0 +0200
+++ new/kdbusaddons-5.23.0/po/fr/kdbusaddons5_qt.po 2016-06-06 
13:30:03.0 +0200
@@ -11,10 +11,10 @@
 msgstr ""
 "Project-Id-Version: kquitapp\n"
 "Language-Team: French \n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"




commit kdbusaddons for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-04-12 
19:13:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-05-19 12:06:32.0 +0200
@@ -1,0 +2,8 @@
+Sat May  7 18:30:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * KDBusService: turn '-' into '_' in object paths
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kdbusaddons-5.21.0.tar.xz

New:

  kdbusaddons-5.22.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.UDsd3F/_old  2016-05-19 12:06:33.0 +0200
+++ /var/tmp/diff_new_pack.UDsd3F/_new  2016-05-19 12:06:33.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kdbusaddons
-Version:5.21.0
+Version:5.22.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.21.0.tar.xz -> kdbusaddons-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.21.0/CMakeLists.txt 
new/kdbusaddons-5.22.0/CMakeLists.txt
--- old/kdbusaddons-5.21.0/CMakeLists.txt   2016-04-03 22:48:02.0 
+0200
+++ new/kdbusaddons-5.22.0/CMakeLists.txt   2016-05-07 17:08:51.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.21.0/src/kdbusservice.cpp 
new/kdbusaddons-5.22.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.21.0/src/kdbusservice.cpp 2016-04-03 22:48:02.0 
+0200
+++ new/kdbusaddons-5.22.0/src/kdbusservice.cpp 2016-05-07 17:08:51.0 
+0200
@@ -91,11 +91,7 @@
 d->serviceName = d->generateServiceName();
 QString objectPath = QLatin1Char('/') + d->serviceName;
 objectPath.replace(QLatin1Char('.'), QLatin1Char('/'));
-if (objectPath.contains(QLatin1Char('-'))) {
-QString previous = objectPath;
-objectPath.remove(QLatin1Char('-'));
-qWarning() << "Invalid service name" << previous << "using:" << 
objectPath;
-}
+objectPath.replace(QLatin1Char('-'), QLatin1Char('_')); // see spec 
change at https://bugs.freedesktop.org/show_bug.cgi?id=95129
 
 if (options & Multiple) {
 const QString pid = 
QString::number(QCoreApplication::applicationPid());




commit kdbusaddons for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-03-16 
10:28:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-04-12 19:13:20.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr  4 14:19:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Avoid introspecting a DBus interface when we don't use it
+  * 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:

  kdbusaddons-5.20.0.tar.xz

New:

  kdbusaddons-5.21.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.zsBSLj/_old  2016-04-12 19:13:21.0 +0200
+++ /var/tmp/diff_new_pack.zsBSLj/_new  2016-04-12 19:13:21.0 +0200
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kdbusaddons
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5DBus) >= 5.3.0
+Requires:   cmake(Qt5DBus) >= 5.4.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to

++ kdbusaddons-5.20.0.tar.xz -> kdbusaddons-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.20.0/CMakeLists.txt 
new/kdbusaddons-5.21.0/CMakeLists.txt
--- old/kdbusaddons-5.20.0/CMakeLists.txt   2016-03-05 19:51:00.0 
+0100
+++ new/kdbusaddons-5.21.0/CMakeLists.txt   2016-04-03 22:48:02.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.20.0/src/CMakeLists.txt 
new/kdbusaddons-5.21.0/src/CMakeLists.txt
--- old/kdbusaddons-5.20.0/src/CMakeLists.txt   2016-03-05 19:51:00.0 
+0100
+++ new/kdbusaddons-5.21.0/src/CMakeLists.txt   2016-04-03 22:48:02.0 
+0200
@@ -11,6 +11,11 @@
 ${libkdbusaddons_QM_LOADER}
 )
 
+
+qt5_add_dbus_interface(libkdbusaddons_SRCS org.freedesktop.Application.xml 
FreeDesktopApplpicationIface)
+qt5_add_dbus_interface(libkdbusaddons_SRCS org.kde.KDBusService.xml 
KDBusServiceIface)
+
+
 qt5_add_dbus_adaptor(libkdbusaddons_SRCS
org.freedesktop.Application.xml
kdbusservice.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.20.0/src/kdbusservice.cpp 
new/kdbusaddons-5.21.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.20.0/src/kdbusservice.cpp 2016-03-05 19:51:00.0 
+0100
+++ new/kdbusaddons-5.21.0/src/kdbusservice.cpp 

commit kdbusaddons for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-02-24 
18:54:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-03-16 10:28:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 09:55:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kdbusaddons-5.19.0.tar.xz

New:

  kdbusaddons-5.20.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.E6QMcL/_old  2016-03-16 10:28:34.0 +0100
+++ /var/tmp/diff_new_pack.E6QMcL/_new  2016-03-16 10:28:34.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kdbusaddons
-Version:5.19.0
+Version:5.20.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.19.0.tar.xz -> kdbusaddons-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.19.0/CMakeLists.txt 
new/kdbusaddons-5.20.0/CMakeLists.txt
--- old/kdbusaddons-5.19.0/CMakeLists.txt   2016-02-06 14:40:24.0 
+0100
+++ new/kdbusaddons-5.20.0/CMakeLists.txt   2016-03-05 19:51:00.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"




commit kdbusaddons for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2016-02-24 18:53:56

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2016-01-20 
09:41:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-02-24 18:54:03.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:00:30 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kdbusaddons-5.18.0.tar.xz

New:

  kdbusaddons-5.19.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.TAPd8r/_old  2016-02-24 18:54:04.0 +0100
+++ /var/tmp/diff_new_pack.TAPd8r/_new  2016-02-24 18:54:04.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kdbusaddons
-Version:5.18.0
+Version:5.19.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.18.0.tar.xz -> kdbusaddons-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.18.0/CMakeLists.txt 
new/kdbusaddons-5.19.0/CMakeLists.txt
--- old/kdbusaddons-5.18.0/CMakeLists.txt   2016-01-02 17:28:35.0 
+0100
+++ new/kdbusaddons-5.19.0/CMakeLists.txt   2016-02-06 14:40:24.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -11,7 +11,7 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.3.0)
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.18.0/po/ast/kdbusaddons5_qt.po 
new/kdbusaddons-5.19.0/po/ast/kdbusaddons5_qt.po
--- old/kdbusaddons-5.18.0/po/ast/kdbusaddons5_qt.po2016-01-02 
17:28:35.0 +0100
+++ new/kdbusaddons-5.19.0/po/ast/kdbusaddons5_qt.po2016-02-06 
14:40:24.0 +0100
@@ -1,10 +1,10 @@
-# enolp , 2015.
+# enolp , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"PO-Revision-Date: 2015-11-16 19:52+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
+"PO-Revision-Date: 2016-02-03 13:57+0100\n"
+"Last-Translator: enolp \n"
+"Language-Team: Asturian <>\n"
 "Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -14,16 +14,14 @@
 "X-Generator: Lokalize 2.0\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
-#, fuzzy
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
 msgstr "Cola cenciellamente d'una aplicación habilitada D-BUS"
 
 #: tools/kquitapp/kquitapp.cpp:32
-#, fuzzy
 msgctxt "main|"
 msgid "Full service name, overrides application name provided"
-msgstr "Nome de serviciu completu, anula'l nome apurríu de l'aplicación"
+msgstr "Nome completu de serviciu, anula'l nome apurríu de l'aplicación"
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt "main|"
@@ -31,19 +29,18 @@
 msgstr "Camín na interfaz D-Bus pa usar"
 
 #: tools/kquitapp/kquitapp.cpp:34
-#, fuzzy
 msgctxt "main|"
 msgid "The name of the application to quit"
 msgstr "El nome de l'aplicación pa colar"
 
 #: tools/kquitapp/kquitapp.cpp:57
-#, fuzzy, qt-format
+#, qt-format
 msgctxt "main|"
 msgid "Application %1 could not be found using service %2 and path %3."
 msgstr "Nun pudo alcontrase l'aplicación %1 usando'l serviciu %2 y el camín %3"
 
 #: tools/kquitapp/kquitapp.cpp:63
-#, fuzzy, qt-format
+#, qt-format
 msgctxt "main|"
 msgid ""
 "Quitting application 

commit kdbusaddons for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-12-29 
12:51:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2016-01-20 09:41:58.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan  2 17:42:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Adapt to Qt 5.6's dbus-in-secondary-thread
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kdbusaddons-5.17.0.tar.xz

New:

  kdbusaddons-5.18.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.P43xTB/_old  2016-01-20 09:41:59.0 +0100
+++ /var/tmp/diff_new_pack.P43xTB/_new  2016-01-20 09:41:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kdbusaddons
-Version:5.17.0
+Version:5.18.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.17.0.tar.xz -> kdbusaddons-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.17.0/CMakeLists.txt 
new/kdbusaddons-5.18.0/CMakeLists.txt
--- old/kdbusaddons-5.17.0/CMakeLists.txt   2015-12-06 22:20:59.0 
+0100
+++ new/kdbusaddons-5.18.0/CMakeLists.txt   2016-01-02 17:28:35.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.17.0/po/ro/kdbusaddons5_qt.po 
new/kdbusaddons-5.18.0/po/ro/kdbusaddons5_qt.po
--- old/kdbusaddons-5.17.0/po/ro/kdbusaddons5_qt.po 2015-12-06 
22:20:59.0 +0100
+++ new/kdbusaddons-5.18.0/po/ro/kdbusaddons5_qt.po 2016-01-02 
17:28:35.0 +0100
@@ -39,7 +39,7 @@
 #, qt-format
 msgctxt "main|"
 msgid "Application %1 could not be found using service %2 and path %3."
-msgstr "Aplicația %1 nu a putut fi găsită utilizînd serviciul %2 și calea %3."
+msgstr "Aplicația %1 nu a putut fi găsită utilizând serviciul %2 și calea %3."
 
 #: tools/kquitapp/kquitapp.cpp:63
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.17.0/src/kdbusservice.cpp 
new/kdbusaddons-5.18.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.17.0/src/kdbusservice.cpp 2015-12-06 22:20:59.0 
+0100
+++ new/kdbusaddons-5.18.0/src/kdbusservice.cpp 2016-01-02 17:28:35.0 
+0100
@@ -80,7 +80,7 @@
 QDBusConnectionInterface *bus = 0;
 
 if (!QDBusConnection::sessionBus().isConnected() || !(bus = 
QDBusConnection::sessionBus().interface())) {
-d->errorMessage = QStringLiteral("Session bus not found\n"
+d->errorMessage = QString::fromLatin1("Session bus not found\n"
 "To circumvent this problem try the 
following command (with Linux and bash)\n"
 "export $(dbus-launch)");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.17.0/src/kdedmodule.cpp 
new/kdbusaddons-5.18.0/src/kdedmodule.cpp
--- old/kdbusaddons-5.17.0/src/kdedmodule.cpp   2015-12-06 22:20:59.0 
+0100
+++ new/kdbusaddons-5.18.0/src/kdedmodule.cpp   2016-01-02 17:28:35.0 
+0100
@@ -79,7 

commit kdbusaddons for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-11-24 
22:22:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-12-29 12:51:43.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:04:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kdbusaddons-5.16.0.tar.xz

New:

  kdbusaddons-5.17.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.V9cxCj/_old  2015-12-29 12:51:44.0 +0100
+++ /var/tmp/diff_new_pack.V9cxCj/_new  2015-12-29 12:51:44.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kdbusaddons
-Version:5.16.0
+Version:5.17.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.16.0.tar.xz -> kdbusaddons-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.16.0/CMakeLists.txt 
new/kdbusaddons-5.17.0/CMakeLists.txt
--- old/kdbusaddons-5.16.0/CMakeLists.txt   2015-11-08 13:14:48.0 
+0100
+++ new/kdbusaddons-5.17.0/CMakeLists.txt   2015-12-06 22:20:59.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdbusaddons-5.16.0/autotests/kdbusinterprocesslocktest.cpp 
new/kdbusaddons-5.17.0/autotests/kdbusinterprocesslocktest.cpp
--- old/kdbusaddons-5.16.0/autotests/kdbusinterprocesslocktest.cpp  
2015-11-08 13:14:48.0 +0100
+++ new/kdbusaddons-5.17.0/autotests/kdbusinterprocesslocktest.cpp  
2015-12-06 22:20:59.0 +0100
@@ -65,7 +65,7 @@
 
 // Duplicated from kglobalsettingstest.cpp - make a shared helper method?
 QProcess *proc = new QProcess();
-QString appName = "kdbusinterprocesslocktest";
+QString appName = QStringLiteral("kdbusinterprocesslocktest");
 #ifdef Q_OS_WIN
 appName += ".exe";
 #else
@@ -77,7 +77,7 @@
 }
 #endif
 proc->setProcessChannelMode(QProcess::ForwardedChannels);
-proc->start(appName, QStringList() << "child");
+proc->start(appName, QStringList() << QStringLiteral("child"));
 return proc;
 }
 
@@ -106,10 +106,10 @@
 {
 QCoreApplication a(argc, argv);
 
-QCoreApplication::setApplicationName("kdbusinterprocesslocktest");
-QCoreApplication::setOrganizationDomain("kde.org");
+
QCoreApplication::setApplicationName(QStringLiteral("kdbusinterprocesslocktest"));
+QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
 
-KDBusInterProcessLock lock("myfunnylock");
+KDBusInterProcessLock lock(QStringLiteral("myfunnylock"));
 
 if (argc >= 2) {
 work(2, lock);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.16.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.17.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.16.0/autotests/kdbusservicetest.cpp   2015-11-08 
13:14:48.0 +0100
+++ new/kdbusaddons-5.17.0/autotests/kdbusservicetest.cpp   2015-12-06 
22:20:59.0 +0100
@@ -90,14 +90,14 @@
 void firstCall()
 {
 QStringList args;
-args << "bad call";
+args << QStringLiteral("bad call");
 executeNewChild(args);
 }
 
 void secondCall()
 {
 QStringList args;
-args << "real call" << "second arg";
+args << QStringLiteral("real call") << QStringLiteral("second arg");
 

commit kdbusaddons for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-10-19 
22:23:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-11-24 22:22:45.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 16:58:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kdbusaddons-5.15.0.tar.xz

New:

  kdbusaddons-5.16.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.OcIU3Y/_old  2015-11-24 22:22:46.0 +0100
+++ /var/tmp/diff_new_pack.OcIU3Y/_new  2015-11-24 22:22:46.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kdbusaddons
-Version:5.15.0
+Version:5.16.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.15.0.tar.xz -> kdbusaddons-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.15.0/CMakeLists.txt 
new/kdbusaddons-5.16.0/CMakeLists.txt
--- old/kdbusaddons-5.15.0/CMakeLists.txt   2015-10-05 09:57:21.0 
+0200
+++ new/kdbusaddons-5.16.0/CMakeLists.txt   2015-11-08 13:14:48.0 
+0100
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.15.0/po/ca/kdbusaddons5_qt.po 
new/kdbusaddons-5.16.0/po/ca/kdbusaddons5_qt.po
--- old/kdbusaddons-5.15.0/po/ca/kdbusaddons5_qt.po 2015-10-05 
09:57:21.0 +0200
+++ new/kdbusaddons-5.16.0/po/ca/kdbusaddons5_qt.po 2015-11-08 
13:14:48.0 +0100
@@ -1,16 +1,17 @@
 # Translation of kdbusaddons5_qt.po to Catalan
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 2014-2015 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer , 2014.
+# Antoni Bella Pérez , 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdbusaddons5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-03-30 12:19+0200\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2015-11-07 14:24+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,12 +20,12 @@
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
 msgid "Quit a D-Bus enabled application easily"
-msgstr "Surt fàcilment d'una aplicació activada des del D-Bus"
+msgstr "Surt fàcilment d'una aplicació activada des de D-Bus"
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt "main|"
@@ -34,7 +35,7 @@
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt "main|"
 msgid "Path in the D-Bus interface to use"
-msgstr "Camí a usar en la interfície del D-Bus"
+msgstr "Camí a usar en la interfície de D-Bus"
 
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.15.0/po/ca@valencia/kdbusaddons5_qt.po 
new/kdbusaddons-5.16.0/po/ca@valencia/kdbusaddons5_qt.po
--- old/kdbusaddons-5.15.0/po/ca@valencia/kdbusaddons5_qt.po1970-01-01 
01:00:00.0 +0100
+++ 

commit kdbusaddons for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-09-24 
07:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-10-19 22:23:31.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kdbusaddons-5.14.0.tar.xz

New:

  kdbusaddons-5.15.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.NIE8vL/_old  2015-10-19 22:23:31.0 +0200
+++ /var/tmp/diff_new_pack.NIE8vL/_new  2015-10-19 22:23:31.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kdbusaddons
-Version:5.14.0
+Version:5.15.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.14.0.tar.xz -> kdbusaddons-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.14.0/CMakeLists.txt 
new/kdbusaddons-5.15.0/CMakeLists.txt
--- old/kdbusaddons-5.14.0/CMakeLists.txt   2015-09-05 10:54:56.0 
+0200
+++ new/kdbusaddons-5.15.0/CMakeLists.txt   2015-10-05 09:57:21.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.14.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.15.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.14.0/po/fr/kdbusaddons5_qt.po 2015-09-05 
10:54:56.0 +0200
+++ new/kdbusaddons-5.15.0/po/fr/kdbusaddons5_qt.po 2015-10-05 
09:57:21.0 +0200
@@ -11,10 +11,10 @@
 msgstr ""
 "Project-Id-Version: kquitapp\n"
 "Language-Team: French \n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.14.0/po/nb/kdbusaddons5_qt.po 
new/kdbusaddons-5.15.0/po/nb/kdbusaddons5_qt.po
--- old/kdbusaddons-5.14.0/po/nb/kdbusaddons5_qt.po 2015-09-05 
10:54:56.0 +0200
+++ new/kdbusaddons-5.15.0/po/nb/kdbusaddons5_qt.po 2015-10-05 
09:57:21.0 +0200
@@ -1,5 +1,3 @@
-# Translation of kdbusaddons5_qt to Norwegian Bokmål
-#
 # Bjørn Steensrud , 2008, 2014.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.14.0/po/se/kdbusaddons5_qt.po 
new/kdbusaddons-5.15.0/po/se/kdbusaddons5_qt.po
--- old/kdbusaddons-5.14.0/po/se/kdbusaddons5_qt.po 2015-09-05 
10:54:56.0 +0200
+++ new/kdbusaddons-5.15.0/po/se/kdbusaddons5_qt.po 2015-10-05 
09:57:21.0 +0200
@@ -1,5 +1,3 @@
-# Translation of kdbusaddons5_qt to Northern Sami
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: kquitapp\n"




commit kdbusaddons for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-09-02 
07:44:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-09-24 07:10:41.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:12:54 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:

  kdbusaddons-5.13.0.tar.xz

New:

  kdbusaddons-5.14.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.wbAGPd/_old  2015-09-24 07:10:41.0 +0200
+++ /var/tmp/diff_new_pack.wbAGPd/_new  2015-09-24 07:10:41.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kdbusaddons
-Version:5.13.0
+Version:5.14.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.13.0.tar.xz -> kdbusaddons-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.13.0/CMakeLists.txt 
new/kdbusaddons-5.14.0/CMakeLists.txt
--- old/kdbusaddons-5.13.0/CMakeLists.txt   2015-08-04 12:50:07.0 
+0200
+++ new/kdbusaddons-5.14.0/CMakeLists.txt   2015-09-05 10:54:56.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.13.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.14.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.13.0/po/fr/kdbusaddons5_qt.po 2015-08-04 
12:50:07.0 +0200
+++ new/kdbusaddons-5.14.0/po/fr/kdbusaddons5_qt.po 2015-09-05 
10:54:56.0 +0200
@@ -11,10 +11,10 @@
 msgstr ""
 "Project-Id-Version: kquitapp\n"
 "Language-Team: French \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"




commit kdbusaddons for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

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

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-07-14 
17:22:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-09-02 07:44:43.0 +0200
@@ -1,0 +2,12 @@
+Tue Aug  4 19:20:19 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
+  * KDBusService: document how to raise the active window, in Activate()
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kdbusaddons-5.12.0.tar.xz

New:

  kdbusaddons-5.13.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.19Ho26/_old  2015-09-02 07:44:43.0 +0200
+++ /var/tmp/diff_new_pack.19Ho26/_new  2015-09-02 07:44:43.0 +0200
@@ -18,20 +18,20 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kdbusaddons
-Version:5.12.0
+Version:5.13.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  libqt5-linguist-devel >= 5.2.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
 %endif
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
 Summary:Convenience classes for QtDBus
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5DBus) >= 5.2.0
+Requires:   cmake(Qt5DBus) >= 5.3.0
 
 %description devel
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to

++ kdbusaddons-5.12.0.tar.xz -> kdbusaddons-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.12.0/CMakeLists.txt 
new/kdbusaddons-5.13.0/CMakeLists.txt
--- old/kdbusaddons-5.12.0/CMakeLists.txt   2015-07-05 10:55:59.0 
+0200
+++ new/kdbusaddons-5.13.0/CMakeLists.txt   2015-08-04 12:50:07.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -14,7 +14,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.12.0/autotests/CMakeLists.txt 
new/kdbusaddons-5.13.0/autotests/CMakeLists.txt
--- old/kdbusaddons-5.12.0/autotests/CMakeLists.txt 2015-07-05 
10:55:59.0 +0200
+++ new/kdbusaddons-5.13.0/autotests/CMakeLists.txt 2015-08-04 
12:50:07.0 +0200
@@ -1,7 +1,7 @@
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE)
+find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 include(ECMAddTests)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.12.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.13.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.12.0/po/fr/kdbusaddons5_qt.po 2015-07-05 
10:55:59.0 

commit kdbusaddons for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-07-14 17:22:52

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-06-23 
12:07:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-07-14 17:22:54.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 18:44:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Clarify exit value for Unique instances
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kdbusaddons-5.11.0.tar.xz

New:

  kdbusaddons-5.12.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.TQq6b0/_old  2015-07-14 17:22:55.0 +0200
+++ /var/tmp/diff_new_pack.TQq6b0/_new  2015-07-14 17:22:55.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kdbusaddons
-Version:5.11.0
+Version:5.12.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kdbusaddons-5.11.0.tar.xz - kdbusaddons-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.11.0/CMakeLists.txt 
new/kdbusaddons-5.12.0/CMakeLists.txt
--- old/kdbusaddons-5.11.0/CMakeLists.txt   2015-06-06 23:11:47.0 
+0200
+++ new/kdbusaddons-5.12.0/CMakeLists.txt   2015-07-05 10:55:59.0 
+0200
@@ -3,7 +3,7 @@
 project(KDBusAddons)
 
 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)
 
@@ -27,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.11.0/po/ca/kdbusaddons5_qt.po 
new/kdbusaddons-5.12.0/po/ca/kdbusaddons5_qt.po
--- old/kdbusaddons-5.11.0/po/ca/kdbusaddons5_qt.po 2015-06-06 
23:11:47.0 +0200
+++ new/kdbusaddons-5.12.0/po/ca/kdbusaddons5_qt.po 2015-07-05 
10:55:59.0 +0200
@@ -18,8 +18,8 @@
 Content-Transfer-Encoding: 8bit\n
 X-Qt-Contexts: true\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
-X-Generator: Lokalize 1.4\n
 X-Accelerator-Marker: \n
+X-Generator: Lokalize 1.4\n
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt main|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.11.0/src/kdbusservice.h 
new/kdbusaddons-5.12.0/src/kdbusservice.h
--- old/kdbusaddons-5.11.0/src/kdbusservice.h   2015-06-06 23:11:47.0 
+0200
+++ new/kdbusaddons-5.12.0/src/kdbusservice.h   2015-07-05 10:55:59.0 
+0200
@@ -50,7 +50,8 @@
  * The first instance of the application registers with D-Bus without the PID,
  * and any attempt to run the application again will cause the
  * activateRequested() signal to be emitted in the already-running instance; 
the
- * duplicate instance will then quit.
+ * duplicate instance will then quit. The exit value can be set by the already
+ * running instance with setExitValue(), the default value is @c 0.
  *
  * Unique-mode applications should usually delay parsing command-line arguments
  * until after creating a KDBusService object; that way they know they are the
@@ -71,15 +72,17 @@
  *
  * Example usage:
  *
- * code
+ * @code
  QApplication app(argc, argv);
  app.setApplicationName(kuiserver);
  app.setOrganizationDomain(kde.org);
  // Create your dbus objects here
  // ...
  KDBusService service(KDBusService::Unique);
+ // If this point is reached, this is the only running instance
+ // i.e. org.kde.kuiserver has been registered
  return app.exec();
- * /code
+ * @endcode
  *
  * @since 5.0
  */
@@ -106,8 +109,11 @@
 /** Indicates that the application should not exit if it failed to
  * register with D-Bus.
  *
- * By default, KDBusService will quit the application if it 

commit kdbusaddons for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-05-11 
19:48:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-06-23 12:07:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 19:07:16 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:

  kdbusaddons-5.10.0.tar.xz

New:

  kdbusaddons-5.11.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.wCRGWt/_old  2015-06-23 12:07:10.0 +0200
+++ /var/tmp/diff_new_pack.wCRGWt/_new  2015-06-23 12:07:10.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kdbusaddons
-Version:5.10.0
+Version:5.11.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kdbusaddons-5.10.0.tar.xz - kdbusaddons-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.10.0/CMakeLists.txt 
new/kdbusaddons-5.11.0/CMakeLists.txt
--- old/kdbusaddons-5.10.0/CMakeLists.txt   2015-05-03 17:07:37.0 
+0200
+++ new/kdbusaddons-5.11.0/CMakeLists.txt   2015-06-06 23:11:47.0 
+0200
@@ -2,7 +2,11 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -14,7 +18,7 @@
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5X11Extras ${REQUIRED_QT_VERSION} NO_MODULE)
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
@@ -23,7 +27,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.10.0/po/nn/kdbusaddons5_qt.po 
new/kdbusaddons-5.11.0/po/nn/kdbusaddons5_qt.po
--- old/kdbusaddons-5.10.0/po/nn/kdbusaddons5_qt.po 2015-05-03 
17:07:37.0 +0200
+++ new/kdbusaddons-5.11.0/po/nn/kdbusaddons5_qt.po 2015-06-06 
23:11:47.0 +0200
@@ -1,17 +1,19 @@
 # Translation of kdbusaddons5_qt to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer k...@huftis.org, 2007, 2008.
+# Karl Ove Hufthammer k...@huftis.org, 2007, 2008, 2015.
 # Håvard Korsvoll korsv...@skulelinux.no, 2008.
 # Eirik U. Birkeland eir...@gmail.com, 2008, 2009.
 msgid 
 msgstr 
 Project-Id-Version: kquitapp\n
+PO-Revision-Date: 2015-06-03 19:01+0100\n
+Last-Translator: Karl Ove Hufthammer k...@huftis.org\n
 Language-Team: Norwegian Nynorsk i18n...@lister.ping.uio.no\n
 Language: nn\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 0.3\n
+X-Generator: Lokalize 2.0\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Environment: kde\n
 X-Accelerator-Marker: \n
@@ -21,28 +23,28 @@
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt main|
 msgid Quit a D-Bus enabled application easily
-msgstr 
+msgstr Stopp enkelt eit program som brukar D-Bus
 
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt main|
 msgid Full service name, overrides application name provided
-msgstr 
+msgstr Fullt tenestenamn – overstyrer oppgjeve programnamn
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt main|
 msgid Path in the D-Bus interface to use
-msgstr 
+msgstr Adresse i D-Bus-grensesnittet som skal brukast
 
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt main|
 msgid The name of the application to quit
-msgstr 
+msgstr Namnet på programmet som skal stoppast
 
 #: tools/kquitapp/kquitapp.cpp:57
 #, qt-format
 msgctxt main|
 msgid Application %1 could not be found using service %2 and path %3.
-msgstr 
+msgstr Fann ikkje 

commit kdbusaddons for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-05-11 19:36:22

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-04-13 
20:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-05-11 19:48:08.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:47:36 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:

  kdbusaddons-5.9.0.tar.xz

New:

  kdbusaddons-5.10.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.5fQ3Sx/_old  2015-05-11 19:48:09.0 +0200
+++ /var/tmp/diff_new_pack.5fQ3Sx/_new  2015-05-11 19:48:09.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kdbusaddons
-Version:5.9.0
+Version:5.10.0
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}

++ kdbusaddons-5.9.0.tar.xz - kdbusaddons-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.9.0/CMakeLists.txt 
new/kdbusaddons-5.10.0/CMakeLists.txt
--- old/kdbusaddons-5.9.0/CMakeLists.txt2015-04-04 14:02:40.0 
+0200
+++ new/kdbusaddons-5.10.0/CMakeLists.txt   2015-05-03 17:07:37.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.9.0/po/ast/kdbusaddons5_qt.po 
new/kdbusaddons-5.10.0/po/ast/kdbusaddons5_qt.po
--- old/kdbusaddons-5.9.0/po/ast/kdbusaddons5_qt.po 2015-04-04 
14:02:40.0 +0200
+++ new/kdbusaddons-5.10.0/po/ast/kdbusaddons5_qt.po2015-05-03 
17:07:37.0 +0200
@@ -2,7 +2,7 @@
 msgid 
 msgstr 
 Project-Id-Version: \n
-PO-Revision-Date: 2015-02-27 23:30+0100\n
+PO-Revision-Date: 2015-04-06 15:21+0100\n
 Last-Translator: enolp en...@softastur.org\n
 Language-Team: Asturian kde-i18n-...@kde.org\n
 Language: ast\n
@@ -14,33 +14,37 @@
 X-Generator: Lokalize 2.0\n
 
 #: tools/kquitapp/kquitapp.cpp:31
+#, fuzzy
 msgctxt main|
 msgid Quit a D-Bus enabled application easily
 msgstr Cola cenciellamente d'una aplicación habilitada D-BUS
 
 #: tools/kquitapp/kquitapp.cpp:32
+#, fuzzy
 msgctxt main|
 msgid Full service name, overrides application name provided
 msgstr Nome de serviciu completu, anula'l nome apurríu de l'aplicación
 
 #: tools/kquitapp/kquitapp.cpp:33
+#, fuzzy
 msgctxt main|
 msgid Path in the D-Bus interface to use
 msgstr Camín na interfaz D-Bus pa usar
 
 #: tools/kquitapp/kquitapp.cpp:34
+#, fuzzy
 msgctxt main|
 msgid The name of the application to quit
 msgstr El nome de l'aplicación pa colar
 
 #: tools/kquitapp/kquitapp.cpp:57
-#, qt-format
+#, fuzzy, qt-format
 msgctxt main|
 msgid Application %1 could not be found using service %2 and path %3.
 msgstr Nun pudo alcontrase l'aplicación %1 usando'l serviciu %2 y el camín %3
 
 #: tools/kquitapp/kquitapp.cpp:63
-#, qt-format
+#, fuzzy, qt-format
 msgctxt main|
 msgid 
 Quitting application %1 failed. Error reported was:\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.10.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po  2015-04-04 
14:02:40.0 +0200
+++ new/kdbusaddons-5.10.0/po/fr/kdbusaddons5_qt.po 2015-05-03 
17:07:37.0 +0200
@@ -11,10 +11,10 @@
 msgstr 
 Project-Id-Version: kquitapp\n
 Language-Team: French kde-i18n-...@kde.org\n
+Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 X-Generator: Lokalize 1.5\n
 X-Environment: kde\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kdbusaddons for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-04-13 20:25:57

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-03-16 
09:32:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-04-13 20:25:59.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:50 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
+
+---

Old:

  kdbusaddons-5.8.0.tar.xz

New:

  kdbusaddons-5.9.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.vuUfCC/_old  2015-04-13 20:26:00.0 +0200
+++ /var/tmp/diff_new_pack.vuUfCC/_new  2015-04-13 20:26:00.0 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kdbusaddons
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.2.0
@@ -44,7 +47,9 @@
 %package -n %lname
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 Recommends: %{name}-tools = %{version}
 %requires_ge libQt5DBus5
 
@@ -81,15 +86,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ kdbusaddons-5.8.0.tar.xz - kdbusaddons-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/CMakeLists.txt 
new/kdbusaddons-5.9.0/CMakeLists.txt
--- old/kdbusaddons-5.8.0/CMakeLists.txt2015-03-07 15:40:10.0 
+0100
+++ new/kdbusaddons-5.9.0/CMakeLists.txt2015-04-04 14:02:40.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_VERSION 5.9.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/autotests/kdbusservicetest.cpp 
new/kdbusaddons-5.9.0/autotests/kdbusservicetest.cpp
--- old/kdbusaddons-5.8.0/autotests/kdbusservicetest.cpp2015-03-07 
15:40:10.0 +0100
+++ new/kdbusaddons-5.9.0/autotests/kdbusservicetest.cpp2015-04-04 
14:02:40.0 +0200
@@ -36,7 +36,7 @@
 Q_OBJECT
 public:
 TestObject(KDBusService *service)
-: m_callCount(0),
+: m_proc(0), m_callCount(0),
   m_service(service)
 {}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.8.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.8.0/po/fr/kdbusaddons5_qt.po  2015-03-07 
15:40:10.0 +0100
+++ new/kdbusaddons-5.9.0/po/fr/kdbusaddons5_qt.po  2015-04-04 
14:02:40.0 +0200
@@ -11,10 +11,10 @@
 msgstr 
 Project-Id-Version: kquitapp\n
 Language-Team: French kde-i18n-...@kde.org\n
-Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 X-Generator: Lokalize 1.5\n
 X-Environment: kde\n




commit kdbusaddons for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-03-16 09:32:38

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-02-16 
17:30:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-03-16 09:32:39.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:51 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:

  kdbusaddons-5.7.0.tar.xz

New:

  kdbusaddons-5.8.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.LuGiX2/_old  2015-03-16 09:32:40.0 +0100
+++ /var/tmp/diff_new_pack.LuGiX2/_new  2015-03-16 09:32:40.0 +0100
@@ -17,12 +17,12 @@
 
 
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kdbusaddons
 Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0

++ kdbusaddons-5.7.0.tar.xz - kdbusaddons-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.7.0/CMakeLists.txt 
new/kdbusaddons-5.8.0/CMakeLists.txt
--- old/kdbusaddons-5.7.0/CMakeLists.txt2015-02-08 16:14:19.0 
+0100
+++ new/kdbusaddons-5.8.0/CMakeLists.txt2015-03-07 15:40:10.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.7.0/po/ast/kdbusaddons5_qt.po 
new/kdbusaddons-5.8.0/po/ast/kdbusaddons5_qt.po
--- old/kdbusaddons-5.7.0/po/ast/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.8.0/po/ast/kdbusaddons5_qt.po 2015-03-07 
15:40:10.0 +0100
@@ -0,0 +1,52 @@
+# enolp en...@softastur.org, 2015.
+msgid 
+msgstr 
+Project-Id-Version: \n
+PO-Revision-Date: 2015-02-27 23:30+0100\n
+Last-Translator: enolp en...@softastur.org\n
+Language-Team: Asturian kde-i18n-...@kde.org\n
+Language: ast\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Qt-Contexts: true\n
+Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Generator: Lokalize 2.0\n
+
+#: tools/kquitapp/kquitapp.cpp:31
+msgctxt main|
+msgid Quit a D-Bus enabled application easily
+msgstr Cola cenciellamente d'una aplicación habilitada D-BUS
+
+#: tools/kquitapp/kquitapp.cpp:32
+msgctxt main|
+msgid Full service name, overrides application name provided
+msgstr Nome de serviciu completu, anula'l nome apurríu de l'aplicación
+
+#: tools/kquitapp/kquitapp.cpp:33
+msgctxt main|
+msgid Path in the D-Bus interface to use
+msgstr Camín na interfaz D-Bus pa usar
+
+#: tools/kquitapp/kquitapp.cpp:34
+msgctxt main|
+msgid The name of the application to quit
+msgstr El nome de l'aplicación pa colar
+
+#: tools/kquitapp/kquitapp.cpp:57
+#, qt-format
+msgctxt main|
+msgid Application %1 could not be found using service %2 and path %3.
+msgstr Nun pudo alcontrase l'aplicación %1 usando'l serviciu %2 y el camín %3
+
+#: tools/kquitapp/kquitapp.cpp:63
+#, qt-format
+msgctxt main|
+msgid 
+Quitting application %1 failed. Error reported was:\n
+\n
+ %2 : %3
+msgstr 
+Fallu colando de l'aplicación %1. El fallu informáu foi:\n
+\n
+ %2 : %3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.7.0/po/bs/kdbusaddons5_qt.po 
new/kdbusaddons-5.8.0/po/bs/kdbusaddons5_qt.po
--- old/kdbusaddons-5.7.0/po/bs/kdbusaddons5_qt.po  1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.8.0/po/bs/kdbusaddons5_qt.po  2015-03-07 
15:40:10.0 +0100
@@ -0,0 +1,52 @@
+msgid 
+msgstr 
+Project-Id-Version: kde5\n
+POT-Creation-Date: \n
+PO-Revision-Date: 2015-02-24 19:46+0100\n
+Last-Translator: 

commit kdbusaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-02-16 15:05:57

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2015-01-29 
12:52:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-02-16 17:30:31.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:23 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added helper method KDEDModule::moduleForMessage for writing
+more kded-like daemons, such as kiod
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdbusaddons-5.6.0.tar.xz

New:

  kdbusaddons-5.7.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.EIrHvO/_old  2015-02-16 17:30:33.0 +0100
+++ /var/tmp/diff_new_pack.EIrHvO/_new  2015-02-16 17:30:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5DBusAddons5
+%define _tar_path 5.7
 Name:   kdbusaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +33,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
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.6.0.tar.xz - kdbusaddons-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.6.0/CMakeLists.txt 
new/kdbusaddons-5.7.0/CMakeLists.txt
--- old/kdbusaddons-5.6.0/CMakeLists.txt2015-01-03 13:03:33.0 
+0100
+++ new/kdbusaddons-5.7.0/CMakeLists.txt2015-02-08 16:14:19.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
@@ -47,7 +47,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DBusAddons)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DBusAddons)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake
@@ -61,6 +61,6 @@
 
 install(EXPORT KF5DBusAddonsTargets  DESTINATION ${CMAKECONFIG_INSTALL_DIR}  
FILE KF5DBusAddonsTargets.cmake  NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}  COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}  COMPONENT Devel )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.6.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.7.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.6.0/po/fr/kdbusaddons5_qt.po  2015-01-03 
13:03:33.0 +0100
+++ new/kdbusaddons-5.7.0/po/fr/kdbusaddons5_qt.po  2015-02-08 
16:14:19.0 +0100
@@ -11,15 +11,15 @@
 msgstr 
 Project-Id-Version: kquitapp\n
 Language-Team: French kde-i18n-...@kde.org\n
-Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  

commit kdbusaddons for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-12-21 
11:58:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-01-29 12:52:00.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:24 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:

  kdbusaddons-5.5.0.tar.xz

New:

  kdbusaddons-5.6.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.UgxiAs/_old  2015-01-29 12:52:01.0 +0100
+++ /var/tmp/diff_new_pack.UgxiAs/_new  2015-01-29 12:52:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# 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
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.5.0
+Version:5.6.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +32,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
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.5.0.tar.xz - kdbusaddons-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.5.0/CMakeLists.txt 
new/kdbusaddons-5.6.0/CMakeLists.txt
--- old/kdbusaddons-5.5.0/CMakeLists.txt2014-12-06 13:34:16.0 
+0100
+++ new/kdbusaddons-5.6.0/CMakeLists.txt2015-01-03 13:03:33.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.5.0/po/da/kdbusaddons5_qt.po 
new/kdbusaddons-5.6.0/po/da/kdbusaddons5_qt.po
--- old/kdbusaddons-5.5.0/po/da/kdbusaddons5_qt.po  2014-12-06 
13:34:16.0 +0100
+++ new/kdbusaddons-5.6.0/po/da/kdbusaddons5_qt.po  2015-01-03 
13:03:33.0 +0100
@@ -2,7 +2,7 @@
 msgid 
 msgstr 
 Project-Id-Version: \n
-PO-Revision-Date: 2014-09-21 15:29+0200\n
+PO-Revision-Date: 2014-12-29 20:03+0100\n
 Last-Translator: Martin Schlander mschlan...@opensuse.org\n
 Language-Team: Danish kde-i18n-...@kde.org\n
 Language: da\n
@@ -21,23 +21,23 @@
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt main|
 msgid Full service name, overrides application name provided
-msgstr 
+msgstr Fuldt tjenestenavn, tilsidesætter angivet programnavn
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt main|
 msgid Path in the D-Bus interface to use
-msgstr 
+msgstr Stil til D-Bus-grænsefladen der skal bruges
 
 #: tools/kquitapp/kquitapp.cpp:34
 msgctxt main|
 msgid The name of the application to quit
-msgstr 
+msgstr Navnet på programmet der skal afsluttes
 
 #: tools/kquitapp/kquitapp.cpp:57
 #, qt-format
 msgctxt main|
 msgid Application %1 could not be found using service %2 and path %3.
-msgstr 
+msgstr Programmet %1 kunne ikke findes ved brug af tjenesten %2 og stien %3.
 
 #: tools/kquitapp/kquitapp.cpp:63
 #, qt-format
@@ -47,3 +47,6 @@
 \n
  %2 : %3
 msgstr 
+Afslutning af programmet %1 mislykkedes. Fejlmeddelelsen var:\n
+\n
+ %2 : %3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.5.0/po/gd/kdbusaddons5_qt.po 

commit kdbusaddons for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-12-21 11:58:44

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-11-11 
01:09:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-12-21 11:58:30.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:45 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:

  kdbusaddons-5.4.0.tar.xz

New:

  kdbusaddons-5.5.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.IujUvO/_old  2014-12-21 11:58:31.0 +0100
+++ /var/tmp/diff_new_pack.IujUvO/_new  2014-12-21 11:58:31.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.4.0
+Version:5.5.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +32,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
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.4.0.tar.xz - kdbusaddons-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.4.0/CMakeLists.txt 
new/kdbusaddons-5.5.0/CMakeLists.txt
--- old/kdbusaddons-5.4.0/CMakeLists.txt2014-11-02 13:08:08.0 
+0100
+++ new/kdbusaddons-5.5.0/CMakeLists.txt2014-12-06 13:34:16.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h

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



commit kdbusaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-11-11 01:09:39

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-10-07 
16:00:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-11-11 01:09:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:20 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:

  kdbusaddons-5.3.0.tar.xz

New:

  kdbusaddons-5.4.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.NMzwWs/_old  2014-11-11 01:09:47.0 +0100
+++ /var/tmp/diff_new_pack.NMzwWs/_new  2014-11-11 01:09:47.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +32,7 @@
 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
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.3.0.tar.xz - kdbusaddons-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/CMakeLists.txt 
new/kdbusaddons-5.4.0/CMakeLists.txt
--- old/kdbusaddons-5.3.0/CMakeLists.txt2014-10-04 19:00:48.0 
+0200
+++ new/kdbusaddons-5.4.0/CMakeLists.txt2014-11-02 13:08:08.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/cs/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/cs/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/cs/kdbusaddons5_qt.po  2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/cs/kdbusaddons5_qt.po  2014-11-02 
13:08:08.0 +0100
@@ -14,6 +14,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
 X-Generator: Lokalize 1.5\n
+X-Qt-Contexts: true\n
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt main|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/de/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/de/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/de/kdbusaddons5_qt.po  2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/de/kdbusaddons5_qt.po  2014-11-02 
13:08:08.0 +0100
@@ -12,6 +12,7 @@
 Content-Transfer-Encoding: 8bit\n
 X-Qt-Contexts: true\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Qt-Contexts: true\n
 X-Generator: Lokalize 1.5\n
 
 #: tools/kquitapp/kquitapp.cpp:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/en_GB/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/en_GB/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/en_GB/kdbusaddons5_qt.po   2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/en_GB/kdbusaddons5_qt.po   2014-11-02 
13:08:08.0 +0100
@@ -15,6 +15,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Qt-Contexts: true\n
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt main|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/fi/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/fi/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/fi/kdbusaddons5_qt.po  2014-10-04 
19:00:48.0 +0200
+++ 

commit kdbusaddons for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-09-12 
17:04:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-10-07 16:00:00.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:46 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
+
+---

Old:

  kdbusaddons-5.2.0.tar.xz

New:

  kdbusaddons-5.3.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.yGVtQ2/_old  2014-10-07 16:00:02.0 +0200
+++ /var/tmp/diff_new_pack.yGVtQ2/_new  2014-10-07 16:00:02.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.2.0
+Version:5.3.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0

++ kdbusaddons-5.2.0.tar.xz - kdbusaddons-5.3.0.tar.xz ++
 2180 lines of diff (skipped)

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



commit kdbusaddons for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-08-16 
15:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-09-12 17:04:32.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:31 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:

  kdbusaddons-5.1.0.tar.xz

New:

  kdbusaddons-5.2.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.E23dLL/_old  2014-09-12 17:04:33.0 +0200
+++ /var/tmp/diff_new_pack.E23dLL/_new  2014-09-12 17:04:33.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.1.0
+Version:5.2.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0

++ kdbusaddons-5.1.0.tar.xz - kdbusaddons-5.2.0.tar.xz ++
 2107 lines of diff (skipped)

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



commit kdbusaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-07-10 
09:31:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-08-16 15:44:05.0 +0200
@@ -1,0 +2,14 @@
+Thu Aug 14 21:00:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Create tools subpackage
+
+---
+Sat Aug  2 10:20:14 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
+- Harden required Qt5 libs versions
+- Pass the location of lconvert executable
+
+---

Old:

  kdbusaddons-5.0.0.tar.xz

New:

  kdbusaddons-5.1.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.8oFviz/_old  2014-08-16 15:44:06.0 +0200
+++ /var/tmp/diff_new_pack.8oFviz/_new  2014-08-16 15:44:06.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -44,11 +44,21 @@
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+Recommends: %{name}-tools = %{version}
+%requires_ge libQt5DBus5
 
 %description -n %lname
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules.
 
+%package tools
+Summary:Convenience classes for QtDBus: CLI tools
+Group:  Development/Tools/Debuggers
+
+%description tools
+KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
+create KDED modules. Aditional CLI tools.
+
 %package devel
 Summary:Convenience classes for QtDBus: Build Environment
 Group:  Development/Libraries/KDE
@@ -65,7 +75,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -85,14 +95,15 @@
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5DBusAddons.so.*
 
-%files devel
+%files tools
 %defattr(-,root,root)
 %{_kf5_bindir}/kquitapp5
+
+%files devel
+%defattr(-,root,root)
 %{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_libdir}/cmake/KF5DBusAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KDBusAddons.pri
 
 %changelog

++ kdbusaddons-5.0.0.tar.xz - kdbusaddons-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.0.0/CMakeLists.txt 
new/kdbusaddons-5.1.0/CMakeLists.txt
--- old/kdbusaddons-5.0.0/CMakeLists.txt2014-07-01 20:28:37.0 
+0200
+++ new/kdbusaddons-5.1.0/CMakeLists.txt2014-08-02 11:02:21.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.0.0/po/ar/kdbusaddons5_qt.po 
new/kdbusaddons-5.1.0/po/ar/kdbusaddons5_qt.po
--- old/kdbusaddons-5.0.0/po/ar/kdbusaddons5_qt.po  1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.1.0/po/ar/kdbusaddons5_qt.po  2014-08-02 
11:02:21.0 +0200
@@ -0,0 +1,55 @@
+# Safa Alfulaij safa1996alful...@gmail.com, 2014.
+msgid 
+msgstr 
+Project-Id-Version: \n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2014-06-28 15:38+0300\n
+PO-Revision-Date: 2014-06-17 21:51+0300\n
+Last-Translator: Safa Alfulaij safa1996alful...@gmail.com\n
+Language-Team: Arabic kde-i18n-...@kde.org\n
+Language: ar\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 

commit kdbusaddons for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-06-10 
14:36:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-07-10 09:31:29.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:58 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:

  kdbusaddons-4.100.0.tar.xz

New:

  kdbusaddons-5.0.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.oOtIwL/_old  2014-07-10 09:31:30.0 +0200
+++ /var/tmp/diff_new_pack.oOtIwL/_new  2014-07-10 09:31:30.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-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:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +32,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
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-4.100.0.tar.xz - kdbusaddons-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.100.0/CMakeLists.txt 
new/kdbusaddons-5.0.0/CMakeLists.txt
--- old/kdbusaddons-4.100.0/CMakeLists.txt  2014-06-01 14:12:44.0 
+0200
+++ new/kdbusaddons-5.0.0/CMakeLists.txt2014-07-01 20:28:37.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-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})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.100.0/po/de/kdbusaddons5_qt.po 
new/kdbusaddons-5.0.0/po/de/kdbusaddons5_qt.po
--- old/kdbusaddons-4.100.0/po/de/kdbusaddons5_qt.po2014-06-01 
14:12:44.0 +0200
+++ new/kdbusaddons-5.0.0/po/de/kdbusaddons5_qt.po  2014-07-01 
20:28:37.0 +0200
@@ -1,9 +1,10 @@
 # Burkhard Lück lu...@hube-lueck.de, 2014.
+# Frederik Schwarzer schwar...@kde.org, 2014.
 msgid 
 msgstr 
 Project-Id-Version: \n
-PO-Revision-Date: 2014-03-28 17:42+0100\n
-Last-Translator: Burkhard Lück lu...@hube-lueck.de\n
+PO-Revision-Date: 2014-06-29 10:03+0200\n
+Last-Translator: Frederik Schwarzer schwar...@kde.org\n
 Language-Team: German kde-i18n...@kde.org\n
 Language: de\n
 MIME-Version: 1.0\n
@@ -21,7 +22,7 @@
 #: tools/kquitapp/kquitapp.cpp:32
 msgctxt main|
 msgid Full service name, overrides application name provided
-msgstr Vollständiger Dienstname, übergeht den angegebenen Programmnamen
+msgstr Vollständiger Dienstname, übergeht den angegebenen Anwendungsnamen
 
 #: tools/kquitapp/kquitapp.cpp:33
 msgctxt main|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.100.0/po/en_GB/kdbusaddons5_qt.po 
new/kdbusaddons-5.0.0/po/en_GB/kdbusaddons5_qt.po
--- old/kdbusaddons-4.100.0/po/en_GB/kdbusaddons5_qt.po 1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.0.0/po/en_GB/kdbusaddons5_qt.po   2014-07-01 
20:28:37.0 +0200
@@ -0,0 +1,52 @@
+# Steve Allewell steve.allew...@gmail.com, 2014.
+msgid 
+msgstr 
+Project-Id-Version: \n
+PO-Revision-Date: 2014-06-28 11:04+0100\n
+Last-Translator: Steve Allewell steve.allew...@gmail.com\n
+Language-Team: British English kde-l10n-en...@kde.org\n
+Language: en_GB\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Qt-Contexts: true\n
+Plural-Forms: 

commit kdbusaddons for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

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

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-04-02 
17:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-05-14 20:26:53.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:04 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:

  kdbusaddons-4.98.0.tar.xz

New:

  kdbusaddons-4.99.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.L5cRk9/_old  2014-05-14 20:26:54.0 +0200
+++ /var/tmp/diff_new_pack.L5cRk9/_new  2014-05-14 20:26:54.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-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:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -40,6 +40,7 @@
 %package -n %lname
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
@@ -56,6 +57,7 @@
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules. Development files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -65,12 +67,16 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}%{_kf5_sharedir}
+
+  %find_lang %{name}5 --with-qt --without-mo
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*

++ kdbusaddons-4.98.0.tar.xz - kdbusaddons-4.99.0.tar.xz ++
 1963 lines of diff (skipped)

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



commit kdbusaddons for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-04-02 17:21:53

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-03-10 
12:17:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-04-02 17:21:59.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  kdbusaddons-4.97.0.tar.xz

New:

  kdbusaddons-4.98.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.pp6oLT/_old  2014-04-02 17:22:01.0 +0200
+++ /var/tmp/diff_new_pack.pp6oLT/_new  2014-04-02 17:22:01.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0

++ kdbusaddons-4.97.0.tar.xz - kdbusaddons-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.97.0/CMakeLists.txt 
new/kdbusaddons-4.98.0/CMakeLists.txt
--- old/kdbusaddons-4.97.0/CMakeLists.txt   2014-03-01 12:50:25.0 
+0100
+++ new/kdbusaddons-4.98.0/CMakeLists.txt   2014-03-28 19:16:23.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -20,7 +20,7 @@
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION 4.97.0)
+set(KF5_VERSION 4.98.0)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.97.0/src/Messages.sh 
new/kdbusaddons-4.98.0/src/Messages.sh
--- old/kdbusaddons-4.97.0/src/Messages.sh  1970-01-01 01:00:00.0 
+0100
+++ new/kdbusaddons-4.98.0/src/Messages.sh  2014-03-28 19:16:23.0 
+0100
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources.
+# The results are stored in a pseudo .cpp file to be picked up by xgettext.
+lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
+if [ -n $lst ] ; then
+$EXTRACTRC $lst  rc.cpp
+fi
+
+# If your framework contains tips-of-the-day, call preparetips as well.
+if [ -f data/tips ] ; then
+( cd data  $PREPARETIPS  ../tips.cpp )
+fi
+
+# Extract strings from all source files.
+# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation
+# system, use $EXTRACT_TR_STRINGS.
+$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o 
$podir/kdbusaddons5.pot

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



commit kdbusaddons for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-03-10 12:17:25

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-02-24 
06:53:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-03-10 12:17:26.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:39:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  kdbusaddons-4.96.0.tar.xz

New:

  kdbusaddons-4.97.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.sSPSkr/_old  2014-03-10 12:17:27.0 +0100
+++ /var/tmp/diff_new_pack.sSPSkr/_new  2014-03-10 12:17:27.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5DBusAddons4
+%define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -78,6 +78,7 @@
 
 %files devel
 %defattr(-,root,root)
+%{_kf5_bindir}/kquitapp5
 %{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_libdir}/cmake/KF5DBusAddons/
 %dir %{_kf5_includedir}/*/

++ kdbusaddons-4.96.0.tar.xz - kdbusaddons-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.96.0/CMakeLists.txt 
new/kdbusaddons-4.97.0/CMakeLists.txt
--- old/kdbusaddons-4.96.0/CMakeLists.txt   2014-02-05 02:41:41.0 
+0100
+++ new/kdbusaddons-4.97.0/CMakeLists.txt   2014-03-01 12:50:25.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -15,15 +15,17 @@
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
+include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION 4.96.0)
+set(KF5_VERSION 4.97.0)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
-PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfigVersion.cmake)
+PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfigVersion.cmake
+SOVERSION 5)
 
 
 
@@ -34,7 +36,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DBusAddons)
 
-configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in
+ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.96.0/src/CMakeLists.txt 
new/kdbusaddons-4.97.0/src/CMakeLists.txt
--- old/kdbusaddons-4.96.0/src/CMakeLists.txt   2014-02-05 02:41:41.0 
+0100
+++ new/kdbusaddons-4.97.0/src/CMakeLists.txt   2014-03-01 12:50:25.0 
+0100
@@ -1,3 +1,4 @@
+add_subdirectory(tools/kquitapp)
 
 set(libkdbusaddons_SRCS
 kdbusconnectionpool.cpp
@@ -35,7 +36,8 @@
EXPORT_NAME DBusAddons
 )
 
-ecm_generate_headers(
+ecm_generate_headers(KDBusAddons_HEADERS
+  HEADER_NAMES
   KDBusConnectionPool
   KDBusInterProcessLock
   KDBusService
@@ -43,7 +45,6 @@
   KDEInitInterface
   REQUIRED_HEADERS KDBusAddons_HEADERS
 )
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KDBusAddons DESTINATION 
${INCLUDE_INSTALL_DIR} COMPONENT Devel)
 
 install(TARGETS KF5DBusAddons EXPORT KF5DBusAddonsTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-4.96.0/src/kdbusconnectionpool.h 
new/kdbusaddons-4.97.0/src/kdbusconnectionpool.h
--- old/kdbusaddons-4.96.0/src/kdbusconnectionpool.h