Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2016-11-13 22:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kolourpaint (Old)
 and      /work/SRC/openSUSE:Factory/.kolourpaint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kolourpaint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2016-10-19 
13:11:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes     
2016-11-13 22:57:32.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:21:01 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+-------------------------------------------------------------------

Old:
----
  kolourpaint-16.08.2.tar.xz

New:
----
  kolourpaint-16.08.3.tar.xz

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

Other differences:
------------------
++++++ kolourpaint.spec ++++++
--- /var/tmp/diff_new_pack.XjBwjm/_old  2016-11-13 22:57:34.000000000 +0100
+++ /var/tmp/diff_new_pack.XjBwjm/_new  2016-11-13 22:57:34.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kolourpaint
-Version:        16.08.2
+Version:        16.08.3
 Release:        0
 # See bnc#717722 for license details
 Summary:        Paint Program

++++++ kolourpaint-16.08.2.tar.xz -> kolourpaint-16.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-16.08.2/CMakeLists.txt 
new/kolourpaint-16.08.3/CMakeLists.txt
--- old/kolourpaint-16.08.2/CMakeLists.txt      2016-10-07 01:01:18.000000000 
+0200
+++ new/kolourpaint-16.08.3/CMakeLists.txt      2016-11-07 00:16:04.000000000 
+0100
@@ -44,7 +44,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
  
  
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-16.08.2/mainWindow/kpMainWindow_Edit.cpp 
new/kolourpaint-16.08.3/mainWindow/kpMainWindow_Edit.cpp
--- old/kolourpaint-16.08.2/mainWindow/kpMainWindow_Edit.cpp    2016-10-07 
01:01:18.000000000 +0200
+++ new/kolourpaint-16.08.3/mainWindow/kpMainWindow_Edit.cpp    2016-11-07 
00:16:04.000000000 +0100
@@ -277,7 +277,7 @@
 
     // It's faster to test for QMimeData::hasText() first due to the
     // lazy evaluation of the '||' operator.
-    const bool shouldEnable = (md->hasText() || 
kpSelectionDrag::canDecode(md));
+    const bool shouldEnable = md && (md->hasText() || 
kpSelectionDrag::canDecode(md));
 
     d->actionPasteInNewWindow->setEnabled(shouldEnable);
     d->actionPaste->setEnabled(shouldEnable);


Reply via email to