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-11-06 18:14:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libksieve (Old) and /work/SRC/openSUSE:Factory/.libksieve.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libksieve" Sat Nov 6 18:14:51 2021 rev:69 rq:929419 version:21.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libksieve/libksieve.changes 2021-10-13 18:04:22.627113820 +0200 +++ /work/SRC/openSUSE:Factory/.libksieve.new.1890/libksieve.changes 2021-11-06 18:16:36.764840514 +0100 @@ -1,0 +2,10 @@ +Tue Nov 2 21:34:51 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- No code change since 21.08.2 +- Move the library to its own package (boo#1191765) + +------------------------------------------------------------------- Old: ---- libksieve-21.08.2.tar.xz libksieve-21.08.2.tar.xz.sig New: ---- libksieve-21.08.3.tar.xz libksieve-21.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libksieve.spec ++++++ --- /var/tmp/diff_new_pack.MWiCZe/_old 2021-11-06 18:16:37.416840851 +0100 +++ /var/tmp/diff_new_pack.MWiCZe/_new 2021-11-06 18:16:37.420840853 +0100 @@ -16,12 +16,13 @@ # +%define soversion 5 %define kf5_version 5.79.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: libksieve -Version: 21.08.2 +Version: 21.08.3 Release: 0 Summary: Sieve and Managesieve support library for KDE PIM applications License: GPL-2.0-only AND LGPL-2.1-or-later @@ -64,6 +65,24 @@ This package contains the libksieve library, which is used to support the Sieve server-side mail filtering protocol in KDE PIM applications. +%package -n libksieve%{soversion} +Summary: Sieve and Managesieve support library for KDE PIM applications +Requires: libksieve = %{version} +# Before 21.08.3, the libraries were in libksieve +Conflicts: libksieve < 21.08.3 + +%description -n libksieve%{soversion} +This package contains the libksieve library, which is used to support +the Sieve server-side mail filtering protocol in KDE PIM applications. + +%package devel +Summary: Development package for libksieve +Group: Development/Libraries/KDE +Requires: libksieve%{soversion} = %{version} + +%description devel +This package contains development headers of libksieve. + %lang_package %prep @@ -80,29 +99,22 @@ %{kf5_find_htmldocs} %endif -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - -%package devel -Summary: Development package for libksieve -License: LGPL-2.1-or-later -Group: Development/Libraries/KDE -Requires: libksieve = %{version} - -%description devel -This package contains development headers of libksieve. +%post -n libksieve%{soversion} -p /sbin/ldconfig +%postun -n libksieve%{soversion} -p /sbin/ldconfig %files -%license LICENSES/* %doc %lang(en) %{_kf5_htmldir}/en/kioslave5/ %{_kf5_debugdir}/libksieve.categories %{_kf5_debugdir}/libksieve.renamecategories %{_kf5_knsrcfilesdir}/ksieve_script.knsrc +%{_kf5_plugindir}/kf5/kio/sieve.so +%{_kf5_sharedir}/sieve/ + +%files -n libksieve%{soversion} +%license LICENSES/* %{_kf5_libdir}/libKF5KManageSieve.so.* %{_kf5_libdir}/libKF5KSieve.so.* %{_kf5_libdir}/libKF5KSieveUi.so.* -%{_kf5_plugindir}/kf5/kio/sieve.so -%{_kf5_sharedir}/sieve/ %files devel %{_kf5_includedir}/KManageSieve/ ++++++ libksieve-21.08.2.tar.xz -> libksieve-21.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/CMakeLists.txt new/libksieve-21.08.3/CMakeLists.txt --- old/libksieve-21.08.2/CMakeLists.txt 2021-09-25 10:14:02.000000000 +0200 +++ new/libksieve-21.08.3/CMakeLists.txt 2021-10-09 09:27:21.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.18.2") +set(PIM_VERSION "5.18.3") 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.2") -set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.2") -set(KMAILTRANSPORT_LIB_VERSION "5.18.2") -set(KPIMTEXTEDIT_LIB_VERSION "5.18.2") -set(LIBKDEPIM_LIB_VERSION "5.18.2") -set(PIMCOMMON_LIB_VERSION "5.18.2") -set(KIMAP_LIB_VERSION "5.18.2") +set(KMIME_LIB_VERSION "5.18.3") +set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.3") +set(KMAILTRANSPORT_LIB_VERSION "5.18.3") +set(KPIMTEXTEDIT_LIB_VERSION "5.18.3") +set(LIBKDEPIM_LIB_VERSION "5.18.3") +set(PIMCOMMON_LIB_VERSION "5.18.3") +set(KIMAP_LIB_VERSION "5.18.3") 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.2/po/ca/kio_sieve.po new/libksieve-21.08.3/po/ca/kio_sieve.po --- old/libksieve-21.08.2/po/ca/kio_sieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/ca/kio_sieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -4,7 +4,7 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2003, 2014, 2015, 2020. -# Josep Ma. Ferrer <[email protected]>, 2007, 2009, 2010, 2013, 2014, 2015, 2016, 2019. +# Josep M. Ferrer <[email protected]>, 2007, 2009, 2010, 2013, 2014, 2015, 2016, 2019. msgid "" msgstr "" "Project-Id-Version: libksieve\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/po/ca/libksieve.po new/libksieve-21.08.3/po/ca/libksieve.po --- old/libksieve-21.08.2/po/ca/libksieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/ca/libksieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -4,20 +4,20 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2003, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. -# Josep Ma. Ferrer <[email protected]>, 2007, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Josep M. Ferrer <[email protected]>, 2007, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: libksieve\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-15 01:41+0000\n" -"PO-Revision-Date: 2021-04-01 18:53+0100\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2021-10-12 20:07+0200\n" +"Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -450,7 +450,7 @@ "\" loop and is used to store text into a variable" msgstr "" "L'acci?? ??extrau el text?? es pot usar en el context d'un bucle ??per a cada " -"part?? i s'usa per a emmagatzemar el text dins d'una variable." +"part?? i s'usa per a emmagatzemar el text dins d'una variable" #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:20 #, kde-format @@ -600,8 +600,8 @@ " The \"reject\" action cancels the implicit keep and refuses delivery of a " "message." msgstr "" -"L'acci?? ??rebutja?? cancel??lar?? mantenir impl??cit i refusar?? el lliurament " -"d'un missatge." +" L'acci?? ??rebutja?? cancel??lar?? el manteniment impl??cit i refusar?? el " +"lliurament d'un missatge." #: ksieveui/autocreatescripts/sieveactions/sieveactionremoveflags.cpp:13 #, kde-format @@ -1025,8 +1025,9 @@ "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 "" -"La prova data actual ??s similar a la prova data, excepte en qu?? opera sobre " -"la data/hora actual en lloc d'un valor extret de la cap??alera del missatge." +"La prova ??data actual?? ??s similar a la prova ??data??, excepte en qu?? opera " +"sobre la data/hora actual en lloc d'un valor extret de la cap??alera del " +"missatge." #: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:23 #: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:43 @@ -1041,7 +1042,7 @@ "The date test matches date/time information derived from headers containing " "date-time values." msgstr "" -"La prova data emparella la informaci?? de data/hora derivada de les " +"La prova ??data?? correspon la informaci?? de data/hora derivada de les " "cap??aleres que contenen valors de data i hora." #: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:24 @@ -2151,7 +2152,7 @@ #: ksieveui/editor/sieveeditormenubar.cpp:52 #, kde-format msgid "Go to Line" -msgstr "V??s a la l??nia" +msgstr "Ves a la l??nia" #: ksieveui/editor/sieveeditormenubar.cpp:57 #, kde-format @@ -2688,7 +2689,7 @@ #: ksieveui/templates/sievedefaulttemplate.cpp:25 #, kde-format msgid "Filter on Subject" -msgstr "Filtra per l'Assumpte..." +msgstr "Filtra per l'Assumpte" #: ksieveui/templates/sievedefaulttemplate.cpp:33 #, kde-format @@ -2735,7 +2736,7 @@ msgid "You can drag and drop element on editor to import template" msgstr "" "Podeu arrossegar i deixar anar elements sobre l'editor per a importar una " -"plantilla." +"plantilla" #: ksieveui/vacation/multiimapvacationdialog.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/po/ca@valencia/kio_sieve.po new/libksieve-21.08.3/po/ca@valencia/kio_sieve.po --- old/libksieve-21.08.2/po/ca@valencia/kio_sieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/ca@valencia/kio_sieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -4,7 +4,7 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2003, 2014, 2015, 2020. -# Josep Ma. Ferrer <[email protected]>, 2007, 2009, 2010, 2013, 2014, 2015, 2016, 2019. +# Josep M. Ferrer <[email protected]>, 2007, 2009, 2010, 2013, 2014, 2015, 2016, 2019. msgid "" msgstr "" "Project-Id-Version: libksieve\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/po/ca@valencia/libksieve.po new/libksieve-21.08.3/po/ca@valencia/libksieve.po --- old/libksieve-21.08.2/po/ca@valencia/libksieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/ca@valencia/libksieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -4,20 +4,20 @@ # version 3 or later versions approved by the membership of KDE e.V. # # Antoni Bella P??rez <[email protected]>, 2003, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. -# Josep Ma. Ferrer <[email protected]>, 2007, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Josep M. Ferrer <[email protected]>, 2007, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. msgid "" msgstr "" "Project-Id-Version: libksieve\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-15 01:41+0000\n" -"PO-Revision-Date: 2021-04-01 18:53+0100\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2021-10-12 20:07+0200\n" +"Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.12.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -450,7 +450,7 @@ "\" loop and is used to store text into a variable" msgstr "" "L'acci?? ??extrau el text?? es pot usar en el context d'un bucle ??per a cada " -"part?? i s'usa per a emmagatzemar el text dins d'una variable." +"part?? i s'usa per a emmagatzemar el text dins d'una variable" #: ksieveui/autocreatescripts/sieveactions/sieveactionfileinto.cpp:20 #, kde-format @@ -600,8 +600,8 @@ " The \"reject\" action cancels the implicit keep and refuses delivery of a " "message." msgstr "" -"L'acci?? ??rebutja?? cancel??lar?? mantindre impl??cit i refusar?? el lliurament " -"d'un missatge." +" L'acci?? ??rebutja?? cancel??lar?? el manteniment impl??cit i refusar?? el " +"lliurament d'un missatge." #: ksieveui/autocreatescripts/sieveactions/sieveactionremoveflags.cpp:13 #, kde-format @@ -1025,8 +1025,9 @@ "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 "" -"La prova data actual ??s similar a la prova data, excepte en qu?? opera sobre " -"la data/hora actual en lloc d'un valor extret de la cap??alera del missatge." +"La prova ??data actual?? ??s similar a la prova ??data??, excepte en qu?? opera " +"sobre la data/hora actual en lloc d'un valor extret de la cap??alera del " +"missatge." #: ksieveui/autocreatescripts/sieveconditions/sieveconditiondate.cpp:23 #: ksieveui/autocreatescripts/sieveconditions/widgets/selectdatewidget.cpp:43 @@ -1041,7 +1042,7 @@ "The date test matches date/time information derived from headers containing " "date-time values." msgstr "" -"La prova data emparella la informaci?? de data/hora derivada de les " +"La prova ??data?? correspon la informaci?? de data/hora derivada de les " "cap??aleres que contenen valors de data i hora." #: ksieveui/autocreatescripts/sieveconditions/sieveconditionenvelope.cpp:24 @@ -2151,7 +2152,7 @@ #: ksieveui/editor/sieveeditormenubar.cpp:52 #, kde-format msgid "Go to Line" -msgstr "V??s a la l??nia" +msgstr "Ves a la l??nia" #: ksieveui/editor/sieveeditormenubar.cpp:57 #, kde-format @@ -2688,7 +2689,7 @@ #: ksieveui/templates/sievedefaulttemplate.cpp:25 #, kde-format msgid "Filter on Subject" -msgstr "Filtra per l'Assumpte..." +msgstr "Filtra per l'Assumpte" #: ksieveui/templates/sievedefaulttemplate.cpp:33 #, kde-format @@ -2735,7 +2736,7 @@ msgid "You can drag and drop element on editor to import template" msgstr "" "Podeu arrossegar i deixar anar elements sobre l'editor per a importar una " -"plantilla." +"plantilla" #: ksieveui/vacation/multiimapvacationdialog.cpp:46 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/po/pt_BR/libksieve.po new/libksieve-21.08.3/po/pt_BR/libksieve.po --- old/libksieve-21.08.2/po/pt_BR/libksieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/pt_BR/libksieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -3,22 +3,22 @@ # # Antonio Sergio de Mello e Souza <[email protected]>, 2003. # Andr?? Marcelo Alvarenga <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020. -# Luiz Fernando Ranghetti <[email protected]>, 2009, 2012, 2015, 2019, 2020. +# Luiz Fernando Ranghetti <[email protected]>, 2009, 2012, 2015, 2019, 2020, 2021. # Marcus Gama <[email protected]>, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: libksieve\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-15 01:41+0000\n" -"PO-Revision-Date: 2020-06-01 17:51-0300\n" +"PO-Revision-Date: 2021-10-26 14:42-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" -"Language-Team: Brazilian Portuguese <[email protected]>\n" +"Language-Team: Portuguese <[email protected]>\n" "Language: pt_BR\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 20.04.0\n" +"X-Generator: Lokalize 20.04.2\n" #: kmanagesieve/session.cpp:91 #, kde-format @@ -2884,7 +2884,7 @@ msgstr "" "Seu servidor n??o listou \"f??rias\" na lista de extens??es Sieve suportadas. " "Sem ela, o KMail n??o pode instalar respostas do tipo ausente do escrit??rio " -"para voc??. Por favor, contacte o administrador do seu sistema." +"para voc??. Contacte o administrador do seu sistema." #: ksieveui/vacation/vacationutils.cpp:39 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libksieve-21.08.2/po/zh_CN/kio_sieve.po new/libksieve-21.08.3/po/zh_CN/kio_sieve.po --- old/libksieve-21.08.2/po/zh_CN/kio_sieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/zh_CN/kio_sieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -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-09-27 13:10\n" +"PO-Revision-Date: 2021-10-29 13:27\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.2/po/zh_CN/libksieve.po new/libksieve-21.08.3/po/zh_CN/libksieve.po --- old/libksieve-21.08.2/po/zh_CN/libksieve.po 2021-10-05 07:46:23.000000000 +0200 +++ new/libksieve-21.08.3/po/zh_CN/libksieve.po 2021-11-02 01:19:23.000000000 +0100 @@ -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-09-27 13:10\n" +"PO-Revision-Date: 2021-10-29 13:27\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
