Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2018-12-19 13:40:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.kdesignerplugin.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesignerplugin"

Wed Dec 19 13:40:22 2018 rev:61 rq:658556 version:5.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2018-11-14 14:33:37.859312211 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.28833/kdesignerplugin.changes   
    2018-12-19 13:40:23.908042907 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:43 UTC 2018 - [email protected]
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Fix compile time warnings about nullptr
+
+-------------------------------------------------------------------

Old:
----
  kdesignerplugin-5.52.0.tar.xz

New:
----
  kdesignerplugin-5.53.0.tar.xz

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

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.ewSqeM/_old  2018-12-19 13:40:24.512042053 +0100
+++ /var/tmp/diff_new_pack.ewSqeM/_new  2018-12-19 13:40:24.556041991 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kdesignerplugin
-Version:        5.52.0
+Version:        5.53.0
 Release:        0
 Summary:        Integrating KDE frameworks widgets with Qt Designer
 License:        LGPL-2.1-or-later

++++++ kdesignerplugin-5.52.0.tar.xz -> kdesignerplugin-5.53.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.52.0/CMakeLists.txt 
new/kdesignerplugin-5.53.0/CMakeLists.txt
--- old/kdesignerplugin-5.52.0/CMakeLists.txt   2018-11-03 19:00:14.000000000 
+0100
+++ new/kdesignerplugin-5.53.0/CMakeLists.txt   2018-12-01 15:54:37.000000000 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.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)
 
@@ -17,7 +17,7 @@
 include(KDECMakeSettings)
 
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5Designer ${REQUIRED_QT_VERSION} NO_MODULE)
 set_package_properties(Qt5Designer PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.52.0/po/zh_CN/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.53.0/po/zh_CN/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.52.0/po/zh_CN/kdesignerplugin5_qt.po  2018-11-03 
19:00:14.000000000 +0100
+++ new/kdesignerplugin-5.53.0/po/zh_CN/kdesignerplugin5_qt.po  2018-12-01 
15:54:37.000000000 +0100
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-10-09 18:39\n"
+"PO-Revision-Date: 2018-11-12 09:13\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.52.0/src/kde.widgets 
new/kdesignerplugin-5.53.0/src/kde.widgets
--- old/kdesignerplugin-5.52.0/src/kde.widgets  2018-11-03 19:00:14.000000000 
+0100
+++ new/kdesignerplugin-5.53.0/src/kde.widgets  2018-12-01 15:54:37.000000000 
+0100
@@ -12,14 +12,12 @@
 IncludeFile=kmessagewidget.h
 ToolTip=Display an information or error message in an animated bubble.
 Group=Display (KF5)
-ConstructorArgs=(parent)
 
 # KWidgetsAddons
 [KAnimatedButton]
 IncludeFile=kanimatedbutton.h
 ToolTip=An extended version of QToolButton which can display an animated icon.
 Group=Display (KF5)
-ConstructorArgs=(parent)
 
 # KWidgetsAddons
 [KCapacityBar]
@@ -39,7 +37,7 @@
 ToolTip=Character Selection Widget (KF5)
 WhatsThis=A widget that allows selection a character out ot a table
 Group=Graphics (KF5)
-ConstructorArgs=(parent, 0)
+ConstructorArgs=(parent)
 
 # KWidgetsAddons
 [KCollapsibleGroupBox]
@@ -171,7 +169,7 @@
 [KListWidgetSearchLine]
 ToolTip=QListWidget Search Line (KF5)
 Group=Input (KF5)
-ConstructorArgs=(parent, 0)
+ConstructorArgs=(parent)
 
 # KWidgetsAddons
 [KMultiTabBar]
@@ -296,14 +294,12 @@
 [KTreeWidgetSearchLine]
 ToolTip=QTreeWidget Search Line (KF5)
 Group=Input (KF5)
-ConstructorArgs=(parent, 0)
 
 # KItemViews
 [KTreeWidgetSearchLineWidget]
 ToolTip=QTreeWidget Search Line Widget (KF5)
 IncludeFile=ktreewidgetsearchlinewidget.h
 Group=Input (KF5)
-ConstructorArgs=(parent, 0)
 
 # KIOWidgets
 [KUrlComboRequester]


Reply via email to