Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2019-04-04 15:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze (Old)
 and      /work/SRC/openSUSE:Factory/.breeze.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze"

Thu Apr  4 15:18:34 2019 rev:80 rq:690722 version:5.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze/breeze.changes    2019-03-15 
10:51:40.296980886 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3908/breeze.changes  2019-04-04 
15:18:58.694710676 +0200
@@ -1,0 +2,10 @@
+Tue Apr  2 12:40:56 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.4.php
+- Changes since 5.15.3:
+  * Compute correct position of drag button press on X11
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes     2019-03-15 
10:51:40.332980877 +0100
+++ /work/SRC/openSUSE:Factory/.breeze.new.3908/breeze4-style.changes   
2019-04-04 15:18:58.750710696 +0200
@@ -1,0 +2,12 @@
+Tue Apr  2 12:40:56 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.4.php
+- Changes since 5.15.3:
+  * Compute correct position of drag button press on X11
+- Add patch to fix build:
+  * 0001-Fix-build-with-Qt-4.patch
+
+-------------------------------------------------------------------

Old:
----
  breeze-5.15.3.tar.xz
  breeze-5.15.3.tar.xz.sig

New:
----
  0001-Fix-build-with-Qt-4.patch
  breeze-5.15.4.tar.xz
  breeze-5.15.4.tar.xz.sig

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

Other differences:
------------------
++++++ breeze.spec ++++++
--- /var/tmp/diff_new_pack.xIPaiP/_old  2019-04-04 15:19:34.610723979 +0200
+++ /var/tmp/diff_new_pack.xIPaiP/_new  2019-04-04 15:19:34.610723979 +0200
@@ -22,7 +22,7 @@
 %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           breeze
-Version:        5.15.3
+Version:        5.15.4
 Release:        0
 Summary:        Plasma Desktop artwork, styles and assets
 License:        GPL-2.0-or-later

++++++ breeze4-style.spec ++++++
--- /var/tmp/diff_new_pack.xIPaiP/_old  2019-04-04 15:19:34.630723986 +0200
+++ /var/tmp/diff_new_pack.xIPaiP/_new  2019-04-04 15:19:34.634723988 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           breeze4-style
-Version:        5.15.3
+Version:        5.15.4
 Release:        0
 Summary:        Plasma Desktop artwork, styles and assets
 License:        GPL-2.0-or-later
@@ -30,6 +30,8 @@
 %endif
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)
 Patch0:         add-support-for-Q3ListView-to-the-KDE4-style.patch
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-Fix-build-with-Qt-4.patch
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  kde4-filesystem

++++++ 0001-Fix-build-with-Qt-4.patch ++++++
>From 386d3b8ed1e0595c9fc6e21643ff748402171429 Mon Sep 17 00:00:00 2001
From: Vlad Zagorodniy <vladz...@gmail.com>
Date: Tue, 2 Apr 2019 16:01:19 +0300
Subject: [PATCH] Fix build with Qt 4

Reviewers: #plasma, davidedmundson, fvogt

Reviewed By: #plasma, davidedmundson, fvogt

Subscribers: fvogt, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D20201
---
 kstyle/breezewindowmanager.cpp | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/kstyle/breezewindowmanager.cpp b/kstyle/breezewindowmanager.cpp
index aba29eef..5ca3fea5 100644
--- a/kstyle/breezewindowmanager.cpp
+++ b/kstyle/breezewindowmanager.cpp
@@ -895,20 +895,15 @@ namespace Breeze
         // connection
         auto connection( Helper::connection() );
 
-        #if QT_VERSION >= 0x050300
-        const qreal dpiRatio = window->devicePixelRatio();
-        #else
-        const qreal dpiRatio = 1;
-        #endif
-
         #if BREEZE_USE_KDE4
         auto net_connection = QX11Info::display();
+        const QPoint native = position;
         #else
         auto net_connection = connection;
-        #endif
-
+        const qreal dpiRatio = window->devicePixelRatio();
         const QPoint origin = window->screen()->geometry().topLeft();
         const QPoint native = (position - origin) * dpiRatio + origin;
+        #endif
 
         xcb_ungrab_pointer( connection, XCB_TIME_CURRENT_TIME );
         NETRootInfo( net_connection, NET::WMMoveResize ).moveResizeRequest(
-- 
2.20.1

++++++ breeze-5.15.3.tar.xz -> breeze-5.15.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/breeze/breeze-5.15.3.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new.3908/breeze-5.15.4.tar.xz differ: char 
25, line 1



Reply via email to