Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2023-12-17 21:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcontacts (Old)
 and      /work/SRC/openSUSE:Factory/.kcontacts.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcontacts"

Sun Dec 17 21:29:35 2023 rev:99 rq:1133287 version:5.113.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes      2023-11-13 
22:18:53.687137337 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.25432/kcontacts.changes   
2023-12-17 21:31:16.923311401 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 11:17:27 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.113.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.113.0
+- No code change since 5.112.0
+
+-------------------------------------------------------------------

Old:
----
  kcontacts-5.112.0.tar.xz
  kcontacts-5.112.0.tar.xz.sig

New:
----
  kcontacts-5.113.0.tar.xz
  kcontacts-5.113.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.H4JfMt/_old  2023-12-17 21:31:17.431329848 +0100
+++ /var/tmp/diff_new_pack.H4JfMt/_new  2023-12-17 21:31:17.435329994 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.103
 # 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}')}
+%define qt5_version 5.15.2
 %bcond_without released
 Name:           kcontacts
-Version:        5.112.0
+Version:        5.113.0
 Release:        0
 Summary:        KDE Frameworks based address book API
 License:        LGPL-2.1-or-later
@@ -34,14 +34,13 @@
 Source2:        frameworks.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{_kf5_version}
-BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Codecs) >= %{_kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{_kf5_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_version}
-BuildRequires:  cmake(Qt5Gui)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
 
 %description
 kcontacts is a Qt5 based library which provides an API


++++++ kcontacts-5.112.0.tar.xz -> kcontacts-5.113.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/CMakeLists.txt 
new/kcontacts-5.113.0/CMakeLists.txt
--- old/kcontacts-5.112.0/CMakeLists.txt        2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/CMakeLists.txt        2023-12-02 10:24:51.000000000 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.112.0") # handled by release scripts
-set(KF_DEP_VERSION "5.112.0") # handled by release scripts
+set(KF_VERSION "5.113.0") # handled by release scripts
+set(KF_DEP_VERSION "5.113.0") # handled by release scripts
 
 project(KContacts VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.112.0 NO_MODULE)
+find_package(ECM 5.113.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ar/kcontacts5.po 
new/kcontacts-5.113.0/po/ar/kcontacts5.po
--- old/kcontacts-5.112.0/po/ar/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ar/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2021-12-22 18:17+0400\n"
 "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
 "Language-Team: ar\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/az/kcontacts5.po 
new/kcontacts-5.113.0/po/az/kcontacts5.po
--- old/kcontacts-5.112.0/po/az/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/az/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2022-07-31 23:13+0400\n"
 "Last-Translator: Kheyyam <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/be/kcontacts5.po 
new/kcontacts-5.113.0/po/be/kcontacts5.po
--- old/kcontacts-5.112.0/po/be/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/be/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2007-05-30 17:58+0300\n"
 "Last-Translator: Darafei Praliaskouski <kom...@licei2.com>\n"
 "Language-Team: Belarusian <i...@mova.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/bg/kcontacts5.po 
new/kcontacts-5.113.0/po/bg/kcontacts5.po
--- old/kcontacts-5.112.0/po/bg/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/bg/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2022-05-20 18:57+0200\n"
 "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
 "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/bs/kcontacts5.po 
new/kcontacts-5.113.0/po/bs/kcontacts5.po
--- old/kcontacts-5.112.0/po/bs/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/bs/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2013-10-18 20:19+0000\n"
 "Last-Translator: Vedran Ljubovic <vljubo...@smartnet.ba>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ca/kcontacts5.po 
new/kcontacts-5.113.0/po/ca/kcontacts5.po
--- old/kcontacts-5.112.0/po/ca/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ca/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-08-08 16:40+0200\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ca@valencia/kcontacts5.po 
new/kcontacts-5.113.0/po/ca@valencia/kcontacts5.po
--- old/kcontacts-5.112.0/po/ca@valencia/kcontacts5.po  2023-11-04 
11:01:02.000000000 +0100
+++ new/kcontacts-5.113.0/po/ca@valencia/kcontacts5.po  2023-12-02 
10:24:51.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-08-08 16:40+0200\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/cs/kcontacts5.po 
new/kcontacts-5.113.0/po/cs/kcontacts5.po
--- old/kcontacts-5.112.0/po/cs/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/cs/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl <lti...@redhat.com>, 2010.
-# Vít Pelčák <v...@pelcak.org>, 2011, 2012, 2014, 2017.
+# SPDX-FileCopyrightText: 2011, 2012, 2014, 2017, 2023 Vít Pelčák 
<v...@pelcak.org>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
-"PO-Revision-Date: 2017-02-27 11:18+0100\n"
-"Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
+"PO-Revision-Date: 2023-11-10 16:07+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 23.08.2\n"
 
 #: address.cpp:224
 #, kde-format
@@ -56,7 +56,7 @@
 #: address.cpp:336
 #, kde-format
 msgid "Delivery Label"
-msgstr "Štítek"
+msgstr "Popisek dodávky"
 
 #: address.cpp:354
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/da/kcontacts5.po 
new/kcontacts-5.113.0/po/da/kcontacts5.po
--- old/kcontacts-5.112.0/po/da/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/da/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2016-07-11 21:52+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/de/kcontacts5.po 
new/kcontacts-5.113.0/po/de/kcontacts5.po
--- old/kcontacts-5.112.0/po/de/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/de/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2021-05-14 13:24+0200\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/el/kcontacts5.po 
new/kcontacts-5.113.0/po/el/kcontacts5.po
--- old/kcontacts-5.112.0/po/el/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/el/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2020-09-07 14:02+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/en_GB/kcontacts5.po 
new/kcontacts-5.113.0/po/en_GB/kcontacts5.po
--- old/kcontacts-5.112.0/po/en_GB/kcontacts5.po        2023-11-04 
11:01:02.000000000 +0100
+++ new/kcontacts-5.113.0/po/en_GB/kcontacts5.po        2023-12-02 
10:24:51.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2016-01-10 13:55+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/eo/kcontacts5.po 
new/kcontacts-5.113.0/po/eo/kcontacts5.po
--- old/kcontacts-5.112.0/po/eo/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/eo/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
-"PO-Revision-Date: 2023-03-20 22:31+0100\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
+"PO-Revision-Date: 2023-11-18 21:07+0100\n"
 "Last-Translator: Oliver Kellogg <okell...@users.sourceforge.net>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
 "Language: eo\n"
@@ -194,72 +194,72 @@
 #: addressee.cpp:903
 #, kde-format
 msgid "Business Address Street"
-msgstr ""
+msgstr "Komerca Adreso Strato"
 
 #: addressee.cpp:908
 #, kde-format
 msgid "Business Address Post Office Box"
-msgstr ""
+msgstr "Komerca Adreso Poŝta Oficejo"
 
 #: addressee.cpp:913
 #, kde-format
 msgid "Business Address City"
-msgstr ""
+msgstr "Komerca Adreso Urbo"
 
 #: addressee.cpp:918
 #, kde-format
 msgid "Business Address State"
-msgstr ""
+msgstr "Komerca Adreso Ŝtato"
 
 #: addressee.cpp:923
 #, kde-format
 msgid "Business Address Zip Code"
-msgstr ""
+msgstr "Komerca Adreso Poŝtkodo"
 
 #: addressee.cpp:928
 #, kde-format
 msgid "Business Address Country"
-msgstr ""
+msgstr "Komerca Adreso Lando"
 
 #: addressee.cpp:933
 #, kde-format
 msgid "Business Address Label"
-msgstr ""
+msgstr "Komerca Adreso Etikedo"
 
 #: addressee.cpp:938
 #, kde-format
 msgid "Home Phone"
-msgstr ""
+msgstr "Hejma telefono"
 
 #: addressee.cpp:943
 #, kde-format
 msgid "Business Phone"
-msgstr ""
+msgstr "Komerca Telefono"
 
 #: addressee.cpp:948
 #, kde-format
 msgid "Mobile Phone"
-msgstr ""
+msgstr "Poŝtelefono"
 
 #: addressee.cpp:953 phonenumber.cpp:218
 #, kde-format
 msgid "Home Fax"
-msgstr ""
+msgstr "Hejma Fakso"
 
 #: addressee.cpp:958
 #, kde-format
 msgid "Business Fax"
-msgstr ""
+msgstr "Komerca Fakso"
 
 #: addressee.cpp:963
 #, kde-format
 msgid "Car Phone"
-msgstr ""
+msgstr "AÅ­ta Telefono"
 
 #: addressee.cpp:968 phonenumber.cpp:194
 #, kde-format
 msgid "ISDN"
-msgstr ""
+msgstr "ISDN"
 
 #: addressee.cpp:973 phonenumber.cpp:198
 #, kde-format
@@ -274,29 +274,29 @@
 #: addressee.cpp:998
 #, kde-format
 msgid "Mail Client"
-msgstr ""
+msgstr "Poŝtkliento"
 
 #: addressee.cpp:1018
 #, kde-format
 msgid "Time Zone"
-msgstr ""
+msgstr "Horzono"
 
 #: addressee.cpp:1038
 #, kde-format
 msgid "Geographic Position"
-msgstr ""
+msgstr "Geografia Pozicio"
 
 #: addressee.cpp:1089
 #, kde-format
 msgctxt "a person's title"
 msgid "Title"
-msgstr ""
+msgstr "Titolo"
 
 #: addressee.cpp:1140
 #, kde-format
 msgctxt "of a person in an organization"
 msgid "Role"
-msgstr ""
+msgstr "Rolo"
 
 #: addressee.cpp:1191 field.cpp:229
 #, kde-format
@@ -316,17 +316,17 @@
 #: addressee.cpp:1251
 #, kde-format
 msgid "Product Identifier"
-msgstr ""
+msgstr "Produkta identigilo"
 
 #: addressee.cpp:1271
 #, kde-format
 msgid "Revision Date"
-msgstr ""
+msgstr "Dato de Revizio"
 
 #: addressee.cpp:1291
 #, kde-format
 msgid "Sort String"
-msgstr ""
+msgstr "Ordigi Ŝnuron"
 
 #: addressee.cpp:1317
 #, kde-format
@@ -341,7 +341,7 @@
 #: addressee.cpp:1357
 #, kde-format
 msgid "Logo"
-msgstr ""
+msgstr "Logo"
 
 #: addressee.cpp:1377
 #, kde-format
@@ -411,7 +411,7 @@
 #: field.cpp:206
 #, kde-format
 msgid "Unknown Field"
-msgstr ""
+msgstr "Nekonata Kampo"
 
 #: field.cpp:219
 #, kde-format
@@ -494,7 +494,7 @@
 #: phonenumber.cpp:176
 #, kde-format
 msgid "Messenger"
-msgstr ""
+msgstr "Mesaĝisto"
 
 #: phonenumber.cpp:178
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/es/kcontacts5.po 
new/kcontacts-5.113.0/po/es/kcontacts5.po
--- old/kcontacts-5.112.0/po/es/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/es/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2020-04-21 02:05+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/et/kcontacts5.po 
new/kcontacts-5.113.0/po/et/kcontacts5.po
--- old/kcontacts-5.112.0/po/et/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/et/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2016-01-14 17:41+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/eu/kcontacts5.po 
new/kcontacts-5.113.0/po/eu/kcontacts5.po
--- old/kcontacts-5.112.0/po/eu/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/eu/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-10-20 22:14+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/fi/kcontacts5.po 
new/kcontacts-5.113.0/po/fi/kcontacts5.po
--- old/kcontacts-5.112.0/po/fi/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/fi/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2015-12-27 18:23+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/fr/kcontacts5.po 
new/kcontacts-5.113.0/po/fr/kcontacts5.po
--- old/kcontacts-5.112.0/po/fr/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/fr/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-01-06 19:23+0100\n"
 "Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n"
 "Language-Team: fr\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ga/kcontacts5.po 
new/kcontacts-5.113.0/po/ga/kcontacts5.po
--- old/kcontacts-5.112.0/po/ga/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ga/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs/kabc.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2007-06-27 10:27-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/gl/kcontacts5.po 
new/kcontacts-5.113.0/po/gl/kcontacts5.po
--- old/kcontacts-5.112.0/po/gl/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/gl/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2017-07-29 09:52+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/hi/kcontacts5.po 
new/kcontacts-5.113.0/po/hi/kcontacts5.po
--- old/kcontacts-5.112.0/po/hi/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/hi/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2008-01-28 11:36+0530\n"
 "Last-Translator: Ravishankar Shrivastava <aviratl...@aol.in>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/hne/kcontacts5.po 
new/kcontacts-5.113.0/po/hne/kcontacts5.po
--- old/kcontacts-5.112.0/po/hne/kcontacts5.po  2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/hne/kcontacts5.po  2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2009-02-28 21:51+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@aol.in>\n"
 "Language-Team: Hindi <kde-i18n-...@lists.kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/hu/kcontacts5.po 
new/kcontacts-5.113.0/po/hu/kcontacts5.po
--- old/kcontacts-5.112.0/po/hu/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/hu/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.3\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-11-12 19:44+0100\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ia/kcontacts5.po 
new/kcontacts-5.113.0/po/ia/kcontacts5.po
--- old/kcontacts-5.112.0/po/ia/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ia/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-12-21 23:51+0100\n"
 "Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/id/kcontacts5.po 
new/kcontacts-5.113.0/po/id/kcontacts5.po
--- old/kcontacts-5.112.0/po/id/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/id/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-10-13 07:49+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/it/kcontacts5.po 
new/kcontacts-5.113.0/po/it/kcontacts5.po
--- old/kcontacts-5.112.0/po/it/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/it/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2023-03-20 10:02+0100\n"
 "Last-Translator: Vincenzo Reale <smart212...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ja/kcontacts5.po 
new/kcontacts-5.113.0/po/ja/kcontacts5.po
--- old/kcontacts-5.112.0/po/ja/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ja/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-01-27 01:03+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ka/kcontacts5.po 
new/kcontacts-5.113.0/po/ka/kcontacts5.po
--- old/kcontacts-5.112.0/po/ka/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ka/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2022-09-18 11:56+0200\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/kk/kcontacts5.po 
new/kcontacts-5.113.0/po/kk/kcontacts5.po
--- old/kcontacts-5.112.0/po/kk/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/kk/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2013-04-19 06:20+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/km/kcontacts5.po 
new/kcontacts-5.113.0/po/km/kcontacts5.po
--- old/kcontacts-5.112.0/po/km/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/km/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-01-25 15:44+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ko/kcontacts5.po 
new/kcontacts-5.113.0/po/ko/kcontacts5.po
--- old/kcontacts-5.112.0/po/ko/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ko/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2016-12-11 22:23+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/lt/kcontacts5.po 
new/kcontacts-5.113.0/po/lt/kcontacts5.po
--- old/kcontacts-5.112.0/po/lt/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/lt/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-12-04 23:51+0200\n"
 "Last-Translator: Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/lv/kcontacts5.po 
new/kcontacts-5.113.0/po/lv/kcontacts5.po
--- old/kcontacts-5.112.0/po/lv/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/lv/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-01-01 14:26+0200\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/mai/kcontacts5.po 
new/kcontacts-5.113.0/po/mai/kcontacts5.po
--- old/kcontacts-5.112.0/po/mai/kcontacts5.po  2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/mai/kcontacts5.po  2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-09-24 20:39+0530\n"
 "Last-Translator: Rajesh Ranjan <rajesh...@gmail.com>\n"
 "Language-Team: Maithili <bhashag...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ml/kcontacts5.po 
new/kcontacts-5.113.0/po/ml/kcontacts5.po
--- old/kcontacts-5.112.0/po/ml/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ml/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-06-19 03:19+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര 
Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/mr/kcontacts5.po 
new/kcontacts-5.113.0/po/mr/kcontacts5.po
--- old/kcontacts-5.112.0/po/mr/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/mr/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2013-03-07 18:21+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/nb/kcontacts5.po 
new/kcontacts-5.113.0/po/nb/kcontacts5.po
--- old/kcontacts-5.112.0/po/nb/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/nb/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2009-11-22 10:26+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/nds/kcontacts5.po 
new/kcontacts-5.113.0/po/nds/kcontacts5.po
--- old/kcontacts-5.112.0/po/nds/kcontacts5.po  2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/nds/kcontacts5.po  2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-01-25 07:37+0100\n"
 "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/nl/kcontacts5.po 
new/kcontacts-5.113.0/po/nl/kcontacts5.po
--- old/kcontacts-5.112.0/po/nl/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/nl/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2022-06-24 10:23+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/nn/kcontacts5.po 
new/kcontacts-5.113.0/po/nn/kcontacts5.po
--- old/kcontacts-5.112.0/po/nn/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/nn/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-08-04 09:48+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/pa/kcontacts5.po 
new/kcontacts-5.113.0/po/pa/kcontacts5.po
--- old/kcontacts-5.112.0/po/pa/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/pa/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-02-01 08:16+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: ਪੰਜਾਬੀ <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/pl/kcontacts5.po 
new/kcontacts-5.113.0/po/pl/kcontacts5.po
--- old/kcontacts-5.112.0/po/pl/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/pl/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2016-12-04 10:12+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/pt/kcontacts5.po 
new/kcontacts-5.113.0/po/pt/kcontacts5.po
--- old/kcontacts-5.112.0/po/pt/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/pt/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2015-12-25 12:52+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/pt_BR/kcontacts5.po 
new/kcontacts-5.113.0/po/pt_BR/kcontacts5.po
--- old/kcontacts-5.112.0/po/pt_BR/kcontacts5.po        2023-11-04 
11:01:02.000000000 +0100
+++ new/kcontacts-5.113.0/po/pt_BR/kcontacts5.po        2023-12-02 
10:24:51.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2021-02-17 14:20-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ro/kcontacts5.po 
new/kcontacts-5.113.0/po/ro/kcontacts5.po
--- old/kcontacts-5.112.0/po/ro/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ro/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2020-09-07 00:06+0100\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ru/kcontacts5.po 
new/kcontacts-5.113.0/po/ru/kcontacts5.po
--- old/kcontacts-5.112.0/po/ru/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ru/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-01-19 15:09+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/se/kcontacts5.po 
new/kcontacts-5.113.0/po/se/kcontacts5.po
--- old/kcontacts-5.112.0/po/se/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/se/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2007-09-11 22:44+0200\n"
 "Last-Translator: Northern Sami translation team <i18n-...@lister.ping.uio."
 "no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/sk/kcontacts5.po 
new/kcontacts-5.113.0/po/sk/kcontacts5.po
--- old/kcontacts-5.112.0/po/sk/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/sk/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kabc5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2015-12-26 14:17+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/sl/kcontacts5.po 
new/kcontacts-5.113.0/po/sl/kcontacts5.po
--- old/kcontacts-5.112.0/po/sl/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/sl/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2020-02-27 12:57+0100\n"
 "Last-Translator: \n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/sq/kcontacts5.po 
new/kcontacts-5.113.0/po/sq/kcontacts5.po
--- old/kcontacts-5.112.0/po/sq/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/sq/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2021-03-24 11:00-0400\n"
 "Last-Translator: Agron Selimaj <as9902...@gmail.com>\n"
 "Language-Team: kdeshqip\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/sv/kcontacts5.po 
new/kcontacts-5.113.0/po/sv/kcontacts5.po
--- old/kcontacts-5.112.0/po/sv/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/sv/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2015-12-28 20:14+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/tg/kcontacts5.po 
new/kcontacts-5.113.0/po/tg/kcontacts5.po
--- old/kcontacts-5.112.0/po/tg/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/tg/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2019-09-19 10:36+0500\n"
 "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/th/kcontacts5.po 
new/kcontacts-5.113.0/po/th/kcontacts5.po
--- old/kcontacts-5.112.0/po/th/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/th/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2010-03-25 14:10+0700\n"
 "Last-Translator: Thanomsub Noppaburana <donga...@gmail.com>\n"
 "Language-Team: Thai <thai-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/tr/kcontacts5.po 
new/kcontacts-5.113.0/po/tr/kcontacts5.po
--- old/kcontacts-5.112.0/po/tr/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/tr/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2022-03-11 13:54+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/ug/kcontacts5.po 
new/kcontacts-5.113.0/po/ug/kcontacts5.po
--- old/kcontacts-5.112.0/po/ug/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/ug/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/uk/kcontacts5.po 
new/kcontacts-5.113.0/po/uk/kcontacts5.po
--- old/kcontacts-5.112.0/po/uk/kcontacts5.po   2023-11-04 11:01:02.000000000 
+0100
+++ new/kcontacts-5.113.0/po/uk/kcontacts5.po   2023-12-02 10:24:51.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2015-12-25 16:12+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.112.0/po/zh_CN/kcontacts5.po 
new/kcontacts-5.113.0/po/zh_CN/kcontacts5.po
--- old/kcontacts-5.112.0/po/zh_CN/kcontacts5.po        2023-11-04 
11:01:02.000000000 +0100
+++ new/kcontacts-5.113.0/po/zh_CN/kcontacts5.po        2023-12-02 
10:24:51.000000000 +0100
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
-"PO-Revision-Date: 2023-10-21 13:54\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
+"PO-Revision-Date: 2023-11-25 02:29\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.112.0/po/zh_TW/kcontacts5.po 
new/kcontacts-5.113.0/po/zh_TW/kcontacts5.po
--- old/kcontacts-5.112.0/po/zh_TW/kcontacts5.po        2023-11-04 
11:01:02.000000000 +0100
+++ new/kcontacts-5.113.0/po/zh_TW/kcontacts5.po        2023-12-02 
10:24:51.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2023-03-31 00:43+0000\n"
+"POT-Creation-Date: 2023-11-05 12:24+0000\n"
 "PO-Revision-Date: 2018-04-05 20:16+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"

Reply via email to