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-09-15 22:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Fri Sep 15 22:04:21 2023 rev:85 rq:1111297 version:23.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2023-08-31 13:50:42.886939118 +0200
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.1766/pim-data-exporter.changes
    2023-09-15 22:09:17.685329324 +0200
@@ -1,0 +2,9 @@
+Tue Sep 12 11:56:52 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.1/
+- No code change since 23.08.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.n41vJD/_old  2023-09-15 22:09:18.825370085 +0200
+++ /var/tmp/diff_new_pack.n41vJD/_new  2023-09-15 22:09:18.825370085 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           pim-data-exporter
-Version:        23.08.0
+Version:        23.08.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.08.0.tar.xz -> pim-data-exporter-23.08.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.08.0/CMakeLists.txt 
new/pim-data-exporter-23.08.1/CMakeLists.txt
--- old/pim-data-exporter-23.08.0/CMakeLists.txt        2023-08-16 
23:20:16.000000000 +0200
+++ new/pim-data-exporter-23.08.1/CMakeLists.txt        2023-09-09 
10:55:55.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.24.0")
+set(PIM_VERSION "5.24.1")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "23.08.0")
+set(RELEASE_SERVICE_VERSION "23.08.1")
 set(KF_MIN_VERSION "5.105.0")
 
 find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
@@ -56,15 +56,15 @@
     find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED 
Widgets Test)
 endif()
 
-set(AKONADI_VERSION "5.24.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.24.0")
-set(KMIME_LIB_VERSION "5.24.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.24.0")
-
-set(MAILCOMMON_LIB_VERSION "5.24.0")
-set(PIMCOMMON_LIB_VERSION "5.24.0")
-set(AKONADINOTES_LIB_VERSION "5.24.0")
+set(AKONADI_VERSION "5.24.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.24.1")
+set(KMIME_LIB_VERSION "5.24.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.24.1")
+
+set(MAILCOMMON_LIB_VERSION "5.24.1")
+set(PIMCOMMON_LIB_VERSION "5.24.1")
+set(AKONADINOTES_LIB_VERSION "5.24.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.08.0/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-23.08.1/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-23.08.0/org.kde.pimdataexporter.appdata.xml   
2023-08-16 23:20:16.000000000 +0200
+++ new/pim-data-exporter-23.08.1/org.kde.pimdataexporter.appdata.xml   
2023-09-09 10:55:55.000000000 +0200
@@ -167,9 +167,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.24.1" date="2023-09-14"/>
     <release version="5.24.0" date="2023-08-24"/>
     <release version="5.23.3" date="2023-07-06"/>
     <release version="5.23.2" date="2023-06-08"/>
-    <release version="5.23.1" date="2023-05-11"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-23.08.0/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-23.08.1/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-23.08.0/po/zh_CN/pimdataexporter.po   2023-08-16 
23:20:16.000000000 +0200
+++ new/pim-data-exporter-23.08.1/po/zh_CN/pimdataexporter.po   2023-09-09 
10:55:55.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-08-02 12:44\n"
+"PO-Revision-Date: 2023-09-02 02:59\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to