Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailcommon for openSUSE:Factory checked in at 2026-09-12 21:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailcommon (Old) and /work/SRC/openSUSE:Factory/.mailcommon.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailcommon" Sat Sep 12 21:17:21 2026 rev:126 rq:1377268 version:26.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes 2026-08-24 12:06:52.085787555 +0200 +++ /work/SRC/openSUSE:Factory/.mailcommon.new.1265/mailcommon.changes 2026-09-12 21:19:29.944834951 +0200 @@ -1,0 +2,9 @@ +Tue Sep 8 09:38:00 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/26.08.1/ +- No code change since 26.08.0 + +------------------------------------------------------------------- Old: ---- mailcommon-26.08.0.tar.xz mailcommon-26.08.0.tar.xz.sig New: ---- mailcommon-26.08.1.tar.xz mailcommon-26.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailcommon.spec ++++++ --- /var/tmp/diff_new_pack.EexIWv/_old 2026-09-12 21:19:32.092924377 +0200 +++ /var/tmp/diff_new_pack.EexIWv/_new 2026-09-12 21:19:32.094924461 +0200 @@ -18,12 +18,12 @@ %define kf6_version 6.27.0 %define qt6_version 6.9.0 -%define kpim6_version 6.8.0 +%define kpim6_version 6.8.1 %define ktextaddons_version 2.0.2 %bcond_without released Name: mailcommon -Version: 26.08.0 +Version: 26.08.1 Release: 0 Summary: Base KDE PIM library for mail-handling applications License: GPL-2.0-only AND LGPL-2.1-or-later ++++++ mailcommon-26.08.0.tar.xz -> mailcommon-26.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/CMakeLists.txt new/mailcommon-26.08.1/CMakeLists.txt --- old/mailcommon-26.08.0/CMakeLists.txt 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/CMakeLists.txt 2026-09-08 05:47:21.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none cmake_minimum_required(VERSION 3.29) -set(PIM_VERSION "6.8.0") +set(PIM_VERSION "6.8.1") project(mailcommon VERSION ${PIM_VERSION}) @@ -103,17 +103,17 @@ ) ecm_check_outbound_license(LICENSES GPL-2.0-only FILES ${ALL_SOURCE_FILES}) -set(AKONADIMIME_LIB_VERSION "6.8.0") -set(AKONADICONTACT_LIB_VERSION "6.8.0") -set(MESSAGELIB_LIB_VERSION "6.8.0") -set(KMIME_LIB_VERSION "6.8.0") -set(KMAILTRANSPORT_LIB_VERSION "6.8.0") -set(MAILIMPORTER_LIB_VERSION "6.8.0") -set(LIBKDEPIM_LIB_VERSION "6.8.0") -set(PIMCOMMON_LIB_VERSION "6.8.0") -set(KIDENTITYMANAGERCORE_LIB_VERSION "6.8.0") +set(AKONADIMIME_LIB_VERSION "6.8.1") +set(AKONADICONTACT_LIB_VERSION "6.8.1") +set(MESSAGELIB_LIB_VERSION "6.8.1") +set(KMIME_LIB_VERSION "6.8.1") +set(KMAILTRANSPORT_LIB_VERSION "6.8.1") +set(MAILIMPORTER_LIB_VERSION "6.8.1") +set(LIBKDEPIM_LIB_VERSION "6.8.1") +set(PIMCOMMON_LIB_VERSION "6.8.1") +set(KIDENTITYMANAGERCORE_LIB_VERSION "6.8.1") -set(AKONADI_VERSION "6.8.0") +set(AKONADI_VERSION "6.8.1") set(KTEXTADDONS_MIN_VERSION "2.0.2") find_package( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/po/ca/libmailcommon6.po new/mailcommon-26.08.1/po/ca/libmailcommon6.po --- old/mailcommon-26.08.0/po/ca/libmailcommon6.po 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/po/ca/libmailcommon6.po 2026-09-08 05:47:21.000000000 +0200 @@ -4,8 +4,8 @@ # version 3 or later versions approved by the membership of KDE e.V. # # SPDX-FileCopyrightText: 2011 Manuel Tortosa <[email protected]> -# SPDX-FileCopyrightText: 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Antoni Bella Pérez <[email protected]> -# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Josep M. Ferrer <[email protected]> +# SPDX-FileCopyrightText: 2011, 2013-2020 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2011-2026 Josep M. Ferrer <[email protected]> msgid "" msgstr "" "Project-Id-Version: mailcommon\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/po/ca@valencia/libmailcommon6.po new/mailcommon-26.08.1/po/ca@valencia/libmailcommon6.po --- old/mailcommon-26.08.0/po/ca@valencia/libmailcommon6.po 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/po/ca@valencia/libmailcommon6.po 2026-09-08 05:47:21.000000000 +0200 @@ -4,8 +4,8 @@ # version 3 or later versions approved by the membership of KDE e.V. # # SPDX-FileCopyrightText: 2011 Manuel Tortosa <[email protected]> -# SPDX-FileCopyrightText: 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Antoni Bella Pérez <[email protected]> -# SPDX-FileCopyrightText: 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Josep M. Ferrer <[email protected]> +# SPDX-FileCopyrightText: 2011, 2013-2020 Antoni Bella Pérez <[email protected]> +# SPDX-FileCopyrightText: 2011-2026 Josep M. Ferrer <[email protected]> msgid "" msgstr "" "Project-Id-Version: mailcommon\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/po/cs/libmailcommon6.po new/mailcommon-26.08.1/po/cs/libmailcommon6.po --- old/mailcommon-26.08.0/po/cs/libmailcommon6.po 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/po/cs/libmailcommon6.po 2026-09-08 05:47:21.000000000 +0200 @@ -11,7 +11,7 @@ "Project-Id-Version: kmail\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2026-05-16 00:44+0000\n" -"PO-Revision-Date: 2026-05-19 22:04+0200\n" +"PO-Revision-Date: 2026-08-20 12:15+0200\n" "Last-Translator: Libor Filípek <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" "Language: cs\n" @@ -19,7 +19,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 26.04.1\n" +"X-Generator: Poedit 3.9\n" #: collectionpage/collectionexpirypage.cpp:23 #, kde-format @@ -958,7 +958,7 @@ #: filter/filterconverter/filterconverttosieveresultdialog.cpp:83 #, kde-format msgid "Sieve Files (*.siv);;All Files (*)" -msgstr "soubory sieve (*.siv);;Všechny soubory (*)" +msgstr "Soubory Sieve (*.siv);;Všechny soubory (*)" #: filter/filterconverter/filterconverttosieveresultdialog.cpp:84 #, kde-format @@ -1926,7 +1926,7 @@ #: job/backupjob.cpp:152 #, kde-format msgid "Failed to archive the folder '%1'." -msgstr "Nelze archivovat složku '%1'" +msgstr "Nelze archivovat složku '%1'." #: job/backupjob.cpp:156 #, kde-format @@ -2026,14 +2026,12 @@ msgstr "Odstranění starých zpráv ze složky %1 se nezdařilo." #: job/expirejob.cpp:157 -#, fuzzy, kde-format -#| msgid "Removing 1 old message from folder %2…" -#| msgid_plural "Removing %1 old messages from folder %2..." +#, kde-format msgid "Removing 1 old message from folder %2…" msgid_plural "Removing %1 old messages from folder %2..." -msgstr[0] "Odstraňuji 1 starou zprávu ze složky %2…" -msgstr[1] "Odstraňuji %1 staré zprávy ze složky %2..." -msgstr[2] "Odstraňuji %1 starých zpráv ze složky %2..." +msgstr[0] "Odstraňování 1 staré zprávy ze složky %2…" +msgstr[1] "Odstraňování %1 starých zpráv ze složky %2..." +msgstr[2] "Odstraňování %1 starých zpráv ze složky %2..." #: job/expirejob.cpp:164 #, kde-format @@ -2044,9 +2042,9 @@ #, kde-format msgid "Moving 1 old message from folder %2 to folder %3…" msgid_plural "Moving %1 old messages from folder %2 to folder %3…" -msgstr[0] "Přesunuji 1 starou zprávu ze složky %2 do %3..." -msgstr[1] "Přesunuji %1 staré zprávy ze složky %2 do %3..." -msgstr[2] "Přesunuji %1 starých zpráv ze složky %2 do %3..." +msgstr[0] "Přesun 1 staré zprávy ze složky %2 do %3…" +msgstr[1] "Přesun %1 starých zpráv ze složky %2 do %3…" +msgstr[2] "Přesun %1 starých zpráv ze složky %2 do %3…" #: job/expiremovejob.cpp:127 #, kde-format @@ -2739,7 +2737,7 @@ #, kde-format msgctxt "@title:window" msgid "Edit Group" -msgstr "Upravit skupinu..." +msgstr "Upravit skupinu" #: snippets/snippetsmanager.cpp:361 #, kde-kuit-format @@ -2785,7 +2783,7 @@ #, kde-format msgctxt "@action" msgid "Add Group…" -msgstr "Přidat skupinu..." +msgstr "Přidat skupinu…" #: snippets/snippetsmanager.cpp:569 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/po/fi/libmailcommon6.po new/mailcommon-26.08.1/po/fi/libmailcommon6.po --- old/mailcommon-26.08.0/po/fi/libmailcommon6.po 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/po/fi/libmailcommon6.po 2026-09-08 05:47:21.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright © 2011, 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the kdepim package. -# SPDX-FileCopyrightText: 2011, 2012, 2013, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 Tommi Nieminen <[email protected]> +# SPDX-FileCopyrightText: 2011, 2012, 2013, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 Tommi Nieminen <[email protected]> # Lasse Liehu <[email protected]>, 2012, 2013, 2014, 2015. # Jiri Grönroos <[email protected]>, 2012. # @@ -12,7 +12,7 @@ "Project-Id-Version: libmailcommon\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2026-05-16 00:44+0000\n" -"PO-Revision-Date: 2025-01-12 16:55+0200\n" +"PO-Revision-Date: 2026-03-02 18:57+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -20,7 +20,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 23.08.5\n" +"X-Generator: Lokalize 25.04.0\n" #: collectionpage/collectionexpirypage.cpp:23 #, kde-format @@ -1906,12 +1906,11 @@ msgstr "%1 (ei verkossa)" #: folder/foldertreewidgetproxymodel.cpp:247 -#, fuzzy, kde-format -#| msgid "%1 (Reached %2% quota)" +#, kde-format msgctxt "" "%1 is the name of a mailbox, %2 is a percentage. Keep this string short!" msgid "%1 (Reached %2% quota)" -msgstr "%1 (käytetty %2 % tilasta)" +msgstr "%1 (käyt. %2 % tilasta)" #: job/backupjob.cpp:95 #, kde-format @@ -2023,7 +2022,9 @@ msgstr "Vanhojen viestien siirto kansiosta %1 epäonnistui." #: job/expirejob.cpp:157 -#, kde-format +#, fuzzy, kde-format +#| msgid "Removing 1 old message from folder %2…" +#| msgid_plural "Removing %1 old messages from folder %2..." msgid "Removing 1 old message from folder %2…" msgid_plural "Removing %1 old messages from folder %2..." msgstr[0] "Poistetaan yksi vanha viesti kansiosta %2…" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mailcommon-26.08.0/po/fr/libmailcommon6.po new/mailcommon-26.08.1/po/fr/libmailcommon6.po --- old/mailcommon-26.08.0/po/fr/libmailcommon6.po 2026-08-14 05:29:23.000000000 +0200 +++ new/mailcommon-26.08.1/po/fr/libmailcommon6.po 2026-09-08 05:47:21.000000000 +0200 @@ -13,7 +13,7 @@ "Project-Id-Version: libmailcommon\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2026-05-16 00:44+0000\n" -"PO-Revision-Date: 2026-05-17 12:51+0200\n" +"PO-Revision-Date: 2026-08-14 11:49+0200\n" "Last-Translator: Xavier Besnard <[email protected]>\n" "Language-Team: fr\n" "Language: fr\n" @@ -23,7 +23,7 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: &\n" "X-Environment: kde\n" -"X-Generator: Lokalize 26.04.1\n" +"X-Generator: Lokalize 26.07.90\n" "X-Text-Markup: kde4\n" #: collectionpage/collectionexpirypage.cpp:23 @@ -2115,7 +2115,7 @@ msgid "You do not have read/write permission to your inbox folder." msgstr "" "Vous ne disposez pas des droits de lecture / d'écriture sur votre dossier " -"« Boîte de réception »." +"« Boite de réception »." #: kernel/mailkernel.cpp:235 #, kde-format
