Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksmtp for openSUSE:Factory checked 
in at 2022-12-09 13:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksmtp (Old)
 and      /work/SRC/openSUSE:Factory/.ksmtp.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksmtp"

Fri Dec  9 13:17:33 2022 rev:63 rq:1041552 version:22.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes      2022-11-04 
17:34:47.432756864 +0100
+++ /work/SRC/openSUSE:Factory/.ksmtp.new.1835/ksmtp.changes    2022-12-09 
13:18:29.055225819 +0100
@@ -1,0 +2,20 @@
+Fri Dec  2 12:26:05 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.0/
+
+-------------------------------------------------------------------
+Sat Nov 26 16:45:44 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.90
+  * New feature release
+
+-------------------------------------------------------------------
+Sat Nov 12 08:54:51 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.11.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  ksmtp-22.08.3.tar.xz
  ksmtp-22.08.3.tar.xz.sig

New:
----
  ksmtp-22.12.0.tar.xz
  ksmtp-22.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ksmtp.spec ++++++
--- /var/tmp/diff_new_pack.CJupge/_old  2022-12-09 13:18:30.731234722 +0100
+++ /var/tmp/diff_new_pack.CJupge/_new  2022-12-09 13:18:30.759234871 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ksmtp
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
 
 %bcond_without released
 Name:           ksmtp
-Version:        22.08.3
+Version:        22.12.0
 Release:        0
 Summary:        Job-based library to send email through an SMTP server
 License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with released}
@@ -44,7 +43,6 @@
 
 %package -n libKPimSMTP5
 Summary:        Job-based library to send email through an SMTP server
-Group:          System/GUI/KDE
 Requires:       %{name}
 Recommends:     %{name}-lang = %{version}
 
@@ -54,7 +52,6 @@
 
 %package devel
 Summary:        Development files for KSMTP
-Group:          Development/Libraries/KDE
 Requires:       libKPimSMTP5 = %{version}
 Requires:       cmake(KF5CoreAddons)
 Requires:       cmake(KF5I18n)
@@ -71,14 +68,13 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON
-  %cmake_build
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
-    %find_lang %{name} --with-man --with-qt --all-name
-  %endif
+%kf5_makeinstall -C build
+
+%find_lang %{name} --with-man --with-qt --all-name
 
 %post -n libKPimSMTP5 -p /sbin/ldconfig
 %postun -n libKPimSMTP5 -p /sbin/ldconfig
@@ -96,8 +92,6 @@
 %{_kf5_libdir}/libKPimSMTP.so
 %{_kf5_mkspecsdir}/qt_KSMTP.pri
 
-%if %{with released}
 %files lang -f %{name}.lang
-%endif
 
 %changelog


++++++ ksmtp-22.08.3.tar.xz -> ksmtp-22.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/.gitlab-ci.yml 
new/ksmtp-22.12.0/.gitlab-ci.yml
--- old/ksmtp-22.08.3/.gitlab-ci.yml    2022-10-13 13:45:16.000000000 +0200
+++ new/ksmtp-22.12.0/.gitlab-ci.yml    2022-11-26 09:29:56.000000000 +0100
@@ -5,4 +5,7 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/CMakeLists.txt 
new/ksmtp-22.12.0/CMakeLists.txt
--- old/ksmtp-22.08.3/CMakeLists.txt    2022-10-13 13:45:16.000000000 +0200
+++ new/ksmtp-22.12.0/CMakeLists.txt    2022-11-26 09:29:56.000000000 +0100
@@ -1,13 +1,13 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.3")
+set(PIM_VERSION "5.22.0")
 
 project(KSMTP VERSION ${PIM_VERSION})
 
 
 # ECM setup
-set(KF5_MIN_VERSION "5.95.0")
+set(KF5_MIN_VERSION "5.99.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -38,6 +38,9 @@
 
 set(KSMTP_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.15.2")
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+endif()
 ecm_setup_version(PROJECT VARIABLE_PREFIX KSMTP
     VERSION_HEADER ${KSMTP_BINARY_DIR}/ksmtp_version.h
     PACKAGE_VERSION_FILE ${KSMTP_BINARY_DIR}/KPimSMTPConfigVersion.cmake
@@ -67,7 +70,7 @@
 )
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libksmtp5\")
-ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.96.0)
+ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.99.0)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/autotests/CMakeLists.txt 
new/ksmtp-22.12.0/autotests/CMakeLists.txt
--- old/ksmtp-22.08.3/autotests/CMakeLists.txt  2022-10-13 13:45:16.000000000 
+0200
+++ new/ksmtp-22.12.0/autotests/CMakeLists.txt  2022-11-26 09:29:56.000000000 
+0100
@@ -4,6 +4,6 @@
 find_package(Qt${QT_MAJOR_VERSION}Test ${QT_REQUIRED_VERSION} REQUIRED)
 
 ecm_add_test(smtptest.cpp fakeserver.cpp smtptest.h fakeserver.h
-    LINK_LIBRARIES KPimSMTP Qt${QT_MAJOR_VERSION}::Test 
Qt${QT_MAJOR_VERSION}::Network
+    LINK_LIBRARIES KPimSMTP Qt::Test Qt::Network
     TEST_NAME smtptest
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/ka/libksmtp5.po 
new/ksmtp-22.12.0/po/ka/libksmtp5.po
--- old/ksmtp-22.08.3/po/ka/libksmtp5.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/ksmtp-22.12.0/po/ka/libksmtp5.po        2022-11-26 09:29:56.000000000 
+0100
@@ -0,0 +1,90 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the ksmtp package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ksmtp\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2022-04-14 00:45+0000\n"
+"PO-Revision-Date: 2022-05-21 06:33+0200\n"
+"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
+"Language-Team: Georgian <kde-i18n-...@kde.org>\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.0.1\n"
+
+#: job.cpp:58
+#, kde-format
+msgid "Service not available"
+msgstr "სერვისი ხელმიუწვდომელია"
+
+#: job.cpp:60
+#, kde-format
+msgid "Mailbox unavailable. The server said: %1"
+msgstr "საფოსტო ყუთი 
მიუწვდომელია. სერვერის 
პასუხი: %1"
+
+#: job.cpp:62
+#, kde-format
+msgid "Insufficient storage space on server. The server said: %1"
+msgstr "სერვერზე საცავის არ
ასაკმარისი ზომა. სერვერმა 
თქვა: %1"
+
+#: job.cpp:64
+#, kde-format
+msgid "Server error: %1"
+msgstr "სერვერის შეცდომა: %1"
+
+#: job.cpp:73
+#, kde-format
+msgid "Connection to server lost."
+msgstr "სერვერთან კავშირი დაკარ
გულია."
+
+#: loginjob.cpp:77
+#, kde-format
+msgid "Login"
+msgstr "შესვლა"
+
+#: loginjob.cpp:163
+#, kde-format
+msgid ""
+"Could not authenticate to the SMTP server because no matching authentication "
+"method has been found"
+msgstr ""
+"SMTP ავთენტიკაცია შეუძლებელია. 
ავთენტიკაციის შესაბამისი 
მეთოდი ნაპოვნი არაა"
+
+#: loginjob.cpp:224
+#, kde-format
+msgid "Token expired"
+msgstr "კოდი ვადაგასულია"
+
+#: loginjob.cpp:268
+#, kde-format
+msgid "Login failed, cannot initialize the SASL library"
+msgstr "შესვლის შეცდომა. SAS 
ბიბილიოთეკის ინიციალიზაცია 
შეუძლებელია"
+
+#: sendjob.cpp:54
+#, kde-format
+msgid "SendJob"
+msgstr "SendJob"
+
+#: sendjob.cpp:103
+#, kde-format
+msgid ""
+"Could not send the message because either the sender or recipient field is "
+"missing or invalid"
+msgstr ""
+"გამგზავნის ან მიმღების 
ველის არასწორი შემცველობის 
ან არარსებობის გამო "
+"შეტყობინების გაგზავნა 
შეუძლებელია"
+
+#: sendjob.cpp:111
+#, kde-format
+msgid ""
+"Could not send the message because it exceeds the maximum allowed size of %1 "
+"bytes. (Message size: %2 bytes.)"
+msgstr ""
+"შეტყობინების მაქსიმალური 
ზომის (%1 ბაიტი) გადაჭარბების 
გამო შეტყობინების "
+"გაგზავნა შეუძლებელია. 
(შეტყობინების ზომაა %2 ბაიტი)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/sr@ijekavian/libksmtp5.po 
new/ksmtp-22.12.0/po/sr@ijekavian/libksmtp5.po
--- old/ksmtp-22.08.3/po/sr@ijekavian/libksmtp5.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ksmtp-22.12.0/po/sr@ijekavian/libksmtp5.po      2022-11-26 
09:29:56.000000000 +0100
@@ -0,0 +1,98 @@
+# Translation of libksmtp5.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libksmtp5\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-05-10 03:46+0200\n"
+"PO-Revision-Date: 2017-08-05 19:10+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: job.cpp:72
+#, kde-format
+msgid "Service not available"
+msgstr ""
+
+#: job.cpp:74
+#, kde-format
+msgid "Mailbox unavailable. The server said: %1"
+msgstr ""
+
+#: job.cpp:76
+#, kde-format
+msgid "Insufficient storage space on server. The server said: %1"
+msgstr ""
+
+#: job.cpp:78
+#, fuzzy, kde-format
+#| msgid "Server error"
+msgid "Server error: %1"
+msgstr "Грешка сервера"
+
+#: job.cpp:87
+#, kde-format
+msgid "Connection to server lost."
+msgstr "Веза са сервером изгубљена."
+
+#: loginjob.cpp:94
+#, kde-format
+msgid "Login"
+msgstr "Пријављивање"
+
+#: loginjob.cpp:159
+#, kde-format
+msgid "STARTTLS is not supported by the server, try using SSL/TLS instead."
+msgstr ""
+
+#: loginjob.cpp:223
+#, kde-format
+msgid ""
+"Could not authenticate to the SMTP server because no matching authentication "
+"method has been found"
+msgstr ""
+"Не могу да се аутентификујем на СМТП 
серверу зато што није нађен ниједан "
+"поклапајући метод аутентификације."
+
+#: loginjob.cpp:286
+#, kde-format
+msgid "Token expired"
+msgstr ""
+
+#: loginjob.cpp:331
+#, kde-format
+msgid "Login failed, cannot initialize the SASL library"
+msgstr "Пријављивање пропало, не могу да 
припремим САСЛ библиотеку"
+
+# rewrite-msgid: /Job//
+#: sendjob.cpp:69
+#, kde-format
+msgid "SendJob"
+msgstr "Слање"
+
+#: sendjob.cpp:120
+#, kde-format
+msgid ""
+"Could not send the message because either the sender or recipient field is "
+"missing or invalid"
+msgstr ""
+"Не могу да пошаљем поруку зато што је или 
поље пошиљаоца или примаоца празно "
+"или лоше."
+
+#: sendjob.cpp:128
+#, kde-format
+msgid ""
+"Could not send the message because it exceeds the maximum allowed size of %1 "
+"bytes. (Message size: %2 bytes.)"
+msgstr ""
+"Не могу да пошаљем поруку зато што 
премашује највећу дозвољену величину од "
+"%1 B. (Величина поруке: %2 B.)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/sr@ijekavianlatin/libksmtp5.po 
new/ksmtp-22.12.0/po/sr@ijekavianlatin/libksmtp5.po
--- old/ksmtp-22.08.3/po/sr@ijekavianlatin/libksmtp5.po 1970-01-01 
01:00:00.000000000 +0100
+++ new/ksmtp-22.12.0/po/sr@ijekavianlatin/libksmtp5.po 2022-11-26 
09:29:56.000000000 +0100
@@ -0,0 +1,98 @@
+# Translation of libksmtp5.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libksmtp5\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-05-10 03:46+0200\n"
+"PO-Revision-Date: 2017-08-05 19:10+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: job.cpp:72
+#, kde-format
+msgid "Service not available"
+msgstr ""
+
+#: job.cpp:74
+#, kde-format
+msgid "Mailbox unavailable. The server said: %1"
+msgstr ""
+
+#: job.cpp:76
+#, kde-format
+msgid "Insufficient storage space on server. The server said: %1"
+msgstr ""
+
+#: job.cpp:78
+#, fuzzy, kde-format
+#| msgid "Server error"
+msgid "Server error: %1"
+msgstr "Greška servera"
+
+#: job.cpp:87
+#, kde-format
+msgid "Connection to server lost."
+msgstr "Veza sa serverom izgubljena."
+
+#: loginjob.cpp:94
+#, kde-format
+msgid "Login"
+msgstr "Prijavljivanje"
+
+#: loginjob.cpp:159
+#, kde-format
+msgid "STARTTLS is not supported by the server, try using SSL/TLS instead."
+msgstr ""
+
+#: loginjob.cpp:223
+#, kde-format
+msgid ""
+"Could not authenticate to the SMTP server because no matching authentication "
+"method has been found"
+msgstr ""
+"Ne mogu da se autentifikujem na SMTP serveru zato što nije nađen nijedan "
+"poklapajući metod autentifikacije."
+
+#: loginjob.cpp:286
+#, kde-format
+msgid "Token expired"
+msgstr ""
+
+#: loginjob.cpp:331
+#, kde-format
+msgid "Login failed, cannot initialize the SASL library"
+msgstr "Prijavljivanje propalo, ne mogu da pripremim SASL biblioteku"
+
+# rewrite-msgid: /Job//
+#: sendjob.cpp:69
+#, kde-format
+msgid "SendJob"
+msgstr "Slanje"
+
+#: sendjob.cpp:120
+#, kde-format
+msgid ""
+"Could not send the message because either the sender or recipient field is "
+"missing or invalid"
+msgstr ""
+"Ne mogu da pošaljem poruku zato što je ili polje pošiljaoca ili primaoca "
+"prazno ili loše."
+
+#: sendjob.cpp:128
+#, kde-format
+msgid ""
+"Could not send the message because it exceeds the maximum allowed size of %1 "
+"bytes. (Message size: %2 bytes.)"
+msgstr ""
+"Ne mogu da pošaljem poruku zato što premašuje najveću dozvoljenu 
veličinu od "
+"%1 B. (Veličina poruke: %2 B.)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/sr@latin/libksmtp5.po 
new/ksmtp-22.12.0/po/sr@latin/libksmtp5.po
--- old/ksmtp-22.08.3/po/sr@latin/libksmtp5.po  1970-01-01 01:00:00.000000000 
+0100
+++ new/ksmtp-22.12.0/po/sr@latin/libksmtp5.po  2022-11-26 09:29:56.000000000 
+0100
@@ -0,0 +1,98 @@
+# Translation of libksmtp5.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: libksmtp5\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-05-10 03:46+0200\n"
+"PO-Revision-Date: 2017-08-05 19:10+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: job.cpp:72
+#, kde-format
+msgid "Service not available"
+msgstr ""
+
+#: job.cpp:74
+#, kde-format
+msgid "Mailbox unavailable. The server said: %1"
+msgstr ""
+
+#: job.cpp:76
+#, kde-format
+msgid "Insufficient storage space on server. The server said: %1"
+msgstr ""
+
+#: job.cpp:78
+#, fuzzy, kde-format
+#| msgid "Server error"
+msgid "Server error: %1"
+msgstr "Greška servera"
+
+#: job.cpp:87
+#, kde-format
+msgid "Connection to server lost."
+msgstr "Veza sa serverom izgubljena."
+
+#: loginjob.cpp:94
+#, kde-format
+msgid "Login"
+msgstr "Prijavljivanje"
+
+#: loginjob.cpp:159
+#, kde-format
+msgid "STARTTLS is not supported by the server, try using SSL/TLS instead."
+msgstr ""
+
+#: loginjob.cpp:223
+#, kde-format
+msgid ""
+"Could not authenticate to the SMTP server because no matching authentication "
+"method has been found"
+msgstr ""
+"Ne mogu da se autentifikujem na SMTP serveru zato što nije nađen nijedan "
+"poklapajući metod autentifikacije."
+
+#: loginjob.cpp:286
+#, kde-format
+msgid "Token expired"
+msgstr ""
+
+#: loginjob.cpp:331
+#, kde-format
+msgid "Login failed, cannot initialize the SASL library"
+msgstr "Prijavljivanje propalo, ne mogu da pripremim SASL biblioteku"
+
+# rewrite-msgid: /Job//
+#: sendjob.cpp:69
+#, kde-format
+msgid "SendJob"
+msgstr "Slanje"
+
+#: sendjob.cpp:120
+#, kde-format
+msgid ""
+"Could not send the message because either the sender or recipient field is "
+"missing or invalid"
+msgstr ""
+"Ne mogu da pošaljem poruku zato što je ili polje pošiljaoca ili primaoca "
+"prazno ili loše."
+
+#: sendjob.cpp:128
+#, kde-format
+msgid ""
+"Could not send the message because it exceeds the maximum allowed size of %1 "
+"bytes. (Message size: %2 bytes.)"
+msgstr ""
+"Ne mogu da pošaljem poruku zato što premašuje najveću dozvoljenu 
veličinu od "
+"%1 B. (Veličina poruke: %2 B.)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/tr/libksmtp5.po 
new/ksmtp-22.12.0/po/tr/libksmtp5.po
--- old/ksmtp-22.08.3/po/tr/libksmtp5.po        2022-11-01 01:17:21.000000000 
+0100
+++ new/ksmtp-22.12.0/po/tr/libksmtp5.po        2022-11-26 09:29:56.000000000 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-04-14 00:45+0000\n"
-"PO-Revision-Date: 2022-06-24 05:15+0300\n"
+"PO-Revision-Date: 2022-11-01 12:56+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.04.2\n"
+"X-Generator: Lokalize 22.08.2\n"
 
 #: job.cpp:58
 #, kde-format
@@ -64,7 +64,7 @@
 #: loginjob.cpp:268
 #, kde-format
 msgid "Login failed, cannot initialize the SASL library"
-msgstr "Giriş başarısız, SASL kütüphanesi başlatılamıyor"
+msgstr "Giriş başarısız, SASL kitaplığı başlatılamıyor"
 
 #: sendjob.cpp:54
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/po/zh_CN/libksmtp5.po 
new/ksmtp-22.12.0/po/zh_CN/libksmtp5.po
--- old/ksmtp-22.08.3/po/zh_CN/libksmtp5.po     2022-11-01 01:17:21.000000000 
+0100
+++ new/ksmtp-22.12.0/po/zh_CN/libksmtp5.po     2022-11-26 09:29:56.000000000 
+0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-04-14 00:45+0000\n"
-"PO-Revision-Date: 2022-10-30 07:51\n"
+"PO-Revision-Date: 2022-11-19 14:51\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/src/CMakeLists.txt 
new/ksmtp-22.12.0/src/CMakeLists.txt
--- old/ksmtp-22.08.3/src/CMakeLists.txt        2022-10-13 13:45:16.000000000 
+0200
+++ new/ksmtp-22.12.0/src/CMakeLists.txt        2022-11-26 09:29:56.000000000 
+0100
@@ -43,7 +43,7 @@
 PRIVATE
     KF5::I18n
     KF5::KIOCore
-    Qt${QT_MAJOR_VERSION}::Network
+    Qt::Network
     Sasl2::Sasl2
     ${extra_LIBS}
 )
@@ -66,7 +66,7 @@
     REQUIRED_HEADERS KSMTP_HEADERS
 )
 
-install(TARGETS KPimSMTP EXPORT KPimSMTPTargets 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS KPimSMTP EXPORT KPimSMTPTargets 
${KF_INSTALL_TARGETS_DEFAULT_ARGS})
 
 install(FILES
     ${CMAKE_CURRENT_BINARY_DIR}/ksmtp_export.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/src/session.cpp 
new/ksmtp-22.12.0/src/session.cpp
--- old/ksmtp-22.08.3/src/session.cpp   2022-10-13 13:45:16.000000000 +0200
+++ new/ksmtp-22.12.0/src/session.cpp   2022-11-26 09:29:56.000000000 +0100
@@ -18,7 +18,6 @@
 #include <QHostAddress>
 #include <QHostInfo>
 #include <QPointer>
-#include <QSslSocket>
 #include <QUrl>
 
 using namespace KSmtp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-22.08.3/tests/CMakeLists.txt 
new/ksmtp-22.12.0/tests/CMakeLists.txt
--- old/ksmtp-22.08.3/tests/CMakeLists.txt      2022-10-13 13:45:16.000000000 
+0200
+++ new/ksmtp-22.12.0/tests/CMakeLists.txt      2022-11-26 09:29:56.000000000 
+0100
@@ -1,4 +1,4 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 add_executable(logintest logintest.cpp)
-target_link_libraries(logintest KPimSMTP Qt${QT_MAJOR_VERSION}::Core 
KF5::KIOWidgets)
+target_link_libraries(logintest KPimSMTP Qt::Core KF5::KIOWidgets)

Reply via email to