Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2022-06-13 13:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and      /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polkit-kde-agent-5"

Mon Jun 13 13:02:30 2022 rev:129 rq:981940 version:5.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes    
2022-05-05 23:05:39.677502466 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new.1548/polkit-kde-agent-5.changes
  2022-06-13 13:02:57.885153403 +0200
@@ -1,0 +2,20 @@
+Thu Jun  9 11:15:07 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.25.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.0
+- No code changes since 5.24.90
+
+-------------------------------------------------------------------
+Thu May 19 19:46:14 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.24.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.90
+- Changes since 5.24.5:
+  * Add Qt6 CI support
+  * Make compile against qt6
+
+-------------------------------------------------------------------

Old:
----
  polkit-kde-agent-1-5.24.5.tar.xz
  polkit-kde-agent-1-5.24.5.tar.xz.sig

New:
----
  polkit-kde-agent-1-5.25.0.tar.xz
  polkit-kde-agent-1-5.25.0.tar.xz.sig

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

Other differences:
------------------
++++++ polkit-kde-agent-5.spec ++++++
--- /var/tmp/diff_new_pack.RPMrnN/_old  2022-06-13 13:02:58.401154123 +0200
+++ /var/tmp/diff_new_pack.RPMrnN/_new  2022-06-13 13:02:58.405154130 +0200
@@ -18,15 +18,15 @@
 
 %bcond_without released
 Name:           polkit-kde-agent-5
-Version:        5.24.5
+Version:        5.25.0
 Release:        0
 Summary:        PolicyKit authentication agent for KDE
 License:        GPL-2.0-only AND LGPL-2.1-or-later
 Group:          Development/Libraries/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz
+Source:         polkit-kde-agent-1-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz.sig
+Source1:        polkit-kde-agent-1-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.2.0
@@ -84,11 +84,7 @@
 %{_kf5_configdir}/autostart/polkit-kde-authentication-agent-1.desktop
 %{_kf5_notifydir}/
 %{_kf5_applicationsdir}/org.kde.polkit-kde-authentication-agent-1.desktop
-%if %{pkg_vcmp kf5-filesystem >= 20220307}
 %{_libexecdir}/polkit-kde-authentication-agent-1
-%else
-%{_kf5_libdir}/libexec/polkit-kde-authentication-agent-1
-%endif
 %{_userunitdir}/plasma-polkit-agent.service
 
 %changelog


++++++ polkit-kde-agent-1-5.24.5.tar.xz -> polkit-kde-agent-1-5.25.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.24.5/.gitlab-ci.yml 
new/polkit-kde-agent-1-5.25.0/.gitlab-ci.yml
--- old/polkit-kde-agent-1-5.24.5/.gitlab-ci.yml        2022-05-03 
12:41:17.000000000 +0200
+++ new/polkit-kde-agent-1-5.25.0/.gitlab-ci.yml        2022-06-09 
11:20:53.000000000 +0200
@@ -4,3 +4,4 @@
 include:
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.24.5/CMakeLists.txt 
new/polkit-kde-agent-1-5.25.0/CMakeLists.txt
--- old/polkit-kde-agent-1-5.24.5/CMakeLists.txt        2022-05-03 
12:41:37.000000000 +0200
+++ new/polkit-kde-agent-1-5.25.0/CMakeLists.txt        2022-06-09 
11:21:04.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.24.5")
+set(PROJECT_VERSION "5.25.0")
 
 set(QT_MIN_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.86")
+set(KF5_MIN_VERSION "5.90")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
 
 # we need some parts of the ECM CMake helpers
@@ -20,7 +20,7 @@
 
 include(KDEGitCommitHooks)
 
-find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets)
+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus 
Widgets)
 
 # Load the frameworks we need
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
@@ -49,7 +49,7 @@
 # create config file
 configure_file (config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
-find_package(PolkitQt5-1 REQUIRED 0.103.0)
+find_package(PolkitQt${QT_MAJOR_VERSION}-1 REQUIRED 0.103.0)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050c00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 add_definitions(-DQT_NO_KEYWORDS)
@@ -75,7 +75,7 @@
     KF5::I18n
     KF5::Crash
     KF5::IconThemes
-    PolkitQt5-1::Agent
+    PolkitQt${QT_MAJOR_VERSION}-1::Agent
 )
 
 configure_file(polkit-kde-authentication-agent-1.desktop.cmake 
${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop)
@@ -87,7 +87,7 @@
 
 ecm_install_configured_files(INPUT plasma-polkit-agent.service.in DESTINATION 
${KDE_INSTALL_SYSTEMDUSERUNITDIR})
 
-install(FILES policykit1-kde.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFY5RCDIR})
+install(FILES policykit1-kde.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
 
 # add clang-format target for all our real source files
 file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.24.5/main.cpp 
new/polkit-kde-agent-1-5.25.0/main.cpp
--- old/polkit-kde-agent-1-5.24.5/main.cpp      2022-05-03 12:41:17.000000000 
+0200
+++ new/polkit-kde-agent-1-5.25.0/main.cpp      2022-06-09 11:20:53.000000000 
+0200
@@ -36,9 +36,9 @@
     int mode = PROC_TRACE_CTL_DISABLE;
     procctl(P_PID, getpid(), PROC_TRACE_CTL, &mode);
 #endif
-
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
     QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
-
+#endif
     KCrash::setFlags(KCrash::AutoRestart);
 
     QApplication app(argc, argv);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.24.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
 
new/polkit-kde-agent-1-5.25.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
--- 
old/polkit-kde-agent-1-5.24.5/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2022-05-03 12:41:20.000000000 +0200
+++ 
new/polkit-kde-agent-1-5.25.0/po/ca@valencia/polkit-kde-authentication-agent-1.po
   2022-06-09 11:20:54.000000000 +0200
@@ -1,25 +1,24 @@
 # Translation of polkit-kde-authentication-agent-1.po to Catalan (Valencian)
-# Copyright (C) 2009-2019 This_file_is_part_of_KDE
+# Copyright (C) 2009-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2 or later.
 #
 # Manuel Tortosa Moreno <manutort...@gmail.com>, 2009.
 # Joan Maspons <joanmasp...@gmail.com>, 2011.
 # Josep M. Ferrer <txe...@gmail.com>, 2011, 2015, 2018.
-# Antoni Bella P??rez <antonibel...@yahoo.com>, 2018.
-# Empar Montoro Mart??n <montoro_...@gva.es>, 2019.
+# Antoni Bella P??rez <antonibel...@yahoo.com>, 2018, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: polkit-kde-agent-1\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-22 00:19+0000\n"
-"PO-Revision-Date: 2019-07-22 11:19+0200\n"
-"Last-Translator: Empar Montoro Mart??n <montoro_...@gva.es>\n"
+"PO-Revision-Date: 2020-07-31 15:49+0200\n"
+"Last-Translator: Antoni Bella P??rez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.04.2\n"
+"X-Generator: Lokalize 20.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -72,7 +71,7 @@
 #: AuthDialog.cpp:77
 #, kde-format
 msgid "Authentication Required"
-msgstr "Es requereix autenticaci??"
+msgstr "Es requerix autenticaci??"
 
 #: AuthDialog.cpp:165
 #, kde-format
@@ -92,17 +91,17 @@
 #: AuthDialog.cpp:175
 #, kde-format
 msgid "Password or swipe finger for root:"
-msgstr "Introdu??u la contrasenya o llisqueu el dit per a l'administrador:"
+msgstr "Poseu la contrasenya o llisqueu el dit per a l'administrador:"
 
 #: AuthDialog.cpp:177
 #, kde-format
 msgid "Password or swipe finger for %1:"
-msgstr "Introdu??u la contrasenya o llisqueu el dit per a %1:"
+msgstr "Poseu la contrasenya o llisqueu el dit per a %1:"
 
 #: AuthDialog.cpp:180
 #, kde-format
 msgid "Password or swipe finger:"
-msgstr "Introdu??u la contrasenya o llisqueu el dit:"
+msgstr "Poseu la contrasenya o llisqueu el dit:"
 
 #: AuthDialog.cpp:190
 #, kde-format
@@ -110,13 +109,13 @@
 "An application is attempting to perform an action that requires privileges. "
 "Authentication is required to perform this action."
 msgstr ""
-"Una aplicaci?? est?? intentant dur a terme una acci?? que requereix 
privilegis. "
-"Cal l'autenticaci?? per dur a terme aquesta acci??."
+"Una aplicaci?? est?? intentant dur a terme una acci?? que requerix 
privilegis. "
+"Cal autentificar-se per a dur a terme esta acci??."
 
 #: AuthDialog.cpp:206
 #, kde-format
 msgid "Select User"
-msgstr "Seleccioneu un usuari"
+msgstr "Selecci?? d'usuari"
 
 #: AuthDialog.cpp:225
 #, kde-format
@@ -127,7 +126,7 @@
 #: AuthDialog.cpp:305
 #, kde-format
 msgid "Authentication failure, please try again."
-msgstr "Ha fallat l'autenticaci??; torneu-ho a intentar."
+msgstr "No s'ha pogut fer l'autenticaci??, torneu-ho a intentar."
 
 #: AuthDialog.cpp:328
 #, kde-format
@@ -185,4 +184,4 @@
 #: policykitlistener.cpp:59
 #, kde-format
 msgid "Another client is already authenticating, please try again later."
-msgstr "Un altre client ja s'est?? autenticant. Torneu-ho a provar m??s tard."
\ No newline at end of file
+msgstr "Un atre client ya s'est?? autenticant. Torneu-ho a provar m??s tard."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.24.5/po/vi/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.25.0/po/vi/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.24.5/po/vi/polkit-kde-authentication-agent-1.po    
2022-05-03 12:41:36.000000000 +0200
+++ new/polkit-kde-agent-1-5.25.0/po/vi/polkit-kde-authentication-agent-1.po    
2022-06-09 11:21:03.000000000 +0200
@@ -2,30 +2,31 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # L?? Ho??ng Ph????ng <herophuon...@gmail.com>, 2012.
+# Phu Hung Nguyen <phu.ngu...@kdemail.net>, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-22 00:19+0000\n"
-"PO-Revision-Date: 2012-07-24 14:00+0800\n"
-"Last-Translator: L?? Ho??ng Ph????ng <herophuon...@gmail.com>\n"
-"Language-Team: Vietnamese <kde-i18n...@kde.org>\n"
+"PO-Revision-Date: 2022-05-04 22:38+0200\n"
+"Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n"
+"Language-Team: Vietnamese <kde-l10n...@kde.org>\n"
 "Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 21.12.2\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "L?? Ho??ng Ph????ng"
+msgstr "Nguy???n H??ng Ph??,L?? Ho??ng Ph????ng"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "herophuon...@gmail.com"
+msgstr "phu.ngu...@kdemail.net,herophuon...@gmail.com"
 
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: authdetails.ui:29
@@ -37,7 +38,7 @@
 #: authdetails.ui:39
 #, kde-format
 msgid "<null>"
-msgstr ""
+msgstr "<null>"
 
 #. i18n: ectx: property (text), widget (KUrlLabel, vendorUL)
 #. i18n: ectx: property (text), widget (QLabel, vendorL)
@@ -48,31 +49,30 @@
 
 #. i18n: ectx: property (text), widget (QLabel, action_id_label)
 #: authdetails.ui:94
-#, fuzzy, kde-format
-#| msgid "Action:"
+#, kde-format
 msgid "Action ID:"
-msgstr "H??nh ?????ng:"
+msgstr "M?? h??nh ?????ng:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: authdetails.ui:113
 #, kde-format
 msgid "ID:"
-msgstr ""
+msgstr "M??:"
 
 #: AuthDialog.cpp:61
 #, kde-format
 msgid "Details"
-msgstr ""
+msgstr "Chi ti???t"
 
 #: AuthDialog.cpp:77
 #, kde-format
 msgid "Authentication Required"
-msgstr ""
+msgstr "Y??u c???u x??c th???c"
 
 #: AuthDialog.cpp:165
 #, kde-format
 msgid "Password for root:"
-msgstr "M???t kh???u root:"
+msgstr "M???t kh???u cho ng?????i d??ng g???c:"
 
 #: AuthDialog.cpp:167
 #, kde-format
@@ -87,17 +87,17 @@
 #: AuthDialog.cpp:175
 #, kde-format
 msgid "Password or swipe finger for root:"
-msgstr "M???t kh???u hay vu???t ng??n tay cho root:"
+msgstr "M???t kh???u ho???c h???t ng??n tay cho ng?????i d??ng g???c:"
 
 #: AuthDialog.cpp:177
 #, kde-format
 msgid "Password or swipe finger for %1:"
-msgstr "M???t kh???u hay vu???t ng??n tay cho %1:"
+msgstr "M???t kh???u ho???c h???t ng??n tay cho %1:"
 
 #: AuthDialog.cpp:180
 #, kde-format
 msgid "Password or swipe finger:"
-msgstr "M???t kh???u hay vu???t ng??n tay:"
+msgstr "M???t kh???u ho???c h???t ng??n tay:"
 
 #: AuthDialog.cpp:190
 #, kde-format
@@ -105,7 +105,7 @@
 "An application is attempting to perform an action that requires privileges. "
 "Authentication is required to perform this action."
 msgstr ""
-"M???t ???ng d???ng ??ang c??? g???ng th???c hi???n h??nh ?????ng c?? y??u 
c???u c???p quy???n. C???n x??c "
+"M???t ???ng d???ng ??ang mu???n th???c hi???n h??nh ?????ng c?? y??u c???u 
?????c quy???n. C???n x??c "
 "th???c ????? th???c hi???n h??nh ?????ng n??y."
 
 #: AuthDialog.cpp:206
@@ -122,7 +122,7 @@
 #: AuthDialog.cpp:305
 #, kde-format
 msgid "Authentication failure, please try again."
-msgstr "X??c th???c th???t b???i, h??y th??? l???i."
+msgstr "X??c th???c th???t b???i, vui l??ng th??? l???i."
 
 #: AuthDialog.cpp:328
 #, kde-format
@@ -134,25 +134,23 @@
 #: AuthDialog.cpp:346
 #, kde-format
 msgid "'Description' not provided"
-msgstr ""
+msgstr "'M?? t???' kh??ng ???????c cung c???p"
 
 #: AuthDialog.cpp:358 AuthDialog.cpp:362
 #, kde-format
 msgid "Click to open %1"
-msgstr "Nh???n ????? m??? %1"
+msgstr "B???m ????? m??? %1"
 
 #. i18n: ectx: property (text), widget (QLabel, lblPassword)
 #: AuthDialog.ui:93
-#, fuzzy, kde-format
-#| msgid "Password:"
+#, kde-format
 msgid "P&assword:"
-msgstr "M???t kh???u:"
+msgstr "M???t &kh???u:"
 
 #: main.cpp:49
-#, fuzzy, kde-format
-#| msgid "PolicyKit1-KDE"
+#, kde-format
 msgid "PolicyKit1 KDE Agent"
-msgstr "PolicyKit1-KDE"
+msgstr "?????i di???n KDE PolicyKit1"
 
 #: main.cpp:51
 #, kde-format
@@ -162,12 +160,12 @@
 #: main.cpp:52
 #, kde-format
 msgid "Luk???? Tinkl"
-msgstr ""
+msgstr "Luk???? Tinkl"
 
 #: main.cpp:52
 #, kde-format
 msgid "Maintainer"
-msgstr "Ng?????i duy tr??"
+msgstr "B???o tr?? vi??n"
 
 #: main.cpp:53
 #, kde-format
@@ -175,12 +173,11 @@
 msgstr "Jaroslav Reznik"
 
 #: main.cpp:53
-#, fuzzy, kde-format
-#| msgid "Maintainer"
+#, kde-format
 msgid "Former maintainer"
-msgstr "Ng?????i duy tr??"
+msgstr "B???o tr?? vi??n tr?????c ????y"
 
 #: policykitlistener.cpp:59
 #, kde-format
 msgid "Another client is already authenticating, please try again later."
-msgstr "M???t tr??nh kh??c kh??c hi???n ??ang x??c th???c, h??y th??? l???i 
sau."
\ No newline at end of file
+msgstr "M???t tr??nh kh??ch kh??c ??ang x??c th???c r???i, vui l??ng th??? 
l???i sau."
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.24.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
new/polkit-kde-agent-1-5.25.0/po/zh_CN/polkit-kde-authentication-agent-1.po
--- old/polkit-kde-agent-1-5.24.5/po/zh_CN/polkit-kde-authentication-agent-1.po 
2022-05-03 12:41:37.000000000 +0200
+++ new/polkit-kde-agent-1-5.25.0/po/zh_CN/polkit-kde-authentication-agent-1.po 
2022-06-09 11:21:03.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-10-22 00:19+0000\n"
-"PO-Revision-Date: 2022-04-26 15:32\n"
+"PO-Revision-Date: 2022-06-05 04:19\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.24.5/policykit1-kde.notifyrc 
new/polkit-kde-agent-1-5.25.0/policykit1-kde.notifyrc
--- old/polkit-kde-agent-1-5.24.5/policykit1-kde.notifyrc       2022-05-03 
12:41:17.000000000 +0200
+++ new/polkit-kde-agent-1-5.25.0/policykit1-kde.notifyrc       2022-06-09 
11:20:53.000000000 +0200
@@ -5,7 +5,7 @@
 Comment[ast]=Di??logu d'autenticaci??n de PolicyKit
 Comment[bs]=PolicyKit dijalog provjere identiteta
 Comment[ca]=Di??leg d'autenticaci?? del PolicyKit
-Comment[ca@valencia]=Di??leg d'autenticaci?? de PolicyKit
+Comment[ca@valencia]=Di??lec d'autenticaci?? de PolicyKit
 Comment[cs]=Ov????ovac?? dialog PolicyKitu
 Comment[da]=PolicyKit autentificeringsdialog
 Comment[de]=PolicyKit-Authentifizierungs-Dialog
@@ -43,6 +43,7 @@
 Comment[tg]=???????????????? ???????????????? ?????????????? 
???????????????????? PolicyKit
 Comment[tr]=PolicyKit kimlik do??rulama penceresi
 Comment[uk]=?????????????????? ?????????? ?????????????????????????? PolicyKit
+Comment[vi]=H???p tho???i x??c th???c PolicyKit
 Comment[x-test]=xxPolicyKit authentication dialogxx
 Comment[zh_CN]=PolicyKit ?????????????????????
 Comment[zh_TW]=PolicyKit ???????????????
@@ -80,6 +81,7 @@
 Name[sv]=Beh??righetskontrollsystem
 Name[tr]=Yetkilendirme Sistemi
 Name[uk]=?????????????? ??????????????????????????
+Name[vi]=H??? th???ng x??c th???c
 Name[x-test]=xxAuthentication Systemxx
 Name[zh_CN]=??????????????????
 
@@ -118,6 +120,7 @@
 Name[sv]=Kontrollera beh??righet
 Name[tr]=Yetkilendir
 Name[uk]=??????????????????????????
+Name[vi]=X??c th???c
 Name[x-test]=xxAuthenticatexx
 Name[zh_CN]=??????
 Comment=You are required to authenticate
@@ -125,7 +128,7 @@
 Comment[ast]=Has autenticate
 Comment[bs]=Trebate se autentificirati
 Comment[ca]=Se us demana que us autentiqueu
-Comment[ca@valencia]=Se vos demana que vos autentiqueu
+Comment[ca@valencia]=Se us demana que us autentiqueu
 Comment[cs]=Je vy??adov??no ov????en?? toto??nosti
 Comment[da]=Du skal autentificere
 Comment[de]=Sie ben??tigen eine Authentifizierung
@@ -163,6 +166,7 @@
 Comment[tg]=???? ???????? ?????????????? ?????????????????? ?????????? ??????
 Comment[tr]=Kimlik do??rulamas?? yapman??z gerekiyor
 Comment[uk]=?????? ???????? ???????????? ??????????????????????????
+Comment[vi]=B???n ???????c y??u c???u x??c th???c
 Comment[x-test]=xxYou are required to authenticatexx
 Comment[zh_CN]=???????????????????????????
 Comment[zh_TW]=???????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-kde-agent-1-5.24.5/polkit-kde-authentication-agent-1.desktop.cmake 
new/polkit-kde-agent-1-5.25.0/polkit-kde-authentication-agent-1.desktop.cmake
--- 
old/polkit-kde-agent-1-5.24.5/polkit-kde-authentication-agent-1.desktop.cmake   
    2022-05-03 12:41:17.000000000 +0200
+++ 
new/polkit-kde-agent-1-5.25.0/polkit-kde-authentication-agent-1.desktop.cmake   
    2022-06-09 11:20:53.000000000 +0200
@@ -40,6 +40,7 @@
 Name[tg]=?????????? ?????????????? ???????????????????? PolicyKit
 Name[tr]=PolicyKit Kimlik Do??rulama Arac??
 Name[uk]=?????????? ?????????????????????????? PolicyKit
+Name[vi]=?????i di???n x??c th???c PolicyKit
 Name[x-test]=xxPolicyKit Authentication Agentxx
 Name[zh_CN]=PolicyKit ????????????????????????
 Name[zh_TW]=PolicyKit ??????????????????
@@ -84,6 +85,7 @@
 Comment[tg]=?????????? ?????????????? ???????????????????? PolicyKit
 Comment[tr]=PolicyKit Kimlik Do??rulama Arac??
 Comment[uk]=?????????? ?????????????????????????? PolicyKit
+Comment[vi]=?????i di???n x??c th???c PolicyKit
 Comment[x-test]=xxPolicyKit Authentication Agentxx
 Comment[zh_CN]=PolicyKit ????????????????????????
 Comment[zh_TW]=PolicyKit ??????????????????

Reply via email to