Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2019-10-14 13:32:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and      /work/SRC/openSUSE:Factory/.frameworkintegration.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frameworkintegration"

Mon Oct 14 13:32:56 2019 rev:76 rq:738001 version:5.63.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2019-09-23 12:21:37.389765409 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new.2352/frameworkintegration.changes
      2019-10-14 13:34:09.650545455 +0200
@@ -1,0 +2,10 @@
+Sun Oct  6 13:26:13 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * ensure winId() is not called on non-native widgets
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.62.0.tar.xz
  frameworkintegration-5.62.0.tar.xz.sig

New:
----
  frameworkintegration-5.63.0.tar.xz
  frameworkintegration-5.63.0.tar.xz.sig

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.UsceX2/_old  2019-10-14 13:34:10.086544318 +0200
+++ /var/tmp/diff_new_pack.UsceX2/_new  2019-10-14 13:34:10.086544318 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           frameworkintegration
-Version:        5.62.0
+Version:        5.63.0
 Release:        0
 Summary:        Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:        LGPL-2.1-or-later
@@ -51,9 +51,9 @@
 BuildRequires:  cmake(KF5Notifications) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Package) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
 BuildRequires:  cmake(packagekitqt5)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)

++++++ frameworkintegration-5.62.0.tar.xz -> frameworkintegration-5.63.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.62.0/CMakeLists.txt 
new/frameworkintegration-5.63.0/CMakeLists.txt
--- old/frameworkintegration-5.62.0/CMakeLists.txt      2019-09-07 
14:32:15.000000000 +0200
+++ new/frameworkintegration-5.63.0/CMakeLists.txt      2019-10-07 
22:31:06.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.62.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.63.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.62.0/plasma_workspace.notifyrc   2019-09-07 
14:32:15.000000000 +0200
+++ new/frameworkintegration-5.63.0/plasma_workspace.notifyrc   2019-10-07 
22:31:06.000000000 +0200
@@ -1047,7 +1047,7 @@
 Name[sr@ijekavianlatin]=Odjava
 Name[sr@latin]=Odjava
 Name[sv]=Logga ut
-Name[tg]=Баромад
+Name[tg]=Баромад аз мизи корӣ
 Name[tr]=Çıkış
 Name[uk]=Вихід
 Name[x-test]=xxLogoutxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.62.0/src/kstyle/kstyle.cpp 
new/frameworkintegration-5.63.0/src/kstyle/kstyle.cpp
--- old/frameworkintegration-5.62.0/src/kstyle/kstyle.cpp       2019-09-07 
14:32:15.000000000 +0200
+++ new/frameworkintegration-5.63.0/src/kstyle/kstyle.cpp       2019-10-07 
22:31:06.000000000 +0200
@@ -104,7 +104,8 @@
 
 void ColorSchemeFilter::installColorScheme(QWidget *w)
 {
-    if (!w || !w->isTopLevel()) {
+    // ensure we don't call winId() on non-native widgets, bug 412675
+    if (!w || !w->isTopLevel() || !w->windowHandle()) {
         return;
     }
 #if HAVE_X11



Reply via email to