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 2023-05-12 20:36:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Fri May 12 20:36:45 2023 rev:81 rq:1086461 version:23.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2023-04-23 22:50:24.171707913 +0200
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.1533/pim-data-exporter.changes
    2023-05-12 20:39:39.966651772 +0200
@@ -1,0 +2,9 @@
+Tue May  9 10:47:53 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.1/
+- No code change since 23.04.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.E1bHCd/_old  2023-05-12 20:39:40.458654476 +0200
+++ /var/tmp/diff_new_pack.E1bHCd/_new  2023-05-12 20:39:40.462654498 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           pim-data-exporter
-Version:        23.04.0
+Version:        23.04.1
 Release:        0
 Summary:        Data exporter for KDE PIM applications
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ pim-data-exporter-23.04.0.tar.xz -> pim-data-exporter-23.04.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.0/CMakeLists.txt 
new/pim-data-exporter-23.04.1/CMakeLists.txt
--- old/pim-data-exporter-23.04.0/CMakeLists.txt        2023-04-12 
18:52:19.000000000 +0200
+++ new/pim-data-exporter-23.04.1/CMakeLists.txt        2023-05-06 
10:58:09.000000000 +0200
@@ -1,9 +1,9 @@
 # SPDX-FileCopyrightText: 2011-2023 Laurent Montel <[email protected]>
 # SPDX-License-Identifier: BSD-3-Clause
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.23.0")
+set(PIM_VERSION "5.23.1")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "23.04.0")
+set(RELEASE_SERVICE_VERSION "23.04.1")
 set(KF_MIN_VERSION "5.103.0")
 
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -57,15 +57,15 @@
     find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED 
Widgets Test)
 endif()
 
-set(AKONADI_VERSION "5.23.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.23.0")
-set(KMIME_LIB_VERSION "5.23.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.23.0")
-
-set(MAILCOMMON_LIB_VERSION "5.23.0")
-set(PIMCOMMON_LIB_VERSION "5.23.0")
-set(AKONADINOTES_LIB_VERSION "5.23.0")
+set(AKONADI_VERSION "5.23.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.23.1")
+set(KMIME_LIB_VERSION "5.23.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.23.1")
+
+set(MAILCOMMON_LIB_VERSION "5.23.1")
+set(PIMCOMMON_LIB_VERSION "5.23.1")
+set(AKONADINOTES_LIB_VERSION "5.23.1")
 
 # Find KF5 package
 find_package(KF${KF_MAJOR_VERSION}Archive ${KF_MIN_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-23.04.0/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-23.04.1/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-23.04.0/org.kde.pimdataexporter.appdata.xml   
2023-04-12 18:52:19.000000000 +0200
+++ new/pim-data-exporter-23.04.1/org.kde.pimdataexporter.appdata.xml   
2023-05-06 10:58:09.000000000 +0200
@@ -163,9 +163,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.23.1" date="2023-05-11"/>
     <release version="5.23.0" date="2023-04-20"/>
     <release version="5.22.3" date="2023-03-02"/>
     <release version="5.22.2" date="2023-02-02"/>
-    <release version="5.22.1" date="2023-01-05"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.0/po/de/pimdataexporter.po 
new/pim-data-exporter-23.04.1/po/de/pimdataexporter.po
--- old/pim-data-exporter-23.04.0/po/de/pimdataexporter.po      2023-04-12 
18:52:19.000000000 +0200
+++ new/pim-data-exporter-23.04.1/po/de/pimdataexporter.po      2023-05-06 
10:58:09.000000000 +0200
@@ -12,7 +12,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.07.70\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.0/po/gl/pimdataexporter.po 
new/pim-data-exporter-23.04.1/po/gl/pimdataexporter.po
--- old/pim-data-exporter-23.04.0/po/gl/pimdataexporter.po      2023-04-12 
18:52:19.000000000 +0200
+++ new/pim-data-exporter-23.04.1/po/gl/pimdataexporter.po      2023-05-06 
10:58:09.000000000 +0200
@@ -1,16 +1,16 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Xosé <[email protected]>, 2012, 2013, 2014.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016.
 # Marce Villarino <[email protected]>, 2013, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-09 00:47+0000\n"
-"PO-Revision-Date: 2019-09-29 09:12+0200\n"
+"PO-Revision-Date: 2023-05-02 20:49+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\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 19.11.70\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -36,10 +36,9 @@
 msgstr "Consola do exportador de datos de PIM"
 
 #: console/main.cpp:29
-#, fuzzy, kde-format
-#| msgid "Copyright © 2015-2019 pimdataexporter authors"
+#, kde-format
 msgid "Copyright © 2015-%1 pimdataexporter authors"
-msgstr "© 2015-2019 Autores de pimdataexporter"
+msgstr "© 2015-%1 Persoas autoras de pimdataexporter"
 
 #: console/main.cpp:30 gui/pimdatacommandlineoption.cpp:42
 #, kde-format
@@ -99,10 +98,9 @@
 msgstr "Copiouse «%1»."
 
 #: core/abstractimportexportjob.cpp:273
-#, fuzzy, kde-format
-#| msgid "Restoring identities..."
+#, kde-format
 msgid "Restoring \"%1\"..."
-msgstr "Restaurando as identidades…"
+msgstr "Restaurando «%1»…"
 
 #: core/abstractimportexportjob.cpp:298
 #, kde-format
@@ -142,16 +140,14 @@
 msgstr "Creouse o recurso «%1»."
 
 #: core/abstractimportexportjob.cpp:504
-#, fuzzy, kde-format
-#| msgid "Failed to synchronize %1."
+#, kde-format
 msgid "Failed to synchronize '%1'."
-msgstr "Non se puido sincronizar %1."
+msgstr "Non se puido sincronizar «%1»."
 
 #: core/abstractimportexportjob.cpp:509
-#, fuzzy, kde-format
-#| msgid "Resource %1 synchronized."
+#, kde-format
 msgid "Resource '%1' synchronized."
-msgstr "Sincronizouse o recurso %1."
+msgstr "Sincronizouse o recurso «%1»."
 
 #: core/abstractimportexportjob.cpp:515
 #, kde-format
@@ -225,7 +221,7 @@
 #: core/addressbook/importaddressbookjobinterface.cpp:41
 #, kde-format
 msgid "Starting to import KAddressBook settings..."
-msgstr "Iniciando a importanción da configuración de KAddressBook…"
+msgstr "Iniciando a importación da configuración de KAddressBook…"
 
 #: core/addressbook/importaddressbookjobinterface.cpp:43
 #, kde-format
@@ -346,10 +342,9 @@
 msgstr "Non se pode abrir o arquivo para lectura."
 
 #: core/backupresourcefilejobbase.cpp:47
-#, fuzzy, kde-format
-#| msgid "\"%1\" does not exist."
+#, kde-format
 msgid "\"%1\" is not a file."
-msgstr "«%1» non existe."
+msgstr "«%1» non é un ficheiro."
 
 #: core/backupresourcefilejobbase.cpp:53 core/backupresourcefilejobbase.cpp:60
 #: core/pimdatabackupthread.cpp:54 core/storeresourcejob.cpp:57
@@ -394,10 +389,9 @@
 msgstr "Exportar a configuración de KMail"
 
 #: core/mail/exportmailjobinterface.cpp:112
-#, fuzzy, kde-format
-#| msgid "Backing up identity..."
+#, kde-format
 msgid "Backing up Folder Attributes..."
-msgstr "Estase a facer unha copia de seguranza da identidade…"
+msgstr "Facendo unha copia de seguridade dos atributos do cartafol…"
 
 #: core/mail/exportmailjobinterface.cpp:114
 #, kde-format
@@ -405,15 +399,14 @@
 msgstr "Estase a facer a copia de seguranza das mensaxes de correo…"
 
 #: core/mail/exportmailjobinterface.cpp:115
-#, fuzzy, kde-format
-#| msgid "Start export Akregator settings..."
+#, kde-format
 msgid "Start export resource..."
-msgstr "Iniciar a exportación da configuración do Akregator…"
+msgstr "Iniciar a exportación do recurso…"
 
 #: core/mail/exportmailjobinterface.cpp:123
 #, kde-format
 msgid "Backing up transports..."
-msgstr "Estase a realizar a copia de seguranza dos transportes…"
+msgstr "Facendo unha copia de seguridade dos transportes…"
 
 #: core/mail/exportmailjobinterface.cpp:128
 #: core/mail/exportmailjobinterface.cpp:140
@@ -461,16 +454,14 @@
 msgstr "Os filtros non poden exportarse."
 
 #: core/mail/exportmailjobinterfaceimpl.cpp:163
-#, fuzzy, kde-format
-#| msgid "Backing up identity..."
+#, kde-format
 msgid "Backing up Folder Attributes done."
-msgstr "Estase a facer unha copia de seguranza da identidade…"
+msgstr "Fíxose unha copia de seguridade dos atributos do cartafol."
 
 #: core/mail/exportmailjobinterfaceimpl.cpp:167
-#, fuzzy, kde-format
-#| msgid "Filters cannot be exported."
+#, kde-format
 msgid "Folder Attributes cannot be exported."
-msgstr "Os filtros non poden exportarse."
+msgstr "Non se poden exportar os atributos do cartafol."
 
 #: core/mail/importmailjobinterface.cpp:43
 #, kde-format
@@ -525,16 +516,14 @@
 msgstr "Non se puido atopar o ficheiro de filtros no arquivo."
 
 #: core/mail/importmailjobinterface.cpp:569
-#, fuzzy, kde-format
-#| msgid "Restore mails..."
+#, kde-format
 msgid "Restore filters..."
-msgstr "Restaurar os correos…"
+msgstr "Restaurar os filtros…"
 
 #: core/mail/importmailjobinterface.cpp:618
-#, fuzzy, kde-format
-#| msgid "Mails restored."
+#, kde-format
 msgid "Filters restored."
-msgstr "Restauráronse os correos."
+msgstr "Restauráronse os filtros."
 
 #: core/mail/importmailjobinterface.cpp:899
 #: core/mail/importmailjobinterface.cpp:904
@@ -558,28 +547,24 @@
 msgstr "Non se puido restaurar o ficheiro das identidades."
 
 #: core/mail/importmailjobinterface.cpp:1287
-#, fuzzy, kde-format
-#| msgid "\"%1\" backup done."
+#, kde-format
 msgid "\"%1\" migration done."
-msgstr "Fíxose unha copia de seguranza de «%1»."
+msgstr "Completouse a migración de «%1»."
 
 #: core/mail/importmailjobinterfaceimpl.cpp:35
-#, fuzzy, kde-format
-#| msgid "Backing up identity..."
+#, kde-format
 msgid "Restoring folder attributes..."
-msgstr "Estase a facer unha copia de seguranza da identidade…"
+msgstr "Restaurando as atributos do cartafol…"
 
 #: core/mail/importmailjobinterfaceimpl.cpp:41
-#, fuzzy, kde-format
-#| msgid "Backing up identity..."
+#, kde-format
 msgid "Restoring Folder Attributes done."
-msgstr "Estase a facer unha copia de seguranza da identidade…"
+msgstr "Restauráronse os atributos do cartafol."
 
 #: core/mail/importmailjobinterfaceimpl.cpp:45
-#, fuzzy, kde-format
-#| msgid "Filters cannot be exported."
+#, kde-format
 msgid "Folder Attributes cannot be restored."
-msgstr "Os filtros non poden exportarse."
+msgstr "Non se poden restaurar os atributos do cartafol."
 
 #: core/notes/exportnotesjobinterface.cpp:28
 #, kde-format
@@ -649,10 +634,9 @@
 "seguranza."
 
 #: core/resourceconverterbase.cpp:206
-#, fuzzy, kde-format
-#| msgid "\"%1\" does not exist."
+#, kde-format
 msgid "Resource config file \"%1\" doesn't exist."
-msgstr "«%1» non existe."
+msgstr "O ficheiro de configuración de recurso «%1» non existe."
 
 #: core/utils.cpp:181
 #, kde-format
@@ -715,8 +699,7 @@
 msgstr "Datos"
 
 #: gui/dialog/backupfilestructureinfodialog.cpp:35
-#, fuzzy, kde-format
-#| msgid "Archive File Structure"
+#, kde-format
 msgctxt "@title:window"
 msgid "Archive File Structure"
 msgstr "Estrutura de ficheiros do arquivo"
@@ -732,8 +715,7 @@
 msgstr "Non foi posíbel atopar o ficheiro backup-structure.txt."
 
 #: gui/dialog/pimdataexporterconfiguredialog.cpp:39
-#, fuzzy, kde-format
-#| msgid "Configure PimDataExporter"
+#, kde-format
 msgctxt "@title:window"
 msgid "Configure PimDataExporter"
 msgstr "Configurar PimDataExporter"
@@ -741,12 +723,12 @@
 #: gui/dialog/pimdataexporterconfiguredialog.cpp:48
 #, kde-format
 msgid "General"
-msgstr ""
+msgstr "Xeral"
 
 #: gui/dialog/pimdataexporterconfiguredialog.cpp:63
 #, kde-format
 msgid "User Feedback"
-msgstr ""
+msgstr "Comentarios"
 
 #: gui/dialog/selectiontypedialog.cpp:27
 #, kde-format
@@ -764,8 +746,7 @@
 msgstr "Cargar un modelo…"
 
 #: gui/dialog/selectiontypedialog.cpp:31
-#, fuzzy, kde-format
-#| msgid "Select Type"
+#, kde-format
 msgctxt "@title:window"
 msgid "Select Type"
 msgstr "Escolla o tipo"
@@ -793,8 +774,7 @@
 msgstr "Abrir o ficheiro seleccionado"
 
 #: gui/dialog/showarchivestructuredialog.cpp:43
-#, fuzzy, kde-format
-#| msgid "Show Archive Content on file \"%1\""
+#, kde-format
 msgctxt "@title:window"
 msgid "Show Archive Content on file \"%1\""
 msgstr "Mostrar o contido arquivado do ficheiro «%1»"
@@ -815,10 +795,9 @@
 msgstr "Seleccionar un directorio"
 
 #: gui/dialog/showarchivestructuredialog.cpp:140
-#, fuzzy, kde-format
-#| msgid "Do you want to override %1?"
+#, kde-format
 msgid "Do you want to overwrite %1?"
-msgstr "Quere sobrepoñer %1?"
+msgstr "Quere sobrescribir %1?"
 
 #: gui/dialog/showarchivestructuredialog.cpp:141
 #, kde-format
@@ -863,8 +842,7 @@
 msgstr "Mostrar a información"
 
 #: gui/dialog/synchronizeresourcedialog.cpp:29
-#, fuzzy, kde-format
-#| msgid "Synchronize Resources"
+#, kde-format
 msgctxt "@title:window"
 msgid "Synchronize Resources"
 msgstr "Sincronizar os recursos"
@@ -912,8 +890,7 @@
 msgstr "Xa existe o directorio «%1». Quéreo substituír?"
 
 #: gui/job/fullsynchronizeresourcesjob.cpp:41
-#, fuzzy, kde-format
-#| msgid "Synchronize resources"
+#, kde-format
 msgctxt "@title:window"
 msgid "Synchronize resources"
 msgstr "Sincronizar os recursos"
@@ -939,8 +916,7 @@
 msgstr "Non é unha versión correcta"
 
 #: gui/pimdatabackuprestoreui.cpp:28
-#, fuzzy, kde-format
-#| msgid "Import"
+#, kde-format
 msgctxt "@action:button"
 msgid "Import"
 msgstr "Importar"
@@ -951,10 +927,9 @@
 msgstr "Exportador de datos de PIM"
 
 #: gui/pimdatacommandlineoption.cpp:41
-#, fuzzy, kde-format
-#| msgid "Copyright © 2012-2019 pimdataexporter authors"
+#, kde-format
 msgid "Copyright © 2012-%1 pimdataexporter authors"
-msgstr "© 2012-2019 Autores de pimdataexporter"
+msgstr "© 2012-%1 Persoas autoras de pimdataexporter"
 
 #: gui/pimdatacommandlineoption.cpp:46
 #, kde-format
@@ -982,7 +957,7 @@
 #: gui/pimdatacommandlineoption.cpp:52
 #, kde-format
 msgid "Lists the available options for user feedback"
-msgstr ""
+msgstr "Lista todas as opcións dispoñíbeis de comentarios"
 
 #. i18n: ectx: Menu (file)
 #: gui/pimdataexporter.rc:8
@@ -1040,7 +1015,7 @@
 #: gui/pimdataexporterwindow.cpp:207
 #, kde-format
 msgid "Export Data..."
-msgstr "Esportar os datos…"
+msgstr "Exportar os datos…"
 
 #: gui/pimdataexporterwindow.cpp:212
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-23.04.0/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-23.04.1/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-23.04.0/po/zh_CN/pimdataexporter.po   2023-04-12 
18:52:19.000000000 +0200
+++ new/pim-data-exporter-23.04.1/po/zh_CN/pimdataexporter.po   2023-05-06 
10:58:09.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-03-09 00:47+0000\n"
-"PO-Revision-Date: 2023-04-10 14:13\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to