Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2016-01-20 09:53:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-framework.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-framework"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes        
2015-12-29 12:58:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2016-01-20 09:53:25.000000000 +0100
@@ -1,0 +2,29 @@
+Sun Jan 17 16:47:02 UTC 2016 - [email protected]
+
+- Unbreak initial layout of the folderview applet:
+  added compactreprecheck.diff (kde#358039)
+
+-------------------------------------------------------------------
+Sat Jan  2 17:46:20 UTC 2016 - [email protected]
+
+- Update to 5.18.0
+  * [ToolButtonStyle] Always indicate activeFocus
+  * Use the SkipGrouping flag for the "widget deleted" notification
+    (kde#356653)
+  * Deal properly with symlinks in path to packages
+  * Add HiddenStatus for plasmoid self-hiding
+  * Stop redirecting windows when item is disabled or hidden.
+    (kde#356938)
+  * Don't emit statusChanged if it hasn't changed
+  * Fix element ids for east orientation
+  * Containment: Don't emit appletCreated with null applet
+    (kde#356428)
+  * [Containment Interface] Fix erratic high precision scrolling
+  * Read KPluginMetada's property X-Plasma-ComponentTypes
+    as a stringlist
+  * [Window Thumbnails] Don't crash if Composite is disabled
+  * Let containments override CompactApplet.qml
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+-------------------------------------------------------------------

Old:
----
  plasma-framework-5.17.0.tar.xz

New:
----
  compactreprecheck.diff
  plasma-framework-5.18.0.tar.xz

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

Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.1rojEJ/_old  2016-01-20 09:53:29.000000000 +0100
+++ /var/tmp/diff_new_pack.1rojEJ/_new  2016-01-20 09:53:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma-framework
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:           plasma-framework
-Version:        5.17.0
+Version:        5.18.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Plasma library and runtime components based upon KF5 and Qt5
@@ -28,6 +28,8 @@
 Url:            https://projects.kde.org/plasma-framework
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM compactreprecheck.diff
+Patch0:         compactreprecheck.diff
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel >= %{_tar_path}
@@ -121,6 +123,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ compactreprecheck.diff ++++++
diff --git a/src/plasmaquick/appletquickitem.cpp 
b/src/plasmaquick/appletquickitem.cpp
index ec2ed24..995ec10 100644
--- a/src/plasmaquick/appletquickitem.cpp
+++ b/src/plasmaquick/appletquickitem.cpp
@@ -255,8 +255,8 @@ void AppletQuickItemPrivate::compactRepresentationCheck()
         return;
     }
 
-    //ignore 0,0 sizes;
-    if (q->width() <= 0 && q->height() <= 0) {
+    //ignore 0 sizes;
+    if (q->width() <= 0 || q->height() <= 0) {
         return;
     }
 
++++++ plasma-framework-5.17.0.tar.xz -> plasma-framework-5.18.0.tar.xz ++++++
++++ 26115 lines of diff (skipped)


Reply via email to