Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pim-sieve-editor for openSUSE:Factory checked in at 2022-02-04 21:48:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old) and /work/SRC/openSUSE:Factory/.pim-sieve-editor.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-sieve-editor" Fri Feb 4 21:48:50 2022 rev:64 rq:951169 version:21.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes 2022-01-11 21:23:41.181145223 +0100 +++ /work/SRC/openSUSE:Factory/.pim-sieve-editor.new.1898/pim-sieve-editor.changes 2022-02-04 21:51:47.567401132 +0100 @@ -1,0 +2,10 @@ +Tue Feb 1 13:04:01 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.2/ +- Changes since 21.12.1: + * Fix build with GCC 12 (more standard attributes in middle of decl-specifiers) + +------------------------------------------------------------------- Old: ---- pim-sieve-editor-21.12.1.tar.xz pim-sieve-editor-21.12.1.tar.xz.sig New: ---- pim-sieve-editor-21.12.2.tar.xz pim-sieve-editor-21.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pim-sieve-editor.spec ++++++ --- /var/tmp/diff_new_pack.kmeWeq/_old 2022-02-04 21:51:48.139397190 +0100 +++ /var/tmp/diff_new_pack.kmeWeq/_new 2022-02-04 21:51:48.143397163 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: pim-sieve-editor -Version: 21.12.1 +Version: 21.12.2 Release: 0 Summary: Sieve scripts editor for KDE PIM applications License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ pim-sieve-editor-21.12.1.tar.xz -> pim-sieve-editor-21.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/CMakeLists.txt new/pim-sieve-editor-21.12.2/CMakeLists.txt --- old/pim-sieve-editor-21.12.1/CMakeLists.txt 2022-01-03 22:59:30.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/CMakeLists.txt 2022-01-29 00:30:34.000000000 +0100 @@ -2,9 +2,9 @@ # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.1") +set(PIM_VERSION "5.19.2") project( sieveeditor VERSION ${PIM_VERSION}) -set(RELEASE_SERVICE_VERSION "21.12.1") +set(RELEASE_SERVICE_VERSION "21.12.2") set(KF5_MIN_VERSION "5.87.0") @@ -43,15 +43,15 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(KMAILTRANSPORT_LIB_VERSION "5.19.1") -set(KPIMTEXTEDIT_LIB_VERSION "5.19.1") +set(KMAILTRANSPORT_LIB_VERSION "5.19.2") +set(KPIMTEXTEDIT_LIB_VERSION "5.19.2") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(LIBKSIEVE_LIB_VERSION "5.19.1") -set(PIMCOMMON_LIB_VERSION "5.19.1") -set(KIMAP_LIB_VERSION "5.19.1") +set(LIBKSIEVE_LIB_VERSION "5.19.2") +set(PIMCOMMON_LIB_VERSION "5.19.2") +set(KIMAP_LIB_VERSION "5.19.2") set(QT_REQUIRED_VERSION "5.15.2") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/po/ca/sieveeditor.po new/pim-sieve-editor-21.12.2/po/ca/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/ca/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/ca/sieveeditor.po 2022-02-01 01:15:23.000000000 +0100 @@ -723,9 +723,3 @@ #, kde-format msgid "Remove" msgstr "Elimina" - -#~ msgid "Share Script..." -#~ msgstr "Comparteix l'script..." - -#~ msgid "Close wallet when close application" -#~ msgstr "Tanca la cartera en sortir de l'aplicaci??" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/po/ca@valencia/sieveeditor.po new/pim-sieve-editor-21.12.2/po/ca@valencia/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/ca@valencia/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/ca@valencia/sieveeditor.po 2022-02-01 01:15:23.000000000 +0100 @@ -723,9 +723,3 @@ #, kde-format msgid "Remove" msgstr "Elimina" - -#~ msgid "Share Script..." -#~ msgstr "Comparteix l'script..." - -#~ msgid "Close wallet when close application" -#~ msgstr "Tanca la cartera en sortir de l'aplicaci??" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/po/cs/sieveeditor.po new/pim-sieve-editor-21.12.2/po/cs/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/cs/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/cs/sieveeditor.po 2022-02-01 01:15:23.000000000 +0100 @@ -1,7 +1,7 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <v...@pelcak.org>, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. -# Vit Pelcak <vpel...@suse.cz>, 2021. +# Vit Pelcak <vpel...@suse.cz>, 2021, 2022. # msgid "" msgstr "" @@ -16,7 +16,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.12.3\n" +"X-Generator: Lokalize 21.12.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/po/fr/sieveeditor.po new/pim-sieve-editor-21.12.2/po/fr/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/fr/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/fr/sieveeditor.po 2022-02-01 01:15:23.000000000 +0100 @@ -4,7 +4,7 @@ # Sebastien Renard <ren...@kde.org>, 2014. # Vincent PINON <vpi...@april.org>, 2014. # Simon Depiets <sdepi...@gmail.com>, 2018, 2019, 2020. -# Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021. +# Xavier Besnard <xavier.besn...@neuf.fr>, 2020, 2021, 2022. # msgid "" msgstr "" @@ -19,7 +19,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.12.1\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/pim-sieve-editor-21.12.1/po/it/sieveeditor.po new/pim-sieve-editor-21.12.2/po/it/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/it/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/it/sieveeditor.po 2022-02-01 01:15:23.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the sieveeditor package. -# Luigi Toscano <luigi.tosc...@tiscali.it>, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Luigi Toscano <luigi.tosc...@tiscali.it>, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022. # msgid "" msgstr "" @@ -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 20.12.0\n" +"X-Generator: Lokalize 21.08.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/po/zh_CN/sieveeditor.po new/pim-sieve-editor-21.12.2/po/zh_CN/sieveeditor.po --- old/pim-sieve-editor-21.12.1/po/zh_CN/sieveeditor.po 2022-01-04 01:24:24.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/po/zh_CN/sieveeditor.po 2022-02-01 01:15:24.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-11-05 00:18+0000\n" -"PO-Revision-Date: 2021-12-22 14:09\n" +"PO-Revision-Date: 2022-01-08 15:24\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -105,7 +105,7 @@ #: main.cpp:47 #, kde-format msgid "Copyright ?? 2013-2021 sieveeditor authors" -msgstr "Copyright ?? 2013-2021 Sieveeditor ????????????" +msgstr "Copyright ?? 2013-2021 sieveeditor authors" #: main.cpp:48 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/src/importwizard/checks/abstractimapsettingscheckjob.h new/pim-sieve-editor-21.12.2/src/importwizard/checks/abstractimapsettingscheckjob.h --- old/pim-sieve-editor-21.12.1/src/importwizard/checks/abstractimapsettingscheckjob.h 2022-01-03 22:59:30.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/src/importwizard/checks/abstractimapsettingscheckjob.h 2022-01-29 00:30:34.000000000 +0100 @@ -18,8 +18,8 @@ ~AbstractImapSettingsCheckJob() override; virtual void start() = 0; - virtual Q_REQUIRED_RESULT bool settingsCanBeImported() const = 0; - virtual Q_REQUIRED_RESULT QString name() const = 0; + Q_REQUIRED_RESULT virtual bool settingsCanBeImported() const = 0; + Q_REQUIRED_RESULT virtual QString name() const = 0; virtual void setImapSettingsPassword(AbstractImapSettingsPassword *passwordImporter); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pim-sieve-editor-21.12.1/src/org.kde.sieveeditor.appdata.xml new/pim-sieve-editor-21.12.2/src/org.kde.sieveeditor.appdata.xml --- old/pim-sieve-editor-21.12.1/src/org.kde.sieveeditor.appdata.xml 2022-01-03 22:59:30.000000000 +0100 +++ new/pim-sieve-editor-21.12.2/src/org.kde.sieveeditor.appdata.xml 2022-01-29 00:30:34.000000000 +0100 @@ -135,9 +135,9 @@ </screenshots> <project_group>KDE</project_group> <releases> + <release version="5.19.2" date="2022-02-03"/> <release version="5.19.1" date="2022-01-06"/> <release version="5.19.0" date="2021-12-09"/> <release version="5.18.3" date="2021-11-04"/> - <release version="5.18.2" date="2021-10-07"/> </releases> </component>