Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package incidenceeditor for openSUSE:Factory 
checked in at 2026-02-06 19:03:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/incidenceeditor (Old)
 and      /work/SRC/openSUSE:Factory/.incidenceeditor.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "incidenceeditor"

Fri Feb  6 19:03:01 2026 rev:119 rq:1331195 version:25.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2026-01-12 10:18:46.923231997 +0100
+++ 
/work/SRC/openSUSE:Factory/.incidenceeditor.new.1670/incidenceeditor.changes    
    2026-02-06 19:03:41.767317691 +0100
@@ -1,0 +2,10 @@
+Tue Feb  3 10:05:20 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.2/
+- Changes since 25.12.1:
+  * editoritemmanager.cpp - fix asserting in EditorItemManager::item
+
+-------------------------------------------------------------------

Old:
----
  incidenceeditor-25.12.1.tar.xz
  incidenceeditor-25.12.1.tar.xz.sig

New:
----
  incidenceeditor-25.12.2.tar.xz
  incidenceeditor-25.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.vRbHkL/_old  2026-02-06 19:03:42.479347616 +0100
+++ /var/tmp/diff_new_pack.vRbHkL/_new  2026-02-06 19:03:42.479347616 +0100
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.19.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.6.0
+%define kpim6_version 6.6.2
 
 %bcond_without released
 Name:           incidenceeditor
-Version:        25.12.1
+Version:        25.12.2
 Release:        0
 Summary:        Incidenceeditor library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ incidenceeditor-25.12.1.tar.xz -> incidenceeditor-25.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-25.12.1/CMakeLists.txt 
new/incidenceeditor-25.12.2/CMakeLists.txt
--- old/incidenceeditor-25.12.1/CMakeLists.txt  2025-12-30 04:44:08.000000000 
+0100
+++ new/incidenceeditor-25.12.2/CMakeLists.txt  2026-01-29 04:53:23.000000000 
+0100
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.6.1")
+set(PIM_VERSION "6.6.2")
 
 project(incidenceeditor VERSION ${PIM_VERSION})
 
@@ -58,20 +58,20 @@
 )
 
 set(INCIDENCEEDITOR_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "6.6.1")
-set(KDEPIM_LIB_VERSION "6.6.1")
-set(KMIME_LIB_VERSION "6.6.1")
-set(KLDAP_LIB_VERSION "6.6.1")
-set(CALENDARUTILS_LIB_VERSION "6.6.1")
-set(CALENDARSUPPORT_LIB_VERSION "6.6.1")
-set(LIBKDEPIM_LIB_VERSION "6.6.1")
-set(EVENTVIEW_LIB_VERSION "6.6.1")
-set(AKONADI_VERSION "6.6.1")
-set(AKONADICONTACT_LIB_VERSION "6.6.1")
-set(AKONADICALENDAR_LIB_VERSION "6.6.1")
-set(PIMCOMMON_LIB_VERSION "6.6.1")
-set(PIMTEXTEDIT_LIB_VERSION "6.6.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.6.1")
+set(AKONADI_MIMELIB_VERSION "6.6.2")
+set(KDEPIM_LIB_VERSION "6.6.2")
+set(KMIME_LIB_VERSION "6.6.2")
+set(KLDAP_LIB_VERSION "6.6.2")
+set(CALENDARUTILS_LIB_VERSION "6.6.2")
+set(CALENDARSUPPORT_LIB_VERSION "6.6.2")
+set(LIBKDEPIM_LIB_VERSION "6.6.2")
+set(EVENTVIEW_LIB_VERSION "6.6.2")
+set(AKONADI_VERSION "6.6.2")
+set(AKONADICONTACT_LIB_VERSION "6.6.2")
+set(AKONADICALENDAR_LIB_VERSION "6.6.2")
+set(PIMCOMMON_LIB_VERSION "6.6.2")
+set(PIMTEXTEDIT_LIB_VERSION "6.6.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.6.2")
 
 set(KDIAGRAM_LIB_VERSION "3.0.0")
 find_package(KGantt6 ${KDIAGRAM_LIB_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/incidenceeditor-25.12.1/po/ca@valencia/libincidenceeditors6.po 
new/incidenceeditor-25.12.2/po/ca@valencia/libincidenceeditors6.po
--- old/incidenceeditor-25.12.1/po/ca@valencia/libincidenceeditors6.po  
2025-12-30 04:44:08.000000000 +0100
+++ new/incidenceeditor-25.12.2/po/ca@valencia/libincidenceeditors6.po  
2026-01-29 04:53:23.000000000 +0100
@@ -2899,7 +2899,7 @@
 "reloaded from their corresponding servers."
 msgstr ""
 "Prémer este botó causarà que es tornen a carregar les dades de lliure/ocupat "
-"de tots els assistents des del seu corresponent servidor."
+"de tots els assistents des del seu servidor corresponent."
 
 #: visualfreebusywidget.cpp:200
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/incidenceeditor-25.12.1/po/fi/libincidenceeditors6.po 
new/incidenceeditor-25.12.2/po/fi/libincidenceeditors6.po
--- old/incidenceeditor-25.12.1/po/fi/libincidenceeditors6.po   2025-12-30 
04:44:08.000000000 +0100
+++ new/incidenceeditor-25.12.2/po/fi/libincidenceeditors6.po   2026-01-29 
04:53:23.000000000 +0100
@@ -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, 2015, 2017, 2018, 2019, 2020, 
2021, 2022, 2023, 2024, 2025 Tommi Nieminen <[email protected]>
+# SPDX-FileCopyrightText: 2011, 2012, 2013, 2015, 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.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/incidenceeditor-25.12.1/po/ia/libincidenceeditors6.po 
new/incidenceeditor-25.12.2/po/ia/libincidenceeditors6.po
--- old/incidenceeditor-25.12.1/po/ia/libincidenceeditors6.po   2025-12-30 
04:44:08.000000000 +0100
+++ new/incidenceeditor-25.12.2/po/ia/libincidenceeditors6.po   2026-01-29 
04:53:23.000000000 +0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# SPDX-FileCopyrightText: 2011, 2012, 2013, 2020, 2021, 2023, 2025 g.sora 
<[email protected]>
+# SPDX-FileCopyrightText: 2011, 2012, 2013, 2020, 2021, 2023, 2025, 2026 
g.sora <[email protected]>
 # giovanni <[email protected]>, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 14:41+0000\n"
-"PO-Revision-Date: 2025-12-29 17:19+0100\n"
+"PO-Revision-Date: 2026-01-26 18:54+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\n"
@@ -689,13 +689,13 @@
 #, kde-format
 msgctxt "@info"
 msgid "The event you are creating ends in the past."
-msgstr ""
+msgstr "Le evento que ti es creante termina in le passato"
 
 #: incidencedatetime.cpp:576
 #, kde-format
 msgctxt "@info"
 msgid "The event you are creating starts in the past."
-msgstr ""
+msgstr "Le evento que tu es creante initia in le passato"
 
 #: incidencedatetime.cpp:636
 #, kde-format
@@ -710,6 +710,8 @@
 "The to-do you are creating is due in the past. Once saved, it will be "
 "adjusted for today's date"
 msgstr ""
+"Le action a facer que tu es creante es perimite in le passato. Un vice "
+"salveguardate essere adaptate al data de hodie "
 
 #: incidencedatetime.cpp:688
 #, kde-format
@@ -718,6 +720,8 @@
 "The to-do you are creating starts in the past. Once saved, it will be "
 "adjusted for today's date"
 msgstr ""
+"Le action a facer que tu es creante initia in le passato. Un vice "
+"salveguardate essere adaptate al data de hodie "
 
 #: incidencedatetime.cpp:773 incidencedatetime.cpp:774
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/incidenceeditor-25.12.1/po/ru/libincidenceeditors6.po 
new/incidenceeditor-25.12.2/po/ru/libincidenceeditors6.po
--- old/incidenceeditor-25.12.1/po/ru/libincidenceeditors6.po   2025-12-30 
04:44:08.000000000 +0100
+++ new/incidenceeditor-25.12.2/po/ru/libincidenceeditors6.po   2026-01-29 
04:53:23.000000000 +0100
@@ -4,15 +4,15 @@
 # Alexander Potashev <[email protected]>, 2011, 2015, 2016.
 # Julia Dronova <[email protected]>, 2012.
 # Alexander Lakhin <[email protected]>, 2013.
-# SPDX-FileCopyrightText: 2018, 2020, 2024, 2025 Alexander Yavorsky 
<[email protected]>
+# SPDX-FileCopyrightText: 2018, 2020, 2024, 2025, 2026 Alexander Yavorsky 
<[email protected]>
 # SPDX-FileCopyrightText: 2022, 2024, 2025 Olesya Gerasimenko 
<[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 14:41+0000\n"
-"PO-Revision-Date: 2025-08-22 17:58+0300\n"
-"Last-Translator: Alexander Yavorsky <[email protected]>\n"
+"PO-Revision-Date: 2026-01-28 19:05+0200\n"
+"Last-Translator: Alexander Yavorskiy <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 25.08.0\n"
+"X-Generator: Lokalize 25.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -719,13 +719,13 @@
 #, kde-format
 msgctxt "@info"
 msgid "The event you are creating ends in the past."
-msgstr ""
+msgstr "Создаваемое событие заканчивается в прошлом."
 
 #: incidencedatetime.cpp:576
 #, kde-format
 msgctxt "@info"
 msgid "The event you are creating starts in the past."
-msgstr ""
+msgstr "Создаваемое событие начинается в прошлом."
 
 #: incidencedatetime.cpp:636
 #, kde-format
@@ -740,6 +740,8 @@
 "The to-do you are creating is due in the past. Once saved, it will be "
 "adjusted for today's date"
 msgstr ""
+"Создаваемая задача завершается в прошлом. После сохранения срок завершения "
+"будет перенесён на сегодняшнюю дату."
 
 #: incidencedatetime.cpp:688
 #, kde-format
@@ -748,6 +750,8 @@
 "The to-do you are creating starts in the past. Once saved, it will be "
 "adjusted for today's date"
 msgstr ""
+"Создаваемая задача начинается в прошлом. После сохранения срок начала будет "
+"перенесён на сегодняшнюю дату."
 
 #: incidencedatetime.cpp:773 incidencedatetime.cpp:774
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/incidenceeditor-25.12.1/src/editoritemmanager.cpp 
new/incidenceeditor-25.12.2/src/editoritemmanager.cpp
--- old/incidenceeditor-25.12.1/src/editoritemmanager.cpp       2025-12-30 
04:44:08.000000000 +0100
+++ new/incidenceeditor-25.12.2/src/editoritemmanager.cpp       2026-01-29 
04:53:23.000000000 +0100
@@ -280,20 +280,22 @@
         if (d->mItem.hasPayload()) {
             return d->mItem;
         } else {
-            qCDebug(INCIDENCEEDITOR_LOG) << "Won't return mItem because 
isValid = " << d->mItem.isValid() << "; and haPayload is " << 
d->mItem.hasPayload();
+            qCDebug(INCIDENCEEDITOR_LOG) << "Won't return mItem because 
isValid = " << d->mItem.isValid() << "; and hasPayload is " << 
d->mItem.hasPayload();
         }
         break;
     case EditorItemManager::BeforeSave:
         if (d->mPrevItem.hasPayload()) {
             return d->mPrevItem;
         } else {
-            qCDebug(INCIDENCEEDITOR_LOG) << "Won't return mPrevItem because 
isValid = " << d->mPrevItem.isValid() << "; and haPayload is "
+            qCDebug(INCIDENCEEDITOR_LOG) << "Won't return mPrevItem because 
isValid = " << d->mPrevItem.isValid() << "; and hasPayload is "
                                          << d->mPrevItem.hasPayload();
         }
         break;
+    default:
+        qCDebug(INCIDENCEEDITOR_LOG) << "ItemState = " << state;
+        Q_ASSERT_X(false, "EditorItemManager::item", "Unsupported ItemState 
value");
+        break;
     }
-    qCDebug(INCIDENCEEDITOR_LOG) << "state = " << state;
-    Q_ASSERT_X(false, "EditorItemManager::item", "Unknown enum value");
     return {};
 }
 

Reply via email to