Hello community,

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

Package is "kcompletion"

Thu Mar 21 09:43:48 2019 rev:66 rq:686723 version:5.56.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-02-28 
21:27:50.265844122 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes       
2019-03-21 09:44:28.982922661 +0100
@@ -1,0 +2,11 @@
+Sun Mar 10 20:15:35 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:
+  * Port deprecated methods
+  * Use QStringLiteral here
+
+-------------------------------------------------------------------

Old:
----
  kcompletion-5.55.0.tar.xz

New:
----
  kcompletion-5.56.0.tar.xz

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

Other differences:
------------------
++++++ kcompletion.spec ++++++
--- /var/tmp/diff_new_pack.zz5w1G/_old  2019-03-21 09:44:29.418922560 +0100
+++ /var/tmp/diff_new_pack.zz5w1G/_new  2019-03-21 09:44:29.418922560 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%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:           kcompletion
-Version:        5.55.0
+Version:        5.56.0
 Release:        0
 Summary:        Widgets with advanced completion support
 License:        LGPL-2.1-or-later

++++++ kcompletion-5.55.0.tar.xz -> kcompletion-5.56.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.55.0/CMakeLists.txt 
new/kcompletion-5.56.0/CMakeLists.txt
--- old/kcompletion-5.55.0/CMakeLists.txt       2019-02-03 00:54:22.000000000 
+0100
+++ new/kcompletion-5.56.0/CMakeLists.txt       2019-03-02 14:35:41.000000000 
+0100
@@ -1,12 +1,12 @@
 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(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.55.0/autotests/klineedit_unittest.cpp 
new/kcompletion-5.56.0/autotests/klineedit_unittest.cpp
--- old/kcompletion-5.55.0/autotests/klineedit_unittest.cpp     2019-02-03 
00:54:22.000000000 +0100
+++ new/kcompletion-5.56.0/autotests/klineedit_unittest.cpp     2019-03-02 
14:35:41.000000000 +0100
@@ -95,7 +95,7 @@
 #endif
 
         //set the text back for further tests below
-        w.setText("Hello worl");
+        w.setText(QStringLiteral("Hello worl"));
 #ifndef KCOMPLETION_NO_DEPRECATED
         userTextChangedSpy.clear();
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.55.0/po/da/kcompletion5_qt.po 
new/kcompletion-5.56.0/po/da/kcompletion5_qt.po
--- old/kcompletion-5.55.0/po/da/kcompletion5_qt.po     2019-02-03 
00:54:22.000000000 +0100
+++ new/kcompletion-5.56.0/po/da/kcompletion5_qt.po     2019-03-02 
14:35:41.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, 2014.
 # Keld Simonsen <k...@keldix.com>, 2010.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.55.0/po/id/kcompletion5_qt.po 
new/kcompletion-5.56.0/po/id/kcompletion5_qt.po
--- old/kcompletion-5.55.0/po/id/kcompletion5_qt.po     2019-02-03 
00:54:22.000000000 +0100
+++ new/kcompletion-5.56.0/po/id/kcompletion5_qt.po     2019-03-02 
14:35:41.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 18.12.0\n"
 "X-Qt-Contexts: true\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.55.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.56.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.55.0/po/zh_CN/kcompletion5_qt.po  2019-02-03 
00:54:22.000000000 +0100
+++ new/kcompletion-5.56.0/po/zh_CN/kcompletion5_qt.po  2019-03-02 
14:35:41.000000000 +0100
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\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/kcompletion-5.55.0/tests/kcompletionuitest.cpp 
new/kcompletion-5.56.0/tests/kcompletionuitest.cpp
--- old/kcompletion-5.55.0/tests/kcompletionuitest.cpp  2019-02-03 
00:54:22.000000000 +0100
+++ new/kcompletion-5.56.0/tests/kcompletionuitest.cpp  2019-03-02 
14:35:41.000000000 +0100
@@ -27,7 +27,7 @@
     GroupBox1->setLayout(new QVBoxLayout());
     GroupBox1->setTitle(QStringLiteral("Completion Test"));
     GroupBox1->layout()->setSpacing(0);
-    GroupBox1->layout()->setMargin(0);
+    GroupBox1->layout()->setContentsMargins(0, 0, 0, 0);
     GroupBox1Layout = new QVBoxLayout;
     GroupBox1Layout->setAlignment(Qt::AlignTop);
     GroupBox1Layout->setSpacing(6);
@@ -37,11 +37,11 @@
 
     Layout9 = new QVBoxLayout;
     Layout9->setSpacing(6);
-    Layout9->setMargin(0);
+    Layout9->setContentsMargins(0, 0, 0, 0);
 
     Layout1 = new QHBoxLayout;
     Layout1->setSpacing(6);
-    Layout1->setMargin(0);
+    Layout1->setContentsMargins(0, 0, 0, 0);
 
     TextLabel1 = new QLabel(GroupBox1);
     TextLabel1->setObjectName(QStringLiteral("TextLabel1"));
@@ -59,7 +59,7 @@
 
     Layout2 = new QHBoxLayout;
     Layout2->setSpacing(6);
-    Layout2->setMargin(0);
+    Layout2->setContentsMargins(0, 0, 0, 0);
 
     combo = new KHistoryComboBox(GroupBox1);
     combo->setObjectName(QStringLiteral("history combo"));
@@ -84,7 +84,7 @@
 
     Layout3 = new QHBoxLayout;
     Layout3->setSpacing(6);
-    Layout3->setMargin(0);
+    Layout3->setContentsMargins(0, 0, 0, 0);
     QSpacerItem *spacer = new QSpacerItem(20, 20, QSizePolicy::Expanding, 
QSizePolicy::Minimum);
     Layout3->addItem(spacer);
 
@@ -97,7 +97,7 @@
 
     Layout8 = new QHBoxLayout;
     Layout8->setSpacing(6);
-    Layout8->setMargin(0);
+    Layout8->setContentsMargins(0, 0, 0, 0);
 
     ListBox1 = new QListWidget(GroupBox1);
     Layout8->addWidget(ListBox1);
@@ -107,7 +107,7 @@
 
     Layout7 = new QVBoxLayout;
     Layout7->setSpacing(6);
-    Layout7->setMargin(0);
+    Layout7->setContentsMargins(0, 0, 0, 0);
 
     PushButton1_3 = new QPushButton(GroupBox1);
     PushButton1_3->setObjectName(QStringLiteral("PushButton1_3"));


Reply via email to