Hello community,

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

Package is "kparts"

Wed Dec 19 13:42:46 2018 rev:59 rq:658584 version:5.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2018-11-14 
14:36:47.979126333 +0100
+++ /work/SRC/openSUSE:Factory/.kparts.new.28833/kparts.changes 2018-12-19 
13:42:48.919838392 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:44 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:
+  * Use member-function-pointer-based signal/slot connection
+
+-------------------------------------------------------------------

Old:
----
  kparts-5.52.0.tar.xz

New:
----
  kparts-5.53.0.tar.xz

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.jXBVSO/_old  2018-12-19 13:42:50.623835994 +0100
+++ /var/tmp/diff_new_pack.jXBVSO/_new  2018-12-19 13:42:50.623835994 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%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:           kparts
-Version:        5.52.0
+Version:        5.53.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later

++++++ kparts-5.52.0.tar.xz -> kparts-5.53.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.52.0/CMakeLists.txt 
new/kparts-5.53.0/CMakeLists.txt
--- old/kparts-5.52.0/CMakeLists.txt    2018-11-03 19:03:43.000000000 +0100
+++ new/kparts-5.53.0/CMakeLists.txt    2018-12-01 15:58:11.000000000 +0100
@@ -1,18 +1,18 @@
 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(KParts 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)
 
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Widgets Xml)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.52.0/po/id/kparts5.po 
new/kparts-5.53.0/po/id/kparts5.po
--- old/kparts-5.52.0/po/id/kparts5.po  2018-11-03 19:03:43.000000000 +0100
+++ new/kparts-5.53.0/po/id/kparts5.po  2018-12-01 15:58:11.000000000 +0100
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2018-07-23 06:27+0700\n"
-"Last-Translator: wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2018-11-23 07:34+0700\n"
+"Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -133,7 +133,7 @@
 msgstr ""
 "Coba untuk menginstal ulang itu  \n"
 "\n"
-"Integrasi dengan Konqueror akan dinonaktifkan."
+"Integrasi dengan Konqueror akan dinonfungsikan."
 
 #: browserrun.cpp:432
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.52.0/po/zh_CN/kparts5.po 
new/kparts-5.53.0/po/zh_CN/kparts5.po
--- old/kparts-5.52.0/po/zh_CN/kparts5.po       2018-11-03 19:03:43.000000000 
+0100
+++ new/kparts-5.53.0/po/zh_CN/kparts5.po       2018-12-01 15:58:11.000000000 
+0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2018-10-09 18:38\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/kparts-5.52.0/src/browserextension.cpp 
new/kparts-5.53.0/src/browserextension.cpp
--- old/kparts-5.52.0/src/browserextension.cpp  2018-11-03 19:03:43.000000000 
+0100
+++ new/kparts-5.53.0/src/browserextension.cpp  2018-12-01 15:58:11.000000000 
+0100
@@ -254,7 +254,7 @@
     req.m_delayedArgs = args;
     req.m_delayedBrowserArgs = browserArgs;
     d->m_requests.append(req);
-    QTimer::singleShot(0, this, SLOT(slotEmitOpenUrlRequestDelayed()));
+    QTimer::singleShot(0, this, 
&BrowserExtension::slotEmitOpenUrlRequestDelayed);
 }
 
 void BrowserExtension::slotEmitOpenUrlRequestDelayed()


Reply via email to