Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdepim-runtime for openSUSE:Factory 
checked in at 2026-06-08 14:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepim-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdepim-runtime.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepim-runtime"

Mon Jun  8 14:06:59 2026 rev:149 rq:1357345 version:26.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepim-runtime/kdepim-runtime.changes    
2026-05-11 16:49:58.450543184 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-runtime.new.2375/kdepim-runtime.changes  
2026-06-08 14:07:55.201770619 +0200
@@ -1,0 +2,10 @@
+Thu Jun  4 08:43:44 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.04.2/
+- Changes since 26.04.1:
+  * Adapt to KMime having moved to Frameworks
+
+-------------------------------------------------------------------

Old:
----
  kdepim-runtime-26.04.1.tar.xz
  kdepim-runtime-26.04.1.tar.xz.sig

New:
----
  kdepim-runtime-26.04.2.tar.xz
  kdepim-runtime-26.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ kdepim-runtime.spec ++++++
--- /var/tmp/diff_new_pack.OMWMQf/_old  2026-06-08 14:07:56.005803954 +0200
+++ /var/tmp/diff_new_pack.OMWMQf/_new  2026-06-08 14:07:56.009804120 +0200
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.19.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.7.1
+%define kpim6_version 6.7.2
 
 %bcond_without released
 Name:           kdepim-runtime
-Version:        26.04.1
+Version:        26.04.2
 Release:        0
 Summary:        Akonadi resources for PIM applications
 License:        GPL-2.0-or-later AND GPL-3.0-or-later


++++++ kdepim-runtime-26.04.1.tar.xz -> kdepim-runtime-26.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-26.04.1/.kde-ci.yml 
new/kdepim-runtime-26.04.2/.kde-ci.yml
--- old/kdepim-runtime-26.04.1/.kde-ci.yml      2026-05-03 05:52:15.000000000 
+0200
+++ new/kdepim-runtime-26.04.2/.kde-ci.yml      2026-05-30 05:32:12.000000000 
+0200
@@ -17,7 +17,7 @@
     'pim/kimap': '@same'
     'pim/kmailtransport': '@same'
     'pim/kmbox': '@same'
-    'pim/kmime': '@same'
+    'frameworks/kmime': '@same'
     'pim/libkgapi': '@same'
     'pim/kldap': '@same'
     'third-party/libkolabxml': '@latest-kf6'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-26.04.1/CMakeLists.txt 
new/kdepim-runtime-26.04.2/CMakeLists.txt
--- old/kdepim-runtime-26.04.1/CMakeLists.txt   2026-05-03 05:52:15.000000000 
+0200
+++ new/kdepim-runtime-26.04.2/CMakeLists.txt   2026-05-30 05:32:12.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.27)
-set(PIM_VERSION "6.7.1")
+set(PIM_VERSION "6.7.2")
 set(KDEPIM_RUNTIME_VERSION_NUMBER ${PIM_VERSION})
 project(kdepim-runtime VERSION ${KDEPIM_RUNTIME_VERSION_NUMBER})
 
 set(KDEPIM_DEV_VERSION)
-set(RELEASE_SERVICE_VERSION "26.04.1")
+set(RELEASE_SERVICE_VERSION "26.04.2")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -39,22 +39,22 @@
 
 set(KDEPIMRUNTIME_LIB_VERSION "${KDEPIM_RUNTIME_VERSION_NUMBER}")
 set(KDEPIMRUNTIME_LIB_SOVERSION "6")
-set(AKONADI_VERSION "6.7.1")
+set(AKONADI_VERSION "6.7.2")
 
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.1")
-set(KMAILTRANSPORT_LIB_VERSION "6.7.1")
-set(CALENDARUTILS_LIB_VERSION "6.7.1")
-set(KIMAP_LIB_VERSION "6.7.1")
-set(KMBOX_LIB_VERSION "6.7.1")
-set(AKONADICALENDAR_LIB_VERSION "6.7.1")
-set(KMIME_LIB_VERSION "6.7.1")
-set(AKONADIMIME_LIB_VERSION "6.7.1")
-set(AKONADICONTACT_LIB_VERSION "6.7.1")
-set(KGAPI_LIB_VERSION "6.7.1")
-set(KLDAP_LIB_VERSION "6.7.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.2")
+set(KMAILTRANSPORT_LIB_VERSION "6.7.2")
+set(CALENDARUTILS_LIB_VERSION "6.7.2")
+set(KIMAP_LIB_VERSION "6.7.2")
+set(KMBOX_LIB_VERSION "6.7.2")
+set(AKONADICALENDAR_LIB_VERSION "6.7.2")
+set(KMIME_LIB_VERSION "6.7.2")
+set(AKONADIMIME_LIB_VERSION "6.7.2")
+set(AKONADICONTACT_LIB_VERSION "6.7.2")
+set(KGAPI_LIB_VERSION "6.7.2")
+set(KLDAP_LIB_VERSION "6.7.2")
 set(KTEXTADDONS_MIN_VERSION "2.0.0")
 set(QT6KEYCHAIN_LIB_VERSION "0.15.0")
-set(PIMCOMMON_LIB_VERSION "6.7.1")
+set(PIMCOMMON_LIB_VERSION "6.7.2")
 
 set(CMAKE_CXX_SCAN_FOR_MODULES OFF)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/bg/akonadi_davgroupware_resource.po 
new/kdepim-runtime-26.04.2/po/bg/akonadi_davgroupware_resource.po
--- old/kdepim-runtime-26.04.1/po/bg/akonadi_davgroupware_resource.po   
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/bg/akonadi_davgroupware_resource.po   
2026-05-30 05:32:12.000000000 +0200
@@ -748,9 +748,3 @@
 #, kde-format
 msgid "GroupDav"
 msgstr "GroupDav"
-
-#~ msgid "The account id in WebAccounts framework."
-#~ msgstr "Идентификаторът на акаунта в рамките на WebAccounts."
-
-#~ msgid "Account enabled services"
-#~ msgstr "Услуги, активирани от акаунти"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/bg/akonadi_newmailnotifier_agent.po 
new/kdepim-runtime-26.04.2/po/bg/akonadi_newmailnotifier_agent.po
--- old/kdepim-runtime-26.04.1/po/bg/akonadi_newmailnotifier_agent.po   
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/bg/akonadi_newmailnotifier_agent.po   
2026-05-30 05:32:12.000000000 +0200
@@ -229,11 +229,3 @@
 #, kde-format
 msgid "Delete"
 msgstr "Изтриване"
-
-#~ msgctxt "NAME OF TRANSLATORS"
-#~ msgid "Your names"
-#~ msgstr "Ясен Праматаров"
-
-#~ msgctxt "EMAIL OF TRANSLATORS"
-#~ msgid "Your emails"
-#~ msgstr "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/fr/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-26.04.2/po/fr/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-26.04.1/po/fr/akonadi_maildispatcher_agent.po    
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/fr/akonadi_maildispatcher_agent.po    
2026-05-30 05:32:12.000000000 +0200
@@ -4,7 +4,7 @@
 # Geoffray Levasseur <[email protected]>, 2009, 2012.
 # Sebastien Renard <[email protected]>, 2009, 2013.
 # Joëlle Cornavin <[email protected]>, 2010.
-# SPDX-FileCopyrightText: 2013, 2024 Xavier Besnard <[email protected]>
+# SPDX-FileCopyrightText: 2013, 2024, 2026 Xavier Besnard 
<[email protected]>
 #
 msgid ""
 msgstr ""
@@ -13,15 +13,15 @@
 "POT-Creation-Date: 2025-12-18 00:44+0000\n"
 "PO-Revision-Date: 2024-05-13 09:40+0200\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
-"Language-Team: French <French <[email protected]>>\n"
+"Language-Team: fr\n"
 "Language: fr\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 23.08.5\n"
-"X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
+"X-Environment: kde\n"
+"X-Generator: Lokalize 26.04.1\n"
 "X-Text-Markup: kde4\n"
 
 #: maildispatcheragent.cpp:80 maildispatcheragent.cpp:225
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/it/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-26.04.2/po/it/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-26.04.1/po/it/akonadi_maildispatcher_agent.po    
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/it/akonadi_maildispatcher_agent.po    
2026-05-30 05:32:12.000000000 +0200
@@ -1,7 +1,7 @@
 # translation of akonadi_maildispatcher_agent.po to Italian
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the 
akonadi_maildispatcher_agent package.
-# Luigi Toscano <[email protected]>, 2009, 2011, 2012, 2024.
+# SPDX-FileCopyrightText: 2009, 2011-2012, 2024, 2026 Luigi Toscano 
<[email protected]>
 #
 msgid ""
 msgstr ""
@@ -16,7 +16,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 22.12.3\n"
+"X-Generator: Lokalize 26.04.0\n"
 
 #: maildispatcheragent.cpp:80 maildispatcheragent.cpp:225
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/ko/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-26.04.2/po/ko/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-26.04.1/po/ko/akonadi_maildispatcher_agent.po    
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/ko/akonadi_maildispatcher_agent.po    
2026-05-30 05:32:12.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# SPDX-FileCopyrightText: 2010, 2011, 2013, 2020, 2024 Shinjo Park 
<[email protected]>
+# SPDX-FileCopyrightText: 2010, 2011, 2013, 2020, 2024, 2026 Shinjo Park 
<[email protected]>
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 25.12.3\n"
 
 #: maildispatcheragent.cpp:80 maildispatcheragent.cpp:225
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/tr/akonadi_birthdays_resource.po 
new/kdepim-runtime-26.04.2/po/tr/akonadi_birthdays_resource.po
--- old/kdepim-runtime-26.04.1/po/tr/akonadi_birthdays_resource.po      
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/tr/akonadi_birthdays_resource.po      
2026-05-30 05:32:12.000000000 +0200
@@ -6,13 +6,13 @@
 # obsoleteman <[email protected]>, 2009.
 # Volkan Gezer <[email protected]>, 2013, 2017.
 # Kaan Ozdincer <[email protected]>, 2014.
-# SPDX-FileCopyrightText: 2022, 2023, 2024 Emir SARI <[email protected]>
+# SPDX-FileCopyrightText: 2022-2024, 2026 Emir SARI <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: kdepim-runtime-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-11-17 11:52+0000\n"
-"PO-Revision-Date: 2024-08-18 20:24+0300\n"
+"PO-Revision-Date: 2026-05-10 13:26+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\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 24.11.70\n"
+"X-Generator: Lokalize 26.04.0\n"
 
 #: birthdaysconfigagentwidget.cpp:35
 #, kde-format
@@ -62,7 +62,7 @@
 #: birthdaysresource.cpp:40
 #, kde-format
 msgid "Birthdays & Anniversaries"
-msgstr "Doğum Günleri ve Yıldönümleri"
+msgstr "Doğum Günleri ve Yıl Dönümleri"
 
 #: birthdaysresource.cpp:309
 #, kde-format
@@ -89,4 +89,4 @@
 #: birthdaysresource.cpp:372
 #, kde-format
 msgid "Anniversary"
-msgstr "Yıldönümü"
+msgstr "Yıl dönümü"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/po/zh_TW/akonadi_maildispatcher_agent.po 
new/kdepim-runtime-26.04.2/po/zh_TW/akonadi_maildispatcher_agent.po
--- old/kdepim-runtime-26.04.1/po/zh_TW/akonadi_maildispatcher_agent.po 
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/po/zh_TW/akonadi_maildispatcher_agent.po 
2026-05-30 05:32:12.000000000 +0200
@@ -3,13 +3,13 @@
 # Franklin Weng <[email protected]>, 2010, 2011, 2012.
 #
 # Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2009, 
2010.
-# SPDX-FileCopyrightText: 2024 Kisaragi Hiu <[email protected]>
+# SPDX-FileCopyrightText: 2024, 2026 Kisaragi Hiu <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-12-18 00:44+0000\n"
-"PO-Revision-Date: 2024-05-18 16:43+0900\n"
+"PO-Revision-Date: 2026-05-21 21:55+0900\n"
 "Last-Translator: Kisaragi Hiu <[email protected]>\n"
 "Language-Team: Traditional Chinese <[email protected]>\n"
 "Language: zh_TW\n"
@@ -17,13 +17,13 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 24.04.70\n"
+"X-Generator: Lokalize 26.07.70\n"
 
 #: maildispatcheragent.cpp:80 maildispatcheragent.cpp:225
 #, kde-format
 msgid "Sending messages (1 item in queue)…"
 msgid_plural "Sending messages (%1 items in queue)..."
-msgstr[0] "傳送信件中(佇列中有 %1 個項目)…"
+msgstr[0] "傳送信件中(佇列中有 %1 個項目)"
 
 #: maildispatcheragent.cpp:90
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/resources/birthdays/birthdaysresource.desktop 
new/kdepim-runtime-26.04.2/resources/birthdays/birthdaysresource.desktop
--- old/kdepim-runtime-26.04.1/resources/birthdays/birthdaysresource.desktop    
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/resources/birthdays/birthdaysresource.desktop    
2026-05-30 05:32:12.000000000 +0200
@@ -49,7 +49,7 @@
 Name[sr@latin]=Rođendani i godišnjice
 Name[sv]=Födelsedagar och årsdagar
 Name[ta]=பிறந்தநாட்களும் ஆண்டுவிழாக்களும்
-Name[tr]=Doğum Günleri ve Yıldönümleri
+Name[tr]=Doğum Günleri ve Yıl Dönümleri
 Name[ug]=تۇغۇلغان كۈن ۋە خاتىرە كۈنلەر
 Name[uk]=Дні народження і річниці весіль
 Name[zh_CN]=生日和纪念日
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-26.04.1/resources/kolab/akonadi_kolab_resource.notifyrc 
new/kdepim-runtime-26.04.2/resources/kolab/akonadi_kolab_resource.notifyrc
--- old/kdepim-runtime-26.04.1/resources/kolab/akonadi_kolab_resource.notifyrc  
2026-05-03 05:52:15.000000000 +0200
+++ new/kdepim-runtime-26.04.2/resources/kolab/akonadi_kolab_resource.notifyrc  
2026-05-30 05:32:12.000000000 +0200
@@ -21,6 +21,7 @@
 Name[sl]=Kolabov vir
 Name[tr]=Kolab Özkaynağı
 Name[uk]=Ресурс Kolab
+Name[zh_CN]=Kolab 资源
 Name[zh_TW]=Kolab 資源
 Comment=Access your Kolab resources from KDE
 Comment[ar]=الوصول إلى موارد Kolab من كِيدِي
@@ -43,6 +44,7 @@
 Comment[sl]=Dostop do virov Kolab iz KDE
 Comment[tr]=Kolab özkaynaklarınıza KDE’den erişin
 Comment[uk]=Доступ до ваших ресурсів Kolab з KDE
+Comment[zh_CN]=从 KDE 访问您的 Kolab 资源
 Comment[zh_TW]=用 KDE 存取您的 Kolab 資源
 
 [Event/deprecated]
@@ -67,6 +69,7 @@
 Name[sl]=Zastaranje vira
 Name[tr]=Özkaynak Hizmetten Kalktı
 Name[uk]=Застарівання ресурсу
+Name[zh_CN]=弃用资源
 Name[zh_TW]=資源棄用
 Comment=Deprecation notice.
 Comment[ar]=إشعار إلغاء.
@@ -89,6 +92,7 @@
 Comment[sl]=Obvestilo o zastaranju.
 Comment[tr]=Hizmetten kalkma bildirimi
 Comment[uk]=Повідомлення щодо застарівання.
+Comment[zh_CN]=弃用通知
 Comment[zh_TW]=棄用告知。
 Urgency=Normal
 Action=Popup

Reply via email to