Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcontacts for openSUSE:Factory checked in at 2022-10-11 17:59:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcontacts (Old) and /work/SRC/openSUSE:Factory/.kcontacts.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcontacts" Tue Oct 11 17:59:43 2022 rev:85 rq:1008981 version:5.99.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes 2022-09-13 15:09:56.212735133 +0200 +++ /work/SRC/openSUSE:Factory/.kcontacts.new.2275/kcontacts.changes 2022-10-11 18:01:20.841677197 +0200 @@ -1,0 +2,10 @@ +Sat Oct 1 15:55:35 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 +- Changes since 5.98.0: + * Make QtQuick trully optional + +------------------------------------------------------------------- Old: ---- kcontacts-5.98.0.tar.xz kcontacts-5.98.0.tar.xz.sig New: ---- kcontacts-5.99.0.tar.xz kcontacts-5.99.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcontacts.spec ++++++ --- /var/tmp/diff_new_pack.at6zSQ/_old 2022-10-11 18:01:24.105682473 +0200 +++ /var/tmp/diff_new_pack.at6zSQ/_new 2022-10-11 18:01:24.113682486 +0200 @@ -16,14 +16,14 @@ # -%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: kcontacts -Version: 5.98.0 +Version: 5.99.0 Release: 0 Summary: KDE Frameworks based address book API License: LGPL-2.1-or-later @@ -87,9 +87,8 @@ %install %kf5_makeinstall -C build - %if %{with released} - %find_lang %{name} --with-man --all-name - %endif + +%find_lang %{name} --with-man --all-name %post -n libKF5Contacts5 -p /sbin/ldconfig %postun -n libKF5Contacts5 -p /sbin/ldconfig @@ -106,8 +105,6 @@ %{_kf5_libdir}/libKF5Contacts.so %{_kf5_mkspecsdir}/qt_KContacts.pri -%if %{with released} %files lang -f %{name}.lang -%endif %changelog ++++++ kcontacts-5.98.0.tar.xz -> kcontacts-5.99.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/CMakeLists.txt new/kcontacts-5.99.0/CMakeLists.txt --- old/kcontacts-5.98.0/CMakeLists.txt 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/CMakeLists.txt 2022-10-01 16:13:49.000000000 +0200 @@ -1,13 +1,13 @@ 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(KContacts VERSION ${KF_VERSION}) # ECM setup 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://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -45,7 +45,15 @@ ) ########### Find packages ########### -find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Gui OPTIONAL_COMPONENTS Quick) +find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} NO_MODULE COMPONENTS Gui Quick) +set_package_properties(Qt${QT_MAJOR_VERSION}Gui PROPERTIES + TYPE REQUIRED + PURPOSE "Basic library component" +) +set_package_properties(Qt${QT_MAJOR_VERSION}Quick PROPERTIES + TYPE OPTIONAL + PURPOSE "QtQuick plugin" +) find_package(KF5 ${KF_DEP_VERSION} REQUIRED COMPONENTS CoreAddons I18n Config Codecs) if (QT_MAJOR_VERSION STREQUAL "6") find_package(Qt6Core5Compat) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/po/ka/kcontacts5.po new/kcontacts-5.99.0/po/ka/kcontacts5.po --- old/kcontacts-5.98.0/po/ka/kcontacts5.po 1970-01-01 01:00:00.000000000 +0100 +++ new/kcontacts-5.99.0/po/ka/kcontacts5.po 2022-10-01 16:13:49.000000000 +0200 @@ -0,0 +1,585 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kcontacts package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: kcontacts\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2022-02-27 00:41+0000\n" +"PO-Revision-Date: 2022-09-18 11:56+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=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.1.1\n" + +#: address.cpp:223 +#, kde-format +msgid "Post Office Box" +msgstr "????????????????????? ????????????" + +#: address.cpp:239 +#, kde-format +msgid "Extended Address Information" +msgstr "???????????????????????????????????? ???????????????????????????" + +#: address.cpp:255 +#, kde-format +msgid "Street" +msgstr "????????????" + +#: address.cpp:271 +#, kde-format +msgid "Locality" +msgstr "??????????????????" + +#: address.cpp:287 +#, kde-format +msgid "Region" +msgstr "?????????????????????" + +#: address.cpp:303 +#, kde-format +msgid "Postal Code" +msgstr "????????????????????? ????????????" + +#: address.cpp:319 +#, kde-format +msgid "Country" +msgstr "?????????????????????" + +#: address.cpp:335 +#, kde-format +msgid "Delivery Label" +msgstr "??????????????????????????? ?????????????????????" + +#: address.cpp:353 +#, kde-format +msgctxt "Address is in home country" +msgid "Domestic" +msgstr "????????????" + +#: address.cpp:355 +#, kde-format +msgctxt "Address is not in home country" +msgid "International" +msgstr "????????????????????????????????????" + +#: address.cpp:357 +#, kde-format +msgctxt "Address for delivering letters" +msgid "Postal" +msgstr "????????????????????? ????????????" + +#: address.cpp:359 +#, kde-format +msgctxt "Address for delivering packages" +msgid "Parcel" +msgstr "?????????????????????" + +#: address.cpp:361 +#, kde-format +msgctxt "Home Address" +msgid "Home" +msgstr "???????????????" + +#: address.cpp:363 +#, kde-format +msgctxt "Work Address" +msgid "Work" +msgstr "?????????????????????" + +#: address.cpp:365 +#, kde-format +msgid "Preferred Address" +msgstr "??????????????????????????? ???????????????????????????" + +#: address.cpp:367 +#, kde-format +msgctxt "another type of address" +msgid "Other" +msgstr "????????????" + +#: addressee.cpp:456 +#, kde-format +msgid "Unique Identifier" +msgstr "??????????????????????????? ??????????????????????????????????????????" + +#: addressee.cpp:476 +#, kde-format +msgid "Name" +msgstr "??????????????????" + +#: addressee.cpp:672 +#, kde-format +msgid "Formatted Name" +msgstr "??????????????????????????????????????? ??????????????????" + +#: addressee.cpp:692 +#, kde-format +msgid "Family Name" +msgstr "????????????????????? ??????????????????" + +#: addressee.cpp:712 +#, kde-format +msgid "Given Name" +msgstr "??????????????????" + +#: addressee.cpp:732 +#, kde-format +msgid "Additional Names" +msgstr "?????????????????????????????? ????????????????????????" + +#: addressee.cpp:752 +#, kde-format +msgid "Honorific Prefixes" +msgstr "????????????????????? ????????????????????????" + +#: addressee.cpp:772 +#, kde-format +msgid "Honorific Suffixes" +msgstr "????????????????????? ?????????????????????" + +#: addressee.cpp:823 +#, kde-format +msgid "Nick Name" +msgstr "???????????????????????????" + +#: addressee.cpp:863 +#, kde-format +msgid "Birthday" +msgstr "??????????????????????????? ?????????" + +#: addressee.cpp:868 +#, kde-format +msgid "Home Address Street" +msgstr "?????????????????? ??????????????????????????? ????????????" + +#: addressee.cpp:873 +#, kde-format +msgid "Home Address Post Office Box" +msgstr "?????????????????? ??????????????????????????? ????????????????????? ????????????" + +#: addressee.cpp:878 +#, kde-format +msgid "Home Address City" +msgstr "?????????????????? ??????????????????????????? ??????????????????" + +#: addressee.cpp:883 +#, kde-format +msgid "Home Address State" +msgstr "?????????????????? ??????????????????????????? ???????????????" + +#: addressee.cpp:888 +#, kde-format +msgid "Home Address Zip Code" +msgstr "?????????????????? ??????????????????????????? ????????????????????? ????????????" + +#: addressee.cpp:893 +#, kde-format +msgid "Home Address Country" +msgstr "?????????????????? ??????????????????????????? ?????????????????????" + +#: addressee.cpp:898 +#, kde-format +msgid "Home Address Label" +msgstr "?????????????????? ??????????????????????????? ?????????" + +#: addressee.cpp:903 +#, kde-format +msgid "Business Address Street" +msgstr "?????????????????????????????? ??????????????????????????? ????????????" + +#: addressee.cpp:908 +#, kde-format +msgid "Business Address Post Office Box" +msgstr "?????????????????????????????? ??????????????????????????? ????????????????????? ????????????" + +#: addressee.cpp:913 +#, kde-format +msgid "Business Address City" +msgstr "?????????????????????????????? ??????????????????????????? ??????????????????" + +#: addressee.cpp:918 +#, kde-format +msgid "Business Address State" +msgstr "?????????????????????????????? ??????????????????????????? ???????????????" + +#: addressee.cpp:923 +#, kde-format +msgid "Business Address Zip Code" +msgstr "?????????????????????????????? ??????????????????????????? ????????????????????? ????????????" + +#: addressee.cpp:928 +#, kde-format +msgid "Business Address Country" +msgstr "?????????????????????????????? ??????????????????????????? ?????????????????????" + +#: addressee.cpp:933 +#, kde-format +msgid "Business Address Label" +msgstr "?????????????????????????????? ??????????????????????????? ?????????" + +#: addressee.cpp:938 +#, kde-format +msgid "Home Phone" +msgstr "?????????????????? ????????????????????????" + +#: addressee.cpp:943 +#, kde-format +msgid "Business Phone" +msgstr "?????????????????????????????? ????????????????????????" + +#: addressee.cpp:948 +#, kde-format +msgid "Mobile Phone" +msgstr "???????????????????????? ????????????????????????" + +#: addressee.cpp:953 phonenumber.cpp:218 +#, kde-format +msgid "Home Fax" +msgstr "?????????????????? ???????????????" + +#: addressee.cpp:958 +#, kde-format +msgid "Business Fax" +msgstr "?????????????????????????????? ???????????????" + +#: addressee.cpp:963 +#, kde-format +msgid "Car Phone" +msgstr "???????????????????????? ????????????????????????" + +#: addressee.cpp:968 phonenumber.cpp:194 +#, kde-format +msgid "ISDN" +msgstr "ISDN" + +#: addressee.cpp:973 phonenumber.cpp:198 +#, kde-format +msgid "Pager" +msgstr "?????????????????????" + +#: addressee.cpp:978 +#, kde-format +msgid "Email Address" +msgstr "??????-?????????????????? ???????????????????????????" + +#: addressee.cpp:998 +#, kde-format +msgid "Mail Client" +msgstr "????????????????????? ?????????????????????" + +#: addressee.cpp:1018 +#, kde-format +msgid "Time Zone" +msgstr "??????????????? ????????????????????????" + +#: addressee.cpp:1038 +#, kde-format +msgid "Geographic Position" +msgstr "????????????????????????????????? ??????????????????????????????" + +#: addressee.cpp:1089 +#, kde-format +msgctxt "a person's title" +msgid "Title" +msgstr "?????????????????????" + +#: addressee.cpp:1140 +#, kde-format +msgctxt "of a person in an organization" +msgid "Role" +msgstr "????????????" + +#: addressee.cpp:1191 field.cpp:229 +#, kde-format +msgid "Organization" +msgstr "?????????????????????????????????" + +#: addressee.cpp:1211 +#, kde-format +msgid "Department" +msgstr "????????????????????????????????????" + +#: addressee.cpp:1231 +#, kde-format +msgid "Note" +msgstr "????????????????????????" + +#: addressee.cpp:1251 +#, kde-format +msgid "Product Identifier" +msgstr "??????????????????????????? ??????????????????????????????????????????" + +#: addressee.cpp:1271 +#, kde-format +msgid "Revision Date" +msgstr "????????????????????????????????? ??????????????????" + +#: addressee.cpp:1291 +#, kde-format +msgid "Sort String" +msgstr "??????????????????????????? ????????????????????????" + +#: addressee.cpp:1317 +#, kde-format +msgid "Homepage" +msgstr "????????????????????? ??????????????????" + +#: addressee.cpp:1337 +#, kde-format +msgid "Security Class" +msgstr "???????????????????????????????????? ???????????????" + +#: addressee.cpp:1357 +#, kde-format +msgid "Logo" +msgstr "????????????" + +#: addressee.cpp:1377 +#, kde-format +msgid "Photo" +msgstr "??????????????????" + +#: addressee.cpp:1397 +#, kde-format +msgid "Sound" +msgstr "?????????" + +#: addresseehelper.cpp:59 +#, kde-format +msgid "Dr." +msgstr "??????." + +#: addresseehelper.cpp:60 +#, kde-format +msgid "Miss" +msgstr "??????" + +#: addresseehelper.cpp:61 +#, kde-format +msgid "Mr." +msgstr "??????." + +#: addresseehelper.cpp:62 +#, kde-format +msgid "Mrs." +msgstr "??????." + +#: addresseehelper.cpp:63 +#, kde-format +msgid "Ms." +msgstr "??????." + +#: addresseehelper.cpp:64 +#, kde-format +msgid "Prof." +msgstr "????????????." + +#: addresseehelper.cpp:66 +#, kde-format +msgid "I" +msgstr "I" + +#: addresseehelper.cpp:67 +#, kde-format +msgid "II" +msgstr "II" + +#: addresseehelper.cpp:68 +#, kde-format +msgid "III" +msgstr "III" + +#: addresseehelper.cpp:69 +#, kde-format +msgid "Jr." +msgstr "?????????." + +#: addresseehelper.cpp:70 +#, kde-format +msgid "Sr." +msgstr "?????????." + +#: field.cpp:206 +#, kde-format +msgid "Unknown Field" +msgstr "?????????????????? ????????????" + +#: field.cpp:219 +#, kde-format +msgid "All" +msgstr "???????????????" + +#: field.cpp:221 +#, kde-format +msgid "Frequent" +msgstr "???????????????" + +#: field.cpp:223 +#, kde-format +msgctxt "street/postal" +msgid "Address" +msgstr "???????????????????????????" + +#: field.cpp:225 +#, kde-format +msgid "Email" +msgstr "??????????????????" + +#: field.cpp:227 +#, kde-format +msgid "Personal" +msgstr "?????????????????????????????????" + +#: field.cpp:231 +#, kde-format +msgid "Custom" +msgstr "??????????????? ????????????????????????" + +#: field.cpp:233 +#, kde-format +msgid "Undefined" +msgstr "?????????????????????????????????" + +#: key.cpp:198 +#, kde-format +msgctxt "X.509 public key" +msgid "X509" +msgstr "X509" + +#: key.cpp:201 +#, kde-format +msgctxt "Pretty Good Privacy key" +msgid "PGP" +msgstr "PGP" + +#: key.cpp:204 +#, kde-format +msgctxt "A custom key" +msgid "Custom" +msgstr "??????????????? ????????????????????????" + +#: key.cpp:207 +#, kde-format +msgctxt "another type of encryption key" +msgid "Unknown type" +msgstr "?????????????????? ????????????" + +#: phonenumber.cpp:170 +#, kde-format +msgctxt "Undefined phone type" +msgid "Telephone number" +msgstr "??????????????????????????? ??????????????????" + +#: phonenumber.cpp:172 +#, kde-format +msgctxt "Home phone" +msgid "Home" +msgstr "???????????????" + +#: phonenumber.cpp:174 +#, kde-format +msgctxt "Work phone" +msgid "Work" +msgstr "?????????????????????" + +#: phonenumber.cpp:176 +#, kde-format +msgid "Messenger" +msgstr "???????????????????????????" + +#: phonenumber.cpp:178 +#, kde-format +msgctxt "Preferred phone" +msgid "Preferred" +msgstr "???????????????????????????" + +#: phonenumber.cpp:180 +#, kde-format +msgid "Voice" +msgstr "?????????" + +#: phonenumber.cpp:182 +#, kde-format +msgid "Fax" +msgstr "???????????????" + +#: phonenumber.cpp:184 +#, kde-format +msgctxt "Mobile Phone" +msgid "Mobile" +msgstr "?????????????????????" + +#: phonenumber.cpp:186 +#, kde-format +msgctxt "Video phone" +msgid "Video" +msgstr "???????????????" + +#: phonenumber.cpp:188 +#, kde-format +msgid "Mailbox" +msgstr "????????????????????? ????????????" + +#: phonenumber.cpp:190 +#, kde-format +msgid "Modem" +msgstr "??????????????????" + +#: phonenumber.cpp:192 +#, kde-format +msgctxt "Car Phone" +msgid "Car" +msgstr "?????????????????????" + +#: phonenumber.cpp:196 +#, kde-format +msgid "PCS" +msgstr "PCS" + +#: phonenumber.cpp:200 +#, kde-format +msgctxt "another type of phone" +msgid "Other" +msgstr "????????????" + +#: phonenumber.cpp:213 +#, kde-format +msgid "Preferred Number" +msgstr "??????????????????????????? ??????????????????" + +#: phonenumber.cpp:223 +#, kde-format +msgid "Work Fax" +msgstr "?????????????????????????????? ???????????????" + +#: secrecy.cpp:98 +#, kde-format +msgctxt "access is for everyone" +msgid "Public" +msgstr "??????????????????" + +#: secrecy.cpp:101 +#, kde-format +msgctxt "access is by owner only" +msgid "Private" +msgstr "??????????????????" + +#: secrecy.cpp:104 +#, kde-format +msgctxt "access is by owner and a controlled group" +msgid "Confidential" +msgstr "?????????????????????????????????????????????" + +#: secrecy.cpp:107 +#, kde-format +msgctxt "unknown secrecy type" +msgid "Unknown type" +msgstr "?????????????????? ????????????" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/po/zh_CN/kcontacts5.po new/kcontacts-5.99.0/po/zh_CN/kcontacts5.po --- old/kcontacts-5.98.0/po/zh_CN/kcontacts5.po 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/po/zh_CN/kcontacts5.po 2022-10-01 16:13:49.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-02-27 00:41+0000\n" -"PO-Revision-Date: 2022-08-20 14:17\n" +"PO-Revision-Date: 2022-09-20 01:55\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/CMakeLists.txt new/kcontacts-5.99.0/src/CMakeLists.txt --- old/kcontacts-5.98.0/src/CMakeLists.txt 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/CMakeLists.txt 2022-10-01 16:13:49.000000000 +0200 @@ -134,7 +134,7 @@ EXPORT_NAME Contacts ) -install(TARGETS KF5Contacts EXPORT KF5ContactsTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS KF5Contacts EXPORT KF5ContactsTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) ecm_generate_headers(KContacts_CamelCase_HEADERS HEADER_NAMES diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/aim.desktop new/kcontacts-5.99.0/src/improtocols/aim.desktop --- old/kcontacts-5.98.0/src/improtocols/aim.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/aim.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol AIM Comment[it]=Protocollo AIM Comment[ja]=AIM ??????????????? +Comment[ka]=AIM ??????????????????????????? Comment[ko]=AIM ???????????? Comment[lt]=AIM protokolas Comment[nb]=AIM-protokoll @@ -67,6 +68,7 @@ Name[id]=AIM Name[it]=AIM Name[ja]=AIM +Name[ka]=AIM Name[ko]=AIM Name[lt]=AIM Name[nb]=AIM diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/facebook.desktop new/kcontacts-5.99.0/src/improtocols/facebook.desktop --- old/kcontacts-5.98.0/src/improtocols/facebook.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/facebook.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Protocollo de Facebook Comment[id]=Protokol Facebook Comment[it]=Protocollo di Facebook +Comment[ka]=Facebook ??????????????????????????? Comment[ko]=Facebook ???????????? Comment[lt]=Facebook protokolas Comment[nl]=Facebook-protocol @@ -64,6 +65,7 @@ Name[ia]=Facebook Name[id]=Facebook Name[it]=Facebook +Name[ka]=Facebook Name[ko]=Facebook Name[lt]=Facebook Name[nl]=Facebook diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/gg.desktop new/kcontacts-5.99.0/src/improtocols/gg.desktop --- old/kcontacts-5.98.0/src/improtocols/gg.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/gg.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol Gadu-Gadu Comment[it]=Protocollo Gadu-Gadu Comment[ja]=Gadu-Gadu ??????????????? +Comment[ka]=????????????-??????????????? ??????????????????????????? Comment[ko]=Gadu-Gadu ???????????? Comment[lt]=Gadu-Gadu protokolas Comment[nb]=Gadu-Gadu-protokoll @@ -67,6 +68,7 @@ Name[id]=Gadu-Gadu Name[it]=Gadu-Gadu Name[ja]=Gadu-Gadu +Name[ka]=Gadu-Gadu Name[ko]=Gadu-Gadu Name[lt]=Gadu-Gadu Name[nb]=Gadu-Gadu diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/googletalk.desktop new/kcontacts-5.99.0/src/improtocols/googletalk.desktop --- old/kcontacts-5.98.0/src/improtocols/googletalk.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/googletalk.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Google Talk Comment[id]=Google Talk Comment[it]=Google Talk +Comment[ka]=Google Talk Comment[ko]=Google ?????? Comment[lt]=Google Talk Comment[nb]=Google Talk @@ -65,6 +66,7 @@ Name[ia]=Google Talk Name[id]=Google Talk Name[it]=Google Talk +Name[ka]=Google Talk Name[ko]=Google ?????? Name[lt]=Google Talk Name[nb]=Google Talk diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/groupwise.desktop new/kcontacts-5.99.0/src/improtocols/groupwise.desktop --- old/kcontacts-5.98.0/src/improtocols/groupwise.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/groupwise.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Messagero de GroupWise de Novell Comment[id]=Perpesanan GroupWise Novell Comment[it]=Novell GroupWise Messenger +Comment[ka]=Novell GroupWise Messenger Comment[ko]=Novell GroupWise ????????? Comment[lt]=Novell GroupWise pokalbi?? programa Comment[nb]=Novell GroupWise meldingsprogram @@ -66,6 +67,7 @@ Name[id]=GroupWise Name[it]=GroupWise Name[ja]=GroupWise +Name[ka]=GroupWise Name[ko]=GroupWise Name[lt]=GroupWise Name[nb]=GroupWise diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/icq.desktop new/kcontacts-5.99.0/src/improtocols/icq.desktop --- old/kcontacts-5.98.0/src/improtocols/icq.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/icq.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol ICQ Comment[it]=Protocollo ICQ Comment[ja]=ICQ ??????????????? +Comment[ka]=ICQ ??????????????????????????? Comment[ko]=ICQ ???????????? Comment[lt]=ICQ protokolas Comment[nb]=ICQ-protokoll @@ -67,6 +68,7 @@ Name[id]=ICQ Name[it]=ICQ Name[ja]=ICQ +Name[ka]=ICQ Name[ko]=ICQ Name[lt]=ICQ Name[nb]=ICQ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/irc.desktop new/kcontacts-5.99.0/src/improtocols/irc.desktop --- old/kcontacts-5.98.0/src/improtocols/irc.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/irc.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Internet Relay Chat Comment[it]=Internet Relay Chat Comment[ja]=?????????????????????????????????????????? +Comment[ka]=Internet Relay Chat Comment[ko]=????????? ????????? ?????? Comment[lt]=Tiesioginiai pokalbiai internete Comment[nb]=Internet Relay Chat @@ -67,6 +68,7 @@ Name[id]=IRC Name[it]=IRC Name[ja]=IRC +Name[ka]=IRC Name[ko]=IRC Name[lt]=IRC Name[nb]=IRC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/matrix.desktop new/kcontacts-5.99.0/src/improtocols/matrix.desktop --- old/kcontacts-5.98.0/src/improtocols/matrix.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/matrix.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -15,6 +15,7 @@ Comment[fr]=Matrix Comment[ia]=Matrix Comment[it]=Matrix +Comment[ka]=Matrix Comment[ko]=Matrix Comment[nl]=Matrix Comment[nn]=Matrix @@ -44,6 +45,7 @@ Name[fr]=Matrix Name[ia]=Matrix Name[it]=Matrix +Name[ka]=Matrix Name[ko]=Matrix Name[nl]=Matrix Name[nn]=Matrix diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/meanwhile.desktop new/kcontacts-5.99.0/src/improtocols/meanwhile.desktop --- old/kcontacts-5.98.0/src/improtocols/meanwhile.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/meanwhile.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol Meanwhile Comment[it]=Protocollo Meanwhile Comment[ja]=Meanwhile ??????????????? +Comment[ka]=Meanwhile ??????????????????????????? Comment[ko]=Meanwhile ???????????? Comment[lt]=Meanwhile protokolas Comment[nb]=Meanwhile-protokoll @@ -67,6 +68,7 @@ Name[id]=Meanwhile Name[it]=Meanwhile Name[ja]=Meanwhile +Name[ka]=Meanwhile Name[ko]=Meanwhile Name[lt]=Meanwhile Name[nb]=Meanwhile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/msn.desktop new/kcontacts-5.99.0/src/improtocols/msn.desktop --- old/kcontacts-5.98.0/src/improtocols/msn.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/msn.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Perpesanan MSN Comment[it]=MSN Messenger Comment[ja]=MSN ????????????????????? +Comment[ka]=MSN ??????????????????????????? Comment[ko]=MSN ????????? Comment[lt]=MSN pokalbi?? programa Comment[nb]=MSN Messenger @@ -67,6 +68,7 @@ Name[id]=MSN Messenger Name[it]=MSN Messenger Name[ja]=MSN ????????????????????? +Name[ka]=MSN ??????????????????????????? Name[ko]=MSN ????????? Name[lt]=MSN pokalbi?? programa Name[nb]=MSN Messenger diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/qq.desktop new/kcontacts-5.99.0/src/improtocols/qq.desktop --- old/kcontacts-5.98.0/src/improtocols/qq.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/qq.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Tencent QQ Messaging Comment[id]=Perpesanan Tencent QQ Comment[it]=Messaggistica Tencent QQ +Comment[ka]=Tencent QQ ??????????????????????????????????????? Comment[ko]=Tencent QQ ????????? Comment[lt]=Tencent QQ prane??im?? perdavimas Comment[nl]=Tencent QQ Messaging @@ -64,6 +65,7 @@ Name[ia]=QQ Name[id]=QQ Name[it]=QQ +Name[ka]=QQ Name[ko]=QQ Name[lt]=QQ Name[nl]=QQ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/sip.desktop new/kcontacts-5.99.0/src/improtocols/sip.desktop --- old/kcontacts-5.98.0/src/improtocols/sip.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/sip.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Session Initiation Protocol (Protocollo de initiation de session) Comment[id]=Protokol Permulaan Sesi Comment[it]=Session Initiation Protocol +Comment[ka]=Session Initiation Protocol Comment[ko]=?????? ?????? ????????????(SIP) Comment[lt]=Session Initiation protokolas Comment[nl]=Session Initiation Protocol @@ -64,6 +65,7 @@ Name[ia]=SIP Name[id]=SIP Name[it]=SIP +Name[ka]=SIP Name[ko]=SIP Name[lt]=SIP Name[nl]=SIP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/skype.desktop new/kcontacts-5.99.0/src/improtocols/skype.desktop --- old/kcontacts-5.98.0/src/improtocols/skype.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/skype.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Telepon Internet Skype Comment[it]=Telefonia su Internet di Skype Comment[ja]=Skype ??????????????????????????? +Comment[ka]=Skype Internet Telephony Comment[ko]=Skype ????????? ?????? Comment[lt]=Skype interneto telefonija Comment[nb]=Skype IP-telefoni @@ -67,6 +68,7 @@ Name[id]=Skype Name[it]=Skype Name[ja]=Skype +Name[ka]=Skype Name[ko]=Skype Name[lt]=Skype Name[nb]=Skype diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/sms.desktop new/kcontacts-5.99.0/src/improtocols/sms.desktop --- old/kcontacts-5.98.0/src/improtocols/sms.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/sms.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol SMS Comment[it]=Protocollo SMS Comment[ja]=SMS ??????????????? +Comment[ka]=SMS ??????????????????????????? Comment[ko]=SMS ???????????? Comment[lt]=SMS protokolas Comment[nb]=SMS Protokoll @@ -67,6 +68,7 @@ Name[id]=SMS Name[it]=SMS Name[ja]=SMS +Name[ka]=SMS Name[ko]=SMS Name[lt]=SMS Name[nb]=SMS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/telegram.desktop new/kcontacts-5.99.0/src/improtocols/telegram.desktop --- old/kcontacts-5.98.0/src/improtocols/telegram.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/telegram.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -15,6 +15,7 @@ Comment[fr]=Telegram Comment[ia]=Telegram Comment[it]=Telegram +Comment[ka]=??????????????????????????? Comment[ko]=???????????? Comment[nl]=Telegram Comment[nn]=Telegram @@ -44,6 +45,7 @@ Name[fr]=Telegram Name[ia]=Telegram Name[it]=Telegram +Name[ka]=??????????????????????????? Name[ko]=???????????? Name[nl]=Telegram Name[nn]=Telegram diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/twitter.desktop new/kcontacts-5.99.0/src/improtocols/twitter.desktop --- old/kcontacts-5.98.0/src/improtocols/twitter.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/twitter.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -23,6 +23,7 @@ Comment[ia]=Protocollo de Twitter Comment[id]=Protokol Twitter Comment[it]=Protocollo di Twitter +Comment[ka]=Twitter ??????????????????????????? Comment[ko]=????????? ???????????? Comment[lt]=Twitter protokolas Comment[nl]=Twitter-protocol @@ -64,6 +65,7 @@ Name[ia]=Twitter Name[id]=Twitter Name[it]=Twitter +Name[ka]=Twitter Name[ko]=????????? Name[lt]=Twitter Name[nb]=Twitter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/xmpp.desktop new/kcontacts-5.99.0/src/improtocols/xmpp.desktop --- old/kcontacts-5.98.0/src/improtocols/xmpp.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/xmpp.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol Jabber Comment[it]=Protocollo Jabber Comment[ja]=Jabber ??????????????? +Comment[ka]=????????????????????? ??????????????????????????? Comment[ko]=Jabber ???????????? Comment[lt]=Jabber protokolas Comment[nb]=Jabber-protokoll @@ -67,6 +68,7 @@ Name[id]=Jabber Name[it]=Jabber Name[ja]=Jabber +Name[ka]=Jabber Name[ko]=Jabber Name[lt]=Jabber Name[nb]=Jabber diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcontacts-5.98.0/src/improtocols/ymsgr.desktop new/kcontacts-5.99.0/src/improtocols/ymsgr.desktop --- old/kcontacts-5.98.0/src/improtocols/ymsgr.desktop 2022-09-05 14:03:12.000000000 +0200 +++ new/kcontacts-5.99.0/src/improtocols/ymsgr.desktop 2022-10-01 16:13:49.000000000 +0200 @@ -24,6 +24,7 @@ Comment[id]=Protokol Yahoo Comment[it]=Protocollo di Yahoo Comment[ja]=Yahoo ??????????????? +Comment[ka]=Yahoo ??????????????????????????? Comment[ko]=Yahoo ???????????? Comment[lt]=Yahoo protokolas Comment[nb]=Yahoo-protokoll @@ -67,6 +68,7 @@ Name[id]=Yahoo Name[it]=Yahoo Name[ja]=Yahoo +Name[ka]=Yahoo Name[ko]=Yahoo Name[lt]=Yahoo Name[nb]=Yahoo
