Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Factory checked in at 2021-12-13 20:41:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-print-manager (Old)
 and      /work/SRC/openSUSE:Factory/.kde-print-manager.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-print-manager"

Mon Dec 13 20:41:30 2021 rev:81 rq:939454 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes      
2021-11-06 18:15:11.684796380 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-print-manager.new.2520/kde-print-manager.changes
    2021-12-13 20:45:33.468493615 +0100
@@ -1,0 +2,32 @@
+Fri Dec 10 19:58:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Fix package build with plasma-framework 5.89.0.
+
+-------------------------------------------------------------------
+Fri Dec  3 19:23:04 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 10:12:00 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.90
+  * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 17:56:45 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.11.80
+  * New feature release
+- Changes since 21.08.3:
+  * libkcups: Add debug context to some warnings
+  * Drop useless X-KDE-System-Settings-Parent-Category-V2 entry
+  * Add keywords to print manager to improve search
+  * Fix plugin name in .desktop file (kde#426834)
+
+-------------------------------------------------------------------

Old:
----
  print-manager-21.08.3.tar.xz
  print-manager-21.08.3.tar.xz.sig

New:
----
  print-manager-21.12.0.tar.xz
  print-manager-21.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kde-print-manager.spec ++++++
--- /var/tmp/diff_new_pack.BVjoK3/_old  2021-12-13 20:45:34.148493698 +0100
+++ /var/tmp/diff_new_pack.BVjoK3/_new  2021-12-13 20:45:34.152493698 +0100
@@ -18,12 +18,11 @@
 
 
 %define rname print-manager
-%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kde-print-manager
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Tools for managing print jobs and printers
 License:        GPL-2.0-or-later
@@ -111,7 +110,7 @@
 %{_kf5_plugindir}/kf5/kded/printmanager.so
 %{_kf5_qmldir}/org/kde/plasma/printmanager/
 %{_kf5_servicesdir}/kcm_printer_manager.desktop
-%if %{pkg_vcmp plasma-framework-devel < 5.84}
+%if %{pkg_vcmp plasma-framework-devel > 5.89}
 %{_kf5_servicesdir}/plasma-applet-org.kde.plasma.printmanager.desktop
 %endif
 


++++++ print-manager-21.08.3.tar.xz -> print-manager-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/CMakeLists.txt 
new/print-manager-21.12.0/CMakeLists.txt
--- old/print-manager-21.08.3/CMakeLists.txt    2021-11-02 01:09:29.000000000 
+0100
+++ new/print-manager-21.12.0/CMakeLists.txt    2021-12-03 01:10:26.000000000 
+0100
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
-set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "12")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(print-manager VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/add-printer/AddPrinter.h 
new/print-manager-21.12.0/add-printer/AddPrinter.h
--- old/print-manager-21.08.3/add-printer/AddPrinter.h  2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/add-printer/AddPrinter.h  2021-12-02 
22:24:43.000000000 +0100
@@ -15,7 +15,7 @@
     Q_OBJECT
 public:
     AddPrinter(int &argc, char **argv);
-    virtual ~AddPrinter();
+    ~AddPrinter() override;
 
     /**
      * This method allows to browse discovered printers and add them
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/add-printer/org.kde.kde-add-printer.desktop 
new/print-manager-21.12.0/add-printer/org.kde.kde-add-printer.desktop
--- old/print-manager-21.08.3/add-printer/org.kde.kde-add-printer.desktop       
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/add-printer/org.kde.kde-add-printer.desktop       
2021-12-02 22:24:43.000000000 +0100
@@ -2,7 +2,7 @@
 Name=Add Printer
 Name[ar]=?????? ??????????
 Name[ast]=Amestar una imprentadora
-Name[az]=Printer ??lav?? etm??k
+Name[az]=Printer ??lav?? edin
 Name[ca]=Afegeix una impressora
 Name[ca@valencia]=Afig una impressora
 Name[cs]=P??idat tisk??rnu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/configure-printer/ConfigurePrinter.h 
new/print-manager-21.12.0/configure-printer/ConfigurePrinter.h
--- old/print-manager-21.08.3/configure-printer/ConfigurePrinter.h      
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/configure-printer/ConfigurePrinter.h      
2021-12-02 22:24:43.000000000 +0100
@@ -15,7 +15,7 @@
     Q_OBJECT
 public:
     ConfigurePrinter(int & argc, char ** argv);
-    virtual ~ConfigurePrinter();
+    ~ConfigurePrinter() override;
 
     void configurePrinter(const QString &printer);
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/configure-printer/SelectMakeModelDialog.h 
new/print-manager-21.12.0/configure-printer/SelectMakeModelDialog.h
--- old/print-manager-21.08.3/configure-printer/SelectMakeModelDialog.h 
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/configure-printer/SelectMakeModelDialog.h 
2021-12-02 22:24:43.000000000 +0100
@@ -17,7 +17,7 @@
     Q_OBJECT
 public:
     explicit SelectMakeModelDialog(const QString & make, const QString & 
makeModel, QWidget *parent = nullptr);
-    ~SelectMakeModelDialog();
+    ~SelectMakeModelDialog() override;
 
     SelectMakeModel * mainWidget() const;
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/libkcups/ClassListWidget.h 
new/print-manager-21.12.0/libkcups/ClassListWidget.h
--- old/print-manager-21.08.3/libkcups/ClassListWidget.h        2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/libkcups/ClassListWidget.h        2021-12-02 
22:24:43.000000000 +0100
@@ -21,7 +21,7 @@
     Q_PROPERTY(bool showClasses READ showClasses WRITE setShowClasses)
 public:
     explicit ClassListWidget(QWidget *parent = nullptr);
-    ~ClassListWidget();
+    ~ClassListWidget() override;
 
     bool hasChanges();
     void setPrinter(const QString &printer);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/libkcups/KCupsRequest.cpp 
new/print-manager-21.12.0/libkcups/KCupsRequest.cpp
--- old/print-manager-21.08.3/libkcups/KCupsRequest.cpp 2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/libkcups/KCupsRequest.cpp 2021-12-02 
22:24:43.000000000 +0100
@@ -428,7 +428,7 @@
                                         qUtf8Printable(title),
                                         1,
                                         &hold_option)) < 1) {
-                qWarning() << "Unable to send command to printer driver!";
+                qCWarning(LIBKCUPS) << "Unable to send command to printer 
driver!";
 
                 setError(HTTP_OK, IPP_NOT_POSSIBLE, i18n("Unable to send 
command to printer driver!"));
                 setFinished();
@@ -452,7 +452,7 @@
 
             setError(httpGetStatus(CUPS_HTTP_DEFAULT), cupsLastError(), 
QString::fromUtf8(cupsLastErrorString()));
             if (httpGetStatus(CUPS_HTTP_DEFAULT), cupsLastError() >= 
IPP_REDIRECTION_OTHER_SITE) {
-                qWarning() << "Unable to send command to printer driver!";
+                qCWarning(LIBKCUPS) << "Unable to send command to printer 
driver!";
 
                 cupsCancelJob(qUtf8Printable(printerName), job_id);
                 setFinished();
@@ -505,7 +505,7 @@
 void KCupsRequest::moveJob(const QString &fromPrinterName, int jobId, const 
QString &toPrinterName)
 {
     if (jobId < -1 || fromPrinterName.isEmpty() || toPrinterName.isEmpty() || 
jobId == 0) {
-        qWarning() << "Internal error, invalid input data" << jobId << 
fromPrinterName << toPrinterName;
+        qCWarning(LIBKCUPS) << "Internal error, invalid input data" << jobId 
<< fromPrinterName << toPrinterName;
         setFinished();
         return;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/libkcups/SelectMakeModel.h 
new/print-manager-21.12.0/libkcups/SelectMakeModel.h
--- old/print-manager-21.08.3/libkcups/SelectMakeModel.h        2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/libkcups/SelectMakeModel.h        2021-12-02 
22:24:43.000000000 +0100
@@ -23,7 +23,7 @@
     Q_OBJECT
 public:
     explicit SelectMakeModel(QWidget *parent = nullptr);
-    ~SelectMakeModel();
+    ~SelectMakeModel() override;
 
     void setDeviceInfo(const QString &deviceId, const QString &make, const 
QString &makeAndModel, const QString &deviceUri);
     void setMakeModel(const QString &make, const QString &makeAndModel);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/po/az/print-manager.po 
new/print-manager-21.12.0/po/az/print-manager.po
--- old/print-manager-21.08.3/po/az/print-manager.po    2021-11-02 
01:09:29.000000000 +0100
+++ new/print-manager-21.12.0/po/az/print-manager.po    2021-12-03 
01:10:25.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the print-manager package.
 #
-# Kheyyam Gojayev <xxm...@gmail.com>, 2020.
+# Kheyyam Gojayev <xxm...@gmail.com>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2020-12-06 20:44+0400\n"
+"PO-Revision-Date: 2021-11-20 15:44+0400\n"
 "Last-Translator: Kheyyam Gojayev <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
 "Language: az\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.08.3\n"
+"X-Generator: Lokalize 21.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1112,12 +1112,12 @@
 #: libkcups/PrinterModel.cpp:372
 #, kde-format
 msgid "In use"
-msgstr "??tifad?? olunur"
+msgstr "??stifad?? olunur"
 
 #: libkcups/PrinterModel.cpp:374
 #, kde-format
 msgid "In use - '%1'"
-msgstr "??tifad?? olunur - '%1'"
+msgstr "??stifad?? olunur - '%1'"
 
 #: libkcups/PrinterModel.cpp:378
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/po/hu/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-21.12.0/po/hu/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-21.08.3/po/hu/plasma_applet_org.kde.plasma.printmanager.po    
    2021-11-02 01:09:29.000000000 +0100
+++ 
new/print-manager-21.12.0/po/hu/plasma_applet_org.kde.plasma.printmanager.po    
    2021-12-03 01:10:25.000000000 +0100
@@ -1,23 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Krist??f Kiszel <ulys...@kubuntu.org>, 2012, 2015, 2020.
+# Krist??f Kiszel <ulys...@kubuntu.org>, 2012, 2015, 2020, 2021.
 # Bal??zs ??r <urbal...@gmail.com>, 2013.
-# Kristof Kiszel <kiszel.kris...@gmail.com>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2021-09-30 15:57+0200\n"
-"Last-Translator: Kristof Kiszel <kiszel.kris...@gmail.com>\n"
+"PO-Revision-Date: 2021-09-02 08:56+0200\n"
+"Last-Translator: Krist??f Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
 "Language: hu\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 21.03.80\n"
+"X-Generator: Lokalize 21.07.70\n"
 
 #: plasmoid/package/contents/ui/PopupDialog.qml:32
 msgid "Search for a printer..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/po/sk/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-21.12.0/po/sk/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-21.08.3/po/sk/plasma_applet_org.kde.plasma.printmanager.po    
    2021-11-02 01:09:29.000000000 +0100
+++ 
new/print-manager-21.12.0/po/sk/plasma_applet_org.kde.plasma.printmanager.po    
    2021-12-03 01:10:26.000000000 +0100
@@ -1,5 +1,5 @@
 # translation of plasma_applet_org.kde.printmanager.po to Slovak
-# Roman Pahol??k <wizzar...@gmail.com>, 2013, 2015.
+# Roman Pahol??k <wizzar...@gmail.com>, 2013, 2015, 2021.
 # Mthw <jari...@hotmail.com>, 2019.
 # Du??an Kazik <prescot...@gmail.com>, 2020.
 # Matej Mrenica <matejm98m...@gmail.com>, 2020.
@@ -8,14 +8,14 @@
 "Project-Id-Version: plasma_applet_org.kde.printmanager\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2020-06-11 18:29+0200\n"
-"Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
-"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
+"PO-Revision-Date: 2021-11-14 12:29+0100\n"
+"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.04.1\n"
+"X-Generator: Lokalize 21.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #: plasmoid/package/contents/ui/PopupDialog.qml:32
@@ -69,22 +69,16 @@
 msgstr "Tla??ov?? fronta je pr??zdna"
 
 #: plasmoid/package/contents/ui/printmanager.qml:126
-#, fuzzy
-#| msgid "All jobs"
 msgid "Show All Jobs"
-msgstr "V??etky ??lohy"
+msgstr "Zobrazi?? v??etky ??lohy"
 
 #: plasmoid/package/contents/ui/printmanager.qml:132
-#, fuzzy
-#| msgid "Completed jobs only"
 msgid "Show Only Completed Jobs"
-msgstr "Iba dokon??en?? ??lohy"
+msgstr "Zobrazi?? iba dokon??en?? ??lohy"
 
 #: plasmoid/package/contents/ui/printmanager.qml:138
-#, fuzzy
-#| msgid "No active jobs"
 msgid "Show Only Active Jobs"
-msgstr "??iadne akt??vne ??lohy"
+msgstr "Zobrazi?? iba akt??vne ??lohy"
 
 #: plasmoid/package/contents/ui/printmanager.qml:149
 msgid "&Configure Printers..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/po/sl/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-21.12.0/po/sl/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-21.08.3/po/sl/plasma_applet_org.kde.plasma.printmanager.po    
    2021-11-02 01:09:29.000000000 +0100
+++ 
new/print-manager-21.12.0/po/sl/plasma_applet_org.kde.plasma.printmanager.po    
    2021-12-03 01:10:26.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2021-05-11 09:37+0200\n"
+"PO-Revision-Date: 2021-09-13 16:04+0200\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -20,7 +20,7 @@
 "Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Poedit 2.4.3\n"
+"X-Generator: Poedit 3.0\n"
 
 #: plasmoid/package/contents/ui/PopupDialog.qml:32
 msgid "Search for a printer..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/po/sl/print-manager.po 
new/print-manager-21.12.0/po/sl/print-manager.po
--- old/print-manager-21.08.3/po/sl/print-manager.po    2021-11-02 
01:09:29.000000000 +0100
+++ new/print-manager-21.12.0/po/sl/print-manager.po    2021-12-03 
01:10:26.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: print-manager\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2021-05-11 09:37+0200\n"
+"PO-Revision-Date: 2021-09-13 16:04+0200\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -19,7 +19,7 @@
 "Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Poedit 2.4.3\n"
+"X-Generator: Poedit 3.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
new/print-manager-21.12.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po
--- 
old/print-manager-21.08.3/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
    2021-11-02 01:09:29.000000000 +0100
+++ 
new/print-manager-21.12.0/po/zh_CN/plasma_applet_org.kde.plasma.printmanager.po 
    2021-12-03 01:10:26.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/po/zh_CN/print-manager.po 
new/print-manager-21.12.0/po/zh_CN/print-manager.po
--- old/print-manager-21.08.3/po/zh_CN/print-manager.po 2021-11-02 
01:09:29.000000000 +0100
+++ new/print-manager-21.12.0/po/zh_CN/print-manager.po 2021-12-03 
01:10:26.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-05 00:21+0000\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/print-manager-kded/NewPrinterNotification.h 
new/print-manager-21.12.0/print-manager-kded/NewPrinterNotification.h
--- old/print-manager-21.08.3/print-manager-kded/NewPrinterNotification.h       
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/print-manager-kded/NewPrinterNotification.h       
2021-12-02 22:24:43.000000000 +0100
@@ -16,7 +16,7 @@
     Q_CLASSINFO("D-Bus Interface", "com.redhat.NewPrinterNotification")
 public:
     explicit NewPrinterNotification(QObject *parent);
-    ~NewPrinterNotification();
+    ~NewPrinterNotification() override;
 
 public:
     void GetReady();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/print-manager-kded/PrintManagerKded.h 
new/print-manager-21.12.0/print-manager-kded/PrintManagerKded.h
--- old/print-manager-21.08.3/print-manager-kded/PrintManagerKded.h     
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/print-manager-kded/PrintManagerKded.h     
2021-12-02 22:24:43.000000000 +0100
@@ -17,7 +17,7 @@
     Q_OBJECT
 public:
     PrintManagerKded(QObject *parent, const QVariantList &args);
-    ~PrintManagerKded();
+    ~PrintManagerKded() override;
 };
 
 #endif // PRINTMANAGERKDED_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/printer-manager-kcm/PrintKCM.h 
new/print-manager-21.12.0/printer-manager-kcm/PrintKCM.h
--- old/print-manager-21.08.3/printer-manager-kcm/PrintKCM.h    2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/printer-manager-kcm/PrintKCM.h    2021-12-02 
22:24:43.000000000 +0100
@@ -25,7 +25,7 @@
     Q_OBJECT
 public:
     PrintKCM(QWidget *parent, const QVariantList &args);
-    ~PrintKCM();
+    ~PrintKCM() override;
 
 private slots:
     void update();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/printer-manager-kcm/PrinterDescription.h 
new/print-manager-21.12.0/printer-manager-kcm/PrinterDescription.h
--- old/print-manager-21.08.3/printer-manager-kcm/PrinterDescription.h  
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/printer-manager-kcm/PrinterDescription.h  
2021-12-02 22:24:43.000000000 +0100
@@ -20,7 +20,7 @@
     Q_OBJECT
 public:
     explicit PrinterDescription(QWidget *parent = nullptr);
-    ~PrinterDescription();
+    ~PrinterDescription() override;
 
     void setPrinterIcon(const QIcon &icon);
     void setDestName(const QString &name, const QString &description, bool 
isClass, bool singlePrinter);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-21.08.3/printer-manager-kcm/kcm_printer_manager.desktop 
new/print-manager-21.12.0/printer-manager-kcm/kcm_printer_manager.desktop
--- old/print-manager-21.08.3/printer-manager-kcm/kcm_printer_manager.desktop   
2021-10-31 11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/printer-manager-kcm/kcm_printer_manager.desktop   
2021-12-02 22:24:43.000000000 +0100
@@ -6,7 +6,6 @@
 X-KDE-Library=kcm_printer_manager
 X-KDE-ServiceTypes=KCModule
 X-KDE-System-Settings-Parent-Category=hardware
-X-KDE-System-Settings-Parent-Category-V2=hardware
 X-KDE-ParentApp=kcontrol
 Categories=Qt;KDE;X-KDE-settings-hardware;
 
@@ -119,3 +118,26 @@
 Comment[x-test]=xxConfigure your printersxx
 Comment[zh_CN]=???????????????
 Comment[zh_TW]=?????????????????????
+X-KDE-Keywords=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share printer
+X-KDE-Keywords[az]=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share 
printer,printerl??r,ka????z,??ap,??ap etm??,uzaq printer,????b??k?? 
printeri,printeri payla??maq
+X-KDE-Keywords[ca]=impressores,impressi??,paper,cups,tinta,impressora,impressora
 remota,impressora d'internet,impressora de xarxa,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,impressora virtual brf braille,impressora 
compartida,compartici?? d'impressora
+X-KDE-Keywords[el]=??????????????????,????????????????,??????????,cups????????????,????????????????,impression,????????????????????????????
 ??????????????????,?????????????????? ?????? 
??????????????????,?????????????????? ?????? ????????????,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,?????????????????? ???????????? brf 
??????????????????,?????????? ?????????? ????????????????
+X-KDE-Keywords[en_GB]=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share printer
+X-KDE-Keywords[es]=impresoras,impresora,papel,cups,tinta,impresi??n,imprimir,impresora
 remota,impresora de internet,impresora de red,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,impresora brf braille virtual,compartir 
impresora
+X-KDE-Keywords[eu]=inprimagailuak,inprimagailua,papera,cups,tinta,inprimatzea,inprimaketa,
 urrutiko inprimagailua,internet bidezko inprimagailua,sareko inprimagailua, 
ipps,hp jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf inprimagailua, 
inprimagailua partekatzea
+X-KDE-Keywords[fi]=tulostimet,tulostin,kirjoittimet,kirjoitin,tulosta,tulostus,paperi,cups,muste,et??tulostin,internettulostin,verkkotulostin,ipps,hp
 jetdirect,ldp,ldr,cups-brf,virtuaalinen braille brf -tulostin,jaa tulostin
+X-KDE-Keywords[fr]=imprimantes, imprimer, papiers, cups, encre, impression, 
imprimante distante, imprimante Internet, imprimante r??seau, ipps, 
hpjetdirect, ldp, ldr, cups-brf, cups brf, imprimante braille brf virtuelle, 
imprimante partag??e
+X-KDE-Keywords[hu]=nyomtat??k,nyomtat??s,pap??r,cups,tinta,nyomtat??s,megjelen??s,t??voli
 nyomtat??,internetes nyomtat??,h??l??zati nyomtat??,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtu??lis braille brf 
nyomtat??,nyomtat??megoszt??s
+X-KDE-Keywords[ia]=imprimitores,imprime,papiro,cups,tinta,imprimer,impression,imprimitor
 remote,imprimitor de internet,imprimitor de rete,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,imprimitor virtual braille brf,imprimitor 
de compartir
+X-KDE-Keywords[it]=stampanti,stampa,carta,cups,inchiostro,stampare,stampe,stampante
 remota,stampante internet, stampante di rete,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,stampante virtuale braille brf,condividi 
stampante
+X-KDE-Keywords[ko]=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share 
printer,?????????,??????,??????,??????,?????? ?????????,???????????? 
?????????,????????? ?????????,?????? ?????????
+X-KDE-Keywords[lt]=spausdintuvai,spausdintuvas,spausdinti,atspausdinti,popierius,cups,ra??alas,rasalas,da??ai,dazai,spausdinimas,atspaudas,atspaudimas,nuotolinis
 spausdintuvas,printeris,internetinis spausdintuvas,spausdintuvas 
internete,tinklo spausdintuvas,interneto spausdintuvas,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtualus brailio brf spausdintuvas,bendras 
spausdintuvas,bendrinamas spausdintuvas,vie??as spausdintuvas,viesas 
spausdintuvas
+X-KDE-Keywords[nl]=printers,afdruk,papier,cups,inkt,afdrukken,impressie,printerop
 afstand,internetprinter,netwerkprinter,ipps,hp jetdirect,ldp,ldr,cups-brf,cups 
brf,virtuele braille brf printer,printer delen
+X-KDE-Keywords[pl]=drukarki,drukuj,papier,cups,tusz,drukowanie,wra??enie,drukarka
 zdalna,internet drukarka,drukarka sieciowa,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,drukarka wirtualna brajla brf,udost??pnij 
drukark??
+X-KDE-Keywords[pt_BR]=impressoras,imprimir,papel,cups,tinta,imprimindo,impress??o,impressora
 remota,impress??o via internet,impress??o via rede,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,impressora braille brf virtual,compartilhar 
impressora
+X-KDE-Keywords[sk]=tla??iarne,tla??,papier,cups,atrament,tla??,odtla??ok,dia??kov??
 tla??iare??,internettla??iare??,sie??ov?? tla??iare??,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtu??lneBraillova tla??iare?? brf, 
zdie??an?? tla??iare??
+X-KDE-Keywords[sl]=tiskalniki,tisk,papir,cups,??rnilo,tiskanje,vtis,oddaljeni 
tiskalnik,internetni tiskalnik,omre??ni tiskalnik,ipps,,hp 
jetdirect,ldp,ldr,cups-brf,navidezni braillov tiskalnik,skupni tiskalnik
+X-KDE-Keywords[sv]=skrivare,utskrift,papper,cups,bl??ck,tryck,intryck,fj??rrskrivare,internetskrivare,n??tverksskrivare,ipps,hp
 jetdirect,ldp,ldr,cups-brf,cups brf,virtuell braille brf-skrivare,dela skrivare
+X-KDE-Keywords[uk]=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share 
printer,????????????????,????????,????????????????,??????????,????????,??????????????,????????,????????????,????????????????????
 ??????????????,????????????????-??????????????,?????????????????? 
??????????????,????????????,????????????????,?????????????????????? 
????????????,???????????????? ??????????????
+X-KDE-Keywords[x-test]=xxprintersxx,xxprintxx,xxpaperxx,xxcupsxx,xxinkxx,xxprintingxx,xximpressionxx,xxremote
 printerxx,xxinternet printerxx,xxnetwork printerxx,xxippsxx,xxhp 
jetdirectxx,xxldpxx,xxldrxx,xxcups-brfxx,xxcups brfxx,xxvirtual braille brf 
printerxx,xxshare printerxx
+X-KDE-Keywords[zh_CN]=printers,print,paper,cups,ink,printing,impression,remote 
printer,internet printer,network printer,ipps,hp 
jetdirect,ldp,ldr,cups-brf,cups brf,virtual braille brf printer,share 
printer,??????,?????????,??????,??????,??????,??????,??????,??????,??????,??????,???????????????,??????????????????,???????????????,???????????????,?????????????????????,???????????????,???????????????,??????,??????,?????????????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/print-manager-21.08.3/printqueue/PrintQueue.h 
new/print-manager-21.12.0/printqueue/PrintQueue.h
--- old/print-manager-21.08.3/printqueue/PrintQueue.h   2021-10-31 
11:21:05.000000000 +0100
+++ new/print-manager-21.12.0/printqueue/PrintQueue.h   2021-12-02 
22:24:43.000000000 +0100
@@ -14,7 +14,7 @@
     Q_OBJECT
 public:
     PrintQueue(int & argc, char ** argv);
-    virtual ~PrintQueue();
+    ~PrintQueue() override;
 
 public slots:
     void showQueues(const QStringList & queues, const QString & cwd = 
QString());

Reply via email to