Hello community,

here is the log from the commit of package pim-data-exporter for 
openSUSE:Factory checked in at 2020-11-10 13:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Tue Nov 10 13:45:25 2020 rev:51 rq:846800 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2020-10-13 15:42:43.805374198 +0200
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.11331/pim-data-exporter.changes
   2020-11-10 13:52:43.282933006 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:47:59 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.6OtQGh/_old  2020-11-10 13:52:43.782932061 +0100
+++ /var/tmp/diff_new_pack.6OtQGh/_new  2020-11-10 13:52:43.786932054 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           pim-data-exporter
-Version:        20.08.2
+Version:        20.08.3
 Release:        0
 Summary:        Data exporter for KDE PIM
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ pim-data-exporter-20.08.2.tar.xz -> pim-data-exporter-20.08.3.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-20.08.2/CMakeLists.txt 
new/pim-data-exporter-20.08.3/CMakeLists.txt
--- old/pim-data-exporter-20.08.2/CMakeLists.txt        2020-10-06 
05:40:51.000000000 +0200
+++ new/pim-data-exporter-20.08.3/CMakeLists.txt        2020-11-03 
01:46:25.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.2")
+set(PIM_VERSION "5.15.3")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "20.08.2")
+set(RELEASE_SERVICE_VERSION "20.08.3")
 set(KF5_MIN_VERSION "5.71.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -43,15 +43,15 @@
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
 endif()
 
-set(AKONADI_VERSION "5.15.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.15.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.15.2")
-set(KMIME_LIB_VERSION "5.15.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.15.2")
-
-set(MAILCOMMON_LIB_VERSION_LIB "5.15.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.15.2")
-set(AKONADINOTES_LIB_VERSION "5.15.2")
+set(AKONADI_VERSION "5.15.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.15.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.15.3")
+set(KMIME_LIB_VERSION "5.15.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.15.3")
+
+set(MAILCOMMON_LIB_VERSION_LIB "5.15.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.15.3")
+set(AKONADINOTES_LIB_VERSION "5.15.3")
 
 # Find KF5 package
 find_package(KF5Archive ${KF5_MIN_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-20.08.2/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-20.08.3/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-20.08.2/org.kde.pimdataexporter.appdata.xml   
2020-10-03 14:50:42.000000000 +0200
+++ new/pim-data-exporter-20.08.3/org.kde.pimdataexporter.appdata.xml   
2020-10-31 18:36:47.000000000 +0100
@@ -129,9 +129,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.15.3" date="2020-11-05"/>
     <release version="5.15.2" date="2020-10-08"/>
     <release version="5.15.1" date="2020-09-03"/>
     <release version="5.15.0" date="2020-08-13"/>
-    <release version="5.14.3" date="2020-07-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-20.08.2/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-20.08.3/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-20.08.2/po/zh_CN/pimdataexporter.po   2020-10-06 
05:40:50.000000000 +0200
+++ new/pim-data-exporter-20.08.3/po/zh_CN/pimdataexporter.po   2020-11-03 
01:46:24.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:49+0200\n"
-"PO-Revision-Date: 2020-09-23 12:21\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to