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-06-08 14:15:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter"
Mon Jun 8 14:15:16 2026 rev:117 rq:1357488 version:26.04.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes
2026-05-11 17:05:15.604359772 +0200
+++
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.2375/pim-data-exporter.changes
2026-06-08 14:21:45.248185072 +0200
@@ -1,0 +2,10 @@
+Thu Jun 4 08:44:42 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:
----
pim-data-exporter-26.04.1.tar.xz
pim-data-exporter-26.04.1.tar.xz.sig
New:
----
pim-data-exporter-26.04.2.tar.xz
pim-data-exporter-26.04.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.ypYv5A/_old 2026-06-08 14:21:45.932213433 +0200
+++ /var/tmp/diff_new_pack.ypYv5A/_new 2026-06-08 14:21:45.936213598 +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: pim-data-exporter
-Version: 26.04.1
+Version: 26.04.2
Release: 0
Summary: Data exporter for KDE PIM applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ pim-data-exporter-26.04.1.tar.xz -> pim-data-exporter-26.04.2.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-26.04.1/.kde-ci.yml
new/pim-data-exporter-26.04.2/.kde-ci.yml
--- old/pim-data-exporter-26.04.1/.kde-ci.yml 2026-05-05 00:09:21.000000000
+0200
+++ new/pim-data-exporter-26.04.2/.kde-ci.yml 2026-05-30 13:43:00.000000000
+0200
@@ -13,7 +13,7 @@
'pim/akonadi': '@same'
'pim/kidentitymanagement': '@same'
'pim/kmailtransport': '@same'
- 'pim/kmime': '@same'
+ 'frameworks/kmime': '@same'
'pim/mailcommon': '@same'
'pim/pimcommon': '@same'
'libraries/ktextaddons': '@latest-kf6'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-26.04.1/CMakeLists.txt
new/pim-data-exporter-26.04.2/CMakeLists.txt
--- old/pim-data-exporter-26.04.1/CMakeLists.txt 2026-05-05
00:09:21.000000000 +0200
+++ new/pim-data-exporter-26.04.2/CMakeLists.txt 2026-05-30
13:43:00.000000000 +0200
@@ -1,12 +1,12 @@
# SPDX-FileCopyrightText: 2011-2026 Laurent Montel <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.27)
-set(PIM_VERSION "6.7.1")
+set(PIM_VERSION "6.7.2")
project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "26.04.1")
+set(RELEASE_SERVICE_VERSION "26.04.2")
set(KF_MIN_VERSION "6.22.0")
# Update it for each release
-set(PIMDATAEXPORTER_RELEASE_VERSION_DATE "26.05.04") # yy.MM.dd
+set(PIMDATAEXPORTER_RELEASE_VERSION_DATE "26.06.04") # 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})
@@ -94,13 +94,13 @@
)
endif()
-set(AKONADI_VERSION "6.7.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.1")
-set(KMAILTRANSPORT_LIB_VERSION "6.7.1")
-set(KMIME_LIB_VERSION "6.7.1")
+set(AKONADI_VERSION "6.7.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "6.7.2")
+set(KMAILTRANSPORT_LIB_VERSION "6.7.2")
+set(KMIME_LIB_VERSION "6.7.2")
-set(MAILCOMMON_LIB_VERSION "6.7.1")
-set(PIMCOMMON_LIB_VERSION "6.7.1")
+set(MAILCOMMON_LIB_VERSION "6.7.2")
+set(PIMCOMMON_LIB_VERSION "6.7.2")
set(KTEXTADDONS_MIN_VERSION "2.0.0")
# Find KF6 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-26.04.1/org.kde.pimdataexporter.appdata.xml
new/pim-data-exporter-26.04.2/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-26.04.1/org.kde.pimdataexporter.appdata.xml
2026-05-05 00:09:21.000000000 +0200
+++ new/pim-data-exporter-26.04.2/org.kde.pimdataexporter.appdata.xml
2026-05-30 13:43:00.000000000 +0200
@@ -150,6 +150,7 @@
</screenshot>
</screenshots>
<releases>
+ <release version="6.7.2" date="2026-06-04"/>
<release version="6.7.1" date="2026-05-07"/>
<release version="6.7.0" date="2026-04-16"/>
<release version="6.6.3" date="2026-03-05"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-26.04.1/po/pt_BR/pimdataexporter.po
new/pim-data-exporter-26.04.2/po/pt_BR/pimdataexporter.po
--- old/pim-data-exporter-26.04.1/po/pt_BR/pimdataexporter.po 2026-05-05
00:09:21.000000000 +0200
+++ new/pim-data-exporter-26.04.2/po/pt_BR/pimdataexporter.po 2026-05-30
13:43:00.000000000 +0200
@@ -4,13 +4,13 @@
#
# Luiz Fernando Ranghetti <[email protected]>, 2012, 2015, 2019, 2020,
2021, 2022.
# André Marcelo Alvarenga <[email protected]>, 2012, 2013, 2014, 2015, 2016,
2018, 2019, 2020.
-# SPDX-FileCopyrightText: 2012, 2025 Marcus Gama <[email protected]>
+# SPDX-FileCopyrightText: 2012, 2025-2026 Marcus Gama <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: pimsettingexporter\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-12-18 00:44+0000\n"
-"PO-Revision-Date: 2025-07-24 07:03-0300\n"
+"PO-Revision-Date: 2026-05-17 07:44-0300\n"
"Last-Translator: Marcus Gama <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
"Language: pt_BR\n"
@@ -18,7 +18,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 25.04.3\n"
+"X-Generator: Lokalize 26.04.1\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -695,7 +695,7 @@
#: gui/dialog/pimdataexporterconfiguredialog.cpp:60
#, kde-format
msgid "User Feedback"
-msgstr "Comentários do usuário"
+msgstr "Feedback do usuário"
#: gui/dialog/selectiontypedialog.cpp:29
#, kde-format
@@ -945,7 +945,7 @@
#, kde-format
msgctxt "@info:shell"
msgid "Lists the available options for user feedback"
-msgstr "Apresenta as opções disponíveis para os comentários do usuário"
+msgstr "Lista as opções disponíveis para o feedback do usuário"
#. i18n: ectx: Menu (file)
#: gui/pimdataexporter.rc:8