Hello community, here is the log from the commit of package kwallet for openSUSE:Factory checked in at 2020-03-19 19:43:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwallet (Old) and /work/SRC/openSUSE:Factory/.kwallet.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwallet" Thu Mar 19 19:43:38 2020 rev:81 rq:785353 version:5.68.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes 2020-02-14 16:34:56.951504642 +0100 +++ /work/SRC/openSUSE:Factory/.kwallet.new.3160/kwallet.changes 2020-03-19 19:46:38.652062549 +0100 @@ -1,0 +2,11 @@ +Sun Mar 8 09:18:01 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.68.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.68.0.php +- Changes since 5.67.0: + * Make it compile against qt5.15. SkipEmptyParts is part of Qt::. + * Use ecm_qt_install_logging_categories over manual categories file + +------------------------------------------------------------------- Old: ---- kwallet-5.67.0.tar.xz kwallet-5.67.0.tar.xz.sig New: ---- kwallet-5.68.0.tar.xz kwallet-5.68.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwallet.spec ++++++ --- /var/tmp/diff_new_pack.zGWeWX/_old 2020-03-19 19:46:39.360062928 +0100 +++ /var/tmp/diff_new_pack.zGWeWX/_new 2020-03-19 19:46:39.360062928 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Wallet5 -%define _tar_path 5.67 +%define _tar_path 5.68 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: kwallet -Version: 5.67.0 +Version: 5.68.0 Release: 0 Summary: Safe desktop-wide storage for passwords License: LGPL-2.1-or-later ++++++ kwallet-5.67.0.tar.xz -> kwallet-5.68.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/.gitignore new/kwallet-5.68.0/.gitignore --- old/kwallet-5.67.0/.gitignore 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/.gitignore 2020-03-07 10:56:17.000000000 +0100 @@ -19,3 +19,4 @@ /build*/ CMakeLists.txt.user* *.unc-backup* +.cmake/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/CMakeLists.txt new/kwallet-5.68.0/CMakeLists.txt --- old/kwallet-5.67.0/CMakeLists.txt 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/CMakeLists.txt 2020-03-07 10:56:17.000000000 +0100 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.67.0") # handled by release scripts -set(KF5_DEP_VERSION "5.67.0") # handled by release scripts +set(KF5_VERSION "5.68.0") # handled by release scripts +set(KF5_DEP_VERSION "5.68.0") # handled by release scripts project(KWallet VERSION ${KF5_VERSION}) set(CMAKE_EXPORT_COMPILE_COMMANDS 1) include(FeatureSummary) -find_package(ECM 5.67.0 NO_MODULE) +find_package(ECM 5.68.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) @@ -35,7 +35,7 @@ find_package(KF5DocTools ${KF5_DEP_VERSION}) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300) add_definitions(-DQT_NO_FOREACH) add_definitions(-DTRANSLATION_DOMAIN=\"kwalletd5\") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") @@ -51,7 +51,4 @@ add_subdirectory(docs) endif() -# contains list of debug categories, for kdebugsettings -install(FILES kwallet.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) - feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/kwallet.categories new/kwallet-5.68.0/kwallet.categories --- old/kwallet-5.67.0/kwallet.categories 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/kwallet.categories 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -kf5.kwallet.api kwallet api IDENTIFIER [KWALLET_API_LOG] -kf5.kwallet.kwalletd kwalletd IDENTIFIER [KWALLETD_LOG] -kf5.kwallet.kwalletbackend kwalletbackend IDENTIFIER [KWALLETBACKEND_LOG] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ar/kwallet-query.po new/kwallet-5.68.0/po/ar/kwallet-query.po --- old/kwallet-5.67.0/po/ar/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ar/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2018-07-29 17:53+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" @@ -132,7 +132,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "فشلت قراءة قيمة المدخلة ”%1“ من المحفظة ”%2“" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "فشلت كتابة قيمة المدخلة ”%1“ في المحفظة ”%2“" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ca/kwallet-query.po new/kwallet-5.68.0/po/ca/kwallet-query.po --- old/kwallet-5.67.0/po/ca/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ca/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-15 13:26+0200\n" "Last-Translator: Josep Ma. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -137,7 +137,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Ha fallat en llegir el valor de l'entrada %1 de la cartera %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Ha fallat en escriure el valor de l'entrada %1 a la cartera %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ca@valencia/kwallet-query.po new/kwallet-5.68.0/po/ca@valencia/kwallet-query.po --- old/kwallet-5.67.0/po/ca@valencia/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ca@valencia/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2019-06-19 08:55+0200\n" "Last-Translator: Empar <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -140,7 +140,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "No s'ha pogut llegir el valor de l'entrada %1 de la cartera %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "No s'ha pogut escriure el valor de l'entrada %1 a la cartera %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/cs/kwallet-query.po new/kwallet-5.68.0/po/cs/kwallet-query.po --- old/kwallet-5.67.0/po/cs/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/cs/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2018-06-19 13:28+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -129,7 +129,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/da/kwallet-query.po new/kwallet-5.68.0/po/da/kwallet-query.po --- old/kwallet-5.67.0/po/da/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/da/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-11-23 21:16+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Kunne ikke læse værdien for indgangen %1 fra tegnebogen %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Kunne ikke skrive værdien for indgangen %1 til tegnebogen %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/de/kwallet-query.po new/kwallet-5.68.0/po/de/kwallet-query.po --- old/kwallet-5.67.0/po/de/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/de/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-24 21:45+0200\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -136,7 +136,7 @@ "Der Wert des Eintrags %1 aus dem Passwortspeicher %2 kann nicht gelesen " "werden" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/en_GB/kwallet-query.po new/kwallet-5.68.0/po/en_GB/kwallet-query.po --- old/kwallet-5.67.0/po/en_GB/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/en_GB/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-21 16:23+0100\n" "Last-Translator: \n" "Language-Team: British English <[email protected]>\n" @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Failed to read entry %1 value from the %2 wallet" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Failed to write entry %1 value to %2 wallet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/es/kwallet-query.po new/kwallet-5.68.0/po/es/kwallet-query.po --- old/kwallet-5.67.0/po/es/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/es/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-07-11 19:22+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Ha fallado la lectura del valor de la entrada %1 en la cartera %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Ha fallado la escritura del valor de la entrada %1 en la cartera %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/et/kwallet-query.po new/kwallet-5.68.0/po/et/kwallet-query.po --- old/kwallet-5.67.0/po/et/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/et/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2016-09-09 02:34+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -133,7 +133,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Kirje %1 väärtuse lugemine %2 turvalaekast nurjus" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Kirje %1 väärtuse kirjutamine %2 turvalaekas nurjus" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/eu/kwallet-query.po new/kwallet-5.68.0/po/eu/kwallet-query.po --- old/kwallet-5.67.0/po/eu/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/eu/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2017-10-28 08:21+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -136,7 +136,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Huts egin du %2 zorroko %1 sarrera balioa irakurtzean" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Huts egin du %2 zorroko %1 sarrera balioa idaztean" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/fi/kwallet-query.po new/kwallet-5.68.0/po/fi/kwallet-query.po --- old/kwallet-5.67.0/po/fi/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/fi/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-16 18:38+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -133,7 +133,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Tietueen %1 arvon luku lompakosta %2 epäonnistui" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Tietueen %1 arvon kirjoitus lompakkoon %2 epäonnistui" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/fr/kwallet-query.po new/kwallet-5.68.0/po/fr/kwallet-query.po --- old/kwallet-5.67.0/po/fr/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/fr/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2016-11-27 23:34+0100\n" "Last-Translator: Vincent Pinon <[email protected]>\n" "Language-Team: French <[email protected]>\n" @@ -138,7 +138,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Impossible de lire la valeur de l'entrée %1 du portefeuille %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Impossible d'écrire la valeur de l'entrée %1 dans le portefeuille %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/gd/kwallet-query.po new/kwallet-5.68.0/po/gd/kwallet-query.po --- old/kwallet-5.67.0/po/gd/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/gd/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-11-04 15:14+0000\n" "Last-Translator: Michael Bauer <[email protected]>\n" "Language-Team: Fòram na Gàidhlig\n" @@ -136,7 +136,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Cha deach leinn luach na h-innteirte %1 a leughadh on sporan %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Cha deach leinn luach na h-innteirte %1 a sgrìobhadh dhan sporan %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/gl/kwallet-query.po new/kwallet-5.68.0/po/gl/kwallet-query.po --- old/kwallet-5.67.0/po/gl/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/gl/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2018-04-21 19:11+0100\n" "Last-Translator: Adrian Chaves <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Non se puido ler a entrada %1 na carteira %2." -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Non se puido escribir a entrada %1 na carteira %2." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/hu/kwallet-query.po new/kwallet-5.68.0/po/hu/kwallet-query.po --- old/kwallet-5.67.0/po/hu/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/hu/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kwallet\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2018-10-19 17:46+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -132,7 +132,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Nem sikerült olvasni a(z) %1 bejegyzés értékét a(z) %2 jelszótárolóból" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Nem sikerült írni a(z) %1 bejegyzés értékét a(z) %2 jelszótárolóba" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ia/kwallet-query.po new/kwallet-5.68.0/po/ia/kwallet-query.po --- old/kwallet-5.67.0/po/ia/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ia/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2017-04-15 17:12+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -132,7 +132,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Falleva leger entrata %1 valor ab le %2 portafolio" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Falleva scriber entrata %1 valor a %2 portafolio" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/id/kwallet-query.po new/kwallet-5.68.0/po/id/kwallet-query.po --- old/kwallet-5.67.0/po/id/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/id/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -1,12 +1,12 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Wantoyo <[email protected]>, 2018. +# Wantoyo <[email protected]>, 2018, 2020. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2018-06-13 10:55+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" @@ -15,6 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 19.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -130,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Gagal membaca nilai entri %1 dari wallet %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Gagal menulis nilai entri %1 untuk wallet %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/id/kwalletd5.po new/kwallet-5.68.0/po/id/kwalletd5.po --- old/kwallet-5.67.0/po/id/kwalletd5.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/id/kwalletd5.po 2020-03-07 10:56:17.000000000 +0100 @@ -2,14 +2,14 @@ # Copyright (C) 2010 This_file_is_part_of_KDE # This file is distributed under the same license as the kwalletd package. # Andhika Padmawan <[email protected]>, 2010-2014. -# Wantoyo <[email protected]>, 2017, 2018, 2019. +# Wantoyo <[email protected]>, 2017, 2018, 2019, 2020. # msgid "" msgstr "" "Project-Id-Version: kwalletd\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-10-27 02:51+0200\n" -"PO-Revision-Date: 2019-08-18 20:52+0700\n" +"PO-Revision-Date: 2020-02-25 21:56+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -17,6 +17,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 19.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -317,7 +318,7 @@ #: knewwalletdialogintro.ui:73 kwalletwizardpagepasswordgpg.ui:55 #, kde-format msgid "Use GPG encryption, for better protection" -msgstr "Gunakan enkripsi GPG, untuk perlindungan lebih baik" +msgstr "Gunakan enkripsi GPG, untuk proteksi lebih baik" #: kwalletd.cpp:617 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/it/kwallet-query.po new/kwallet-5.68.0/po/it/kwallet-query.po --- old/kwallet-5.67.0/po/it/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/it/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-07-18 07:49+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Lettura del valore della voce %1 dal portafogli %2 non riuscita" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Scrittura del valore della voce %1 sul portafogli %2 non riuscita" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ja/kwallet-query.po new/kwallet-5.68.0/po/ja/kwallet-query.po --- old/kwallet-5.67.0/po/ja/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ja/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-05-09 17:21-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -126,7 +126,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ko/kwallet-query.po new/kwallet-5.68.0/po/ko/kwallet-query.po --- old/kwallet-5.67.0/po/ko/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ko/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-27 14:17+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "지갑 %2에서 항목 %1의 값을 읽을 수 없습니다" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "지갑 %2에서 항목 %1의 값을 기록할 수 없습니다" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/lt/kwallet-query.po new/kwallet-5.68.0/po/lt/kwallet-query.po --- old/kwallet-5.67.0/po/lt/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/lt/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2019-11-04 18:23+0200\n" "Last-Translator: Moo\n" "Language-Team: lt\n" @@ -135,7 +135,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Nepavyko perskaityti įrašo %1 reikšmės iš %2 slaptažodinės" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Nepavyko įrašyti įrašo %1 reikšmės į %2 slaptažodinę" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ml/kwallet-query.po new/kwallet-5.68.0/po/ml/kwallet-query.po --- old/kwallet-5.67.0/po/ml/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ml/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kwallet\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2019-12-12 22:10+0000\n" "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n" "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് <smc." @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ml/kwalletd5.po new/kwallet-5.68.0/po/ml/kwalletd5.po --- old/kwallet-5.67.0/po/ml/kwalletd5.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ml/kwalletd5.po 2020-03-07 10:56:17.000000000 +0100 @@ -11,7 +11,7 @@ "POT-Creation-Date: 2019-10-27 02:51+0200\n" "PO-Revision-Date: 2019-12-12 21:02+0000\n" "Last-Translator: Vivek KJ Pazhedath <[email protected]>\n" -"Language-Team: Malayalam <[email protected]>\n" +"Language-Team: SMC <smc.org.in>\n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/nl/kwallet-query.po new/kwallet-5.68.0/po/nl/kwallet-query.po --- old/kwallet-5.67.0/po/nl/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/nl/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2016-04-20 15:07+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Lezen van waarde van item %1 uit portefeuille %2 is mislukt" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Schrijven van waarde van item %1 uit portefeuille %2 is mislukt" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/nn/kwallet-query.po new/kwallet-5.68.0/po/nn/kwallet-query.po --- old/kwallet-5.67.0/po/nn/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/nn/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-08-28 20:25+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -133,7 +133,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Klarte ikkje lesa verdien til oppføring %1 frå lommeboka %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Klarte ikkje lagra verdien til oppføring %1 til lommeboka %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/pl/kwallet-query.po new/kwallet-5.68.0/po/pl/kwallet-query.po --- old/kwallet-5.67.0/po/pl/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/pl/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-20 06:23+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Nie można odczytać wartości wpisu %1 z portfela %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Nie można zapisać wartości wpisu %1 do portfela %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/pt/kwallet-query.po new/kwallet-5.68.0/po/pt/kwallet-query.po --- old/kwallet-5.67.0/po/pt/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/pt/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-15 16:08+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -129,7 +129,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Não foi possível ler o valor do item %1 da carteira %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Não foi possível gravar o valor do item %1 da carteira %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/pt_BR/kwallet-query.po new/kwallet-5.68.0/po/pt_BR/kwallet-query.po --- old/kwallet-5.67.0/po/pt_BR/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/pt_BR/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-15 09:30UTC-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -134,7 +134,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Não foi possível ler o valor do item %1 da carteira %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Não foi possível gravar o valor do item %1 na carteira %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/ru/kwallet-query.po new/kwallet-5.68.0/po/ru/kwallet-query.po --- old/kwallet-5.67.0/po/ru/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/ru/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-26 06:14+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -137,7 +137,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Не удалось прочитать значение записи %1 из бумажника %2." -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Не удалось записать новое значение для записи %1 в бумажник %2." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/sk/kwallet-query.po new/kwallet-5.68.0/po/sk/kwallet-query.po --- old/kwallet-5.67.0/po/sk/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/sk/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-07-17 17:22+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -130,7 +130,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Zlyhalo čítanie hodnoty položky %1 z peňaženky %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Zlyhal zápis hodnoty položky %1 do peňaženky %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/sl/kwallet-query.po new/kwallet-5.68.0/po/sl/kwallet-query.po --- old/kwallet-5.67.0/po/sl/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/sl/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-07-06 14:05+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -133,7 +133,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Ni bilo mogoče prebrati vrednosti vnosa %1 iz listnice %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Ni bilo mogoče zapisati vrednosti vnosa %1 v listnico %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/sv/kwallet-query.po new/kwallet-5.68.0/po/sv/kwallet-query.po --- old/kwallet-5.67.0/po/sv/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/sv/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-15 19:32+0200\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Misslyckades läsa värde för post %1 från plånbok %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Misslyckades skriva värde för post %1 till plånbok %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/tg/kwallet-query.po new/kwallet-5.68.0/po/tg/kwallet-query.po --- old/kwallet-5.67.0/po/tg/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/tg/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kwallet\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2019-08-16 23:10+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: English <[email protected]>\n" @@ -133,7 +133,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Хондани қимати воридаи %1 аз ҳамёни %2 қатъ шуд" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Навиштани қимати воридаи %1 ба ҳамёни %2 қатъ шуд" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/tr/kwallet-query.po new/kwallet-5.68.0/po/tr/kwallet-query.po --- old/kwallet-5.67.0/po/tr/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/tr/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2017-10-04 11:39+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "%2 cüzdanından %1 girdi değeri okunamadı" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "%2 cüzdanına %1 girdi değeri yazılamadı" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/uk/kwallet-query.po new/kwallet-5.68.0/po/uk/kwallet-query.po --- old/kwallet-5.67.0/po/uk/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/uk/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kwallet-query\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-15 19:15+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -137,7 +137,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "Не вдалося прочитати значення запису %1 зі сховища %2" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "Не вдалося записати значення запису %1 до сховища %2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/zh_CN/kwallet-query.po new/kwallet-5.68.0/po/zh_CN/kwallet-query.po --- old/kwallet-5.67.0/po/zh_CN/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/zh_CN/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2020-01-20 21:48\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" @@ -132,7 +132,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "从钱包 %2 读取项目 %1 的值失败" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "向钱包 %2 写入 %1 的值失败" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/po/zh_TW/kwallet-query.po new/kwallet-5.68.0/po/zh_TW/kwallet-query.po --- old/kwallet-5.67.0/po/zh_TW/kwallet-query.po 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/po/zh_TW/kwallet-query.po 2020-03-07 10:56:17.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-09-11 02:53+0200\n" +"POT-Creation-Date: 2020-03-04 03:03+0100\n" "PO-Revision-Date: 2015-06-17 09:22+0800\n" "Last-Translator: Franklin\n" "Language-Team: Chinese Traditional <[email protected]>\n" @@ -131,7 +131,7 @@ msgid "Failed to read entry %1 value from the %2 wallet" msgstr "從錢包 %2 讀取項目 %1 的值失敗" -#: querydriver.cpp:182 querydriver.cpp:196 +#: querydriver.cpp:186 querydriver.cpp:200 #, kde-format msgid "Failed to write entry %1 value to %2 wallet" msgstr "將項目 %1 的值寫入錢包 %2 失敗" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/src/CMakeLists.txt new/kwallet-5.68.0/src/CMakeLists.txt --- old/kwallet-5.67.0/src/CMakeLists.txt 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/src/CMakeLists.txt 2020-03-07 10:56:17.000000000 +0100 @@ -1,3 +1,9 @@ add_subdirectory(api) add_subdirectory(runtime) + +ecm_qt_install_logging_categories( + EXPORT KWALLET + FILE kwallet.categories + DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/src/api/KWallet/CMakeLists.txt new/kwallet-5.68.0/src/api/KWallet/CMakeLists.txt --- old/kwallet-5.67.0/src/api/KWallet/CMakeLists.txt 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/src/api/KWallet/CMakeLists.txt 2020-03-07 10:56:17.000000000 +0100 @@ -33,7 +33,13 @@ qt5_add_dbus_interface( kwallet_SRCS ${kwallet_xml} kwallet_interface ) endif() -ecm_qt_declare_logging_category(kwallet_SRCS HEADER kwallet_api_debug.h IDENTIFIER KWALLET_API_LOG CATEGORY_NAME kf5.kwallet.api) +ecm_qt_declare_logging_category(kwallet_SRCS + HEADER kwallet_api_debug.h + IDENTIFIER KWALLET_API_LOG + CATEGORY_NAME kf5.kwallet.api + DESCRIPTION "kwallet api" + EXPORT KWALLET +) add_library(KF5Wallet ${kwallet_SRCS}) generate_export_header(KF5Wallet BASE_NAME KWallet) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/src/runtime/kwallet-query/src/querydriver.cpp new/kwallet-5.68.0/src/runtime/kwallet-query/src/querydriver.cpp --- old/kwallet-5.67.0/src/runtime/kwallet-query/src/querydriver.cpp 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/src/runtime/kwallet-query/src/querydriver.cpp 2020-03-07 10:56:17.000000000 +0100 @@ -158,7 +158,11 @@ std::cout << i18n("Failed to read entry %1 value from the %2 wallet", entryName, walletName).toUtf8().constData() << std::endl; exit(4); } +#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) const QStringList el = entryValue.split(QStringLiteral("\n"), QString::SkipEmptyParts); +#else + const QStringList el = entryValue.split(QStringLiteral("\n"), Qt::SkipEmptyParts); +#endif for (auto& e : el) { std::cout << e.toUtf8().constData() << std::endl; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/src/runtime/kwalletd/CMakeLists.txt new/kwallet-5.68.0/src/runtime/kwalletd/CMakeLists.txt --- old/kwallet-5.67.0/src/runtime/kwalletd/CMakeLists.txt 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/src/runtime/kwalletd/CMakeLists.txt 2020-03-07 10:56:17.000000000 +0100 @@ -47,7 +47,13 @@ ktimeout.cpp kwalletsessionstore.cpp ) -ecm_qt_declare_logging_category(kwalletd_SRCS HEADER kwalletd_debug.h IDENTIFIER KWALLETD_LOG CATEGORY_NAME kf5.kwallet.kwalletd) +ecm_qt_declare_logging_category(kwalletd_SRCS + HEADER kwalletd_debug.h + IDENTIFIER KWALLETD_LOG + CATEGORY_NAME kf5.kwallet.kwalletd + DESCRIPTION "kwalletd" + EXPORT KWALLET +) ki18n_wrap_ui(kwalletd_SRCS kbetterthankdialogbase.ui diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwallet-5.67.0/src/runtime/kwalletd/backend/CMakeLists.txt new/kwallet-5.68.0/src/runtime/kwalletd/backend/CMakeLists.txt --- old/kwallet-5.67.0/src/runtime/kwalletd/backend/CMakeLists.txt 2020-02-02 13:55:05.000000000 +0100 +++ new/kwallet-5.68.0/src/runtime/kwalletd/backend/CMakeLists.txt 2020-03-07 10:56:17.000000000 +0100 @@ -40,7 +40,13 @@ kwalletbackend.cc backendpersisthandler.cpp ) -ecm_qt_declare_logging_category(kwalletbackend_LIB_SRCS HEADER kwalletbackend_debug.h IDENTIFIER KWALLETBACKEND_LOG CATEGORY_NAME kf5.kwallet.kwalletbackend) +ecm_qt_declare_logging_category(kwalletbackend_LIB_SRCS + HEADER kwalletbackend_debug.h + IDENTIFIER KWALLETBACKEND_LOG + CATEGORY_NAME kf5.kwallet.kwalletbackend + DESCRIPTION "kwalletbackend" + EXPORT KWALLET +) add_library(kwalletbackend5 SHARED ${kwalletbackend_LIB_SRCS})
