Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2017-03-03 17:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlgui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlgui"

Fri Mar  3 17:22:49 2017 rev:40 rq:461473 version:5.31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2017-02-03 
17:46:45.755746453 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes     2017-03-03 
17:22:50.505107225 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:35:22 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.30.0.tar.xz

New:
----
  kxmlgui-5.31.0.tar.xz

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.QTWSea/_old  2017-03-03 17:22:51.376983897 +0100
+++ /var/tmp/diff_new_pack.QTWSea/_new  2017-03-03 17:22:51.376983897 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5XmlGui5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:           kxmlgui
-Version:        5.30.0
+Version:        5.31.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{_tar_path}
@@ -38,13 +38,13 @@
 BuildRequires:  ktextwidgets-devel >= %{_tar_path}
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Network) >= 5.5.0
-BuildRequires:  cmake(Qt5PrintSupport) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
-BuildRequires:  cmake(Qt5Xml) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Network) >= 5.6.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
 Summary:        Framework for managing menu and toolbar actions
 License:        LGPL-2.1+ and GPL-2.0+
@@ -53,7 +53,7 @@
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM 
use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch -- We can enable 
usage of setFallbackSessionManagementEnabled function
-# with Qt 5.5.1, as we have the qtbase patch backported. For now only apppy 
patch on 42.1 Leap, as TW doesn't have that patch yet -- #354724, boo#95.300
+# with Qt 5.5.1, as we have the qtbase patch backported. For now only apppy 
patch on 42.1 Leap, as TW doesn't have that patch yet -- #354724, boo#95.310
 Patch0:         use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -84,9 +84,9 @@
 Requires:       extra-cmake-modules
 Requires:       kconfig-devel >= %{_tar_path}
 Requires:       kconfigwidgets-devel >= %{_tar_path}
-Requires:       cmake(Qt5DBus) >= 5.5.0
-Requires:       cmake(Qt5Widgets) >= 5.5.0
-Requires:       cmake(Qt5Xml) >= 5.5.0
+Requires:       cmake(Qt5DBus) >= 5.6.0
+Requires:       cmake(Qt5Widgets) >= 5.6.0
+Requires:       cmake(Qt5Xml) >= 5.6.0
 
 %description devel
 libkxmlgui provides a framework for managing menu and toolbar actions in an

++++++ kxmlgui-5.30.0.tar.xz -> kxmlgui-5.31.0.tar.xz ++++++
++++ 36033 lines of diff (skipped)

++++++ use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch ++++++
--- /var/tmp/diff_new_pack.QTWSea/_old  2017-03-03 17:22:51.852916576 +0100
+++ /var/tmp/diff_new_pack.QTWSea/_new  2017-03-03 17:22:51.852916576 +0100
@@ -2,7 +2,7 @@
 index c384b67..b8fd216 100644
 --- a/src/kmainwindow.cpp
 +++ b/src/kmainwindow.cpp
-@@ -216,7 +216,7 @@ KMainWindow::KMainWindow(KMainWindowPrivate &dd, QWidget 
*parent, Qt::WindowFlag
+@@ -216,7 +216,7 @@ KMainWindow::KMainWindow(KMainWindowPriv
  void KMainWindowPrivate::init(KMainWindow *_q)
  {
      q = _q;
@@ -10,4 +10,4 @@
 +#if QT_VERSION >= QT_VERSION_CHECK(5, 5, 1)
      QGuiApplication::setFallbackSessionManagementEnabled(false);
  #endif
-     q->setAnimated(q->style()->styleHint(QStyle::SH_Widget_Animate, 0, q));
+     q->setAnimated(q->style()->styleHint(QStyle::SH_Widget_Animate, nullptr, 
q));


Reply via email to