Hello community,

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

Package is "kcompletion"

Tue Mar 20 21:43:46 2018 rev:52 rq:586811 version:5.44.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-02-16 
21:29:08.260728784 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes     
2018-03-20 21:44:58.550917375 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:40 CET 2018 - [email protected]
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  kcompletion-5.43.0.tar.xz

New:
----
  kcompletion-5.44.0.tar.xz

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

Other differences:
------------------
++++++ kcompletion.spec ++++++
--- /var/tmp/diff_new_pack.Br9wm1/_old  2018-03-20 21:44:59.762873756 +0100
+++ /var/tmp/diff_new_pack.Br9wm1/_new  2018-03-20 21:44:59.762873756 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kcompletion
-Version:        5.43.0
+Version:        5.44.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -38,7 +38,7 @@
 %endif
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:        Provides widgets with advanced completion support
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++++++ kcompletion-5.43.0.tar.xz -> kcompletion-5.44.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.43.0/CMakeLists.txt 
new/kcompletion-5.44.0/CMakeLists.txt
--- old/kcompletion-5.43.0/CMakeLists.txt       2018-02-05 12:58:09.000000000 
+0100
+++ new/kcompletion-5.44.0/CMakeLists.txt       2018-03-03 11:01:35.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.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.43.0/po/nb/kcompletion5_qt.po 
new/kcompletion-5.44.0/po/nb/kcompletion5_qt.po
--- old/kcompletion-5.43.0/po/nb/kcompletion5_qt.po     2018-02-05 
12:58:09.000000000 +0100
+++ new/kcompletion-5.44.0/po/nb/kcompletion5_qt.po     2018-03-03 
11:01:35.000000000 +0100
@@ -31,57 +31,57 @@
 msgid "Clear &History"
 msgstr "Tøm &historien"
 
-#: klineedit.cpp:154
+#: klineedit.cpp:153
 msgctxt "KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes"
 msgid "1"
 msgstr "1"
 
-#: klineedit.cpp:224
+#: klineedit.cpp:223
 msgctxt "KLineEdit|@action:button Clear current text in the line edit"
 msgid "Clear text"
 msgstr "Tøm tekst"
 
-#: klineedit.cpp:1103
+#: klineedit.cpp:1102
 msgctxt "KLineEdit|"
 msgid "C&lear"
 msgstr "&Tøm"
 
-#: klineedit.cpp:1117
+#: klineedit.cpp:1116
 msgctxt "KLineEdit|@title:menu"
 msgid "Text Completion"
 msgstr "Tekstfullføring"
 
-#: klineedit.cpp:1124
+#: klineedit.cpp:1123
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "None"
 msgstr "Ingen"
 
-#: klineedit.cpp:1125
+#: klineedit.cpp:1124
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Manual"
 msgstr "Manuell"
 
-#: klineedit.cpp:1126
+#: klineedit.cpp:1125
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Automatic"
 msgstr "Automatisk"
 
-#: klineedit.cpp:1127
+#: klineedit.cpp:1126
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List"
 msgstr "Nedtrekksliste"
 
-#: klineedit.cpp:1128
+#: klineedit.cpp:1127
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Short Automatic"
 msgstr "Kort automatisk"
 
-#: klineedit.cpp:1129
+#: klineedit.cpp:1128
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List && Automatic"
 msgstr "Nedtrekksliste og automatisk"
 
-#: klineedit.cpp:1159
+#: klineedit.cpp:1158
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Default"
 msgstr "Standard"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.43.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.44.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.43.0/po/zh_CN/kcompletion5_qt.po  2018-02-05 
12:58:09.000000000 +0100
+++ new/kcompletion-5.44.0/po/zh_CN/kcompletion5_qt.po  2018-03-03 
11:01:35.000000000 +0100
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-02-01 07:11-0500\n"
+"PO-Revision-Date: 2018-02-28 02:23-0500\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to