Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2019-03-21 09:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kparts (Old)
 and      /work/SRC/openSUSE:Factory/.kparts.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kparts"

Thu Mar 21 09:47:43 2019 rev:63 rq:686760 version:5.56.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kparts/kparts.changes    2019-02-28 
21:31:38.173767900 +0100
+++ /work/SRC/openSUSE:Factory/.kparts.new.28833/kparts.changes 2019-03-21 
09:47:46.582877135 +0100
@@ -1,0 +2,12 @@
+Sun Mar 10 20:15:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * It compiles fine with qt5.13
+  * Make strict compile flags
+  * templates: KAboutData::setupCommandLine() already sets help & version
+
+-------------------------------------------------------------------

Old:
----
  kparts-5.55.0.tar.xz

New:
----
  kparts-5.56.0.tar.xz

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

Other differences:
------------------
++++++ kparts.spec ++++++
--- /var/tmp/diff_new_pack.RHeQlw/_old  2019-03-21 09:47:47.182876997 +0100
+++ /var/tmp/diff_new_pack.RHeQlw/_new  2019-03-21 09:47:47.182876997 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Parts5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # 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.55.0
+Version:        5.56.0
 Release:        0
 Summary:        Plugin framework for user interface components
 License:        LGPL-2.1-or-later

++++++ kparts-5.55.0.tar.xz -> kparts-5.56.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/CMakeLists.txt 
new/kparts-5.56.0/CMakeLists.txt
--- old/kparts-5.55.0/CMakeLists.txt    2019-02-03 01:00:49.000000000 +0100
+++ new/kparts-5.56.0/CMakeLists.txt    2019-03-02 14:46:15.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KParts VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.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)
 
@@ -43,8 +43,6 @@
 find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED)
 
-remove_definitions(-DQT_NO_CAST_FROM_ASCII)
-remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
 
 if(BUILD_TESTING)
   add_subdirectory( tests )
@@ -54,10 +52,7 @@
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
     ki18n_install(po)
 endif()
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
-
-#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 
 add_subdirectory( src )
 add_subdirectory(templates)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/po/da/kparts5.po 
new/kparts-5.56.0/po/da/kparts5.po
--- old/kparts-5.55.0/po/da/kparts5.po  2019-02-03 01:00:49.000000000 +0100
+++ new/kparts-5.56.0/po/da/kparts5.po  2019-03-02 14:46:15.000000000 +0100
@@ -2,8 +2,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander, 2008.
-# Martin Schlander <mschlan...@opensuse.org>, 2008.
 # Martin Schlander <mschlan...@opensuse.org>, 2008, 2009, 2010, 2011, 2012, 
2013.
 # Keld Simonsen <k...@keldix.com>, 2010.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/po/id/kparts5.po 
new/kparts-5.56.0/po/id/kparts5.po
--- old/kparts-5.55.0/po/id/kparts5.po  2019-02-03 01:00:49.000000000 +0100
+++ new/kparts-5.56.0/po/id/kparts5.po  2019-03-02 14:46:15.000000000 +0100
@@ -16,7 +16,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/po/zh_CN/kparts5.po 
new/kparts-5.56.0/po/zh_CN/kparts5.po
--- old/kparts-5.55.0/po/zh_CN/kparts5.po       2019-02-03 01:00:49.000000000 
+0100
+++ new/kparts-5.56.0/po/zh_CN/kparts5.po       2019-03-02 14:46:15.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: 2019-01-27 22:57\n"
+"PO-Revision-Date: 2019-02-20 23:16\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/templates/kpartsapp/src/shell/main.cpp 
new/kparts-5.56.0/templates/kpartsapp/src/shell/main.cpp
--- old/kparts-5.55.0/templates/kpartsapp/src/shell/main.cpp    2019-02-03 
01:00:49.000000000 +0100
+++ new/kparts-5.56.0/templates/kpartsapp/src/shell/main.cpp    2019-03-02 
14:46:15.000000000 +0100
@@ -50,8 +50,6 @@
     app.setWindowIcon(QIcon::fromTheme(QStringLiteral("%{APPNAMELC}")));
 
     QCommandLineParser parser;
-    parser.addHelpOption();
-    parser.addVersionOption();
     aboutData.setupCommandLine(&parser);
     parser.addPositionalArgument(QStringLiteral("urls"), i18n("Document(s) to 
load."), QStringLiteral("[urls...]"));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.55.0/tests/terminal_test.cpp 
new/kparts-5.56.0/tests/terminal_test.cpp
--- old/kparts-5.55.0/tests/terminal_test.cpp   2019-02-03 01:00:49.000000000 
+0100
+++ new/kparts-5.56.0/tests/terminal_test.cpp   2019-03-02 14:46:15.000000000 
+0100
@@ -18,7 +18,7 @@
 {
     this->resize(800, 600);
 
-    KService::Ptr service = KService::serviceByDesktopName("konsolepart");
+    KService::Ptr service = 
KService::serviceByDesktopName(QStringLiteral("konsolepart"));
     Q_ASSERT(service);
 
     KParts::ReadOnlyPart *part = 
service->createInstance<KParts::ReadOnlyPart>(this, this, QVariantList());
@@ -34,7 +34,7 @@
 
 int main(int argc, char **argv)
 {
-    QApplication::setApplicationName("tetest");
+    QApplication::setApplicationName(QStringLiteral("tetest"));
     QApplication app(argc, argv);
     Window *window = new Window();
     window->show();


Reply via email to