Hello community,

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

Package is "kcontacts"

Thu Feb 14 14:16:23 2019 rev:41 rq:673732 version:18.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes      2019-01-21 
10:12:14.698564708 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.28833/kcontacts.changes   
2019-02-14 14:16:26.404130712 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:58 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:
----
  kcontacts-18.12.1.tar.xz

New:
----
  kcontacts-18.12.2.tar.xz

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

Other differences:
------------------
++++++ kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.edkFMv/_old  2019-02-14 14:16:27.692130084 +0100
+++ /var/tmp/diff_new_pack.edkFMv/_new  2019-02-14 14:16:27.692130084 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcontacts
-Version:        18.12.1
+Version:        18.12.2
 Release:        0
 Summary:        Address book API for KDE
 License:        LGPL-2.1-or-later

++++++ kcontacts-18.12.1.tar.xz -> kcontacts-18.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/CMakeLists.txt 
new/kcontacts-18.12.2/CMakeLists.txt
--- old/kcontacts-18.12.1/CMakeLists.txt        2019-01-08 01:17:55.000000000 
+0100
+++ new/kcontacts-18.12.2/CMakeLists.txt        2019-02-05 01:45:05.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(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/po/ru/kcontacts5.po 
new/kcontacts-18.12.2/po/ru/kcontacts5.po
--- old/kcontacts-18.12.1/po/ru/kcontacts5.po   2019-01-08 01:17:55.000000000 
+0100
+++ new/kcontacts-18.12.2/po/ru/kcontacts5.po   2019-02-05 01:45:05.000000000 
+0100
@@ -5,19 +5,20 @@
 # Nick Shaforostoff <[email protected]>, 2007, 2008.
 # Andrey Cherepanov <[email protected]>, 2009.
 # Alexander Potashev <[email protected]>, 2010, 2011, 2016.
+# Alexander Yavorsky <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kabc\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+0100\n"
-"PO-Revision-Date: 2016-01-10 02:27+0300\n"
-"Last-Translator: Alexander Potashev <[email protected]>\n"
+"PO-Revision-Date: 2019-01-19 15:09+0300\n"
+"Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -68,25 +69,25 @@
 #, kde-format
 msgctxt "Address is in home country"
 msgid "Domestic"
-msgstr "Внутренний"
+msgstr "Адрес внутри страны"
 
 #: address.cpp:534
 #, kde-format
 msgctxt "Address is not in home country"
 msgid "International"
-msgstr "Международный"
+msgstr "Международный адрес"
 
 #: address.cpp:536
 #, kde-format
 msgctxt "Address for delivering letters"
 msgid "Postal"
-msgstr "Почтовый"
+msgstr "Адрес для корреспонденции"
 
 #: address.cpp:538
 #, kde-format
 msgctxt "Address for delivering packages"
 msgid "Parcel"
-msgstr "Для посылок"
+msgstr "Адрес для посылок"
 
 #: address.cpp:540
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-18.12.1/po/zh_CN/kcontacts5.po 
new/kcontacts-18.12.2/po/zh_CN/kcontacts5.po
--- old/kcontacts-18.12.1/po/zh_CN/kcontacts5.po        2019-01-08 
01:17:55.000000000 +0100
+++ new/kcontacts-18.12.2/po/zh_CN/kcontacts5.po        2019-02-05 
01:45:05.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:57+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"


Reply via email to