Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2019-02-14 14:13:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-contact.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-contact"

Thu Feb 14 14:13:21 2019 rev:33 rq:673673 version:18.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2019-01-21 10:09:25.758735251 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.28833/akonadi-contact.changes   
    2019-02-14 14:13:24.836219867 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:47 UTC 2019 - [email protected]
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+-------------------------------------------------------------------

Old:
----
  akonadi-contacts-18.12.1.tar.xz

New:
----
  akonadi-contacts-18.12.2.tar.xz

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

Other differences:
------------------
++++++ akonadi-contact.spec ++++++
--- /var/tmp/diff_new_pack.10FxHP/_old  2019-02-14 14:13:25.788219396 +0100
+++ /var/tmp/diff_new_pack.10FxHP/_new  2019-02-14 14:13:25.788219396 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-contact
-Version:        18.12.1
+Version:        18.12.2
 Release:        0
 Summary:        KDE PIM Libraries for Akonadi Contacts
 License:        LGPL-2.1-or-later

++++++ akonadi-contacts-18.12.1.tar.xz -> akonadi-contacts-18.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.1/CMakeLists.txt 
new/akonadi-contacts-18.12.2/CMakeLists.txt
--- old/akonadi-contacts-18.12.1/CMakeLists.txt 2019-01-08 01:18:27.000000000 
+0100
+++ new/akonadi-contacts-18.12.2/CMakeLists.txt 2019-02-05 01:46:06.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.1")
+set(PIM_VERSION "5.10.2")
 
 project(Akonadi-Contact VERSION ${PIM_VERSION})
 
@@ -24,9 +24,9 @@
 
 
 set(AKONADI_CONTACTS_VERSION ${PIM_VERSION})
-set(KCONTACTS_VERSION "5.10.1")
-set(KMIMELIB_VERSION "5.10.1")
-set(AKONADI_VERSION "5.10.1")
+set(KCONTACTS_VERSION "5.10.2")
+set(KMIMELIB_VERSION "5.10.2")
+set(AKONADI_VERSION "5.10.2")
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.1/po/fr/akonadicontact5.po 
new/akonadi-contacts-18.12.2/po/fr/akonadicontact5.po
--- old/akonadi-contacts-18.12.1/po/fr/akonadicontact5.po       2019-01-08 
01:18:26.000000000 +0100
+++ new/akonadi-contacts-18.12.2/po/fr/akonadicontact5.po       2019-02-05 
01:46:04.000000000 +0100
@@ -5,21 +5,22 @@
 # xavier <[email protected]>, 2013.
 # Vincent PINON <[email protected]>, 2014.
 # Vincent Pinon <[email protected]>, 2015, 2017, 2018.
+# Simon Depiets <[email protected]>, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: importwizard\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2018-01-09 09:17+0100\n"
-"Last-Translator: Vincent Pinon <[email protected]>\n"
+"PO-Revision-Date: 2019-01-27 23:27+0800\n"
+"Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\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 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1261,10 +1262,9 @@
 msgstr "Valeur"
 
 #: contact-editor/editor/generalinfoeditor/blogfeedwidget.cpp:43
-#, fuzzy, kde-format
-#| msgid "Blog Feed"
+#, kde-format
 msgid "Add a Blog Feed"
-msgstr "Flux de blogue"
+msgstr "Ajouter un flux de blogue"
 
 #: contact-editor/editor/generalinfoeditor/contactselecttypecombobox.cpp:39
 #: contact-editor/editor/generalinfoeditor/web/webwidget.cpp:48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5-serializer.po 
new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5-serializer.po
--- old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5-serializer.po 
2019-01-08 01:18:27.000000000 +0100
+++ new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5-serializer.po 
2019-02-05 01:46:06.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-01-05 20:51\n"
+"PO-Revision-Date: 2019-01-27 23:05\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5.po 
new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5.po
--- old/akonadi-contacts-18.12.1/po/zh_CN/akonadicontact5.po    2019-01-08 
01:18:27.000000000 +0100
+++ new/akonadi-contacts-18.12.2/po/zh_CN/akonadicontact5.po    2019-02-05 
01:46:06.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-01-05 20:50\n"
+"PO-Revision-Date: 2019-01-27 23:05\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.12.1/po/zh_CN/kcm_akonadicontact_actions.po 
new/akonadi-contacts-18.12.2/po/zh_CN/kcm_akonadicontact_actions.po
--- old/akonadi-contacts-18.12.1/po/zh_CN/kcm_akonadicontact_actions.po 
2019-01-08 01:18:27.000000000 +0100
+++ new/akonadi-contacts-18.12.2/po/zh_CN/kcm_akonadicontact_actions.po 
2019-02-05 01:46:06.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-01-05 20:50\n"
+"PO-Revision-Date: 2019-01-27 23:05\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-contacts-18.12.1/src/akonadi-contacts/plugins/categorieseditwidgetplugin.json
 
new/akonadi-contacts-18.12.2/src/akonadi-contacts/plugins/categorieseditwidgetplugin.json
--- 
old/akonadi-contacts-18.12.1/src/akonadi-contacts/plugins/categorieseditwidgetplugin.json
   2019-01-02 08:26:09.000000000 +0100
+++ 
new/akonadi-contacts-18.12.2/src/akonadi-contacts/plugins/categorieseditwidgetplugin.json
   2019-01-28 08:39:39.000000000 +0100
@@ -30,6 +30,7 @@
         "Name[uk]": "Редактор категорій",
         "Name[x-test]": "xxCategories Editorxx",
         "Name[zh_CN]": "分类编辑器",
+        "Name[zh_TW]": "分類編輯器",
         "ServiceTypes": [
             "AkonadiContacts/CategoriesEditor"
         ],


Reply via email to