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-06-09 20:39:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Fri Jun  9 20:39:41 2023 rev:82 rq:1091685 version:23.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2023-05-12 20:39:39.966651772 +0200
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.15902/pim-data-exporter.changes
   2023-06-09 20:43:07.096533547 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:56 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.IygoIf/_old  2023-06-09 20:43:07.564536265 +0200
+++ /var/tmp/diff_new_pack.IygoIf/_new  2023-06-09 20:43:07.568536287 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           pim-data-exporter
-Version:        23.04.1
+Version:        23.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-23.04.1.tar.xz -> pim-data-exporter-23.04.2.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.1/CMakeLists.txt 
new/pim-data-exporter-23.04.2/CMakeLists.txt
--- old/pim-data-exporter-23.04.1/CMakeLists.txt        2023-05-06 
10:58:09.000000000 +0200
+++ new/pim-data-exporter-23.04.2/CMakeLists.txt        2023-06-02 
21:33:29.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.1")
+set(PIM_VERSION "5.23.2")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "23.04.1")
+set(RELEASE_SERVICE_VERSION "23.04.2")
 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.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")
+set(AKONADI_VERSION "5.23.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.23.2")
+set(KMIME_LIB_VERSION "5.23.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.23.2")
+
+set(MAILCOMMON_LIB_VERSION "5.23.2")
+set(PIMCOMMON_LIB_VERSION "5.23.2")
+set(AKONADINOTES_LIB_VERSION "5.23.2")
 
 # 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.1/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-23.04.2/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-23.04.1/org.kde.pimdataexporter.appdata.xml   
2023-05-06 10:58:09.000000000 +0200
+++ new/pim-data-exporter-23.04.2/org.kde.pimdataexporter.appdata.xml   
2023-06-02 21:33:29.000000000 +0200
@@ -163,9 +163,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.23.2" date="2023-06-08"/>
     <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"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.1/po/ar/pimdataexporter.po 
new/pim-data-exporter-23.04.2/po/ar/pimdataexporter.po
--- old/pim-data-exporter-23.04.1/po/ar/pimdataexporter.po      2023-05-06 
10:58:09.000000000 +0200
+++ new/pim-data-exporter-23.04.2/po/ar/pimdataexporter.po      2023-06-02 
21:33:29.000000000 +0200
@@ -37,7 +37,7 @@
 #: console/main.cpp:29
 #, kde-format
 msgid "Copyright © 2015-%1 pimdataexporter authors"
-msgstr "الحقوق محفوظة © ٢٠١٥-%1 لمؤلّفي «مصدّر 
إعدادات PIM»"
+msgstr "الحقوق محفوظة © 2015-%1 لمؤلّفي «مصدّر 
إعدادات PIM»"
 
 #: console/main.cpp:30 gui/pimdatacommandlineoption.cpp:42
 #, kde-format
@@ -942,7 +942,7 @@
 #: gui/pimdatacommandlineoption.cpp:41
 #, kde-format
 msgid "Copyright © 2012-%1 pimdataexporter authors"
-msgstr "الحقوق محفوظة © ٢٠١٥-%1 لمؤلّفي «مصدّر 
إعدادات PIM»"
+msgstr "الحقوق محفوظة © 2015-%1 لمؤلّفي «مصدّر 
إعدادات PIM»"
 
 #: gui/pimdatacommandlineoption.cpp:46
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.04.1/po/ja/pimdataexporter.po 
new/pim-data-exporter-23.04.2/po/ja/pimdataexporter.po
--- old/pim-data-exporter-23.04.1/po/ja/pimdataexporter.po      2023-05-06 
10:58:09.000000000 +0200
+++ new/pim-data-exporter-23.04.2/po/ja/pimdataexporter.po      2023-06-02 
21:33:29.000000000 +0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-23.04.1/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-23.04.2/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-23.04.1/po/zh_CN/pimdataexporter.po   2023-05-06 
10:58:09.000000000 +0200
+++ new/pim-data-exporter-23.04.2/po/zh_CN/pimdataexporter.po   2023-06-02 
21:33:29.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-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to