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 2022-01-11 21:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.pim-data-exporter.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-data-exporter"

Tue Jan 11 21:19:28 2022 rev:65 rq:944450 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes      
2021-12-13 20:50:10.556626459 +0100
+++ 
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.1892/pim-data-exporter.changes
    2022-01-11 21:23:40.153144500 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:26:44 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.44bIVK/_old  2022-01-11 21:23:40.701144886 +0100
+++ /var/tmp/diff_new_pack.44bIVK/_new  2022-01-11 21:23:40.705144889 +0100
@@ -18,16 +18,16 @@
 
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:           pim-data-exporter
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Data exporter for KDE PIM applications
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://apps.kde.org/pimdataexporter
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
@@ -79,7 +79,7 @@
 
 %install
 %kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
   %find_lang %{name} --with-man --all-name
   %{kf5_find_htmldocs}
 %endif
@@ -99,7 +99,7 @@
 %{_kf5_debugdir}/pimdataexporter.renamecategories
 %{_kf5_libdir}/libpimdataexporterprivate.so.*
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %endif
 


++++++ pim-data-exporter-21.12.0.tar.xz -> pim-data-exporter-21.12.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-21.12.0/CMakeLists.txt 
new/pim-data-exporter-21.12.1/CMakeLists.txt
--- old/pim-data-exporter-21.12.0/CMakeLists.txt        2021-11-30 
22:00:24.000000000 +0100
+++ new/pim-data-exporter-21.12.1/CMakeLists.txt        2022-01-03 
22:59:11.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.12.0")
+set(RELEASE_SERVICE_VERSION "21.12.1")
 set(KF5_MIN_VERSION "5.87.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -46,15 +46,15 @@
     find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
 endif()
 
-set(AKONADI_VERSION "5.19.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.19.0")
-set(KMIME_LIB_VERSION "5.19.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.19.0")
-
-set(MAILCOMMON_LIB_VERSION "5.19.0")
-set(PIMCOMMON_LIB_VERSION "5.19.0")
-set(AKONADINOTES_LIB_VERSION "5.19.0")
+set(AKONADI_VERSION "5.19.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.19.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.19.1")
+set(KMIME_LIB_VERSION "5.19.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.19.1")
+
+set(MAILCOMMON_LIB_VERSION "5.19.1")
+set(PIMCOMMON_LIB_VERSION "5.19.1")
+set(AKONADINOTES_LIB_VERSION "5.19.1")
 
 # Find KF5 package
 find_package(KF5Archive ${KF5_MIN_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-21.12.0/org.kde.pimdataexporter.appdata.xml 
new/pim-data-exporter-21.12.1/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-21.12.0/org.kde.pimdataexporter.appdata.xml   
2021-11-30 22:00:24.000000000 +0100
+++ new/pim-data-exporter-21.12.1/org.kde.pimdataexporter.appdata.xml   
2022-01-03 22:59:11.000000000 +0100
@@ -137,9 +137,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.19.1" date="2022-01-06"/>
+    <release version="5.19.0" date="2021-12-09"/>
     <release version="5.18.3" date="2021-11-04"/>
     <release version="5.18.2" date="2021-10-07"/>
-    <release version="5.18.1" date="2021-09-02"/>
-    <release version="5.18.0" date="2021-08-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pim-data-exporter-21.12.0/po/ca/pimdataexporter.po 
new/pim-data-exporter-21.12.1/po/ca/pimdataexporter.po
--- old/pim-data-exporter-21.12.0/po/ca/pimdataexporter.po      2021-12-03 
01:16:55.000000000 +0100
+++ new/pim-data-exporter-21.12.1/po/ca/pimdataexporter.po      2022-01-04 
01:24:21.000000000 +0100
@@ -1131,7 +1131,7 @@
 #~ msgstr "Nou"
 
 #~ msgid "&Go"
-#~ msgstr "&V??s"
+#~ msgstr "&Ves"
 
 #~ msgid "F&older"
 #~ msgstr "Car&peta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-21.12.0/po/en_GB/pimdataexporter.po 
new/pim-data-exporter-21.12.1/po/en_GB/pimdataexporter.po
--- old/pim-data-exporter-21.12.0/po/en_GB/pimdataexporter.po   2021-12-03 
01:16:55.000000000 +0100
+++ new/pim-data-exporter-21.12.1/po/en_GB/pimdataexporter.po   2022-01-04 
01:24:21.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Steve Allewell <steve.allew...@gmail.com>, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2021.
+# Steve Allewell <steve.allew...@gmail.com>, 2014, 2015, 2016, 2017, 2018, 
2019, 2020, 2021, 2022.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-11 01:43+0000\n"
-"PO-Revision-Date: 2021-01-10 12:39+0000\n"
+"PO-Revision-Date: 2022-01-01 16:46+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
@@ -15,7 +15,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 20.12.0\n"
+"X-Generator: Lokalize 21.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -727,10 +727,9 @@
 msgstr "Select Directory"
 
 #: gui/dialog/showarchivestructuredialog.cpp:133
-#, fuzzy, kde-format
-#| msgid "Do you want to override %1?"
+#, kde-format
 msgid "Do you want to overwrite %1?"
-msgstr "Do you want to override %1?"
+msgstr "Do you want to overwrite %1?"
 
 #: gui/dialog/showarchivestructuredialog.cpp:134
 #, kde-format
@@ -850,8 +849,7 @@
 msgstr "Not correct version"
 
 #: gui/pimdatabackuprestoreui.cpp:29
-#, fuzzy, kde-format
-#| msgid "Import"
+#, kde-format
 msgctxt "@action:button"
 msgid "Import"
 msgstr "Import"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pim-data-exporter-21.12.0/po/zh_CN/pimdataexporter.po 
new/pim-data-exporter-21.12.1/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-21.12.0/po/zh_CN/pimdataexporter.po   2021-12-03 
01:16:55.000000000 +0100
+++ new/pim-data-exporter-21.12.1/po/zh_CN/pimdataexporter.po   2022-01-04 
01:24:21.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-11-11 01:43+0000\n"
-"PO-Revision-Date: 2021-11-30 15:24\n"
+"PO-Revision-Date: 2021-12-22 14:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to