Hello community,

here is the log from the commit of package akonadi-server for openSUSE:Factory 
checked in at 2019-10-14 13:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-server.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-server"

Mon Oct 14 13:24:46 2019 rev:63 rq:737673 version:19.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes    
2019-09-09 12:21:17.777900456 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-server.new.2352/akonadi-server.changes  
2019-10-14 13:24:48.712007403 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:44:37 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+-------------------------------------------------------------------

Old:
----
  akonadi-19.08.1.tar.xz
  akonadi-19.08.1.tar.xz.sig

New:
----
  akonadi-19.08.2.tar.xz
  akonadi-19.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-server.spec ++++++
--- /var/tmp/diff_new_pack.5QjLm8/_old  2019-10-14 13:24:50.056003901 +0200
+++ /var/tmp/diff_new_pack.5QjLm8/_new  2019-10-14 13:24:50.060003890 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-server
-Version:        19.08.1
+Version:        19.08.2
 Release:        0
 Summary:        PIM Storage Service
 License:        LGPL-2.1-or-later

++++++ akonadi-19.08.1.tar.xz -> akonadi-19.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/CMakeLists.txt 
new/akonadi-19.08.2/CMakeLists.txt
--- old/akonadi-19.08.1/CMakeLists.txt  2019-09-03 03:46:30.000000000 +0200
+++ new/akonadi-19.08.2/CMakeLists.txt  2019-10-08 02:22:13.000000000 +0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(PIM_VERSION "5.12.1")
+set(PIM_VERSION "5.12.2")
 project(Akonadi VERSION ${PIM_VERSION})
 
 if (MSVC)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/po/cs/libakonadi5.po 
new/akonadi-19.08.2/po/cs/libakonadi5.po
--- old/akonadi-19.08.1/po/cs/libakonadi5.po    2019-09-03 03:46:26.000000000 
+0200
+++ new/akonadi-19.08.2/po/cs/libakonadi5.po    2019-10-08 02:22:02.000000000 
+0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018.
+# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018, 2019.
 # Lukáš Tinkl <[email protected]>, 2011, 2012.
 # Tomáš Chvátal <[email protected]>, 2012.
 #
@@ -9,7 +9,7 @@
 "Project-Id-Version: libakonadi\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2018-09-04 13:07+0100\n"
+"PO-Revision-Date: 2019-09-09 16:01+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: en_US\n"
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1746,6 +1746,8 @@
 "<p>For more troubleshooting tips please refer to <a href=\"https://userbase.";
 "kde.org/Akonadi\">userbase.kde.org/Akonadi</a>.</p>"
 msgstr ""
+"<p>Pro více informací o řešení problémů prosím navštivte  <a href=\"https://";
+"userbase.kde.org/Akonadi\">userbase.kde.org/Akonadi</a>.</p>"
 
 #: widgets/standardactionmanager.cpp:85
 #, kde-format
@@ -2339,7 +2341,7 @@
 #: widgets/tagwidget.cpp:55
 #, kde-format
 msgid "Click to add tags"
-msgstr ""
+msgstr "Klikněte pro přidání značek"
 
 #: widgets/tagwidget.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/po/gl/libakonadi5.po 
new/akonadi-19.08.2/po/gl/libakonadi5.po
--- old/akonadi-19.08.1/po/gl/libakonadi5.po    2019-09-03 03:46:28.000000000 
+0200
+++ new/akonadi-19.08.2/po/gl/libakonadi5.po    2019-10-08 02:22:05.000000000 
+0200
@@ -15,14 +15,15 @@
 "Project-Id-Version: libakonadi\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-03-22 20:29+0100\n"
+"PO-Revision-Date: 2019-09-29 09:15+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
-"Language-Team: Galician <[email protected]>\n"
+"Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "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"
+"X-Generator: Lokalize 19.11.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -540,9 +541,9 @@
 "all applications use the correct protocol version."
 msgstr ""
 "A versión do protocolo do servidor de Akonadi é distinta da versión do "
-"protocolo que usa este aplicativo.\n"
+"protocolo que usa esta aplicación.\n"
 "Se actualizou o sistema recentemente, saia e volva entrar para asegurarse de "
-"que todos os aplicativos usan a versión correcta do protocolo."
+"que todas as aplicacións usan a versión correcta do protocolo."
 
 #: core/servermanager.cpp:270
 #, kde-format
@@ -571,7 +572,7 @@
 msgstr ""
 "As versións do protocolo non coinciden. A versión do servidor (%1) é máis "
 "nova que a versión local (%2). Se actualizou o sistema recentemente reinicie "
-"todos os aplicativos de KDE PIM."
+"todas as aplicacións de KDE PIM."
 
 #: selftest/main.cpp:32
 #, kde-format
@@ -1116,8 +1117,8 @@
 "The Akonadi personal information management service is not running. This "
 "application cannot be used without it."
 msgstr ""
-"O servizo de xestión de información persoal Akonadi non está operativo. Este "
-"aplicativo non se pode empregar sen el."
+"O servizo de xestión de información persoal Akonadi non está operativo. Esta "
+"aplicación non se pode empregar sen el."
 
 #. i18n: ectx: property (text), widget (QPushButton, startButton)
 #: widgets/erroroverlay.ui:116
@@ -1631,7 +1632,7 @@
 msgstr ""
 "A versión do protocolo do servidor é %1, pero o cliente necesita a versión "
 "%2. Se actualizou KDE PIM recentemente, reinicie tanto o servidor de Akonadi "
-"como os aplicativos de KDE PIM."
+"como as aplicacións de KDE PIM."
 
 #: widgets/selftestdialog.cpp:451
 #, kde-format
@@ -1798,7 +1799,7 @@
 "many security risks. MySQL, used by this Akonadi installation, will not "
 "allow itself to run as root, to protect you from these risks."
 msgstr ""
-"Executar aplicativos que acceden a internet como root ou administrador expón "
+"Executar aplicacións que acceden a internet como root ou administrador expón "
 "a moitos riscos de seguranza. A versión de MySQL que esta instalación de "
 "Akonadi usa non permite executarse como root para protexer fronte a estes "
 "riscos."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/po/it/libakonadi5.po 
new/akonadi-19.08.2/po/it/libakonadi5.po
--- old/akonadi-19.08.1/po/it/libakonadi5.po    2019-09-03 03:46:28.000000000 
+0200
+++ new/akonadi-19.08.2/po/it/libakonadi5.po    2019-10-08 02:22:06.000000000 
+0200
@@ -19,7 +19,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 18.12.3\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/po/zh_CN/akonadi_knut_resource.po 
new/akonadi-19.08.2/po/zh_CN/akonadi_knut_resource.po
--- old/akonadi-19.08.1/po/zh_CN/akonadi_knut_resource.po       2019-09-03 
03:46:30.000000000 +0200
+++ new/akonadi-19.08.2/po/zh_CN/akonadi_knut_resource.po       2019-10-08 
02:22:13.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-08-16 17:07\n"
+"PO-Revision-Date: 2019-09-05 09:50\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-19.08.1/po/zh_CN/libakonadi5.po 
new/akonadi-19.08.2/po/zh_CN/libakonadi5.po
--- old/akonadi-19.08.1/po/zh_CN/libakonadi5.po 2019-09-03 03:46:30.000000000 
+0200
+++ new/akonadi-19.08.2/po/zh_CN/libakonadi5.po 2019-10-08 02:22:13.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:47+0200\n"
-"PO-Revision-Date: 2019-08-16 17:08\n"
+"PO-Revision-Date: 2019-09-05 09:50\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"



Reply via email to