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-02-07 15:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksieve (Old)
 and      /work/SRC/openSUSE:Factory/.libksieve.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksieve"

Sun Feb  7 15:16:09 2021 rev:60 rq:869434 version:20.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes      2021-01-08 
17:37:48.964729133 +0100
+++ /work/SRC/openSUSE:Factory/.libksieve.new.28504/libksieve.changes   
2021-02-07 15:16:55.685573071 +0100
@@ -1,0 +2,9 @@
+Wed Feb  3 08:29:58 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2021-02-apps-update
+- No code change since 20.12.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libksieve.spec ++++++
--- /var/tmp/diff_new_pack.8H9AuT/_old  2021-02-07 15:16:56.641574093 +0100
+++ /var/tmp/diff_new_pack.8H9AuT/_new  2021-02-07 15:16:56.645574098 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libksieve
-Version:        20.12.1
+Version:        20.12.2
 Release:        0
 Summary:        Sieve and Managesieve support library for KDE PIM
 License:        GPL-2.0-only AND LGPL-2.1-or-later

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.8H9AuT/_old and 
/var/tmp/diff_new_pack.8H9AuT/_new differ

++++++ libksieve-20.12.1.tar.xz -> libksieve-20.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-20.12.1/CMakeLists.txt 
new/libksieve-20.12.2/CMakeLists.txt
--- old/libksieve-20.12.1/CMakeLists.txt        2021-01-05 02:26:07.000000000 
+0100
+++ new/libksieve-20.12.2/CMakeLists.txt        2021-02-02 01:54:29.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.16.1")
+set(PIM_VERSION "5.16.2")
 
 project(libksieve VERSION ${PIM_VERSION})
 
@@ -28,13 +28,13 @@
 
 set(LIBKSIEVE_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.13.0")
-set(KMIME_LIB_VERSION "5.16.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.16.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.16.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.16.1")
-set(LIBKDEPIM_LIB_VERSION "5.16.1")
-set(PIMCOMMON_LIB_VERSION "5.16.1")
-set(KIMAP_LIB_VERSION "5.16.1")
+set(KMIME_LIB_VERSION "5.16.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.16.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.16.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.16.2")
+set(LIBKDEPIM_LIB_VERSION "5.16.2")
+set(PIMCOMMON_LIB_VERSION "5.16.2")
+set(KIMAP_LIB_VERSION "5.16.2")
 
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 set(CMAKE_CXX_STANDARD 14)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-20.12.1/kioslave/src/sieve/sieve.protocol 
new/libksieve-20.12.2/kioslave/src/sieve/sieve.protocol
--- old/libksieve-20.12.1/kioslave/src/sieve/sieve.protocol     2020-12-18 
07:21:45.000000000 +0100
+++ new/libksieve-20.12.2/kioslave/src/sieve/sieve.protocol     2021-01-24 
11:19:29.000000000 +0100
@@ -23,7 +23,7 @@
 Description[es]=Un esclavo de E/S para el protocolo de filtrado de correo Sieve
 Description[et]=Sieve kirjade filtreerimise protokolli IO-moodul
 Description[fi]=I/O-asiakas Sieve-postinsuodatusyhteysk??yt??nn??lle
-Description[fr]=Un module d'entr??es??/ sorties pour le protocole de filtrage 
de courriel Sieve
+Description[fr]=Un module d'entr??es??/ sorties pour le protocole de filtrage 
de courriel ????Sieve????
 Description[gl]=Un ioslave para o protocolo de filtrado de correo Sieve.
 Description[ia]=Un ioslave (sclavo de i/e) per le protocollo per filtrar posta 
Sieve
 Description[it]=Un IOSlave per il protocollo di filtraggio della posta Sieve
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-20.12.1/po/fr/libksieve.po 
new/libksieve-20.12.2/po/fr/libksieve.po
--- old/libksieve-20.12.1/po/fr/libksieve.po    2021-01-05 02:26:05.000000000 
+0100
+++ new/libksieve-20.12.2/po/fr/libksieve.po    2021-02-02 01:54:28.000000000 
+0100
@@ -4,7 +4,7 @@
 # Matthieu Robin <[email protected]>, 2004.
 # Jo??lle Cornavin <[email protected]>, 2010, 2011.
 # Geoffray Levasseur <[email protected]>, 2012, 2013, 
2014.
-# xavier <[email protected]>, 2012, 2020.
+# xavier <[email protected]>, 2012, 2020, 2021.
 # Vincent Pinon <[email protected]>, 2017, 2018.
 # Simon Depiets <[email protected]>, 2018, 2019.
 #
@@ -13,7 +13,7 @@
 "Project-Id-Version: libksieve\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-23 02:30+0200\n"
-"PO-Revision-Date: 2020-12-16 20:50+0100\n"
+"PO-Revision-Date: 2021-01-13 16:14+0100\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: FR\n"
 "Language: fr\n"
@@ -1261,7 +1261,7 @@
 "The \"metadataexists\" test is true if all of the annotations listed in the "
 "\"annotation-names\" argument exist for the specified mailbox."
 msgstr ""
-"Le test d'existence des metadonn??es ????metadataexists???? renvoi vrai si 
toutes "
+"Le test d'existence des m??tadonn??es ????metadataexists???? renvoi vrai si 
toutes "
 "les annotations list??es dans l'argument ????annotation-names???? existent 
pour "
 "la bo??te ?? lettre sp??cifi??e."
 
@@ -1293,7 +1293,7 @@
 "The \"servermetadataexists\" test is true if all of the server annotations "
 "listed in the \"annotation-names\" argument exist."
 msgstr ""
-"Le test d'existence des metadonn??es du serveur ????servermetadataexists???? "
+"Le test d'existence des m??tadonn??es du serveur ????servermetadataexists???? 
"
 "renvoi vrai si toutes les annotations du serveur list??es dans l'argument "
 "????annotation-names???? existent."
 
@@ -1382,7 +1382,7 @@
 #: 
ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:29
 #, kde-format
 msgid "localpart"
-msgstr "partielocale"
+msgstr "partie locale"
 
 #: 
ksieveui/autocreatescripts/sieveconditions/widgets/selectaddresspartcombobox.cpp:30
 #, kde-format
@@ -1644,7 +1644,7 @@
 #: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:39
 #, kde-format
 msgid "Add ForEveryPart loop"
-msgstr "Ajouter une boucle ????PourChaquePartie????"
+msgstr "Ajouter une boucle ????Pour Chaque Partie????"
 
 #: ksieveui/autocreatescripts/sieveforeverypartwidget.cpp:62
 #, kde-format
@@ -1921,7 +1921,7 @@
 #: ksieveui/autocreatescripts/sievescriptpage.cpp:47
 #, kde-format
 msgid "ForEveryPart"
-msgstr "PourChaquePartie"
+msgstr "Pour Chaque Partie"
 
 #: ksieveui/autocreatescripts/sievescriptpage.cpp:98
 #, kde-format
@@ -2177,7 +2177,7 @@
 #: ksieveui/editor/sieveeditormenubar.cpp:61
 #, kde-format
 msgid "Uncomment"
-msgstr "D??commenter"
+msgstr "D??-commenter"
 
 #: ksieveui/editor/sieveeditormenubar.cpp:65
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-20.12.1/po/zh_CN/kio_sieve.po 
new/libksieve-20.12.2/po/zh_CN/kio_sieve.po
--- old/libksieve-20.12.1/po/zh_CN/kio_sieve.po 2021-01-05 02:26:06.000000000 
+0100
+++ new/libksieve-20.12.2/po/zh_CN/kio_sieve.po 2021-02-02 01:54:29.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-14 02:23+0200\n"
-"PO-Revision-Date: 2021-01-03 09:06\n"
+"PO-Revision-Date: 2021-01-28 05:07\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -25,12 +25,12 @@
 #: sieve.cpp:330
 #, kde-format
 msgid "Connecting to %1..."
-msgstr "???????????? %1???"
+msgstr "???????????? %1..."
 
 #: sieve.cpp:333
 #, kde-format
 msgid "The connection to the server was lost."
-msgstr "??????????????????????????????"
+msgstr "???????????????????????????"
 
 #: sieve.cpp:345
 #, kde-format
@@ -40,7 +40,7 @@
 #: sieve.cpp:351
 #, kde-format
 msgid "Can not use TLS since the underlying Qt library does not support it."
-msgstr "???????????? TLS ?????????????????? Qt ???????????????"
+msgstr "???????????? TLS??????????????? Qt ????????????????????????"
 
 #: sieve.cpp:358
 #, kde-format
@@ -50,18 +50,18 @@
 "You can choose to try to initiate TLS negotiations nonetheless, or cancel "
 "the operation."
 msgstr ""
-"???????????????????????? TLS ???????????????????????? Sieve 
?????????????????????????????? TLS???\n"
-"??????????????????????????? TLS ???????????????????????????"
+"???????????????????????? TLS ???????????????????????? Sieve 
????????????????????????????????? TLS???\n"
+"????????????????????? TLS ?????????????????????????????????"
 
 #: sieve.cpp:360
 #, kde-format
 msgid "Server Does Not Advertise TLS"
-msgstr "?????????????????? TLS ??????"
+msgstr "???????????????????????? TLS"
 
 #: sieve.cpp:360
 #, kde-format
 msgid "&Start TLS nonetheless"
-msgstr "???????????? TLS ??????(&S)"
+msgstr "???????????? TLS ??????(&S)"
 
 #: sieve.cpp:360
 #, kde-format
@@ -77,7 +77,7 @@
 #, kde-format
 msgid ""
 "Your Sieve server claims to support TLS, but negotiation was unsuccessful."
-msgstr "?????? Sieve ????????????????????? TLS????????????????????????"
+msgstr "?????? Sieve ????????????????????? TLS????????????????????????"
 
 #: sieve.cpp:384
 #, kde-format
@@ -89,23 +89,23 @@
 msgid ""
 "The server does not seem to support TLS. Disable TLS if you want to connect "
 "without encryption."
-msgstr "???????????????????????? TLS?????????????????????????????????????????? 
TLS???"
+msgstr "?????????????????? 
TLS??????????????????????????????????????????????????? TLS???"
 
 #: sieve.cpp:403
 #, kde-format
 msgid "Authenticating user..."
-msgstr "??????????????????..."
+msgstr "?????????????????????????????????..."
 
 #: sieve.cpp:406
 #, kde-format
 msgid "Authentication failed."
-msgstr "???????????????"
+msgstr "?????????????????????"
 
 #: sieve.cpp:470
 #, kde-format
 msgctxt "special command completed"
 msgid "Done."
-msgstr "?????????"
+msgstr "????????????"
 
 #: sieve.cpp:483
 #, kde-format
@@ -120,7 +120,7 @@
 #: sieve.cpp:520
 #, kde-format
 msgid "There was an error deactivating the script."
-msgstr "????????????????????????????????????"
+msgstr "??????????????????????????????"
 
 #: sieve.cpp:552
 #, kde-format
@@ -140,7 +140,7 @@
 #: sieve.cpp:632
 #, kde-format
 msgid "Verifying upload completion..."
-msgstr "????????????????????????..."
+msgstr "???????????????????????????..."
 
 #: sieve.cpp:656 sieve.cpp:663
 #, kde-format
@@ -150,9 +150,9 @@
 "The server responded:\n"
 "%1"
 msgstr ""
-"????????????????????????\n"
-"???????????????????????????????????????\n"
-"??????????????????\n"
+"?????????????????????\n"
+"???????????????????????????\n"
+"????????????????????????\n"
 "%1"
 
 #: sieve.cpp:667 sieve.cpp:671
@@ -161,14 +161,14 @@
 "The script did not upload successfully.\n"
 "The script may contain errors."
 msgstr ""
-"????????????????????????\n"
-"???????????????????????????"
+"?????????????????????\n"
+"???????????????????????????"
 
 #: sieve.cpp:679
 #, kde-format
 msgctxt "data upload complete"
 msgid "Done."
-msgstr "?????????"
+msgstr "????????????"
 
 #: sieve.cpp:711
 #, kde-format
@@ -178,18 +178,18 @@
 #: sieve.cpp:761
 #, kde-format
 msgid "Finishing up..."
-msgstr "????????????..."
+msgstr "??????????????????..."
 
 #: sieve.cpp:770
 #, kde-format
 msgid "A protocol error occurred while trying to negotiate script downloading."
-msgstr "???????????????????????????????????????????????????"
+msgstr "?????????????????????????????????????????????"
 
 #: sieve.cpp:775
 #, kde-format
 msgctxt "data retrieval complete"
 msgid "Done."
-msgstr ""
+msgstr "????????????"
 
 #: sieve.cpp:782
 #, kde-format
@@ -204,35 +204,35 @@
 #: sieve.cpp:807
 #, kde-format
 msgid "The server would not delete the file."
-msgstr "??????????????????????????????"
+msgstr "??????????????????????????????"
 
 #: sieve.cpp:811
 #, kde-format
 msgctxt "file removal complete"
 msgid "Done."
-msgstr "?????????"
+msgstr "????????????"
 
 #: sieve.cpp:826
 #, kde-format
 msgid "Cannot chmod to anything but 0700 (active) or 0600 (inactive script)."
-msgstr "????????????????????? 0700 (?????????)??? 0600 
(??????????????????)?????????????????????"
+msgstr "???????????? chmod ??????????????? 0700 (????????????) ?????? 0600 
(???????????????)???"
 
 #: sieve.cpp:988
 #, kde-format
 msgid "An error occurred during authentication: %1"
-msgstr "????????????????????????%1"
+msgstr "??????????????????????????????%1"
 
 #: sieve.cpp:1012
 #, kde-format
 msgid "Sieve Authentication Details"
-msgstr "Sieve ????????????"
+msgstr "Sieve ??????????????????"
 
 #: sieve.cpp:1013
 #, kde-format
 msgid ""
 "Please enter your authentication details for your sieve account (usually the "
 "same as your email password):"
-msgstr "??????????????? Sieve 
?????????????????????(???????????????????????????????????????)???"
+msgstr "??????????????? Sieve ??????????????????????????? 
(???????????????????????????????????????)???"
 
 #: sieve.cpp:1086
 #, kde-format
@@ -240,7 +240,7 @@
 "A protocol error occurred during authentication.\n"
 "Choose a different authentication method to %1."
 msgstr ""
-"?????????????????????????????????\n"
+"????????????????????????????????????\n"
 "?????? %1 ???????????????????????????"
 
 #: sieve.cpp:1125
@@ -251,9 +251,9 @@
 "The server responded:\n"
 "%1"
 msgstr ""
-"???????????????\n"
-"?????????????????????????????????\n"
-"??????????????????\n"
+"?????????????????????\n"
+"?????????????????????\n"
+"????????????????????????\n"
 "%1"
 
 #: sieve.cpp:1210
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksieve-20.12.1/po/zh_CN/libksieve.po 
new/libksieve-20.12.2/po/zh_CN/libksieve.po
--- old/libksieve-20.12.1/po/zh_CN/libksieve.po 2021-01-05 02:26:06.000000000 
+0100
+++ new/libksieve-20.12.2/po/zh_CN/libksieve.po 2021-02-02 01:54:29.000000000 
+0100
@@ -4,7 +4,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-23 02:30+0200\n"
-"PO-Revision-Date: 2021-01-03 09:06\n"
+"PO-Revision-Date: 2021-01-28 05:07\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to