Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2021-08-16 10:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kservice (Old)
 and      /work/SRC/openSUSE:Factory/.kservice.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kservice"

Mon Aug 16 10:08:09 2021 rev:98 rq:912161 version:5.85.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kservice/kservice.changes        2021-07-16 
00:01:48.072891181 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new.1899/kservice.changes      
2021-08-16 10:12:18.831047263 +0200
@@ -1,0 +2,10 @@
+Fri Aug  6 12:13:10 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- Changes since 5.84.0:
+  * Silence warning about overloaded signal
+
+-------------------------------------------------------------------

Old:
----
  kservice-5.84.0.tar.xz
  kservice-5.84.0.tar.xz.sig

New:
----
  kservice-5.85.0.tar.xz
  kservice-5.85.0.tar.xz.sig

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

Other differences:
------------------
++++++ kservice.spec ++++++
--- /var/tmp/diff_new_pack.pjKqXb/_old  2021-08-16 10:12:19.287046728 +0200
+++ /var/tmp/diff_new_pack.pjKqXb/_new  2021-08-16 10:12:19.291046724 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.84
+%define _tar_path 5.85
 # 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:           kservice
-Version:        5.84.0
+Version:        5.85.0
 Release:        0
 Summary:        Plugin framework for desktop services
 License:        LGPL-2.1-or-later


++++++ kservice-5.84.0.tar.xz -> kservice-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/CMakeLists.txt 
new/kservice-5.85.0/CMakeLists.txt
--- old/kservice-5.84.0/CMakeLists.txt  2021-07-03 14:17:44.000000000 +0200
+++ new/kservice-5.85.0/CMakeLists.txt  2021-08-06 11:09:37.000000000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
-set(KF_DEP_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
+set(KF_DEP_VERSION "5.85.0") # handled by release scripts
 project(KService VERSION ${KF_VERSION})
 
 # Disallow in-source build
@@ -11,7 +11,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.84.0  NO_MODULE)
+find_package(ECM 5.85.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/kservice-5.84.0/po/ar/kservice5.po 
new/kservice-5.85.0/po/ar/kservice5.po
--- old/kservice-5.84.0/po/ar/kservice5.po      2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/po/ar/kservice5.po      2021-08-06 11:09:37.000000000 
+0200
@@ -13,7 +13,7 @@
 # Khaled Hosny <[email protected]>, 2007.
 # Youssef Chahibi <[email protected]>, 2007.
 # zayed <[email protected]>, 2008, 2009.
-# Zayed Al-Saidi <[email protected]>, 2009.
+# Zayed Al-Saidi <[email protected]>, 2009, 2021.
 # hanny <[email protected]>, 2012.
 # Abderrahim Kitouni <[email protected]>, 2012.
 # Safa Alfulaij <[email protected]>, 2013.
@@ -22,16 +22,16 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-20 00:14+0000\n"
-"PO-Revision-Date: 2013-08-08 13:54+0300\n"
-"Last-Translator: Safa Alfulaij <[email protected]>\n"
-"Language-Team: Arabic <[email protected]>\n"
+"PO-Revision-Date: 2021-07-20 21:59+0400\n"
+"Last-Translator: Zayed Al-Saidi <[email protected]>\n"
+"Language-Team: \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 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -60,25 +60,25 @@
 #, kde-format
 msgctxt "@info:credit"
 msgid "Copyright 1999-2014 KDE Developers"
-msgstr ""
+msgstr "???????? ?????????? ???????????? ??1999-2014?? ?????????? ??????"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:52
 #, kde-format
 msgctxt "@info:credit"
 msgid "David Faure"
-msgstr ""
+msgstr "David Faure"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:52 kbuildsycoca/kbuildsycoca_main.cpp:53
 #, kde-format
 msgctxt "@info:credit"
 msgid "Author"
-msgstr ""
+msgstr "????????????"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:53
 #, kde-format
 msgctxt "@info:credit"
 msgid "Waldo Bastian"
-msgstr ""
+msgstr "Waldo Bastian"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:60
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/po/eu/kservice5.po 
new/kservice-5.85.0/po/eu/kservice5.po
--- old/kservice-5.84.0/po/eu/kservice5.po      2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/po/eu/kservice5.po      2021-08-06 11:09:37.000000000 
+0200
@@ -1,26 +1,27 @@
-# Translation of kservice5.po to Euskara/Basque (eu).
+# Translation for kservice5.po to Euskara/Basque (eu).
 # Copyright (C) 1999-2017, Free Software Foundation, Inc.
-# This file is distributed under the same license as the frameworks package.
-# KDE Euskaratzeko proiektuaren arduraduna <[email protected]>.
+# Copyright (C) 2018-2021, This file is copyright:
+# This file is distributed under the same license as the kservice package.
+# KDE euskaratzeko proiektuko arduraduna <[email protected]>.
 #
 # Translators:
 # Marcos <[email protected]>, 2002,2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010.
 # Ion Gazta??aga <[email protected]>, 2005.
 # I??aki Larra??aga Murgoitio <[email protected]>, 2009.
-# I??igo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 
2014, 2017.
+# I??igo Salvador Azurmendi <[email protected]>, 2010, 2011, 2012, 2013, 2014, 
2017, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kservice5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-20 00:14+0000\n"
-"PO-Revision-Date: 2017-08-31 00:46+0100\n"
-"Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
-"Language-Team: Basque <[email protected]>\n"
+"PO-Revision-Date: 2021-08-04 10:23+0200\n"
+"Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
+"Language-Team: Basque <[email protected]>\n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.04.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, kde-format
@@ -31,7 +32,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected]"
+msgstr "[email protected],[email protected],[email protected]"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:47
 #, kde-format
@@ -179,7 +180,7 @@
 #: kdeinit/ktoolinvocation_x11.cpp:340
 #, kde-format
 msgid "Unable to determine the default terminal"
-msgstr ""
+msgstr "Ezin du zehaztu lehenetsitako terminala zein den"
 
 #: kdeinit/ktoolinvocation_x11.cpp:352
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/po/fi/kservice5.po 
new/kservice-5.85.0/po/fi/kservice5.po
--- old/kservice-5.84.0/po/fi/kservice5.po      2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/po/fi/kservice5.po      2021-08-06 11:09:37.000000000 
+0200
@@ -11,7 +11,7 @@
 # Joonas Niilola <[email protected]>, 2006.
 # Mikko Piippo <[email protected]>, 2007.
 # Teemu Rytilahti <[email protected]>, 2008.
-# Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
+# Tommi Nieminen <[email protected]>, 2009, 2010, 2011, 2021.
 # Jorma Karvonen <[email protected]>, 2010.
 # Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 
2015, 2016.
 #
@@ -26,15 +26,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-20 00:14+0000\n"
-"PO-Revision-Date: 2016-01-05 22:44+0200\n"
-"Last-Translator: Lasse Liehu <[email protected]>\n"
+"PO-Revision-Date: 2021-07-02 13:28+0300\n"
+"Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\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 2.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 "X-POT-Import-Date: 2013-01-13 20:43:21+0000\n"
 
 #, kde-format
@@ -62,7 +62,7 @@
 #, kde-format
 msgctxt "application description"
 msgid "Rebuilds the system configuration cache."
-msgstr "Rakentaa j??rjestelm??n asetusv??limuistin uudelleen."
+msgstr "Rakentaa uudelleen j??rjestelm??n asetusv??limuistin."
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:51
 #, kde-format
@@ -95,8 +95,8 @@
 "Do not signal applications to update (deprecated, no longer having any "
 "effect)"
 msgstr ""
-"??l?? signaloi sovelluksia p??ivitt??m????n (vanhennettu; t??ll?? ei ole 
en???? mit????n "
-"vaikutusta)"
+"??l?? signaloi sovelluksia p??ivitt??m????n (vanhentunut: t??ll?? ei ole 
en???? "
+"merkityst??)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:62
 #, kde-format
@@ -109,15 +109,13 @@
 msgctxt "@info:shell command-line option"
 msgid "Check file timestamps (deprecated, no longer having any effect)"
 msgstr ""
-"Tarkista tiedostojen aikaleimat (vanhennettu; t??ll?? ei ole en???? mit????n "
-"vaikutusta)"
+"Tarkista tiedostojen aikaleimat (vanhentunut: t??ll?? ei ole en???? 
merkityst??)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:66
 #, kde-format
 msgctxt "@info:shell command-line option"
 msgid "Disable checking files (deprecated, no longer having any effect)"
-msgstr ""
-"??l?? tarkista tiedostoja (vanhennettu; t??ll?? ei ole en???? mit????n 
vaikutusta)"
+msgstr "??l?? tarkista tiedostoja (vanhentunut: t??ll?? ei ole en???? 
merkityst??)"
 
 #: kbuildsycoca/kbuildsycoca_main.cpp:67
 #, kde-format
@@ -148,8 +146,8 @@
 "Error launching %1. Either KLauncher is not running anymore, or it failed to "
 "start the application."
 msgstr ""
-"Virhe k??ynnistett??ess?? ohjelmaa %1. Joko KLauncher ei ole en???? 
k??ynniss?? tai "
-"se ei onnistunut k??ynnist??m????n ohjelmaa."
+"Virhe k??ynnistett??ess??: %1. Joko KLauncher ei ole en???? k??ynniss?? tai 
se ei "
+"onnistunut k??ynnist??m????n ohjelmaa."
 
 #: kdeinit/ktoolinvocation.cpp:104
 #, kde-format
@@ -157,7 +155,7 @@
 "KLauncher could not be reached via D-Bus. Error when calling %1:\n"
 "%2\n"
 msgstr ""
-"KLauncheria ei l??ydetty D-Busin avulla. Virhe kutsuttaessa osaa %1:\n"
+"KLauncheria ei l??ytynyt D-Busilla. Virhe kutsuttaessa osaa %1:\n"
 "%2\n"
 
 #: kdeinit/ktoolinvocation_x11.cpp:232
@@ -200,7 +198,7 @@
 #: kdeinit/ktoolinvocation_x11.cpp:340
 #, kde-format
 msgid "Unable to determine the default terminal"
-msgstr ""
+msgstr "Oletusp????tett?? ei saatu selville"
 
 #: kdeinit/ktoolinvocation_x11.cpp:352
 #, kde-format
@@ -209,19 +207,19 @@
 "\n"
 "%1"
 msgstr ""
-"Komentoikkunaa ei voitu k??ynnist????:\n"
+"P????tett?? ei voitu k??ynnist????:\n"
 "\n"
 "%1"
 
 #: kdeinit/ktoolinvocation_x11.cpp:353
 #, kde-format
 msgid "Could not launch Terminal Client"
-msgstr "P????teikkunaa ei voitu k??ynnist????"
+msgstr "P????tett?? ei voitu k??ynnist????"
 
 #: plugin/kdbusservicestarter.cpp:68
 #, kde-format
 msgid "No service implementing %1"
-msgstr "Mik????n palvelu ei toteuta ominaisuutta %1"
+msgstr "Mik????n palvelu ei toteuta: %1"
 
 #: services/kservice.cpp:1041
 #, kde-format
@@ -231,4 +229,4 @@
 #: services/kservice.cpp:1045
 #, kde-format
 msgid "The service '%1' provides no library or the Library key is missing"
-msgstr "Palvelu ???%1??? ei tarjoa kirjastoa tai Library-avain puuttuu"
+msgstr "Palvelu ???%1??? ei tarjoa kirjastoa tai sen avain puuttuu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/po/vi/kservice5.po 
new/kservice-5.85.0/po/vi/kservice5.po
--- old/kservice-5.84.0/po/vi/kservice5.po      2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/po/vi/kservice5.po      2021-08-06 11:09:37.000000000 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-20 00:14+0000\n"
-"PO-Revision-Date: 2021-05-20 17:23+0200\n"
+"PO-Revision-Date: 2021-07-30 09:59+0200\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 20.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -177,7 +177,7 @@
 #: kdeinit/ktoolinvocation_x11.cpp:340
 #, kde-format
 msgid "Unable to determine the default terminal"
-msgstr "Kh??ng th??? x??c ?????nh ch????ng tr??nh d??ng l???nh m???c ?????nh"
+msgstr "Kh??ng th??? x??c ?????nh tr??nh d??ng l???nh m???c ?????nh"
 
 #: kdeinit/ktoolinvocation_x11.cpp:352
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/po/zh_CN/kservice5.po 
new/kservice-5.85.0/po/zh_CN/kservice5.po
--- old/kservice-5.84.0/po/zh_CN/kservice5.po   2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/po/zh_CN/kservice5.po   2021-08-06 11:09:37.000000000 
+0200
@@ -16,7 +16,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-05-20 00:14+0000\n"
-"PO-Revision-Date: 2021-06-20 07:36\n"
+"PO-Revision-Date: 2021-07-26 13:47\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/plugin/kplugintrader.h 
new/kservice-5.85.0/src/plugin/kplugintrader.h
--- old/kservice-5.84.0/src/plugin/kplugintrader.h      2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/plugin/kplugintrader.h      2021-08-06 
11:09:37.000000000 +0200
@@ -173,7 +173,7 @@
      * }
      * \endcode
      *
-     * @param subDirectory The subdirectory under the Qt plugin pathes to 
search in
+     * @param subDirectory The subdirectory under the Qt plugin paths to 
search in
      * @param serviceType The type of service for which to find a plugin
      * @param constraint An optional constraint to pass to the trader (see 
KTrader)
      * @param parent The parent object for the part itself
@@ -203,7 +203,7 @@
      * const QVariantList&, QString*),
      * but you can specify an additional parent widget.  This is important for 
a KPart, for example.
      *
-     * @param subDirectory The subdirectory under the Qt plugin pathes to 
search in
+     * @param subDirectory The subdirectory under the Qt plugin paths to 
search in
      * @param serviceType the type of service for which to find a plugin
      * @param constraint an optional constraint to pass to the trader (see 
KTrader)
      * @param parent the parent object for the part itself
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/services/kservice.h 
new/kservice-5.85.0/src/services/kservice.h
--- old/kservice-5.84.0/src/services/kservice.h 2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/src/services/kservice.h 2021-08-06 11:09:37.000000000 
+0200
@@ -612,7 +612,7 @@
     /**
      * @internal
      * Construct a service from a stream.
-     * The stream must already be positionned at the correct offset.
+     * The stream must already be positioned at the correct offset.
      */
     KService(QDataStream &str, int offset);
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/services/kservicegroup.cpp 
new/kservice-5.85.0/src/services/kservicegroup.cpp
--- old/kservice-5.84.0/src/services/kservicegroup.cpp  2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/services/kservicegroup.cpp  2021-08-06 
11:09:37.000000000 +0200
@@ -611,7 +611,7 @@
         showInlineAlias = true;
     } else if (item == QLatin1String("NIA")) { // not inline alias!
         showInlineAlias = false;
-    } else if ((item).contains(QLatin1String("IL"))) { // inline limite!
+    } else if ((item).contains(QLatin1String("IL"))) { // inline limit!
         QString tmp(item);
         tmp.remove(QStringLiteral("IL["));
         tmp.remove(QLatin1Char(']'));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/services/kservicegroup.h 
new/kservice-5.85.0/src/services/kservicegroup.h
--- old/kservice-5.84.0/src/services/kservicegroup.h    2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/services/kservicegroup.h    2021-08-06 
11:09:37.000000000 +0200
@@ -148,7 +148,7 @@
     void setAllowInline(bool _b);
 
     /**
-     * @return inline limite value
+     * @return inline limit value
      */
     int inlineValue() const;
     void setInlineValue(int _val);
@@ -269,7 +269,7 @@
     friend class KServiceGroupFactory;
     /**
      * @internal construct a service from a stream.
-     * The stream must already be positionned at the correct offset
+     * The stream must already be positioned at the correct offset
      */
     KServiceGroup(QDataStream &_str, int offset, bool deep);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/services/kservicetype.h 
new/kservice-5.85.0/src/services/kservicetype.h
--- old/kservice-5.84.0/src/services/kservicetype.h     2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/services/kservicetype.h     2021-08-06 
11:09:37.000000000 +0200
@@ -142,7 +142,7 @@
     friend class KServiceTypeFactory;
     /**
      * @internal construct a service from a stream.
-     * The stream must already be positionned at the correct offset
+     * The stream must already be positioned at the correct offset
      */
     KServiceType(QDataStream &_str, int offset);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/sycoca/kbuildservicefactory_p.h 
new/kservice-5.85.0/src/sycoca/kbuildservicefactory_p.h
--- old/kservice-5.84.0/src/sycoca/kbuildservicefactory_p.h     2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/sycoca/kbuildservicefactory_p.h     2021-08-06 
11:09:37.000000000 +0200
@@ -76,9 +76,9 @@
     void collectInheritedServices();
     void collectInheritedServices(const QString &mime, QSet<QString> 
&visitedMimes, int mimeTypeInheritanceLevel);
 
-    QHash<QString, KService::Ptr> m_nameMemoryHash; // m_nameDict is not 
useable while building ksycoca
-    QHash<QString, KService::Ptr> m_relNameMemoryHash; // m_relNameDict is not 
useable while building ksycoca
-    QHash<QString, KService::Ptr> m_menuIdMemoryHash; // m_menuIdDict is not 
useable while building ksycoca
+    QHash<QString, KService::Ptr> m_nameMemoryHash; // m_nameDict is not 
usable while building ksycoca
+    QHash<QString, KService::Ptr> m_relNameMemoryHash; // m_relNameDict is not 
usable while building ksycoca
+    QHash<QString, KService::Ptr> m_menuIdMemoryHash; // m_menuIdDict is not 
usable while building ksycoca
     QSet<KSycocaEntry::Ptr> m_dupeDict;
 
     KOfferHash m_offerHash;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kservice-5.84.0/src/sycoca/kbuildservicegroupfactory_p.h 
new/kservice-5.85.0/src/sycoca/kbuildservicegroupfactory_p.h
--- old/kservice-5.84.0/src/sycoca/kbuildservicegroupfactory_p.h        
2021-07-03 14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/sycoca/kbuildservicegroupfactory_p.h        
2021-08-06 11:09:37.000000000 +0200
@@ -44,7 +44,7 @@
 
     /**
      * Adds the entry @p newEntry to the "parent group" @p parent, creating
-     * the group if necassery.
+     * the group if necessary.
      * A "parent group" is a group of services that all have the same
      * "X-KDE-ParentApp".
      */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/sycoca/kctimefactory_p.h 
new/kservice-5.85.0/src/sycoca/kctimefactory_p.h
--- old/kservice-5.84.0/src/sycoca/kctimefactory_p.h    2021-07-03 
14:17:44.000000000 +0200
+++ new/kservice-5.85.0/src/sycoca/kctimefactory_p.h    2021-08-06 
11:09:37.000000000 +0200
@@ -12,7 +12,7 @@
 #include <ksycocafactory_p.h>
 
 /**
- * Simple dict for assocating a timestamp with each file in ksycoca
+ * Simple dict for associating a timestamp with each file in ksycoca
  */
 class KCTimeDict
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/sycoca/ksycoca.cpp 
new/kservice-5.85.0/src/sycoca/ksycoca.cpp
--- old/kservice-5.84.0/src/sycoca/ksycoca.cpp  2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/src/sycoca/ksycoca.cpp  2021-08-06 11:09:37.000000000 
+0200
@@ -498,7 +498,7 @@
         // Database exists, and version is ok, we can read it.
 
         if (qAppName() != QLatin1String(KBUILDSYCOCA_EXENAME) && ifNotFound != 
IfNotFoundDoNothing) {
-            // Ensure it's uptodate, rebuild if needed
+            // Ensure it's up-to-date, rebuild if needed
             checkDirectories();
 
             // Don't check again for some time
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/sycoca/ksycoca.h 
new/kservice-5.85.0/src/sycoca/ksycoca.h
--- old/kservice-5.84.0/src/sycoca/ksycoca.h    2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/src/sycoca/ksycoca.h    2021-08-06 11:09:37.000000000 
+0200
@@ -206,7 +206,7 @@
      * and which is always visible (otherwise querying sycoca before showing
      * could be enough).
      */
-    void databaseChanged();
+    void databaseChanged(); // clazy:exclude=overloaded-signal
 
 #if KSERVICE_ENABLE_DEPRECATED_SINCE(5, 80)
     /**
@@ -223,7 +223,7 @@
      * @deprecated since 5.80, use the @c KSycoca::databaseChanged() signal 
instead.
      */
     KSERVICE_DEPRECATED_VERSION(5, 80, "Use KSycoca::databaseChanged() signal")
-    void databaseChanged(const QStringList &changedResources);
+    void databaseChanged(const QStringList &changedResources); // 
clazy:exclude=overloaded-signal
 #endif
 
 protected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.84.0/src/sycoca/ksycoca_p.h 
new/kservice-5.85.0/src/sycoca/ksycoca_p.h
--- old/kservice-5.84.0/src/sycoca/ksycoca_p.h  2021-07-03 14:17:44.000000000 
+0200
+++ new/kservice-5.85.0/src/sycoca/ksycoca_p.h  2021-08-06 11:09:37.000000000 
+0200
@@ -102,7 +102,7 @@
 
     enum {
         DatabaseNotOpen, // openDatabase must be called
-        BadVersion, // it's opened, but it's not useable
+        BadVersion, // it's opened, but it's not usable
         DatabaseOK,
     } databaseStatus;
     bool readError;

Reply via email to