Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libksieve for openSUSE:Factory 
checked in at 2021-09-04 22:33:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksieve (Old)
 and      /work/SRC/openSUSE:Factory/.libksieve.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksieve"

Sat Sep  4 22:33:36 2021 rev:67 rq:916009 version:21.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes      2021-08-16 
10:09:15.683262166 +0200
+++ /work/SRC/openSUSE:Factory/.libksieve.new.1899/libksieve.changes    
2021-09-04 22:35:46.428184852 +0200
@@ -1,0 +2,11 @@
+Wed Sep  1 12:39:26 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- Changes since 21.08.0:
+  * SieveEditorHelpHtmlWidgetTest: handle 0x0-sized window failing expectations
+  * SieveDateSpinBox: fix result of code() for weekdays
+
+-------------------------------------------------------------------

Old:
----
  libksieve-21.08.0.tar.xz
  libksieve-21.08.0.tar.xz.sig

New:
----
  libksieve-21.08.1.tar.xz
  libksieve-21.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ libksieve.spec ++++++
--- /var/tmp/diff_new_pack.5Hp0jq/_old  2021-09-04 22:35:46.912185493 +0200
+++ /var/tmp/diff_new_pack.5Hp0jq/_new  2021-09-04 22:35:46.912185493 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libksieve
-Version:        21.08.0
+Version:        21.08.1
 Release:        0
 Summary:        Sieve and Managesieve support library for KDE PIM applications
 License:        GPL-2.0-only AND LGPL-2.1-or-later


++++++ libksieve-21.08.0.tar.xz -> libksieve-21.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/CMakeLists.txt 
new/libksieve-21.08.1/CMakeLists.txt
--- old/libksieve-21.08.0/CMakeLists.txt        2021-07-31 12:08:39.000000000 
+0200
+++ new/libksieve-21.08.1/CMakeLists.txt        2021-08-13 08:47:10.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.0")
+set(PIM_VERSION "5.18.1")
 
 project(libksieve VERSION ${PIM_VERSION})
 
@@ -25,13 +25,13 @@
 
 set(LIBKSIEVE_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.15.0")
-set(KMIME_LIB_VERSION "5.18.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.18.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.18.0")
-set(LIBKDEPIM_LIB_VERSION "5.18.0")
-set(PIMCOMMON_LIB_VERSION "5.18.0")
-set(KIMAP_LIB_VERSION "5.18.0")
+set(KMIME_LIB_VERSION "5.18.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.18.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.18.1")
+set(LIBKDEPIM_LIB_VERSION "5.18.1")
+set(PIMCOMMON_LIB_VERSION "5.18.1")
+set(KIMAP_LIB_VERSION "5.18.1")
 
 option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile 
time)" OFF)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/cs/libksieve.po 
new/libksieve-21.08.1/po/cs/libksieve.po
--- old/libksieve-21.08.0/po/cs/libksieve.po    2021-08-06 02:24:42.000000000 
+0200
+++ new/libksieve-21.08.1/po/cs/libksieve.po    2021-08-31 02:38:53.000000000 
+0200
@@ -2,6 +2,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pel????k <v...@pelcak.org>, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020.
 # Tom???? Chv??tal <tomas.chva...@gmail.com>, 2012, 2013.
+# Vit Pelcak <vpel...@suse.cz>, 2021.
 #
 msgid ""
 msgstr ""
@@ -16,7 +17,7 @@
 "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 20.04.1\n"
+"X-Generator: Lokalize 21.04.3\n"
 
 #: kmanagesieve/session.cpp:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/de/libksieve.po 
new/libksieve-21.08.1/po/de/libksieve.po
--- old/libksieve-21.08.0/po/de/libksieve.po    2021-08-06 02:24:42.000000000 
+0200
+++ new/libksieve-21.08.1/po/de/libksieve.po    2021-08-31 02:38:53.000000000 
+0200
@@ -18,6 +18,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 19.12.3\n"
 
 #: kmanagesieve/session.cpp:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/fr/libksieve.po 
new/libksieve-21.08.1/po/fr/libksieve.po
--- old/libksieve-21.08.0/po/fr/libksieve.po    2021-08-06 02:24:42.000000000 
+0200
+++ new/libksieve-21.08.1/po/fr/libksieve.po    2021-08-31 02:38:53.000000000 
+0200
@@ -21,7 +21,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 20.12.0\n"
+"X-Generator: Lokalize 21.07.90\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/ia/libksieve.po 
new/libksieve-21.08.1/po/ia/libksieve.po
--- old/libksieve-21.08.0/po/ia/libksieve.po    2021-08-06 02:24:42.000000000 
+0200
+++ new/libksieve-21.08.1/po/ia/libksieve.po    2021-08-31 02:38:53.000000000 
+0200
@@ -1,22 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora <g.s...@tiscali.it>, 2011, 2012, 2013, 2020.
+# g.sora <g.s...@tiscali.it>, 2011, 2012, 2013, 2020, 2021.
 # Giovanni Sora <g.s...@tioscali.it>, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-15 01:41+0000\n"
-"PO-Revision-Date: 2020-11-15 22:05+0100\n"
-"Last-Translator: Giovanni Sora <g.s...@tiscali.it>\n"
+"PO-Revision-Date: 2021-08-08 21:48+0200\n"
+"Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.04.3\n"
 
 #: kmanagesieve/session.cpp:91
 #, kde-format
@@ -1985,7 +1985,7 @@
 #: ksieveui/editor/sieveeditormenubar.cpp:52
 #, kde-format
 msgid "Go to Line"
-msgstr "Vade a le Linea"
+msgstr "Vade al Linea"
 
 #: ksieveui/editor/sieveeditormenubar.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/it/libksieve.po 
new/libksieve-21.08.1/po/it/libksieve.po
--- old/libksieve-21.08.0/po/it/libksieve.po    2021-08-06 02:24:42.000000000 
+0200
+++ new/libksieve-21.08.1/po/it/libksieve.po    2021-08-31 02:38:53.000000000 
+0200
@@ -1,7 +1,7 @@
 # translation of libksieve.po to Italian
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # Luciano Montanaro <mikel...@cirulla.net>, 2003, 2010, 2011, 2012.
-# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020.
+# Luigi Toscano <luigi.tosc...@tiscali.it>, 2013, 2014, 2015, 2016, 2017, 
2018, 2019, 2020, 2021.
 # Vincenzo Reale <smart212...@gmail.com>, 2020.
 #
 msgid ""
@@ -17,7 +17,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 20.04.1\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #: kmanagesieve/session.cpp:91
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/zh_CN/kio_sieve.po 
new/libksieve-21.08.1/po/zh_CN/kio_sieve.po
--- old/libksieve-21.08.0/po/zh_CN/kio_sieve.po 2021-08-06 02:24:43.000000000 
+0200
+++ new/libksieve-21.08.1/po/zh_CN/kio_sieve.po 2021-08-31 02:38:53.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-06-05 00:17+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-21.08.0/po/zh_CN/libksieve.po 
new/libksieve-21.08.1/po/zh_CN/libksieve.po
--- old/libksieve-21.08.0/po/zh_CN/libksieve.po 2021-08-06 02:24:43.000000000 
+0200
+++ new/libksieve-21.08.1/po/zh_CN/libksieve.po 2021-08-31 02:38:53.000000000 
+0200
@@ -4,7 +4,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-15 01:41+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -124,7 +124,7 @@
 #: ksieveui/autocreatescripts/autocreatescriptutil.cpp:176
 #, kde-format
 msgid "Cannot find item \"%1\" in widget \"%2\""
-msgstr ""
+msgstr "??????????????????%2?????????????????????%1???"
 
 #: ksieveui/autocreatescripts/autocreatescriptutil.cpp:184
 #, kde-format
@@ -135,12 +135,12 @@
 #, kde-format
 msgid ""
 "Not enough arguments for SelectConvertParameterWidget. Expected 2 arguments."
-msgstr ""
+msgstr "???????????????SelectConvertParameterWidget ?????????????????????"
 
 #: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:39
 #, kde-format
 msgid "Too many arguments for SelectConvertParameterWidget, \"%1\""
-msgstr ""
+msgstr "SelectConvertParameterWidget ??????????????? (%1 ???) ??????"
 
 #: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:62
 #: ksieveui/autocreatescripts/commonwidgets/selectconvertparameterwidget.cpp:73
@@ -212,13 +212,13 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:43
 #, kde-format
 msgid "An unknown tag \"%1\" was found during parsing action \"%2\"."
-msgstr ""
+msgstr "???????????????%2????????????????????????????????????%1??????"
 
 #: ksieveui/autocreatescripts/commonwidgets/sievecommonactioncondition.cpp:108
 #: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:48
 #, kde-format
 msgid "An unknown tag value \"%1\" was found during parsing action \"%2\"."
-msgstr ""
+msgstr "???????????????%2???????????????????????????????????????%1??????"
 
 #: ksieveui/autocreatescripts/commonwidgets/sievecommonactioncondition.cpp:113
 #: ksieveui/autocreatescripts/sieveactions/sieveaction.cpp:53
@@ -233,7 +233,7 @@
 #: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:53
 #, kde-format
 msgid "A feature \"%1\" in condition \"%2\" is not supported by server"
-msgstr ""
+msgstr "??????????????????????????????%2????????????%1?????????"
 
 #: ksieveui/autocreatescripts/commonwidgets/sievehelpbutton.cpp:19
 #: ksieveui/editor/sieveeditortabwidget.cpp:152
@@ -253,6 +253,8 @@
 "any previously set flags.  This means that multiple occurrences of addflag "
 "are treated additively."
 msgstr ""
+"Addflag ????????? [IMAP] 
??????????????????????????????????????????????????????????????????????????? "
+"addflag ???????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionaddheader.cpp:24
 #, kde-format
@@ -277,7 +279,7 @@
 #, kde-format
 msgid ""
 "The addheader action adds a header field to the existing message header."
-msgstr ""
+msgstr "addheader ????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionbreak.cpp:21
 #, kde-format
@@ -293,7 +295,7 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveactionbreak.cpp:89
 #, kde-format
 msgid "The break command terminates the closest enclosing loop."
-msgstr ""
+msgstr "break ?????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionconvert.cpp:20
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionconvert.cpp:20
@@ -327,6 +329,8 @@
 "to \"media-type\" be converted to the media type in \"media-type\" using "
 "conversion parameters."
 msgstr ""
+"???convert??????????????????????????????????????????????????????????????????media-type???????????????????????????"
+"????????????media-type??????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp:24
 #, kde-format
@@ -338,7 +342,7 @@
 msgid ""
 "By default, the deleteheader action deletes all occurrences of the named "
 "header field."
-msgstr ""
+msgstr "??????????????????deleteheader 
????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactiondiscard.cpp:12
 #: ksieveui/vacation/vacationutils.cpp:48
@@ -349,7 +353,7 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveactiondiscard.cpp:23
 #, kde-format
 msgid "Discard is used to silently throw away the message."
-msgstr ""
+msgstr "?????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionenclose.cpp:22
 #, kde-format
@@ -381,7 +385,7 @@
 msgid ""
 "Enclose action command is defined to allow an entire message to be enclosed "
 "as an attachment to a new message."
-msgstr ""
+msgstr "Enclose 
????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionereject.cpp:20
 #, kde-format
@@ -393,7 +397,7 @@
 msgid ""
 " The \"ereject\" action cancels the implicit keep and refuses delivery of a "
 "message."
-msgstr ""
+msgstr "???ereject?????????????????????????????? 
keep???????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:21
 #, kde-format
@@ -408,14 +412,14 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:42
 #, kde-format
 msgid "Stored in variable name:"
-msgstr ""
+msgstr "???????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionextracttext.cpp:110
 #, kde-format
 msgid ""
 "The \"extracttext\" action may be used within the context of a \"foreverypart"
 "\" loop and is used to store text into a variable"
-msgstr ""
+msgstr 
"???extracttext?????????????????????foreverypart????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:20
 #, kde-format
@@ -427,7 +431,7 @@
 msgid ""
 "Action \"fileinto\" has \"copy\" argument but current server does not "
 "support it"
-msgstr ""
+msgstr 
"???fileinto??????????????????copy???????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:96
 #: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:35
@@ -444,7 +448,7 @@
 #, kde-format
 msgid ""
 "The \"fileinto\" action delivers the message into the specified mailbox."
-msgstr ""
+msgstr "???fileinto????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:150
 #, kde-format
@@ -453,6 +457,8 @@
 "interpreter to create the specified mailbox, if needed, before attempting to "
 "deliver the message into the specified mailbox."
 msgstr ""
+"???????????????????????????:create??????????????? Sieve ????????? 
(????????????????????????) ???????????????"
+"??????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:155
 #, kde-format
@@ -475,6 +481,8 @@
 "actions, if no filtering happens at all; generally, this simply means to "
 "file the message into the user's main mailbox."
 msgstr ""
+"???keep????????????????????????????????????????????????????????????????????????????????????????????????????????????"
+"??????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionkeep.cpp:55
 #, kde-format
@@ -500,7 +508,7 @@
 #, kde-format
 msgid ""
 "The \"notify\" action specifies that a notification should be sent to a user."
-msgstr ""
+msgstr "???notify?????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:22
 #, kde-format
@@ -520,6 +528,8 @@
 "action makes no changes to the message body or existing headers, but it may "
 "add new headers."
 msgstr ""
+"???redirect???????????????????????????????????????????????????????????????????????????????????????"
+"?????????redirect???????????????????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionredirect.cpp:143
 #, kde-format
@@ -528,6 +538,8 @@
 "cancel the implicit \"keep\". Instead, it redirects a copy in addition to "
 "whatever else is happening to the message."
 msgstr ""
+"??????????????????????????????:copy?????????????????????????????????????????????keep?????????????????????????????????"
+"???????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionreject.cpp:20
 #, kde-format
@@ -539,7 +551,7 @@
 msgid ""
 " The \"reject\" action cancels the implicit keep and refuses delivery of a "
 "message."
-msgstr ""
+msgstr "???reject?????????????????????????????? 
keep???????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionremoveflags.cpp:13
 #, kde-format
@@ -553,6 +565,8 @@
 "clears flags previously set by \"set\"/\"addflag\". Calling removeflag with "
 "a flag that wasn't set before is not an error and is ignored."
 msgstr ""
+"Removeflag ????????? [IMAP] 
?????????????????????????????????????????????set?????????addflag???????????????"
+"???????????????????????? removeflag 
?????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionreplace.cpp:24
 #, kde-format
@@ -569,7 +583,7 @@
 msgid ""
 "The \"replace\" command is defined to allow a MIME part to be replaced with "
 "the text supplied in the command."
-msgstr ""
+msgstr "???replace???????????????????????????????????? MIME ????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionreturn.cpp:13
 #, kde-format
@@ -594,6 +608,7 @@
 "Setflag is used for setting [IMAP] system flags or keywords. Setflag "
 "replaces any previously set flags."
 msgstr ""
+"Setflag ???????????? [IMAP] ???????????????????????????Setflag 
????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:24
 #, kde-format
@@ -622,14 +637,14 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:106
 #, kde-format
 msgid "Script needs regex support, but server does not have it."
-msgstr ""
+msgstr "???????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:169
 #, kde-format
 msgid ""
 "The \"set\" action stores the specified value in the variable identified by "
 "name."
-msgstr ""
+msgstr 
"???set???????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionsetvariable.cpp:172
 #, kde-format
@@ -639,6 +654,8 @@
 "Every character with special meaning (. , *, ? , etc.) is prefixed with \\ "
 "in the expansion"
 msgstr ""
+"????????? :regex 
?????????????????????????????????????????????????????????????????????????????????????????????"
+"??????????????????????????????????????????????????? 
(???.??????*?????????????) ?????????????????????\\??????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionstop.cpp:14
 #, kde-format
@@ -675,7 +692,7 @@
 #: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:75
 #, kde-format
 msgid "Vacation reason:"
-msgstr ""
+msgstr "Vacation ?????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:196
 #, kde-format
@@ -685,6 +702,8 @@
 "provide correspondents with notification that the user is away for an "
 "extended period of time and that they should not expect quick responses."
 msgstr ""
+"???vacation???????????????????????????????????????????????? Unix 
??????????????? vacation ????????? "
+"vacation 
??????????????????????????????????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:200
 #, kde-format
@@ -694,13 +713,15 @@
 "are cases when one needs more granularity, if one would like to generate "
 "\"vacation\" replies more frequently."
 msgstr ""
+"?????????:days??????????????????????????? [n] 
??????????????????????????????????????????????????????????????????"
+"???????????????vacation??????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/sieveactionvacation.cpp:202
 #, kde-format
 msgid ""
 "This extension defines a \":seconds\" parameter to provide more granularity "
 "for such situations."
-msgstr ""
+msgstr 
"???????????????:seconds??????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/widgets/addresslineedit.cpp:24
 #, kde-format
@@ -715,12 +736,12 @@
 #: 
ksieveui/autocreatescripts/sieveactions/widgets/selectaddheaderpositioncombobox.cpp:25
 #, kde-format
 msgid "Insert at the beginning"
-msgstr ""
+msgstr "??????????????????"
 
 #: 
ksieveui/autocreatescripts/sieveactions/widgets/selectaddheaderpositioncombobox.cpp:26
 #, kde-format
 msgid "Append at the end"
-msgstr ""
+msgstr "???????????????"
 
 #: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:28
 #, kde-format
@@ -761,7 +782,7 @@
 #: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:140
 #, kde-format
 msgid "..."
-msgstr ""
+msgstr "..."
 
 #: ksieveui/autocreatescripts/sieveactions/widgets/selectflagswidget.cpp:141
 #, kde-format
@@ -848,24 +869,24 @@
 #: ksieveui/autocreatescripts/sieveactionwidgetlister.cpp:415
 #, kde-format
 msgid "We detected a loop if in a loop if. It's not supported"
-msgstr ""
+msgstr "??????????????? if ??????????????? if???"
 
 #: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:32
 #, kde-format
 msgid "Unknown tag \"%1\" during parsing condition \"%2\""
-msgstr ""
+msgstr "??????????????????%2??????????????????????????????%1???"
 
 #: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:37
 #, kde-format
 msgid "An unknown tag value \"%1\" was found during parsing condition \"%2\"."
-msgstr ""
+msgstr "??????????????????%2?????????????????????????????????%1???"
 
 #: ksieveui/autocreatescripts/sieveconditions/sievecondition.cpp:42
 #, kde-format
 msgid ""
 "Too many argument found for \"%1\", max value is %2, number of value found "
 "%3 for %4"
-msgstr ""
+msgstr "???%1???????????????????????????????????? %2???%4 ??????????????? %3"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:23
 #, kde-format
@@ -882,7 +903,7 @@
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:62
 #, kde-format
 msgid "Use ; to separate emails"
-msgstr ""
+msgstr "?????????;??????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp:95
 #, kde-format
@@ -892,6 +913,8 @@
 "specified part of the address, as modified by the comparator and the match "
 "keyword."
 msgstr ""
+"???address???????????????????????????????????????????????? Internet 
??????????????????????????????????????????"
+"??????????????????????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionbody.cpp:20
 #, kde-format
@@ -905,6 +928,8 @@
 "anything following the first empty line after the header.  (The empty line "
 "itself, if present, is not considered to be part of the body.)"
 msgstr ""
+"??????????????????????????????????????????????????????????????????????????????????????????????????????(????????????"
+"????????????)"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditioncurrentdate.cpp:21
 #, kde-format
@@ -917,6 +942,8 @@
 "The currentdate test is similar to the date test, except that it operates on "
 "the current date/time rather than a value extracted from the message header."
 msgstr ""
+"currentdate ??????????????? date 
????????????????????????????????????????????????????????????????????????"
+"?????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:23
 #: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:43
@@ -930,7 +957,7 @@
 msgid ""
 "The date test matches date/time information derived from headers containing "
 "date-time values."
-msgstr ""
+msgstr "date ??????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:24
 #, kde-format
@@ -961,6 +988,7 @@
 "by the name string and matches it to the values specified in the key-list "
 "argument."
 msgstr ""
+"environment 
??????????????????????????????????????????????????????????????????????????????????????????"
 
 #: ksieveui/autocreatescripts/sieveconditions/sieveconditionexists.cpp:22
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libksieve-21.08.0/src/ksieveui/autocreatescripts/sieveconditions/widgets/sievedatespinbox.cpp
 
new/libksieve-21.08.1/src/ksieveui/autocreatescripts/sieveconditions/widgets/sievedatespinbox.cpp
--- 
old/libksieve-21.08.0/src/ksieveui/autocreatescripts/sieveconditions/widgets/sievedatespinbox.cpp
   2021-07-31 12:08:39.000000000 +0200
+++ 
new/libksieve-21.08.1/src/ksieveui/autocreatescripts/sieveconditions/widgets/sievedatespinbox.cpp
   2021-08-13 08:47:10.000000000 +0200
@@ -96,7 +96,7 @@
         str = QStringLiteral("%1").arg(value(), 2, 10, QLatin1Char('0'));
         break;
     case SelectDateWidget::Weekday:
-        str = value();
+        str = QString::number(value());
         break;
     default:
         qCWarning(LIBKSIEVE_LOG) << "This type mustn't be selected " << mType;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libksieve-21.08.0/src/ksieveui/editor/webengine/autotests/sieveeditorhelphtmlwidgettest.cpp
 
new/libksieve-21.08.1/src/ksieveui/editor/webengine/autotests/sieveeditorhelphtmlwidgettest.cpp
--- 
old/libksieve-21.08.0/src/ksieveui/editor/webengine/autotests/sieveeditorhelphtmlwidgettest.cpp
     2021-07-31 12:08:39.000000000 +0200
+++ 
new/libksieve-21.08.1/src/ksieveui/editor/webengine/autotests/sieveeditorhelphtmlwidgettest.cpp
     2021-08-13 08:47:10.000000000 +0200
@@ -26,6 +26,9 @@
 void SieveEditorHelpHtmlWidgetTest::shouldHaveDefaultValue()
 {
     KSieveUi::SieveEditorHelpHtmlWidget w;
+    // widget is 0x0 size without any content, which results in show() not 
creating a window, at least in Qt 5.15
+    // so set some dummy size to make window appear
+    w.resize(100, 100);
     w.show();
     QVERIFY(QTest::qWaitForWindowExposed(&w));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libksieve-21.08.0/src/ksieveui/vacation/autotests/vacationutilstest.cpp 
new/libksieve-21.08.1/src/ksieveui/vacation/autotests/vacationutilstest.cpp
--- old/libksieve-21.08.0/src/ksieveui/vacation/autotests/vacationutilstest.cpp 
2021-07-31 12:08:39.000000000 +0200
+++ new/libksieve-21.08.1/src/ksieveui/vacation/autotests/vacationutilstest.cpp 
2021-08-13 08:47:10.000000000 +0200
@@ -15,7 +15,9 @@
 
 using namespace KSieveUi;
 
-QTEST_APPLESS_MAIN(VacationUtilsTest)
+// using KI18n calls which require a Q*Application instance to exist
+// and will assert on the condition when in build in debug mode
+QTEST_MAIN(VacationUtilsTest)
 
 void testAliases(const KMime::Types::AddrSpecList &l1, const 
KMime::Types::AddrSpecList &l2)
 {

Reply via email to