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

Package is "pim-data-exporter"

Sat Dec  9 22:53:15 2023 rev:88 rq:1131975 version:23.08.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2023-11-10 12:36:40.183920342 +0100
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.25432/pim-data-exporter.changes
   2023-12-09 22:56:47.171395638 +0100
@@ -1,0 +2,9 @@
+Tue Dec  5 14:20:37 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.4/
+- No code change since 23.08.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.8FpTnl/_old  2023-12-09 22:56:47.823419566 +0100
+++ /var/tmp/diff_new_pack.8FpTnl/_new  2023-12-09 22:56:47.823419566 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           pim-data-exporter
-Version:        23.08.3
+Version:        23.08.4
 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.3.tar.xz -> pim-data-exporter-23.08.4.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-23.08.3/CMakeLists.txt 
new/pim-data-exporter-23.08.4/CMakeLists.txt
--- old/pim-data-exporter-23.08.3/CMakeLists.txt        2023-11-04 
12:22:47.000000000 +0100
+++ new/pim-data-exporter-23.08.4/CMakeLists.txt        2023-11-30 
18:24:20.000000000 +0100
@@ -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.3")
+set(PIM_VERSION "5.24.4")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "23.08.3")
+set(RELEASE_SERVICE_VERSION "23.08.4")
 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.3")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.3")
-set(KMAILTRANSPORT_LIB_VERSION "5.24.3")
-set(KMIME_LIB_VERSION "5.24.3")
-set(KPIMTEXTEDIT_LIB_VERSION "5.24.3")
-
-set(MAILCOMMON_LIB_VERSION "5.24.3")
-set(PIMCOMMON_LIB_VERSION "5.24.3")
-set(AKONADINOTES_LIB_VERSION "5.24.3")
+set(AKONADI_VERSION "5.24.4")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.4")
+set(KMAILTRANSPORT_LIB_VERSION "5.24.4")
+set(KMIME_LIB_VERSION "5.24.4")
+set(KPIMTEXTEDIT_LIB_VERSION "5.24.4")
+
+set(MAILCOMMON_LIB_VERSION "5.24.4")
+set(PIMCOMMON_LIB_VERSION "5.24.4")
+set(AKONADINOTES_LIB_VERSION "5.24.4")
 
 # 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.3/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-23.08.4/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-23.08.3/org.kde.pimdataexporter.appdata.xml   
2023-11-04 12:22:47.000000000 +0100
+++ new/pim-data-exporter-23.08.4/org.kde.pimdataexporter.appdata.xml   
2023-11-30 18:24:20.000000000 +0100
@@ -167,9 +167,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.24.4" date="2023-12-07"/>
     <release version="5.24.3" date="2023-11-09"/>
     <release version="5.24.2" date="2023-10-12"/>
     <release version="5.24.1" date="2023-09-14"/>
-    <release version="5.24.0" date="2023-08-24"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-23.08.3/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-23.08.4/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-23.08.3/po/zh_CN/pimdataexporter.po   2023-11-04 
12:22:47.000000000 +0100
+++ new/pim-data-exporter-23.08.4/po/zh_CN/pimdataexporter.po   2023-11-30 
18:24:20.000000000 +0100
@@ -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-10-21 13:57\n"
+"PO-Revision-Date: 2023-11-25 02:33\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to