Hello community,

here is the log from the commit of package kwayland-server for openSUSE:Factory 
checked in at 2020-06-25 15:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland-server (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland-server.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland-server"

Thu Jun 25 15:05:05 2020 rev:3 rq:816679 version:5.19.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland-server/kwayland-server.changes  
2020-06-21 18:56:36.931016591 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-server.new.3060/kwayland-server.changes    
    2020-06-25 15:05:23.060967627 +0200
@@ -1,0 +2,10 @@
+Tue Jun 23 13:26:16 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.19.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.2
+- Changes since 5.19.1:
+  * Scope dragAndDropActionsChanged to source lifespan (kde#423127)
+
+-------------------------------------------------------------------

Old:
----
  kwayland-server-5.19.1.tar.xz
  kwayland-server-5.19.1.tar.xz.sig

New:
----
  kwayland-server-5.19.2.tar.xz
  kwayland-server-5.19.2.tar.xz.sig

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

Other differences:
------------------
++++++ kwayland-server.spec ++++++
--- /var/tmp/diff_new_pack.nosHgN/_old  2020-06-25 15:05:24.784973181 +0200
+++ /var/tmp/diff_new_pack.nosHgN/_new  2020-06-25 15:05:24.788973194 +0200
@@ -24,7 +24,7 @@
 
 %bcond_without lang
 Name:           kwayland-server
-Version:        5.19.1
+Version:        5.19.2
 Release:        0
 Summary:        KDE Wayland server library
 License:        LGPL-2.1-or-later

++++++ kwayland-server-5.19.1.tar.xz -> kwayland-server-5.19.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-server-5.19.1/CMakeLists.txt 
new/kwayland-server-5.19.2/CMakeLists.txt
--- old/kwayland-server-5.19.1/CMakeLists.txt   2020-06-16 14:44:32.000000000 
+0200
+++ new/kwayland-server-5.19.2/CMakeLists.txt   2020-06-23 14:11:23.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.5)
-set(PROJECT_VERSION "5.19.1")
+set(PROJECT_VERSION "5.19.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.14.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwayland-server-5.19.1/src/server/datadevice_interface.cpp 
new/kwayland-server-5.19.2/src/server/datadevice_interface.cpp
--- old/kwayland-server-5.19.1/src/server/datadevice_interface.cpp      
2020-06-16 14:44:32.000000000 +0200
+++ new/kwayland-server-5.19.2/src/server/datadevice_interface.cpp      
2020-06-23 14:11:23.000000000 +0200
@@ -355,7 +355,7 @@
             offer->dndAction(action);
             source->dndAction(action);
         };
-        d->drag.targetActionConnection = connect(offer, 
&DataOfferInterface::dragAndDropActionsChanged, offer, matchOffers);
+        d->drag.targetActionConnection = connect(offer, 
&DataOfferInterface::dragAndDropActionsChanged, source, matchOffers);
         d->drag.sourceActionConnection = connect(source, 
&DataSourceInterface::supportedDragAndDropActionsChanged, source, matchOffers);
     }
     d->client->flush();



Reply via email to