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)