Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2017-06-12 15:17:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcontacts (Old)
 and      /work/SRC/openSUSE:Factory/.kcontacts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcontacts"

Mon Jun 12 15:17:47 2017 rev:21 rq:501982 version:17.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes      2017-05-22 
10:39:41.810780238 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new/kcontacts.changes 2017-06-12 
15:17:47.256325906 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:42:46 CEST 2017 - [email protected]
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * Fix potential crash
+
+-------------------------------------------------------------------

Old:
----
  kcontacts-17.04.1.tar.xz

New:
----
  kcontacts-17.04.2.tar.xz

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

Other differences:
------------------
++++++ kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.tN3Mri/_old  2017-06-12 15:17:47.796249720 +0200
+++ /var/tmp/diff_new_pack.tN3Mri/_new  2017-06-12 15:17:47.800249155 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.5.0
 Name:           kcontacts
-Version:        17.04.1
+Version:        17.04.2
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++++++ kcontacts-17.04.1.tar.xz -> kcontacts-17.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/CMakeLists.txt 
new/kcontacts-17.04.2/CMakeLists.txt
--- old/kcontacts-17.04.1/CMakeLists.txt        2017-05-09 02:26:31.000000000 
+0200
+++ new/kcontacts-17.04.2/CMakeLists.txt        2017-06-06 02:23:41.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.5.1")
+set(PIM_VERSION "5.5.2")
 
 project(KContacts VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/po/tr/kcontacts5.po 
new/kcontacts-17.04.2/po/tr/kcontacts5.po
--- old/kcontacts-17.04.1/po/tr/kcontacts5.po   2017-05-09 02:26:31.000000000 
+0200
+++ new/kcontacts-17.04.2/po/tr/kcontacts5.po   2017-06-06 02:23:41.000000000 
+0200
@@ -18,7 +18,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"language/tr/)\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-17.04.1/src/vcarddrag.cpp 
new/kcontacts-17.04.2/src/vcarddrag.cpp
--- old/kcontacts-17.04.1/src/vcarddrag.cpp     2017-04-26 06:55:00.000000000 
+0200
+++ new/kcontacts-17.04.2/src/vcarddrag.cpp     2017-05-13 08:21:08.000000000 
+0200
@@ -30,6 +30,9 @@
 
 static QString findCompatibleMimeType(const QMimeData *md)
 {
+    if (!md) {
+        return {};
+    }
     // check the canonical MIME type first
     if (md->hasFormat(KContacts::Addressee::mimeType())) {
         return KContacts::Addressee::mimeType();


Reply via email to