Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2022-10-11 18:00:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwallet (Old)
 and      /work/SRC/openSUSE:Factory/.kwallet.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwallet"

Tue Oct 11 18:00:24 2022 rev:113 rq:1009027 version:5.99.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2022-09-13 
15:10:42.564865632 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new.2275/kwallet.changes        
2022-10-11 18:02:26.485783314 +0200
@@ -1,0 +2,9 @@
+Sat Oct  1 15:56:08 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.99.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.99.0
+- No code change since 5.98.0
+
+-------------------------------------------------------------------

Old:
----
  kwallet-5.98.0.tar.xz
  kwallet-5.98.0.tar.xz.sig

New:
----
  kwallet-5.99.0.tar.xz
  kwallet-5.99.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwallet.spec ++++++
--- /var/tmp/diff_new_pack.wZgqYh/_old  2022-10-11 18:02:27.133784361 +0200
+++ /var/tmp/diff_new_pack.wZgqYh/_new  2022-10-11 18:02:27.137784368 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Wallet5
-%define _tar_path 5.98
+%define _tar_path 5.99
 # 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 released
 Name:           kwallet
-Version:        5.98.0
+Version:        5.99.0
 Release:        0
 Summary:        Safe desktop-wide storage for passwords
 License:        LGPL-2.1-or-later
@@ -137,21 +137,17 @@
 %kf5_makeinstall -C build
 %fdupes %{buildroot}
 
-%if %{with released}
 %find_lang kwalletd5 kwalletd5.lang
 %find_lang kwallet-query kwallet-query.lang
-%endif
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 %post -n libkwalletbackend5-5 -p /sbin/ldconfig
 %postun -n libkwalletbackend5-5 -p /sbin/ldconfig
 
-%if %{with released}
 %files -n kwalletd5-lang -f kwalletd5.lang
 
 %files -n kwallet-tools-lang -f kwallet-query.lang
-%endif
 
 %files -n kwalletd5
 %{_kf5_bindir}/kwalletd5


++++++ kwallet-5.98.0.tar.xz -> kwallet-5.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/CMakeLists.txt 
new/kwallet-5.99.0/CMakeLists.txt
--- old/kwallet-5.98.0/CMakeLists.txt   2022-09-05 14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/CMakeLists.txt   2022-10-01 16:25:28.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.98.0") # handled by release scripts
-set(KF_DEP_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
+set(KF_DEP_VERSION "5.99.0") # handled by release scripts
 project(KWallet VERSION ${KF_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.98.0  NO_MODULE)
+find_package(ECM 5.99.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://invent.kde.org/frameworks/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/kwallet-5.98.0/po/ka/kwallet-query.po 
new/kwallet-5.99.0/po/ka/kwallet-query.po
--- old/kwallet-5.98.0/po/ka/kwallet-query.po   2022-09-05 14:15:17.000000000 
+0200
+++ new/kwallet-5.99.0/po/ka/kwallet-query.po   2022-10-01 16:25:28.000000000 
+0200
@@ -15,7 +15,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: Poedit 3.1.1\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/po/ka/kwalletd5.po 
new/kwallet-5.99.0/po/ka/kwalletd5.po
--- old/kwallet-5.98.0/po/ka/kwalletd5.po       2022-09-05 14:15:17.000000000 
+0200
+++ new/kwallet-5.99.0/po/ka/kwalletd5.po       2022-10-01 16:25:28.000000000 
+0200
@@ -8,14 +8,14 @@
 "Project-Id-Version: kwallet\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-30 00:42+0000\n"
-"PO-Revision-Date: 2022-08-13 19:24+0200\n"
+"PO-Revision-Date: 2022-09-13 08:06+0200\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
 "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: Poedit 3.1.1\n"
 
 #, kde-format
@@ -90,7 +90,7 @@
 #: backend/backendpersisthandler.cpp:637
 #, kde-format
 msgid "kwalletd GPG backend"
-msgstr ""
+msgstr "kwalletd-?????? GPG ???????????????????????????"
 
 #: backend/backendpersisthandler.cpp:683
 #, kde-format
@@ -113,17 +113,17 @@
 #: backend/kwalletbackend.cc:270
 #, kde-format
 msgid "Not a wallet file."
-msgstr ""
+msgstr "?????? ???????????? ????????????????????? ???????????????."
 
 #: backend/kwalletbackend.cc:272
 #, kde-format
 msgid "Unsupported file format revision."
-msgstr ""
+msgstr "?????????????????? ???????????????????????? ?????????????????? 
??????????????????????????????????????????."
 
 #: backend/kwalletbackend.cc:276
 #, kde-format
 msgid "Unknown encryption scheme."
-msgstr ""
+msgstr "?????????????????? ??????????????????????????? ???????????????."
 
 #: backend/kwalletbackend.cc:278
 #, kde-format
@@ -133,12 +133,12 @@
 #: backend/kwalletbackend.cc:280
 #, kde-format
 msgid "Error validating wallet integrity. Possibly corrupted."
-msgstr ""
+msgstr "????????????????????? ?????????????????????????????? 
???????????????????????????????????? ?????????????????????. 
????????????????????????, ?????? ????????????????????????????????????."
 
 #: backend/kwalletbackend.cc:284
 #, kde-format
 msgid "Read error - possibly incorrect password."
-msgstr ""
+msgstr "??????????????????????????? ????????????????????? - 
???????????????????????? ???????????????????????? ??????????????????."
 
 #: backend/kwalletbackend.cc:286
 #, kde-format
@@ -245,7 +245,7 @@
 #: knewwalletdialogintro.ui:17 kwalletwizardpageintro.ui:17
 #, kde-format
 msgid "The KDE Wallet System"
-msgstr ""
+msgstr "KDE-?????? ????????????????????? ?????????????????????"
 
 #. i18n: ectx: property (text), widget (QLabel, labelIntro)
 #: knewwalletdialogintro.ui:30
@@ -262,14 +262,14 @@
 #: knewwalletdialogintro.ui:66 kwalletwizardpagepasswordgpg.ui:68
 #, kde-format
 msgid "Classic, blowfish encrypted file"
-msgstr ""
+msgstr "???????????????????????????, blowfish-?????? 
??????????????????????????? ???????????????"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioGpg)
 #. i18n: ectx: property (text), widget (QRadioButton, _radioGpg)
 #: knewwalletdialogintro.ui:73 kwalletwizardpagepasswordgpg.ui:55
 #, kde-format
 msgid "Use GPG encryption, for better protection"
-msgstr ""
+msgstr "?????????????????????????????? GPG ????????????????????????, 
????????????????????? ??????????????????????????????"
 
 #: kwalletd.cpp:626
 #, kde-format
@@ -296,7 +296,7 @@
 #: kwalletd.cpp:654
 #, kde-format
 msgid "An application has requested to open a wallet (%1)."
-msgstr ""
+msgstr "?????????????????????????????? ???????????????????????? 
????????????????????? ?????????????????? (%1)."
 
 #: kwalletd.cpp:655
 #, kde-format
@@ -304,19 +304,19 @@
 "Text of a button for switching to the (unnamed) application requesting a "
 "password"
 msgid "Switch there"
-msgstr ""
+msgstr "?????? ????????????????????????"
 
 #: kwalletd.cpp:657
 #, kde-format
 msgid "<b>%1</b> has requested to open a wallet (%2)."
-msgstr ""
+msgstr "<b>%1-??????</b> ????????????????????? ?????????????????? 
???????????????????????? (%2)."
 
 #: kwalletd.cpp:659
 #, kde-format
 msgctxt ""
 "Text of a button for switching to the application requesting a password"
 msgid "Switch to %1"
-msgstr ""
+msgstr "%1-?????? ????????????????????????"
 
 #: kwalletd.cpp:673 kwalletd.cpp:755
 #, kde-format
@@ -393,12 +393,12 @@
 #: kwalletd.cpp:996
 #, kde-format
 msgid "Error re-encrypting the wallet. Password was not changed."
-msgstr ""
+msgstr "????????????????????? ???????????????????????? 
??????????????????????????? ?????????????????????. ?????????????????? ?????? 
????????????????????????."
 
 #: kwalletd.cpp:1001
 #, kde-format
 msgid "Error reopening the wallet. Data may be lost."
-msgstr ""
+msgstr "????????????????????? ????????????????????? ????????????????????? 
?????????????????????. ?????????????????????????????? ???????????????????????? 
???????????????????????????."
 
 #: kwalletd.cpp:1590
 #, kde-format
@@ -415,12 +415,12 @@
 #: kwalletwizard.cpp:272
 #, kde-format
 msgid "<qt>Password is empty.  <b>(WARNING: Insecure)</b></qt>"
-msgstr ""
+msgstr "<qt>??????????????? ????????????????????????.  
<b>(??????????????????????????????: ????????????????????????)</b></qt>"
 
 #: kwalletwizard.cpp:274
 #, kde-format
 msgid "Passwords match."
-msgstr ""
+msgstr "???????????????????????? ????????????????????????."
 
 #: kwalletwizard.cpp:277
 #, kde-format
@@ -458,7 +458,7 @@
 #: kwalletwizardpagegpgkey.ui:42
 #, kde-format
 msgid "Select encryption GPG key:"
-msgstr ""
+msgstr "????????????????????? ??????????????????????????? GPG 
????????????????????????:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: kwalletwizardpagegpgkey.ui:81
@@ -486,13 +486,13 @@
 #: kwalletwizardpageintro.ui:69
 #, kde-format
 msgid "&Basic setup (recommended)"
-msgstr ""
+msgstr "&???????????????????????? ????????????????????? 
(??????????????????????????????????????????)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, _advanced)
 #: kwalletwizardpageintro.ui:79
 #, kde-format
 msgid "&Advanced setup"
-msgstr ""
+msgstr "&?????????????????????????????? ?????????????????????"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
 #: kwalletwizardpageoptions.ui:16
@@ -509,7 +509,7 @@
 #: kwalletwizardpageoptions.ui:48
 #, kde-format
 msgid "Automatically close idle wallets"
-msgstr ""
+msgstr "???????????? ?????????????????????????????? 
?????????????????????????????? ?????????????????????"
 
 #. i18n: ectx: property (text), widget (QCheckBox, _networkWallet)
 #: kwalletwizardpageoptions.ui:55
@@ -539,13 +539,13 @@
 #: kwalletwizardpagepassword.ui:88 kwalletwizardpagepasswordgpg.ui:106
 #, kde-format
 msgid "Enter a new password:"
-msgstr ""
+msgstr "??????????????????????????? ??????????????? ??????????????????:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2_3)
 #: kwalletwizardpagepassword.ui:104 kwalletwizardpagepasswordgpg.ui:122
 #, kde-format
 msgid "Verify password:"
-msgstr ""
+msgstr "????????????????????? ?????????????????????????????????:"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: kwalletwizardpagepasswordgpg.ui:17
@@ -571,12 +571,12 @@
 #: main.cpp:173
 #, kde-format
 msgid "(C) 2002-2013, The KDE Developers"
-msgstr ""
+msgstr "(C) 2002-2013, KDE ????????????????????????????????????"
 
 #: main.cpp:174
 #, kde-format
 msgid "Valentin Rusu"
-msgstr ""
+msgstr "???????????????????????? ????????????"
 
 #: main.cpp:174
 #, kde-format
@@ -586,7 +586,7 @@
 #: main.cpp:175
 #, kde-format
 msgid "Michael Leupold"
-msgstr ""
+msgstr "??????????????? ????????????????????????"
 
 #: main.cpp:175
 #, kde-format
@@ -606,9 +606,9 @@
 #: main.cpp:177
 #, kde-format
 msgid "Thiago Maceira"
-msgstr ""
+msgstr "??????????????? ?????????????????????"
 
 #: main.cpp:177
 #, kde-format
 msgid "D-Bus Interface"
-msgstr ""
+msgstr "D-Bus ??????????????????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/po/tr/kwalletd5.po 
new/kwallet-5.99.0/po/tr/kwalletd5.po
--- old/kwallet-5.98.0/po/tr/kwalletd5.po       2022-09-05 14:15:17.000000000 
+0200
+++ new/kwallet-5.99.0/po/tr/kwalletd5.po       2022-10-01 16:25:28.000000000 
+0200
@@ -214,7 +214,7 @@
 "<qt>KDE, '<b>%1</b>' ad??nda bir c??zdan??n a????lmas?? talebinde bulundu. Bu 
"
 "i??lem, gizli verilerin g??venli bir ??ekilde depolanmas??na imkan tan??r. 
L??tfen "
 "bu c??zdan i??in kullanaca????n??z parolay?? girin ya da uygulaman??n 
talebini geri "
-"??evirmek i??iniptal d????mesine t??klay??n.</qt>"
+"??evirmek i??in ??ptal d????mesine t??klay??n.</qt>"
 
 #: knewwalletdialog.cpp:55
 #, kde-format
@@ -227,7 +227,7 @@
 "<qt>'<b>%1</b>' uygulamas?? '<b>%2</b>' ad??nda yeni bir c??zdan olu??turmak "
 "istiyor. Bu i??lem hassas verilerin g??venli bir ??ekilde depolanmas??n?? 
sa??lar. "
 "L??tfen bu yeni c??zdan i??in bir t??r se??in veya uygulaman??n iste??ini 
geri "
-"??evirmek i??in iptal d????mesine t??klay??n.</qt>"
+"??evirmek i??in ??ptal d????mesine t??klay??n.</qt>"
 
 #: knewwalletdialog.cpp:125 knewwalletdialog.cpp:132 kwalletwizard.cpp:151
 #: kwalletwizard.cpp:157
@@ -301,7 +301,7 @@
 "<html><head/><body><p>'<span style=\" font-weight:600;\">%1</span>' "
 "uygulamas?? KDE c??zdan uygulamas??n??n a????lmas??n?? istiyor. Bu i??lem 
hassas "
 "verilerin g??venli bir ??ekilde depolanmas??n?? sa??lar. L??tfen bu yeni 
c??zdan "
-"i??in bir t??r se??in veya uygulaman??n iste??ini geri ??evirmek i??in iptal "
+"i??in bir t??r se??in veya uygulaman??n iste??ini geri ??evirmek i??in ??ptal 
"
 "d????mesine t??klay??n.</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioBlowfish)
@@ -324,7 +324,7 @@
 "<qt>KDE has requested to open the wallet '<b>%1</b>'. Please enter the "
 "password for this wallet below.</qt>"
 msgstr ""
-"<qt>KDE '<b>%1</b>' c??zdan??n?? a??mak istiyor. L??tfen bu c??zdan i??in 
gerekli "
+"<qt>KDE, '<b>%1</b>' c??zdan??n?? a??mak istiyor. L??tfen bu c??zdan i??in 
gerekli "
 "parolay?? a??a????daki kutucu??a girin.</qt>"
 
 #: kwalletd.cpp:630
@@ -387,8 +387,8 @@
 msgstr ""
 "KDE, bir c??zdan??n a????lmas?? talebinde bulundu. Bu i??lem, gizli verilerin 
"
 "g??venli bir ??ekilde depolanmas??na imkan tan??r. L??tfen bu c??zdan i??in "
-"kullanaca????n??z parolay?? girin ya da uygulaman??n talebini geri ??evirmek "
-"i??iniptal d????mesine t??klay??n."
+"kullanaca????n??z parolay?? girin ya da uygulaman??n talebini geri ??evirmek 
i??in "
+"??ptal d????mesine t??klay??n."
 
 #: kwalletd.cpp:726
 #, kde-format
@@ -401,7 +401,7 @@
 "<qt>'<b>%1</b>' uygulamas?? KDE c??zdan uygulamas??n??n a????lmas??n?? 
istiyor. Bu "
 "i??lem hassas verilerin g??venli bir ??ekilde depolanmas??n?? sa??lar. 
L??tfen bu "
 "c??zdan i??in kullanaca????n??z parolay?? girin veya uygulaman??n iste??ini 
geri "
-"??evirmek i??in iptal d????mesine t??klay??n.</qt>"
+"??evirmek i??in ??ptal d????mesine t??klay??n.</qt>"
 
 #: kwalletd.cpp:734
 #, kde-format
@@ -412,7 +412,7 @@
 msgstr ""
 "<qt>KDE, '<b>%1</b>' adl?? bir c??zdan??n olu??turulmas??n?? istiyor. L??tfen 
bu "
 "c??zdan i??in bir parola se??in veya uygulaman??n iste??ini geri ??evirmek 
i??in "
-"iptal d????mesine t??klay??n.</qt>"
+"??ptal d????mesine t??klay??n.</qt>"
 
 #: kwalletd.cpp:739
 #, kde-format
@@ -423,7 +423,7 @@
 msgstr ""
 "<qt>'<b>%1</b>' uygulamas??, '<b>%2</b>' adl?? bir c??zdan olu??turmak 
istiyor. "
 "L??tfen bu c??zdan i??in bir parola se??in veya uygulaman??n iste??ini geri "
-"??evirmek i??in iptal d????mesine t??klay??n.</qt>"
+"??evirmek i??in ??ptal d????mesine t??klay??n.</qt>"
 
 #: kwalletd.cpp:851
 #, kde-format
@@ -492,7 +492,7 @@
 #: kwalletwizard.cpp:272
 #, kde-format
 msgid "<qt>Password is empty.  <b>(WARNING: Insecure)</b></qt>"
-msgstr "<qt>Parola bo??.  <b>(UYARI: G??vensiz)</b></qt>"
+msgstr "<qt>Parola bo??. <b>(UYARI: G??vensiz)</b></qt>"
 
 #: kwalletwizard.cpp:274
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/po/vi/kwalletd5.po 
new/kwallet-5.99.0/po/vi/kwalletd5.po
--- old/kwallet-5.98.0/po/vi/kwalletd5.po       2022-09-05 14:15:17.000000000 
+0200
+++ new/kwallet-5.99.0/po/vi/kwalletd5.po       2022-10-01 16:25:28.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-30 00:42+0000\n"
-"PO-Revision-Date: 2022-08-11 17:45+0200\n"
+"PO-Revision-Date: 2022-09-05 17:29+0200\n"
 "Last-Translator: Phu Hung Nguyen <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
@@ -280,7 +280,7 @@
 #: knewwalletdialogintro.ui:17 kwalletwizardpageintro.ui:17
 #, kde-format
 msgid "The KDE Wallet System"
-msgstr "H??? th???ng v?? KDE"
+msgstr "H??? th???ng V?? KDE"
 
 #. i18n: ectx: property (text), widget (QLabel, labelIntro)
 #: knewwalletdialogintro.ui:30
@@ -292,9 +292,9 @@
 "cancel to deny the application's request.</p></body></html>"
 msgstr ""
 "<html><head/><body><p>???ng d???ng '<span style=\" 
font-weight:600;\">%1</span>' "
-"y??u c???u m??? v?? KDE wallet. N?? ???????c d??ng ????? l??u d??? li???u 
nh???y c???m m???t c??ch an "
-"to??n. Vui l??ng ch???n ki???u c???a v?? m???i ??? d?????i ho???c b???m hu??? 
????? t??? ch???i y??u c???u "
-"c???a ???ng d???ng.</p></body></html>"
+"y??u c???u m??? v?? KDE. N?? ???????c d??ng ????? l??u d??? li???u nh???y 
c???m m???t c??ch an to??n. "
+"Vui l??ng ch???n ki???u c???a v?? m???i ??? d?????i ho???c b???m hu??? ????? 
t??? ch???i y??u c???u c???a ???ng "
+"d???ng.</p></body></html>"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioBlowfish)
 #. i18n: ectx: property (text), widget (QRadioButton, _radioBlowfish)
@@ -334,7 +334,7 @@
 #: main.cpp:169 main.cpp:171
 #, kde-format
 msgid "KDE Wallet Service"
-msgstr "D???ch v??? v?? KDE"
+msgstr "D???ch v??? V?? KDE"
 
 #: kwalletd.cpp:654
 #, kde-format
@@ -498,7 +498,7 @@
 "your wallets. It even permits you to drag wallets and wallet contents, "
 "allowing you to easily copy a wallet to a remote system.</p></body></html>"
 msgstr ""
-"<html><head/><body><p>H??? th???ng v?? KDE l??u d??? li???u c???a b???n trong 
m???t t???p "
+"<html><head/><body><p>H??? th???ng V?? KDE l??u d??? li???u c???a b???n trong 
m???t t???p "
 "<span style=\" font-style:italic;\">v??</span> tr??n ????a c???ng c???c b??? 
c???a b???n. "
 "D??? li???u ???????c ghi ??? d???ng m???t m?? ho?? theo ?? b???n - thu???t 
to??n blowfish v???i m???t "
 "kh???u c???a b???n l?? kho??, ho???c d??ng m???t kho?? m???t m?? ho?? GPG. 
Khi m???t v?? ???????c m???, "
@@ -560,7 +560,7 @@
 "preventing others from viewing the information.  This wizard will tell you "
 "about KWallet and help you configure it for the first time."
 msgstr ""
-"Ch??o m???ng ?????n v???i KWallet - H??? th???ng v?? KDE. KWallet cho ph??p 
b???n l??u m???t "
+"Ch??o m???ng ?????n v???i KWallet - H??? th???ng V?? KDE. KWallet cho ph??p 
b???n l??u m???t "
 "kh???u v?? c??c th??ng tin c?? nh??n kh??c tr??n ????a trong m???t t???p 
???????c m???t m?? ho??, "
 "ng??n c???n ng?????i kh??c th???y ???????c c??c th??ng tin ????. Tr??nh 
h?????ng d???n n??y s??? cho "
 "b???n bi???t v??? KWallet v?? gi??p b???n c???u h??nh n?? l???n ?????u ti??n."
@@ -587,7 +587,7 @@
 "change some of them.  You may further tune these settings from the KWallet "
 "control module."
 msgstr ""
-"H??? th???ng v?? KDE cho ph??p b???n ki???m so??t m???c ????? an ninh v???i 
d??? li???u c?? nh??n "
+"H??? th???ng V?? KDE cho ph??p b???n ki???m so??t m???c ????? an ninh v???i 
d??? li???u c?? nh??n "
 "c???a m??nh. M???t v??i thi???t l???p s??? ???nh h?????ng ?????n t??nh kh??? 
d???ng. Trong khi c??c "
 "thi???t l???p m???c ?????nh n??i chung l?? d??? ch???p nh???n v???i h???u 
h???t ng?????i d??ng, b???n c?? "
 "th??? mu???n thay ?????i m???t v??i trong s??? ch??ng. B???n c?? th??? 
??i???u ch???nh c??c thi???t "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/po/zh_CN/kwallet-query.po 
new/kwallet-5.99.0/po/zh_CN/kwallet-query.po
--- old/kwallet-5.98.0/po/zh_CN/kwallet-query.po        2022-09-05 
14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/po/zh_CN/kwallet-query.po        2022-10-01 
16:25:28.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-09 00:40+0000\n"
-"PO-Revision-Date: 2022-08-20 14:17\n"
+"PO-Revision-Date: 2022-09-20 01:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/po/zh_CN/kwalletd5.po 
new/kwallet-5.99.0/po/zh_CN/kwalletd5.po
--- old/kwallet-5.98.0/po/zh_CN/kwalletd5.po    2022-09-05 14:15:17.000000000 
+0200
+++ new/kwallet-5.99.0/po/zh_CN/kwalletd5.po    2022-10-01 16:25:28.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-30 00:42+0000\n"
-"PO-Revision-Date: 2022-08-20 14:17\n"
+"PO-Revision-Date: 2022-09-20 01:56\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/src/api/KWallet/CMakeLists.txt 
new/kwallet-5.99.0/src/api/KWallet/CMakeLists.txt
--- old/kwallet-5.98.0/src/api/KWallet/CMakeLists.txt   2022-09-05 
14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/src/api/KWallet/CMakeLists.txt   2022-10-01 
16:25:28.000000000 +0200
@@ -101,7 +101,7 @@
   REQUIRED_HEADERS KWallet_HEADERS
 )
 
-install(TARGETS KF5Wallet EXPORT KF5WalletTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KF5Wallet EXPORT KF5WalletTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kwallet_export.h
   ${KWallet_HEADERS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.98.0/src/runtime/kwalletd/CMakeLists.txt 
new/kwallet-5.99.0/src/runtime/kwalletd/CMakeLists.txt
--- old/kwallet-5.98.0/src/runtime/kwalletd/CMakeLists.txt      2022-09-05 
14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/src/runtime/kwalletd/CMakeLists.txt      2022-10-01 
16:25:28.000000000 +0200
@@ -150,7 +150,7 @@
     kde_target_enable_exceptions(kwalletd5 PRIVATE)
 endif(Gpgmepp_FOUND)
 
-install(TARGETS kwalletd5  ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kwalletd5  ${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
 ########### install files ###############
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.98.0/src/runtime/kwalletd/backend/CMakeLists.txt 
new/kwallet-5.99.0/src/runtime/kwalletd/backend/CMakeLists.txt
--- old/kwallet-5.98.0/src/runtime/kwalletd/backend/CMakeLists.txt      
2022-09-05 14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/src/runtime/kwalletd/backend/CMakeLists.txt      
2022-10-01 16:25:28.000000000 +0200
@@ -72,6 +72,6 @@
     VERSION   ${KWALLETBACKEND_VERSION}
     SOVERSION ${KWALLETBACKEND_SOVERSION}
 )
-install(TARGETS kwalletbackend5 ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kwalletbackend5 ${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.98.0/src/runtime/kwalletd/kwalletd5.notifyrc 
new/kwallet-5.99.0/src/runtime/kwalletd/kwalletd5.notifyrc
--- old/kwallet-5.98.0/src/runtime/kwalletd/kwalletd5.notifyrc  2022-09-05 
14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/src/runtime/kwalletd/kwalletd5.notifyrc  2022-10-01 
16:25:28.000000000 +0200
@@ -186,7 +186,7 @@
 Comment[tr]=KDE C??zdan Servisi bir parola ister
 Comment[ug]=KDE ???????????? ?????????????????????? ?????? ??????????????
 Comment[uk]=???????????? ???????????? ???????????????? KDE ?????????????????? 
?????????? ???? ????????????
-Comment[vi]=Tr??nh n???n v?? KDE y??u c???u m???t m???t kh???u
+Comment[vi]=Tr??nh n???n V?? KDE y??u c???u m???t m???t kh???u
 Comment[wa]=Li d??mon poite-manoye di KDE dimande on scret
 Comment[x-test]=xxThe KDE Wallet Daemon requests a passwordxx
 Comment[zh_CN]=KDE ?????????????????????????????????
@@ -296,7 +296,7 @@
 Comment[tg]=???????????? ???????????????? KDE ?????????????? 
?????????????????????????? ?????????? ?????????? ???? ???????? ???????? ??????
 Comment[tr]=KDE C??zdan Sistemi diske bir c??zdan dosyas?? e??itlerken 
ba??ar??s??z oldu
 Comment[uk]=?????????????? ???????????????? KDE ???? ???????????? 
???????????????????????????? ???????? ?????????? ???????????????? ?? 
????????????
-Comment[vi]=H??? th???ng v?? KDE th???t b???i trong vi???c ?????ng b??? ho?? 
m???t t???p v?? v??o ????a
+Comment[vi]=H??? th???ng V?? KDE th???t b???i trong vi???c ?????ng b??? ho?? 
m???t t???p v?? v??o ????a
 Comment[x-test]=xxKDE Wallet System failed to sync a wallet file to diskxx
 Comment[zh_CN]=KDE ??????????????????????????????????????????????????????
 Comment[zh_TW]=KDE ???????????????????????????????????????????????????
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwallet-5.98.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop 
new/kwallet-5.99.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop
--- old/kwallet-5.98.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop   
2022-09-05 14:15:17.000000000 +0200
+++ new/kwallet-5.99.0/src/runtime/kwalletd/org.kde.kwalletd5.desktop   
2022-10-01 16:25:28.000000000 +0200
@@ -23,6 +23,7 @@
 Name[it]=Servizio portafogli di KDE
 Name[ka]=KDE ????????????????????? ?????????????????????
 Name[ko]=KDE ?????? ?????????
+Name[lt]=KDE slapta??odin??s tarnyba
 Name[nl]=KDE Portefeuilleservice
 Name[nn]=KDE Lommebok-teneste
 Name[pl]=Us??uga Portfela KDE
@@ -35,7 +36,7 @@
 Name[sv]=KDE:s pl??nbokstj??nst
 Name[tr]=KDE C??zdan Hizmeti
 Name[uk]=???????????? ???????????????? KDE
-Name[vi]=D???ch v??? v?? KDE
+Name[vi]=D???ch v??? V?? KDE
 Name[x-test]=xxKDE Wallet Servicexx
 Name[zh_CN]=KDE ???????????????
 NoDisplay=true

Reply via email to