Hello community,

here is the log from the commit of package latte-dock for openSUSE:Factory 
checked in at 2019-12-31 10:28:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latte-dock (Old)
 and      /work/SRC/openSUSE:Factory/.latte-dock.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latte-dock"

Tue Dec 31 10:28:31 2019 rev:18 rq:760094 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes    2019-12-12 
23:20:15.742202180 +0100
+++ /work/SRC/openSUSE:Factory/.latte-dock.new.6675/latte-dock.changes  
2019-12-31 10:28:42.946959818 +0100
@@ -1,0 +2,37 @@
+Mon Dec 30 20:37:19 UTC 2019 - wba...@tmo.at
+
+- Update to 0.9.6
+  * Qt5.14 - restore properly the dragged tasks to normal mode
+    (kde#415333)
+  * Qt5.14 - release properly the edit mode animation state
+    (kde#412940)
+  * Do not wait for dock to show in order to activate based on
+    position global shortcuts. The new approach is smart enough in
+    order to identify applets with popups in order to wait for them
+    to slide-in first. (kde#415417)
+  * Dynamic touching of views enabled isBusy state for them only
+    when they are really touching. If one of them is hidden from
+    its visibility mode then isBusy states should not be applied
+    (kde#415347)
+  * Wayland: fix crash from unavailable windows
+  * Set a minimum length of screen edge activation area to 25% of
+    the entire screen length this view is attached at.
+  * Fix crash from unloading views by disconnecting their sensitive
+    signals early in the chain
+  * Show proper tooltip for installed indicators in Effects page
+  * Update panelshadows to latest plasma code
+  * Improve behavior of the AutomaticItemSizer
+  * Improve publish tasks geometries code
+  * Accept only left click as valid action when clicking neutral
+    areas of applets, that is areas that even though the visually
+    belong to the applet, the applet does not have any access to
+    it.
+  * Do not require a window to intersect with the view in order to
+    be considered maximized
+  * Consider windows as maximized only when both MaxHorizontally
+    and MaxVertically are both applied
+  * Remove various deprecated code
+- Add Fixed-compile-with-qt-5.9.patch to fix build with Qt 5.9
+  (kde#415715)
+
+-------------------------------------------------------------------

Old:
----
  latte-dock-0.9.5.tar.xz

New:
----
  Fixed-compile-with-qt-5.9.patch
  latte-dock-0.9.6.tar.xz

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

Other differences:
------------------
++++++ latte-dock.spec ++++++
--- /var/tmp/diff_new_pack.wQlq1d/_old  2019-12-31 10:28:43.634960135 +0100
+++ /var/tmp/diff_new_pack.wQlq1d/_new  2019-12-31 10:28:43.634960135 +0100
@@ -19,13 +19,15 @@
 
 %define kf5_version 5.38.0
 Name:           latte-dock
-Version:        0.9.5
+Version:        0.9.6
 Release:        0
 Summary:        Task manager
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            https://phabricator.kde.org/source/latte-dock/
 Source:         
https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch:          Fixed-compile-with-qt-5.9.patch
 BuildRequires:  fdupes
 BuildRequires:  libSM-devel
 BuildRequires:  pkgconfig
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %if 0%{?suse_version} <= 1315

++++++ Fixed-compile-with-qt-5.9.patch ++++++
>From ca8aadf1a9ad721865537183bfed66bb7d9c2b6f Mon Sep 17 00:00:00 2001
From: Michail Vourlakos <mvourla...@gmail.com>
Date: Mon, 30 Dec 2019 23:52:58 +0200
Subject: fixed compile with qt 5.9

FIXED-IN:0.9.7
BUG:415715
---
 app/view/panelshadows.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/view/panelshadows.cpp b/app/view/panelshadows.cpp
index 011505c..7221c8a 100644
--- a/app/view/panelshadows.cpp
+++ b/app/view/panelshadows.cpp
@@ -262,7 +262,7 @@ Qt::HANDLE PanelShadows::Private::createPixmap(const 
QPixmap& source)
         _connection, XCB_IMAGE_FORMAT_Z_PIXMAP, pixmap, _gc,
         image.width(), image.height(), 0, 0,
         0, 32,
-        image.sizeInBytes(), image.constBits());
+        image.byteCount(), image.constBits());
 
     return (Qt::HANDLE)pixmap;
 
-- 
cgit v1.1

++++++ latte-dock-0.9.5.tar.xz -> latte-dock-0.9.6.tar.xz ++++++
++++ 9545 lines of diff (skipped)


Reply via email to