Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2026-03-07 20:08:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Sat Mar  7 20:08:27 2026 rev:114 rq:1337114 version:25.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2026-02-06 19:13:53.009019223 +0100
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.8177/pim-data-exporter.changes
    2026-03-07 20:13:17.252200168 +0100
@@ -1,0 +2,9 @@
+Tue Mar  3 09:57:24 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 25.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.12.3/
+- No code change since 25.12.2
+
+-------------------------------------------------------------------

Old:
----
  pim-data-exporter-25.12.2.tar.xz
  pim-data-exporter-25.12.2.tar.xz.sig

New:
----
  pim-data-exporter-25.12.3.tar.xz
  pim-data-exporter-25.12.3.tar.xz.sig

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.IiYft8/_old  2026-03-07 20:13:19.716302101 +0100
+++ /var/tmp/diff_new_pack.IiYft8/_new  2026-03-07 20:13:19.732302763 +0100
@@ -18,11 +18,11 @@
 
 %define kf6_version 6.19.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.6.2
+%define kpim6_version 6.6.3
 
 %bcond_without released
 Name:           pim-data-exporter
-Version:        25.12.2
+Version:        25.12.3
 Release:        0
 Summary:        Data exporter for KDE PIM applications
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ pim-data-exporter-25.12.2.tar.xz -> pim-data-exporter-25.12.3.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-25.12.2/CMakeLists.txt 
new/pim-data-exporter-25.12.3/CMakeLists.txt
--- old/pim-data-exporter-25.12.2/CMakeLists.txt        2026-01-29 
04:55:26.000000000 +0100
+++ new/pim-data-exporter-25.12.3/CMakeLists.txt        2026-02-28 
13:03:37.000000000 +0100
@@ -1,12 +1,12 @@
 # SPDX-FileCopyrightText: 2011-2025 Laurent Montel <[email protected]>
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "6.6.2")
+set(PIM_VERSION "6.6.3")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "25.12.2")
+set(RELEASE_SERVICE_VERSION "25.12.3")
 set(KF_MIN_VERSION "6.18.0")
 # Update it for each release
-set(PIMDATAEXPORTER_RELEASE_VERSION_DATE "26.02.05") # yy.MM.dd
+set(PIMDATAEXPORTER_RELEASE_VERSION_DATE "26.03.02") # yy.MM.dd
 set(CMAKE_CXX_SCAN_FOR_MODULES OFF)
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -89,13 +89,13 @@
     )
 endif()
 
-set(AKONADI_VERSION "6.6.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.6.2")
-set(KMAILTRANSPORT_LIB_VERSION "6.6.2")
-set(KMIME_LIB_VERSION "6.6.2")
+set(AKONADI_VERSION "6.6.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.6.3")
+set(KMAILTRANSPORT_LIB_VERSION "6.6.3")
+set(KMIME_LIB_VERSION "6.6.3")
 
-set(MAILCOMMON_LIB_VERSION "6.6.2")
-set(PIMCOMMON_LIB_VERSION "6.6.2")
+set(MAILCOMMON_LIB_VERSION "6.6.3")
+set(PIMCOMMON_LIB_VERSION "6.6.3")
 set(KTEXTADDONS_MIN_VERSION "1.8.0")
 
 # Find KF6 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-25.12.2/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-25.12.3/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-25.12.2/org.kde.pimdataexporter.appdata.xml   
2026-01-29 04:55:26.000000000 +0100
+++ new/pim-data-exporter-25.12.3/org.kde.pimdataexporter.appdata.xml   
2026-02-28 13:03:37.000000000 +0100
@@ -150,6 +150,7 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="6.6.3" date="2026-03-05"/>
     <release version="6.6.2" date="2026-02-05"/>
     <release version="6.6.1" date="2026-01-08"/>
     <release version="6.6.0" date="2025-12-11"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-25.12.2/po/cs/pimdataexporter.po 
new/pim-data-exporter-25.12.3/po/cs/pimdataexporter.po
--- old/pim-data-exporter-25.12.2/po/cs/pimdataexporter.po      2026-01-29 
04:55:26.000000000 +0100
+++ new/pim-data-exporter-25.12.3/po/cs/pimdataexporter.po      2026-02-28 
13:03:37.000000000 +0100
@@ -2,21 +2,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 
2020, 2021, 2022, 2023, 2024 Vit Pelcak <[email protected]>
 # Tomáš Chvátal <[email protected]>, 2012.
+# SPDX-FileCopyrightText: 2026 Libor Filípek <[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: 2024-08-08 10:02+0200\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
-"Language-Team: Czech <[email protected]>\n"
+"PO-Revision-Date: 2026-01-15 18:54+0100\n"
+"Last-Translator: Libor Filípek <[email protected]>\n"
+"Language-Team: \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "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 24.05.2\n"
+"X-Generator: Lokalize 25.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -590,7 +591,7 @@
 #: core/pimdatabackupthread.cpp:44
 #, kde-format
 msgid "Impossible to backup \"%1\"."
-msgstr ""
+msgstr "Nelze zálohovat \"%1\"."
 
 #: core/resourceconverterbase.cpp:197 core/resourceconverterbase.cpp:206
 #, kde-format
@@ -826,6 +827,8 @@
 "Some resources were added but data were not sync. Select resources that you "
 "want to sync:"
 msgstr ""
+"Byly přidány některé zdroje, ale data nebyla synchronizována. Vyberte "
+"zdroje, které chcete synchronizovat:"
 
 #: gui/importexportprogressindicatorgui.cpp:35
 #: gui/job/fullsynchronizeresourcesjob.cpp:39
@@ -958,22 +961,22 @@
 #: gui/pimdataexporterwindow.cpp:187
 #, kde-format
 msgid "Full sync starts..."
-msgstr ""
+msgstr "Spouští se úplná synchronizace..."
 
 #: gui/pimdataexporterwindow.cpp:217
 #, kde-format
 msgid "Full sync finished."
-msgstr ""
+msgstr "Úplná synchronizace dokončena."
 
 #: gui/pimdataexporterwindow.cpp:224
 #, kde-format
 msgid "Full sync for \"%1\" done."
-msgstr ""
+msgstr "Úplná synchronizace pro \"%1\" dokončena."
 
 #: gui/pimdataexporterwindow.cpp:229
 #, kde-format
 msgid "Full sync for \"%1\" failed."
-msgstr ""
+msgstr "Úplná synchronizace pro \"%1\" selhala."
 
 #: gui/pimdataexporterwindow.cpp:235
 #, kde-format
@@ -1019,7 +1022,7 @@
 #: gui/pimdataexporterwindow.cpp:284
 #, kde-format
 msgid "Show Information on current Archive..."
-msgstr ""
+msgstr "Zobrazit informace o aktuálním archivu..."
 
 #: gui/pimdataexporterwindow.cpp:321
 #, kde-format
@@ -1051,7 +1054,7 @@
 #: gui/pimdataexporterwindow.cpp:343
 #, kde-format
 msgid "Please quit all kdepim applications before backing up your data."
-msgstr ""
+msgstr "Před zálohováním dat ukončete všechny aplikace kdepim."
 
 #: gui/pimdataexporterwindow.cpp:365
 #, kde-format

Reply via email to