Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kconfig for openSUSE:Factory checked in at 2022-04-11 23:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kconfig (Old) and /work/SRC/openSUSE:Factory/.kconfig.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kconfig" Mon Apr 11 23:46:52 2022 rev:105 rq:968147 version:5.93.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes 2022-03-14 19:35:29.382012959 +0100 +++ /work/SRC/openSUSE:Factory/.kconfig.new.1900/kconfig.changes 2022-04-11 23:48:07.595836382 +0200 @@ -1,0 +2,13 @@ +Sun Apr 3 10:47:03 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 5.93.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.93.0 +- Changes since 5.92.0: + * Require unittests to pass for CI jobs to pass + * Disable DBus support on Windows by default + * Make KConfig::mainConfigName() public. + * kconf_update: Fix checking for changes of update files + +------------------------------------------------------------------- Old: ---- kconfig-5.92.0.tar.xz kconfig-5.92.0.tar.xz.sig New: ---- kconfig-5.93.0.tar.xz kconfig-5.93.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kconfig.spec ++++++ --- /var/tmp/diff_new_pack.mowyf6/_old 2022-04-11 23:48:09.343816401 +0200 +++ /var/tmp/diff_new_pack.mowyf6/_new 2022-04-11 23:48:09.343816401 +0200 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.92 +%define _tar_path 5.93 # 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: kconfig -Version: 5.92.0 +Version: 5.93.0 Release: 0 Summary: Advanced configuration system License: LGPL-2.1-or-later AND GPL-2.0-or-later ++++++ kconfig-5.92.0.tar.xz -> kconfig-5.93.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/.kde-ci.yml new/kconfig-5.93.0/.kde-ci.yml --- old/kconfig-5.92.0/.kde-ci.yml 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/.kde-ci.yml 2022-04-02 12:16:30.000000000 +0200 @@ -5,3 +5,4 @@ Options: test-before-installing: True + require-passing-tests-on: [ 'Linux', 'FreeBSD' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/CMakeLists.txt new/kconfig-5.93.0/CMakeLists.txt --- old/kconfig-5.92.0/CMakeLists.txt 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/CMakeLists.txt 2022-04-02 12:16:30.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.92.0") # handled by release scripts +set(KF_VERSION "5.93.0") # handled by release scripts project(KConfig VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.92.0 NO_MODULE) +find_package(ECM 5.93.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) @@ -34,7 +34,11 @@ find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} OPTIONAL_COMPONENTS Qml) if (NOT ANDROID) - option(KCONFIG_USE_DBUS "Build components using Qt${QT_MAJOR_VERSION}DBus" ON) + set(default_kconfig_use_dbus ON) + if(WIN32) + set(default_kconfig_use_dbus OFF) + endif() + option(KCONFIG_USE_DBUS "Build components using Qt${QT_MAJOR_VERSION}DBus" ${default_kconfig_use_dbus}) if(KCONFIG_USE_DBUS) find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/ca/kconfig5_qt.po new/kconfig-5.93.0/po/ca/kconfig5_qt.po --- old/kconfig-5.92.0/po/ca/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/ca/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -1,24 +1,25 @@ # Translation of kconfig5_qt.po to Catalan -# Copyright (C) 2004-2021 This_file_is_part_of_KDE +# Copyright (C) 2004-2022 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Ivan Lloro Boada <[email protected]>, 2004. # Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. -# Antoni Bella P??rez <[email protected]>, 2014, 2015, 2016, 2017, 2019, 2020, 2021. +# Antoni Bella P??rez <[email protected]>, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022. +# Empar Montoro Mart??n <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: kconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2021-12-07 08:56+0100\n" +"PO-Revision-Date: 2022-03-20 20:11+0100\n" "Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.11.90\n" +"X-Generator: Lokalize 21.12.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" "X-Qt-Contexts: true\n" @@ -558,5 +559,5 @@ msgctxt "main|" msgid "The value to write. Mandatory, on a shell use '' for empty" msgstr "" -"El valor a escriure. Obligatori, a l'int??rpret d'ordres fer servir '' si " +"El valor a escriure. ??s obligatori. A l'int??rpret d'ordres fer servir '' si " "est?? buit" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/ca@valencia/kconfig5_qt.po new/kconfig-5.93.0/po/ca@valencia/kconfig5_qt.po --- old/kconfig-5.92.0/po/ca@valencia/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/ca@valencia/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -1,29 +1,28 @@ # Translation of kconfig5_qt.po to Catalan (Valencian) -# Copyright (C) 2004-2019 This_file_is_part_of_KDE +# Copyright (C) 2004-2022 This_file_is_part_of_KDE # This file is distributed under the license LGPL version 2.1 or # version 3 or later versions approved by the membership of KDE e.V. # # Ivan Lloro Boada <[email protected]>, 2004. -# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2014, 2015, 2016, 2017, 2018. -# Antoni Bella P??rez <[email protected]>, 2014, 2015, 2016, 2017. +# Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Antoni Bella P??rez <[email protected]>, 2014, 2015, 2016, 2017, 2019, 2020, 2021, 2022. # Empar Montoro Mart??n <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: kconfig\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2019-06-17 12:53+0200\n" -"Last-Translator: Empar Montoro Mart??n <[email protected]>\n" +"PO-Revision-Date: 2022-03-20 20:11+0100\n" +"Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 21.12.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -"X-Generator: Poedit 2.0.6\n" "X-Qt-Contexts: true\n" -"X-Project-Style: kde\n" #: core/kconfig.cpp:965 msgctxt "KConfig|" @@ -115,7 +114,7 @@ #: gui/kstandardshortcut.cpp:98 msgctxt "KStandardShortcut|@action" msgid "Delete Word Backwards" -msgstr "Suprimeix una paraula cap arrere" +msgstr "Suprimeix una paraula cap enrere" #: gui/kstandardshortcut.cpp:106 msgctxt "KStandardShortcut|@action" @@ -130,7 +129,7 @@ #: gui/kstandardshortcut.cpp:114 msgctxt "KStandardShortcut|@action" msgid "Find Next" -msgstr "Busca el seg??ent" +msgstr "Busca la seg??ent" #: gui/kstandardshortcut.cpp:115 msgctxt "KStandardShortcut|@action" @@ -170,7 +169,7 @@ #: gui/kstandardshortcut.cpp:146 msgctxt "KStandardShortcut|@action" msgid "Up" -msgstr "Amunt" +msgstr "Puja" #: gui/kstandardshortcut.cpp:147 msgctxt "KStandardShortcut|@action" @@ -205,7 +204,7 @@ #: gui/kstandardshortcut.cpp:184 msgctxt "KStandardShortcut|@action" msgid "Backward Word" -msgstr "Paraula enrere " +msgstr "Paraula enrere" #: gui/kstandardshortcut.cpp:192 msgctxt "KStandardShortcut|@action" @@ -255,7 +254,7 @@ #: gui/kstandardshortcut.cpp:238 msgctxt "KStandardShortcut|@action" msgid "What's This" -msgstr "Qu?? ??s aix???" +msgstr "Qu?? ??s a?????" #: gui/kstandardshortcut.cpp:243 msgctxt "KStandardShortcut|@action" @@ -290,12 +289,12 @@ #: gui/kstandardshortcut.cpp:291 msgctxt "KStandardShortcut|@action" msgid "Open Recent" -msgstr "Obri recent" +msgstr "Obri'n un de recent" #: gui/kstandardshortcut.cpp:292 msgctxt "KStandardShortcut|@action" msgid "Save As" -msgstr "Guarda com a" +msgstr "Anomena i guarda com a" #: gui/kstandardshortcut.cpp:293 msgctxt "KStandardShortcut|@action" @@ -390,7 +389,7 @@ #: gui/kstandardshortcut.cpp:337 msgctxt "KStandardShortcut|@action" msgid "Key Bindings" -msgstr "Vinculacions de tecles" +msgstr "Lligams de tecla" #: gui/kstandardshortcut.cpp:340 msgctxt "KStandardShortcut|@action" @@ -415,12 +414,12 @@ #: gui/kstandardshortcut.cpp:363 msgctxt "KStandardShortcut|@action" msgid "Report Bug" -msgstr "Informa d'un error" +msgstr "Informeu d'un error" #: gui/kstandardshortcut.cpp:366 msgctxt "KStandardShortcut|@action" msgid "Configure Language..." -msgstr "" +msgstr "Configura l'idioma..." #: gui/kstandardshortcut.cpp:372 msgctxt "KStandardShortcut|@action" @@ -430,7 +429,7 @@ #: gui/kstandardshortcut.cpp:373 msgctxt "KStandardShortcut|@action" msgid "About KDE" -msgstr "Quant al KDE" +msgstr "Quant a KDE" #: gui/kstandardshortcut.cpp:376 msgctxt "KStandardShortcut|@action" @@ -455,17 +454,17 @@ #: gui/kstandardshortcut.cpp:389 msgctxt "KStandardShortcut|@action" msgid "Show/Hide Hidden Files" -msgstr "" +msgstr "Mostra/Oculta els fitxers ocults" #: gui/kstandardshortcut.cpp:397 msgctxt "KStandardShortcut|@action" msgid "Create Folder" -msgstr "" +msgstr "Crea una carpeta" #: kconf_update/kconf_update.cpp:957 msgctxt "main|" msgid "KDE Tool for updating user configuration files" -msgstr "Eina del KDE per a actualitzar els fitxers de configuraci?? d'usuari" +msgstr "Eina de KDE per a actualitzar els fitxers de configuraci?? d'usuari" #: kconf_update/kconf_update.cpp:959 msgctxt "main|" @@ -512,14 +511,13 @@ msgstr "Utilitza <fitxer> en comptes de la configuraci?? global" #: kreadconfig/kreadconfig.cpp:49 kreadconfig/kwriteconfig.cpp:28 -#, fuzzy -#| msgctxt "main|" -#| msgid "Group to look in. Use repeatedly for nested groups." msgctxt "main|" msgid "" "Group to look in. Use \"<default>\" for the root group, or use repeatedly " "for nested groups." -msgstr "Grup on buscar. S'utilitza repetidament per a grups imbricats." +msgstr "" +"Grup on buscar. Useu ??<predeterminat>?? per al grup arrel, o useu-lo " +"repetidament per a grups imbricats." #: kreadconfig/kreadconfig.cpp:52 kreadconfig/kwriteconfig.cpp:31 msgctxt "main|" @@ -540,6 +538,7 @@ msgctxt "main|" msgid "Group name cannot be empty, use \"<default>\" for the root group" msgstr "" +"El nom de grup no pot estar buit, useu ??<predeterminat>?? per al grup arrel" #: kreadconfig/kwriteconfig.cpp:34 msgctxt "main|" @@ -547,14 +546,15 @@ "Type of variable. Use \"bool\" for a boolean, otherwise it is treated as a " "string" msgstr "" -"Tipus de variable. Utilitza ??bool?? per a un boole??; si no, es tracta com a " -"una cadena" +"Tipus de variable. Utilitza ??bool?? per a un boole??. En un altre cas, es " +"tracta com una cadena" #: kreadconfig/kwriteconfig.cpp:36 msgctxt "main|" msgid "Delete the designated key if enabled" -msgstr "" +msgstr "Suprimeix la clau designada, si est?? activada" +# skip-rule: t-apo_ini,t-apo_fin #: kreadconfig/kwriteconfig.cpp:37 msgctxt "main|" msgid "The value to write. Mandatory, on a shell use '' for empty" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/id/kconfig5_qt.po new/kconfig-5.93.0/po/id/kconfig5_qt.po --- old/kconfig-5.92.0/po/id/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/id/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -3,22 +3,22 @@ # This file is distributed under the same license as the kwriteconfig package. # Gian Giovani <[email protected]>, 2010. # Andhika Padmawan <[email protected]>, 2014. -# Wantoyo <[email protected]>, 2017, 2018, 2019, 2020, 2021. +# Wantoyo <[email protected]>, 2017, 2018, 2019, 2020, 2021, 2022. # msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2021-04-18 00:40+0700\n" -"Last-Translator: Wantoyo <[email protected]>\n" +"PO-Revision-Date: 2022-03-24 06:21+0700\n" +"Last-Translator: Wantoy??k <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 20.12.1\n" +"X-Generator: Lokalize 21.12.3\n" "X-Qt-Contexts: true\n" #: core/kconfig.cpp:965 @@ -441,7 +441,7 @@ #: gui/kstandardshortcut.cpp:380 msgctxt "KStandardShortcut|@action" msgid "Move to Trash" -msgstr "Pindah ke Sesampahan" +msgstr "Pindah ke Tong Sampah" #: gui/kstandardshortcut.cpp:386 msgctxt "KStandardShortcut|@action" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/pt/kconfig5_qt.po new/kconfig-5.93.0/po/pt/kconfig5_qt.po --- old/kconfig-5.92.0/po/pt/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/pt/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2020-08-30 13:38+0100\n" +"PO-Revision-Date: 2022-03-26 23:48+0000\n" "Last-Translator: Pedro Morais <[email protected]>\n" "Language-Team: pt <[email protected]>\n" "Language: pt\n" @@ -505,14 +505,13 @@ msgstr "Utilizar <ficheiro> em vez da configura????o global" #: kreadconfig/kreadconfig.cpp:49 kreadconfig/kwriteconfig.cpp:28 -#, fuzzy -#| msgctxt "main|" -#| msgid "Group to look in. Use repeatedly for nested groups." msgctxt "main|" msgid "" "Group to look in. Use \"<default>\" for the root group, or use repeatedly " "for nested groups." -msgstr "O grupo onde procurar. Use de forma repetida para grupos encadeados." +msgstr "" +"O grupo onde procurar. Use o \"<default>\" para o grupo de raiz, ou use de " +"forma repetida para grupos encadeados." #: kreadconfig/kreadconfig.cpp:52 kreadconfig/kwriteconfig.cpp:31 msgctxt "main|" @@ -533,6 +532,8 @@ msgctxt "main|" msgid "Group name cannot be empty, use \"<default>\" for the root group" msgstr "" +"O nome do grupo n??o pode estar vazio; use o \"<default>\" para o grupo de " +"raiz" #: kreadconfig/kwriteconfig.cpp:34 msgctxt "main|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/tr/kconfig5_qt.po new/kconfig-5.93.0/po/tr/kconfig5_qt.po --- old/kconfig-5.92.0/po/tr/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/tr/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -6,20 +6,21 @@ # Serdar Soytetir <[email protected]>, 2008. # Volkan Gezer <[email protected]>, 2014, 2017. # Kaan Ozdincer <[email protected]>, 2014. +# Emir SARI <[email protected]>, 2022. msgid "" msgstr "" "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2017-10-04 11:20+0000\n" -"Last-Translator: Kaan <[email protected]>\n" +"PO-Revision-Date: 2022-03-11 14:11+0300\n" +"Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 21.12.3\n" "X-Qt-Contexts: true\n" #: core/kconfig.cpp:965 @@ -72,12 +73,12 @@ #: gui/kstandardshortcut.cpp:78 msgctxt "KStandardShortcut|@action" msgid "Undo" -msgstr "Geri al" +msgstr "Geri Al" #: gui/kstandardshortcut.cpp:79 msgctxt "KStandardShortcut|@action" msgid "Redo" -msgstr "Yeniden yap" +msgstr "Yinele" #: gui/kstandardshortcut.cpp:82 msgctxt "KStandardShortcut|@action" @@ -112,12 +113,12 @@ #: gui/kstandardshortcut.cpp:98 msgctxt "KStandardShortcut|@action" msgid "Delete Word Backwards" -msgstr "Geriye Do??ru Kelime Sil" +msgstr "Geriye Do??ru S??zc??k Sil" #: gui/kstandardshortcut.cpp:106 msgctxt "KStandardShortcut|@action" msgid "Delete Word Forward" -msgstr "S??zc?????? ??leri Do??ru Sil" +msgstr "??leri Do??ru S??zc??k Sil" #: gui/kstandardshortcut.cpp:113 msgctxt "KStandardShortcut|@action" @@ -127,7 +128,7 @@ #: gui/kstandardshortcut.cpp:114 msgctxt "KStandardShortcut|@action" msgid "Find Next" -msgstr "S??radakini Bul" +msgstr "Sonrakini Bul" #: gui/kstandardshortcut.cpp:115 msgctxt "KStandardShortcut|@action" @@ -147,7 +148,7 @@ #: gui/kstandardshortcut.cpp:129 msgctxt "KStandardShortcut|@action Beginning of document" msgid "Begin" -msgstr "Ba??la" +msgstr "Ba??lat" #: gui/kstandardshortcut.cpp:135 msgctxt "KStandardShortcut|@action End of document" @@ -297,7 +298,7 @@ #: gui/kstandardshortcut.cpp:293 msgctxt "KStandardShortcut|@action" msgid "Revert" -msgstr "Geriye al" +msgstr "Geriye Al" #: gui/kstandardshortcut.cpp:294 msgctxt "KStandardShortcut|@action" @@ -387,15 +388,12 @@ #: gui/kstandardshortcut.cpp:337 msgctxt "KStandardShortcut|@action" msgid "Key Bindings" -msgstr "Anahtar Ba??lay??c??lar??" +msgstr "D????me Ba????nt??lar??" #: gui/kstandardshortcut.cpp:340 -#, fuzzy -#| msgctxt "KStandardShortcut|@action" -#| msgid "Configure Notifications" msgctxt "KStandardShortcut|@action" msgid "Configure Application" -msgstr "Bildirimleri Yap??land??r" +msgstr "Uygulamay?? Yap??land??r" #: gui/kstandardshortcut.cpp:348 msgctxt "KStandardShortcut|@action" @@ -420,7 +418,7 @@ #: gui/kstandardshortcut.cpp:366 msgctxt "KStandardShortcut|@action" msgid "Configure Language..." -msgstr "" +msgstr "Dili Yap??land??r..." #: gui/kstandardshortcut.cpp:372 msgctxt "KStandardShortcut|@action" @@ -445,7 +443,7 @@ #: gui/kstandardshortcut.cpp:380 msgctxt "KStandardShortcut|@action" msgid "Move to Trash" -msgstr "????pe Ta????" +msgstr "????p Kutusuna Ta????" #: gui/kstandardshortcut.cpp:386 msgctxt "KStandardShortcut|@action" @@ -455,17 +453,17 @@ #: gui/kstandardshortcut.cpp:389 msgctxt "KStandardShortcut|@action" msgid "Show/Hide Hidden Files" -msgstr "" +msgstr "Gizli Dosyalar?? G??ster/Gizle" #: gui/kstandardshortcut.cpp:397 msgctxt "KStandardShortcut|@action" msgid "Create Folder" -msgstr "" +msgstr "Klas??r Olu??tur" #: kconf_update/kconf_update.cpp:957 msgctxt "main|" msgid "KDE Tool for updating user configuration files" -msgstr "Kullan??c?? yap??land??rma dosyalar??n?? g??ncellemek i??in KDE Arac??." +msgstr "Kullan??c?? yap??land??rma dosyalar??n?? g??ncellemek i??in KDE arac??." #: kconf_update/kconf_update.cpp:959 msgctxt "main|" @@ -478,14 +476,13 @@ "For unit tests only: use test directories to stay away from the user's real " "files" msgstr "" -"Sadece birim testleri i??in: test dizinlerini kullan??c??n??n ger??ek " +"Sadece birim s??namalar?? i??in: S??nama dizinlerini kullan??c??n??n ger??ek " "dosyalar??ndan ayr?? tut" #: kconf_update/kconf_update.cpp:964 msgctxt "main|" msgid "Check whether config file itself requires updating" -msgstr "" -"Yap??land??rma dosyas??n??n g??ncelleme gerektirip gerektirmedi??ini kontrol et" +msgstr "Yap??land??rma dosyas??n??n g??ncelleme gerektirip gerektirmedi??ini denetle" #: kconf_update/kconf_update.cpp:967 msgctxt "main|" @@ -495,7 +492,7 @@ #: kconfig_compiler/kconfig_compiler.cpp:708 msgctxt "main|" msgid "Directory to generate files in [.]" -msgstr "Dosyalar??n yarat??laca???? dizin [.]" +msgstr "Dosyalar??n olu??turulaca???? dizin [.]" #: kconfig_compiler/kconfig_compiler.cpp:709 msgctxt "main|" @@ -510,17 +507,16 @@ #: kreadconfig/kreadconfig.cpp:46 kreadconfig/kwriteconfig.cpp:25 msgctxt "main|" msgid "Use <file> instead of global config" -msgstr "Genel yap??land??rma yerine <file> dosyas??n?? kullan." +msgstr "Genel yap??land??rma yerine <file> kullan." #: kreadconfig/kreadconfig.cpp:49 kreadconfig/kwriteconfig.cpp:28 -#, fuzzy -#| msgctxt "main|" -#| msgid "Group to look in. Use repeatedly for nested groups." msgctxt "main|" msgid "" "Group to look in. Use \"<default>\" for the root group, or use repeatedly " "for nested groups." -msgstr "????ine bak??lacak grup. ???? i??e gruplar i??in tekrar tekrar kullan??m." +msgstr "" +"????ine bak??lacak grup. K??k grup veya i?? i??e ge??mi?? gruplar i??in yineleyerek " +"\"<default>\" kullan??n." #: kreadconfig/kreadconfig.cpp:52 kreadconfig/kwriteconfig.cpp:31 msgctxt "main|" @@ -540,7 +536,7 @@ #: kreadconfig/kreadconfig.cpp:84 kreadconfig/kwriteconfig.cpp:69 msgctxt "main|" msgid "Group name cannot be empty, use \"<default>\" for the root group" -msgstr "" +msgstr "Grup ad?? bo?? olamaz; k??k grup i??in \"<default>\" kullan??n" #: kreadconfig/kwriteconfig.cpp:34 msgctxt "main|" @@ -554,9 +550,9 @@ #: kreadconfig/kwriteconfig.cpp:36 msgctxt "main|" msgid "Delete the designated key if enabled" -msgstr "" +msgstr "Etkinle??tirilmi??se ilgili anahtar?? sil" #: kreadconfig/kwriteconfig.cpp:37 msgctxt "main|" msgid "The value to write. Mandatory, on a shell use '' for empty" -msgstr "Yazd??r??lacak de??er. Zorunlu. Kabukta bo?? de??er i??in '' belirtin" +msgstr "Yazd??r??lacak de??er. Zorunlu, bo?? de??er i??in kabukta \" belirtin" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/zh_CN/kconfig5_qt.po new/kconfig-5.93.0/po/zh_CN/kconfig5_qt.po --- old/kconfig-5.92.0/po/zh_CN/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/zh_CN/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2022-02-26 05:16\n" +"PO-Revision-Date: 2022-03-31 13:29\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/po/zh_TW/kconfig5_qt.po new/kconfig-5.93.0/po/zh_TW/kconfig5_qt.po --- old/kconfig-5.92.0/po/zh_TW/kconfig5_qt.po 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/po/zh_TW/kconfig5_qt.po 2022-04-02 12:16:30.000000000 +0200 @@ -9,15 +9,15 @@ "Project-Id-Version: kwriteconfig\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-04-11 02:17+0000\n" -"PO-Revision-Date: 2020-09-17 16:14+0800\n" -"Last-Translator: Jeff Huang <[email protected]>\n" +"PO-Revision-Date: 2022-03-17 22:51+0800\n" +"Last-Translator: Chaoting Liu <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.08.3\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0.1\n" "X-Qt-Contexts: true\n" #: core/kconfig.cpp:965 @@ -505,14 +505,11 @@ msgstr "?????? <file> ??????????????????" #: kreadconfig/kreadconfig.cpp:49 kreadconfig/kwriteconfig.cpp:28 -#, fuzzy -#| msgctxt "main|" -#| msgid "Group to look in. Use repeatedly for nested groups." msgctxt "main|" msgid "" "Group to look in. Use \"<default>\" for the root group, or use repeatedly " "for nested groups." -msgstr "???????????????????????????????????????????????????" +msgstr "?????????????????????root ??????????????? <default> ??????????????????????????????????????????" #: kreadconfig/kreadconfig.cpp:52 kreadconfig/kwriteconfig.cpp:31 msgctxt "main|" @@ -532,14 +529,14 @@ #: kreadconfig/kreadconfig.cpp:84 kreadconfig/kwriteconfig.cpp:69 msgctxt "main|" msgid "Group name cannot be empty, use \"<default>\" for the root group" -msgstr "" +msgstr "????????????????????????????????? root ????????????????????????<default>?????????" #: kreadconfig/kwriteconfig.cpp:34 msgctxt "main|" msgid "" "Type of variable. Use \"bool\" for a boolean, otherwise it is treated as a " "string" -msgstr "?????????????????? bool ????????????(??????)?????????????????????????????????" +msgstr "?????????????????? bool ???????????????????????????????????????????????????????????????" #: kreadconfig/kwriteconfig.cpp:36 msgctxt "main|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/src/core/kconfig.h new/kconfig-5.93.0/src/core/kconfig.h --- old/kconfig-5.92.0/src/core/kconfig.h 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/src/core/kconfig.h 2022-04-02 12:16:30.000000000 +0200 @@ -366,6 +366,12 @@ */ static void setMainConfigName(const QString &str); + /** + * Get the name of application config file. + * @since 5.93 + */ + static QString mainConfigName(); + protected: bool hasGroupImpl(const QByteArray &group) const override; KConfigGroup groupImpl(const QByteArray &b) override; @@ -391,11 +397,6 @@ QStringList keyList(const QString &aGroup = QString()) const; - /** - * @internal for KSharedConfig. Could be made public if needed, though. - */ - static QString mainConfigName(); - Q_DISABLE_COPY(KConfig) Q_DECLARE_PRIVATE(KConfig) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/src/core/kconfigbackend.desktop new/kconfig-5.93.0/src/core/kconfigbackend.desktop --- old/kconfig-5.92.0/src/core/kconfigbackend.desktop 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/src/core/kconfigbackend.desktop 2022-04-02 12:16:30.000000000 +0200 @@ -12,7 +12,7 @@ Comment[bn_IN]=KConfig-??? ???????????? ????????????????????? ???????????????-???????????? ?????????????????????????????? Comment[bs]=Skladi??na pozadina za K???konfig Comment[ca]=Dorsal de l'emmagatzematge per al KConfig -Comment[ca@valencia]=Dorsal de l'emmagatzematge per al KConfig +Comment[ca@valencia]=Dorsal de l'emmagatzematge per a KConfig Comment[cs]=??lo??i??t?? pro KConfig Comment[csb]=Z??pisown?? zbi??rnica dl?? KConfig Comment[da]=Lagringsmotor til KConfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kconfig-5.92.0/src/kconf_update/kconf_update.cpp new/kconfig-5.93.0/src/kconf_update/kconf_update.cpp --- old/kconfig-5.92.0/src/kconf_update/kconf_update.cpp 2022-03-05 13:57:07.000000000 +0100 +++ new/kconfig-5.93.0/src/kconf_update/kconf_update.cpp 2022-04-02 12:16:30.000000000 +0200 @@ -202,11 +202,11 @@ QFileInfo info(file); KConfigGroup cg(m_config, fileName); - const QDateTime ctime = QDateTime::fromSecsSinceEpoch(cg.readEntry("ctime", 0u)); - const QDateTime mtime = QDateTime::fromSecsSinceEpoch(cg.readEntry("mtime", 0u)); + const qint64 ctime = cg.readEntry("ctime", 0); + const qint64 mtime = cg.readEntry("mtime", 0); if (!dirtyOnly // - || (ctime.isValid() && ctime != info.birthTime()) // - || mtime != info.lastModified()) { + || (ctime != 0 && ctime != info.birthTime().toSecsSinceEpoch()) // + || mtime != info.lastModified().toSecsSinceEpoch()) { result.append(file); } }
