commit kcompletion for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-10-12 13:53:47

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.3486 (New)


Package is "kcompletion"

Mon Oct 12 13:53:47 2020 rev:85 rq:840801 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-09-18 
14:38:58.191872186 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3486/kcompletion.changes
2020-10-12 13:55:30.206121024 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 08:32:58 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Changes since 5.74.0:
+  * Relicense files to LGPL-2.0-or-later
+  * Remove obsolete LGPL-2.0-only file
+
+---

Old:

  kcompletion-5.74.0.tar.xz
  kcompletion-5.74.0.tar.xz.sig

New:

  kcompletion-5.75.0.tar.xz
  kcompletion-5.75.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ZIxpxd/_old  2020-10-12 13:55:30.798121264 +0200
+++ /var/tmp/diff_new_pack.ZIxpxd/_new  2020-10-12 13:55:30.798121264 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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.74.0
+Version:5.75.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.74.0.tar.xz -> kcompletion-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.74.0/CMakeLists.txt 
new/kcompletion-5.75.0/CMakeLists.txt
--- old/kcompletion-5.74.0/CMakeLists.txt   2020-09-06 12:16:52.0 
+0200
+++ new/kcompletion-5.75.0/CMakeLists.txt   2020-10-04 20:39:43.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/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.74.0/LICENSES/LGPL-2.0-only.txt 
new/kcompletion-5.75.0/LICENSES/LGPL-2.0-only.txt
--- old/kcompletion-5.74.0/LICENSES/LGPL-2.0-only.txt   2020-09-06 
12:16:52.0 +0200
+++ new/kcompletion-5.75.0/LICENSES/LGPL-2.0-only.txt   1970-01-01 
01:00:00.0 +0100
@@ -1,446 +0,0 @@
-GNU LIBRARY GENERAL PUBLIC LICENSE
-
-Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
-
-51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-
-Everyone is permitted to copy and distribute verbatim copies of this license
-document, but changing it is not allowed.
-
-[This is the first released version of the library GPL. It is numbered 2 
because
-it goes with version 2 of the ordinary GPL.]
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public Licenses are intended to
-guarantee your freedom to share and change free software--to make sure the
-software is free for all its users.
-
-This license, the Library General Public License, applies to some specially
-designated Free Software Foundation software, and to any other libraries whose
-authors decide to use it. You can use it for your libraries, too.
-
-When we speak of free software, we are referring to freedom, not price. Our
-General Public Licenses are designed to make sure that you have the freedom
-to distribute copies of free software (and charge for this service if you
-wish), that you receive source code or can get it if you want it, that you
-can change the software or use pieces of it in new free programs; and that
-you know you can do these things.
-
-To protect your rights, we need to make restrictions that 

commit kcompletion for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-09-18 14:37:40

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.4249 (New)


Package is "kcompletion"

Fri Sep 18 14:37:40 2020 rev:84 rq:834386 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-08-12 
12:24:58.440153272 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.4249/kcompletion.changes
2020-09-18 14:38:58.191872186 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:48:47 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Using no deprecated enum Qt::MiddleButton
+  * Remove obsolete COPYING files
+
+---

Old:

  kcompletion-5.73.0.tar.xz
  kcompletion-5.73.0.tar.xz.sig

New:

  kcompletion-5.74.0.tar.xz
  kcompletion-5.74.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.7x4X58/_old  2020-09-18 14:38:59.695873528 +0200
+++ /var/tmp/diff_new_pack.7x4X58/_new  2020-09-18 14:38:59.695873528 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # 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.73.0
+Version:5.74.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.73.0.tar.xz -> kcompletion-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.73.0/CMakeLists.txt 
new/kcompletion-5.74.0/CMakeLists.txt
--- old/kcompletion-5.73.0/CMakeLists.txt   2020-08-01 21:41:32.0 
+0200
+++ new/kcompletion-5.74.0/CMakeLists.txt   2020-09-06 12:16:52.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -48,7 +48,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.73.0/COPYING.LIB 
new/kcompletion-5.74.0/COPYING.LIB
--- old/kcompletion-5.73.0/COPYING.LIB  2020-08-01 21:41:32.0 +0200
+++ new/kcompletion-5.74.0/COPYING.LIB  1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or 

commit kcompletion for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-08-12 12:23:19

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.3399 (New)


Package is "kcompletion"

Wed Aug 12 12:23:19 2020 rev:83 rq:825059 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-07-14 
07:52:45.748521576 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3399/kcompletion.changes
2020-08-12 12:24:58.440153272 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:09 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use Qt's categorized logging, install kcompletion.categories file
+  * Use camelcase include. (scripted)
+
+---

Old:

  kcompletion-5.72.0.tar.xz
  kcompletion-5.72.0.tar.xz.sig

New:

  kcompletion-5.73.0.tar.xz
  kcompletion-5.73.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.DLIoNA/_old  2020-08-12 12:24:59.000153641 +0200
+++ /var/tmp/diff_new_pack.DLIoNA/_new  2020-08-12 12:24:59.000153641 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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.72.0
+Version:5.73.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -102,6 +102,7 @@
 %license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5Completion.so.*
+%{_kf5_debugdir}/kcompletion.categories
 
 %files devel
 %license LICENSES/*


++ kcompletion-5.72.0.tar.xz -> kcompletion-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.72.0/CMakeLists.txt 
new/kcompletion-5.73.0/CMakeLists.txt
--- old/kcompletion-5.72.0/CMakeLists.txt   2020-07-04 15:06:43.0 
+0200
+++ new/kcompletion-5.73.0/CMakeLists.txt   2020-08-01 21:41:32.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,6 +19,7 @@
 include(ECMGenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
+include(ECMQtDeclareLoggingCategory)
 include(CMakePackageConfigHelpers)
 
 include(ECMAddQch)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.72.0/po/da/kcompletion5_qt.po 
new/kcompletion-5.73.0/po/da/kcompletion5_qt.po
--- old/kcompletion-5.72.0/po/da/kcompletion5_qt.po 2020-07-04 
15:06:43.0 +0200
+++ new/kcompletion-5.73.0/po/da/kcompletion5_qt.po 2020-08-01 
21:41:32.0 +0200
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
+# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2020.
 # Keld Simonsen , 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-09-21 15:29+0200\n"
+"PO-Revision-Date: 2020-07-27 17:34+0200\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -17,13 +17,10 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.04.2\n"
 "X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:202
-#, fuzzy
-#| msgctxt "KHistoryComboBox|"
-#| msgid "Clear "
 msgctxt "KHistoryComboBox|@action:inmenu"
 msgid "Clear "
 msgstr "Ryd "
@@ 

commit kcompletion for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-07-14 07:51:51

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.3060 (New)


Package is "kcompletion"

Tue Jul 14 07:51:51 2020 rev:82 rq:820347 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-06-16 
13:42:00.628933152 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3060/kcompletion.changes
2020-07-14 07:52:45.748521576 +0200
@@ -1,0 +2,11 @@
+Sun Jul  5 07:55:09 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Add license files according to REUSE specification
+  * Convert license statements to SPDX expressions
+
+---

Old:

  kcompletion-5.71.0.tar.xz
  kcompletion-5.71.0.tar.xz.sig

New:

  kcompletion-5.72.0.tar.xz
  kcompletion-5.72.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.eAIt1a/_old  2020-07-14 07:52:46.892525280 +0200
+++ /var/tmp/diff_new_pack.eAIt1a/_new  2020-07-14 07:52:46.892525280 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # 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.71.0
+Version:5.72.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -100,18 +99,19 @@
 %endif
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_libdir}/libKF5Completion.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Completion.so
-%{_kf5_libdir}/cmake/KF5Completion/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
 %dir %{_kf5_plugindir}/designer
-%{_kf5_plugindir}/designer/kcompletion5widgets.so
-%{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Completion/
+%{_kf5_libdir}/libKF5Completion.so
 %{_kf5_mkspecsdir}/qt_KCompletion.pri
+%{_kf5_plugindir}/designer/kcompletion5widgets.so
 
 %changelog


++ kcompletion-5.71.0.tar.xz -> kcompletion-5.72.0.tar.xz ++
 10945 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-06-16 13:40:58

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.3606 (New)


Package is "kcompletion"

Tue Jun 16 13:40:58 2020 rev:81 rq:814342 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-05-11 
13:28:33.307507827 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3606/kcompletion.changes
2020-06-16 13:42:00.628933152 +0200
@@ -1,0 +2,12 @@
+Sun Jun  7 08:06:23 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Fix build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
+  * Wrap also API dox with KCOMPLETION_ENABLE_DEPRECATED_SINCE; use per method
+  * Use UI marker context in more tr() calls
+
+---

Old:

  kcompletion-5.70.0.tar.xz
  kcompletion-5.70.0.tar.xz.sig

New:

  kcompletion-5.71.0.tar.xz
  kcompletion-5.71.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.nuxuLg/_old  2020-06-16 13:42:01.356935805 +0200
+++ /var/tmp/diff_new_pack.nuxuLg/_new  2020-06-16 13:42:01.360935820 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # 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.70.0
+Version:5.71.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.70.0.tar.xz -> kcompletion-5.71.0.tar.xz ++
 3126 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-05-11 13:27:20

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.2738 (New)


Package is "kcompletion"

Mon May 11 13:27:20 2020 rev:80 rq:802068 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-04-15 
20:02:17.949924722 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.2738/kcompletion.changes
2020-05-11 13:28:33.307507827 +0200
@@ -1,0 +2,9 @@
+Sun May  3 09:39:46 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- No code change since 5.69.0
+
+---

Old:

  kcompletion-5.69.0.tar.xz
  kcompletion-5.69.0.tar.xz.sig

New:

  kcompletion-5.70.0.tar.xz
  kcompletion-5.70.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.FE1HHs/_old  2020-05-11 13:28:34.079509446 +0200
+++ /var/tmp/diff_new_pack.FE1HHs/_new  2020-05-11 13:28:34.079509446 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:5.70.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.69.0.tar.xz -> kcompletion-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.69.0/CMakeLists.txt 
new/kcompletion-5.70.0/CMakeLists.txt
--- old/kcompletion-5.69.0/CMakeLists.txt   2020-04-05 00:55:46.0 
+0200
+++ new/kcompletion-5.70.0/CMakeLists.txt   2020-05-03 00:15:41.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcompletion for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-04-15 20:01:00

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.2738 (New)


Package is "kcompletion"

Wed Apr 15 20:01:00 2020 rev:79 rq:793135 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-03-19 
19:43:45.359968232 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.2738/kcompletion.changes
2020-04-15 20:02:17.949924722 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:22 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kcompletion-5.68.0.tar.xz
  kcompletion-5.68.0.tar.xz.sig

New:

  kcompletion-5.69.0.tar.xz
  kcompletion-5.69.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.lIyTx2/_old  2020-04-15 20:02:18.529925158 +0200
+++ /var/tmp/diff_new_pack.lIyTx2/_new  2020-04-15 20:02:18.529925158 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:5.69.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.68.0.tar.xz -> kcompletion-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.68.0/CMakeLists.txt 
new/kcompletion-5.69.0/CMakeLists.txt
--- old/kcompletion-5.68.0/CMakeLists.txt   2020-03-07 10:36:39.0 
+0100
+++ new/kcompletion-5.69.0/CMakeLists.txt   2020-04-05 00:55:46.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -47,7 +47,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.68.0/po/fi/kcompletion5_qt.po 
new/kcompletion-5.69.0/po/fi/kcompletion5_qt.po
--- old/kcompletion-5.68.0/po/fi/kcompletion5_qt.po 2020-03-07 
10:36:39.0 +0100
+++ new/kcompletion-5.69.0/po/fi/kcompletion5_qt.po 2020-04-05 
00:55:46.0 +0200
@@ -12,7 +12,6 @@
 # Mikko Piippo , 2007.
 # Teemu Rytilahti , 2008.
 # Tommi Nieminen , 2009, 2010, 2011.
-# Tommi Nieminen , 2009.
 # Jorma Karvonen , 2010.
 # Lasse Liehu , 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.68.0/po/nb/kcompletion5_qt.po 
new/kcompletion-5.69.0/po/nb/kcompletion5_qt.po
--- old/kcompletion-5.68.0/po/nb/kcompletion5_qt.po 2020-03-07 
10:36:39.0 +0100
+++ new/kcompletion-5.69.0/po/nb/kcompletion5_qt.po 2020-04-05 
00:55:46.0 +0200
@@ -14,7 +14,7 @@
 "POT-Creation-Date: 2014-02-28 03:44+\n"
 "PO-Revision-Date: 2014-04-25 15:53+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
-"Language-Team: Norwegian Bokmål \n"
+"Language-Team: Norwegian Bokmål \n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.68.0/po/nn/kcompletion5_qt.po 
new/kcompletion-5.69.0/po/nn/kcompletion5_qt.po
--- old/kcompletion-5.68.0/po/nn/kcompletion5_qt.po 2020-03-07 

commit kcompletion for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-03-19 19:41:53

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.3160 (New)


Package is "kcompletion"

Thu Mar 19 19:41:53 2020 rev:78 rq:785304 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-02-14 
16:32:47.911432726 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.3160/kcompletion.changes
2020-03-19 19:43:45.359968232 +0100
@@ -1,0 +2,9 @@
+Sun Mar  8 09:17:38 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- No code change since 5.67.0
+
+---

Old:

  kcompletion-5.67.0.tar.xz
  kcompletion-5.67.0.tar.xz.sig

New:

  kcompletion-5.68.0.tar.xz
  kcompletion-5.68.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.w65nam/_old  2020-03-19 19:43:45.795968485 +0100
+++ /var/tmp/diff_new_pack.w65nam/_new  2020-03-19 19:43:45.803968490 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:5.68.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.67.0.tar.xz -> kcompletion-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.67.0/.gitignore 
new/kcompletion-5.68.0/.gitignore
--- old/kcompletion-5.67.0/.gitignore   2020-02-02 13:44:48.0 +0100
+++ new/kcompletion-5.68.0/.gitignore   2020-03-07 10:36:39.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.67.0/CMakeLists.txt 
new/kcompletion-5.68.0/CMakeLists.txt
--- old/kcompletion-5.67.0/CMakeLists.txt   2020-02-02 13:44:48.0 
+0100
+++ new/kcompletion-5.68.0/CMakeLists.txt   2020-03-07 10:36:39.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -47,7 +47,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.67.0/po/ml/kcompletion5_qt.po 
new/kcompletion-5.68.0/po/ml/kcompletion5_qt.po
--- old/kcompletion-5.67.0/po/ml/kcompletion5_qt.po 2020-02-02 
13:44:48.0 +0100
+++ new/kcompletion-5.68.0/po/ml/kcompletion5_qt.po 2020-03-07 
10:36:39.0 +0100
@@ -14,7 +14,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2010-12-29 15:32+0530\n"
 "Last-Translator: \n"
-"Language-Team:  \n"
+"Language-Team: SMC \n"
 "Language: ml\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit kcompletion for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-02-14 16:31:37

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.26092 (New)


Package is "kcompletion"

Fri Feb 14 16:31:37 2020 rev:77 rq:773242 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2020-01-14 
21:03:35.778660468 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.26092/kcompletion.changes   
2020-02-14 16:32:47.911432726 +0100
@@ -1,0 +2,15 @@
+Sun Feb  2 18:06:46 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:33 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * [KCompletion] Port QRegExp to QRegularExpression
+
+---

Old:

  kcompletion-5.66.0.tar.xz
  kcompletion-5.66.0.tar.xz.sig

New:

  kcompletion-5.67.0.tar.xz
  kcompletion-5.67.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.vgik9m/_old  2020-02-14 16:32:48.703433167 +0100
+++ /var/tmp/diff_new_pack.vgik9m/_new  2020-02-14 16:32:48.715433174 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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.66.0
+Version:5.67.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -42,10 +42,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.12.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 
 %description
@@ -68,7 +68,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.11.0
+Requires:   cmake(Qt5Widgets) >= 5.12.0
 
 %description devel
 Development files for KCompletion, a widget collection with advanced
@@ -82,7 +82,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kcompletion-5.66.0.tar.xz -> kcompletion-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.66.0/CMakeLists.txt 
new/kcompletion-5.67.0/CMakeLists.txt
--- old/kcompletion-5.66.0/CMakeLists.txt   2020-01-04 11:04:37.0 
+0100
+++ new/kcompletion-5.67.0/CMakeLists.txt   2020-02-02 13:44:48.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)
+find_package(ECM 5.67.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -47,7 +47,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.66.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.67.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.66.0/po/zh_CN/kcompletion5_qt.po  2020-01-04 
11:04:37.0 +0100
+++ new/kcompletion-5.67.0/po/zh_CN/kcompletion5_qt.po  2020-02-02 
13:44:48.0 

commit kcompletion for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2020-01-14 20:59:51

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.6675 (New)


Package is "kcompletion"

Tue Jan 14 20:59:51 2020 rev:76 rq:763443 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-12-18 
14:42:10.985770241 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.6675/kcompletion.changes
2020-01-14 21:03:35.778660468 +0100
@@ -1,0 +2,12 @@
+Sun Jan  5 09:02:01 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Deprecate KPixmapProvider
+  * Update the obsolete projects.kde.org URL
+  * [KHistoryComboBox] Add method to set an icon provider
+
+---

Old:

  kcompletion-5.65.0.tar.xz
  kcompletion-5.65.0.tar.xz.sig

New:

  kcompletion-5.66.0.tar.xz
  kcompletion-5.66.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.3PlJF7/_old  2020-01-14 21:03:36.214660671 +0100
+++ /var/tmp/diff_new_pack.3PlJF7/_new  2020-01-14 21:03:36.218660672 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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.65.0
+Version:5.66.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.65.0.tar.xz -> kcompletion-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.65.0/CMakeLists.txt 
new/kcompletion-5.66.0/CMakeLists.txt
--- old/kcompletion-5.65.0/CMakeLists.txt   2019-12-07 22:40:24.0 
+0100
+++ new/kcompletion-5.66.0/CMakeLists.txt   2020-01-04 11:04:37.0 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
@@ -47,7 +47,7 @@
 
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.65.0/autotests/kcombobox_unittest.cpp 
new/kcompletion-5.66.0/autotests/kcombobox_unittest.cpp
--- old/kcompletion-5.65.0/autotests/kcombobox_unittest.cpp 2019-12-07 
22:40:24.0 +0100
+++ new/kcompletion-5.66.0/autotests/kcombobox_unittest.cpp 2020-01-04 
11:04:37.0 +0100
@@ -18,7 +18,8 @@
 Boston, MA 02110-1301, USA.
 */
 
-#include 
+#include 
+#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.65.0/autotests/klineedit_unittest.cpp 
new/kcompletion-5.66.0/autotests/klineedit_unittest.cpp
--- 

commit kcompletion for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-12-18 14:40:12

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.4691 (New)


Package is "kcompletion"

Wed Dec 18 14:40:12 2019 rev:75 rq:757016 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-11-12 
11:43:38.278613674 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.4691/kcompletion.changes
2019-12-18 14:42:10.985770241 +0100
@@ -1,0 +2,11 @@
+Sun Dec  8 11:18:23 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * Refactor KHistoryComboBox::insertItems
+  * Add missing include for Qt 5.14 build
+
+---

Old:

  kcompletion-5.64.0.tar.xz
  kcompletion-5.64.0.tar.xz.sig

New:

  kcompletion-5.65.0.tar.xz
  kcompletion-5.65.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.kWdMGB/_old  2019-12-18 14:42:11.709770572 +0100
+++ /var/tmp/diff_new_pack.kWdMGB/_new  2019-12-18 14:42:11.709770572 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # 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.64.0
+Version:5.65.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.64.0.tar.xz -> kcompletion-5.65.0.tar.xz ++
 7491 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-11-12 11:42:57

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.2990 (New)


Package is "kcompletion"

Tue Nov 12 11:42:57 2019 rev:74 rq:747093 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-10-14 
13:34:30.174491965 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.2990/kcompletion.changes
2019-11-12 11:43:38.278613674 +0100
@@ -1,0 +2,10 @@
+Sun Nov  3 15:46:51 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Use ECMGenerateExportHeader to manage deprecated API better
+
+---

Old:

  kcompletion-5.63.0.tar.xz
  kcompletion-5.63.0.tar.xz.sig

New:

  kcompletion-5.64.0.tar.xz
  kcompletion-5.64.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.SkFvTw/_old  2019-11-12 11:43:38.778614201 +0100
+++ /var/tmp/diff_new_pack.SkFvTw/_new  2019-11-12 11:43:38.778614201 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # 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.63.0
+Version:5.64.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later


++ kcompletion-5.63.0.tar.xz -> kcompletion-5.64.0.tar.xz ++
 7636 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-10-14 13:33:40

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.2352 (New)


Package is "kcompletion"

Mon Oct 14 13:33:40 2019 rev:73 rq:738011 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-09-23 
12:21:49.601763412 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.2352/kcompletion.changes
2019-10-14 13:34:30.174491965 +0200
@@ -1,0 +2,12 @@
+Sun Oct  6 13:26:20 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * [KComboBox] Properly disable Qt's builtin completer [regression fix]
+  * [KCompletion] Port away from deprecated methods in Qt 5.14
+  * Port from delta(); to angleDelta().y()
+
+---

Old:

  kcompletion-5.62.0.tar.xz
  kcompletion-5.62.0.tar.xz.sig

New:

  kcompletion-5.63.0.tar.xz
  kcompletion-5.63.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.4uGXgi/_old  2019-10-14 13:34:30.730490516 +0200
+++ /var/tmp/diff_new_pack.4uGXgi/_new  2019-10-14 13:34:30.730490516 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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.62.0
+Version:5.63.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -42,10 +42,10 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
 %endif
 
 %description
@@ -68,7 +68,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.6.0
+Requires:   cmake(Qt5Widgets) >= 5.11.0
 
 %description devel
 Development files for KCompletion, a widget collection with advanced


++ kcompletion-5.62.0.tar.xz -> kcompletion-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.62.0/CMakeLists.txt 
new/kcompletion-5.63.0/CMakeLists.txt
--- old/kcompletion-5.62.0/CMakeLists.txt   2019-09-07 15:56:20.0 
+0200
+++ new/kcompletion-5.63.0/CMakeLists.txt   2019-10-06 11:43:07.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.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)
 
@@ -45,6 +45,7 @@
 add_feature_info(DESIGNERPLUGIN ${BUILD_DESIGNERPLUGIN} "Build plugin for Qt 
Designer")
 
 add_definitions(-DQT_NO_FOREACH)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.62.0/autotests/kcombobox_unittest.cpp 
new/kcompletion-5.63.0/autotests/kcombobox_unittest.cpp
--- old/kcompletion-5.62.0/autotests/kcombobox_unittest.cpp 2019-09-07 
15:56:20.0 +0200
+++ new/kcompletion-5.63.0/autotests/kcombobox_unittest.cpp 2019-10-06 
11:43:07.0 +0200
@@ -55,7 +55,11 @@
 // KComboBox signals
 QSignalSpy comboReturnPressedSpy(, SIGNAL(returnPressed()));
 QSignalSpy 

commit kcompletion for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-09-23 12:21:42

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.7948 (New)


Package is "kcompletion"

Mon Sep 23 12:21:42 2019 rev:72 rq:730911 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-08-19 
21:04:21.036901879 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.7948/kcompletion.changes
2019-09-23 12:21:49.601763412 +0200
@@ -1,0 +2,12 @@
+Sat Sep  7 20:36:33 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kcompletion-5.61.0.tar.xz
  kcompletion-5.61.0.tar.xz.sig

New:

  kcompletion-5.62.0.tar.xz
  kcompletion-5.62.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ne2MJj/_old  2019-09-23 12:21:50.069763335 +0200
+++ /var/tmp/diff_new_pack.ne2MJj/_new  2019-09-23 12:21:50.073763335 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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.61.0
+Version:5.62.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
@@ -39,11 +39,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
-# Uncomment after 5.61.0
-# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
@@ -109,8 +108,8 @@
 %{_kf5_libdir}/libKF5Completion.so
 %{_kf5_libdir}/cmake/KF5Completion/
 %dir %{_kf5_includedir}/*/
-# %dir %{_kf5_plugindir}/designer
-# %{_kf5_plugindir}/designer/kcompletion5widgets.so
+%dir %{_kf5_plugindir}/designer
+%{_kf5_plugindir}/designer/kcompletion5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_mkspecsdir}/qt_KCompletion.pri


++ kcompletion-5.61.0.tar.xz -> kcompletion-5.62.0.tar.xz ++
 7029 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-08-19 21:02:11

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.22127 (New)


Package is "kcompletion"

Mon Aug 19 21:02:11 2019 rev:71 rq:722449 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-07-26 
12:11:13.938843257 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.22127/kcompletion.changes   
2019-08-19 21:04:21.036901879 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:11 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- No code change since 5.60.0
+
+---
+Fri Jul 19 11:39:02 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kcompletion-5.60.0.tar.xz

New:

  frameworks.keyring
  kcompletion-5.61.0.tar.xz
  kcompletion-5.61.0.tar.xz.sig



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.g5Ofk0/_old  2019-08-19 21:04:21.648901780 +0200
+++ /var/tmp/diff_new_pack.g5Ofk0/_new  2019-08-19 21:04:21.652901779 +0200
@@ -17,27 +17,33 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # 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.60.0
+Version:5.61.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+# Uncomment after 5.61.0
+# BuildRequires:  cmake(Qt5UiPlugin) >= 5.6.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
@@ -74,9 +80,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build
@@ -106,6 +109,8 @@
 %{_kf5_libdir}/libKF5Completion.so
 %{_kf5_libdir}/cmake/KF5Completion/
 %dir %{_kf5_includedir}/*/
+# %dir %{_kf5_plugindir}/designer
+# %{_kf5_plugindir}/designer/kcompletion5widgets.so
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_mkspecsdir}/qt_KCompletion.pri

++ kcompletion-5.60.0.tar.xz -> kcompletion-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.60.0/CMakeLists.txt 
new/kcompletion-5.61.0/CMakeLists.txt
--- old/kcompletion-5.60.0/CMakeLists.txt   2019-07-07 20:31:23.0 
+0200
+++ new/kcompletion-5.61.0/CMakeLists.txt   2019-08-03 21:51:46.0 
+0200
@@ -1,16 +1,16 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.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(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kcompletion for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-07-26 12:09:21

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.4126 (New)


Package is "kcompletion"

Fri Jul 26 12:09:21 2019 rev:70 rq:715861 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-06-22 
11:10:09.864406530 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.4126/kcompletion.changes
2019-07-26 12:11:13.938843257 +0200
@@ -1,0 +2,9 @@
+Sun Jul 14 06:41:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- No code changes since 5.59.0
+
+---

Old:

  kcompletion-5.59.0.tar.xz

New:

  kcompletion-5.60.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Y9plYw/_old  2019-07-26 12:11:14.614843160 +0200
+++ /var/tmp/diff_new_pack.Y9plYw/_new  2019-07-26 12:11:14.614843160 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # 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.59.0
+Version:5.60.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.59.0.tar.xz -> kcompletion-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.59.0/CMakeLists.txt 
new/kcompletion-5.60.0/CMakeLists.txt
--- old/kcompletion-5.59.0/CMakeLists.txt   2019-06-01 18:53:23.0 
+0200
+++ new/kcompletion-5.60.0/CMakeLists.txt   2019-07-07 20:31:23.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.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)
 
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.59.0/po/ca@valencia/kcompletion5_qt.po 
new/kcompletion-5.60.0/po/ca@valencia/kcompletion5_qt.po
--- old/kcompletion-5.59.0/po/ca@valencia/kcompletion5_qt.po2019-06-01 
18:53:23.0 +0200
+++ new/kcompletion-5.60.0/po/ca@valencia/kcompletion5_qt.po2019-07-07 
20:31:23.0 +0200
@@ -1,5 +1,5 @@
 # Translation of kcompletion5_qt.po to Catalan (Valencian)
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Copyright (C) 1998-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -9,22 +9,24 @@
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
+# Empar , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcompletion5_qt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-06-24 19:55+0200\n"
-"Last-Translator: Antoni Bella Pérez \n"
+"PO-Revision-Date: 2019-06-17 12:33+0200\n"
+"Last-Translator: Empar \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Accelerator-Marker: &\n"
+"X-Generator: Virtaal 1.0.0-beta1\n"
 "X-Qt-Contexts: true\n"
+"X-Project-Style: kde\n"
 
 #: khistorycombobox.cpp:206
 msgctxt "KHistoryComboBox|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit kcompletion for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-06-22 11:08:44

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.4615 (New)


Package is "kcompletion"

Sat Jun 22 11:08:44 2019 rev:69 rq:710722 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-05-21 
10:25:15.971555042 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.4615/kcompletion.changes
2019-06-22 11:10:09.864406530 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  kcompletion-5.58.0.tar.xz

New:

  kcompletion-5.59.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.lLMqR0/_old  2019-06-22 11:10:10.408407331 +0200
+++ /var/tmp/diff_new_pack.lLMqR0/_new  2019-06-22 11:10:10.412407337 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # 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.58.0
+Version:5.59.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.58.0.tar.xz -> kcompletion-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.58.0/CMakeLists.txt 
new/kcompletion-5.59.0/CMakeLists.txt
--- old/kcompletion-5.58.0/CMakeLists.txt   2019-05-07 13:19:33.0 
+0200
+++ new/kcompletion-5.59.0/CMakeLists.txt   2019-06-01 18:53:23.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.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.58.0/po/ko/kcompletion5_qt.po 
new/kcompletion-5.59.0/po/ko/kcompletion5_qt.po
--- old/kcompletion-5.58.0/po/ko/kcompletion5_qt.po 2019-05-07 
13:19:33.0 +0200
+++ new/kcompletion-5.59.0/po/ko/kcompletion5_qt.po 2019-06-01 
18:53:23.0 +0200
@@ -1,8 +1,7 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae , 2007.
-# Shinjo Park , 2007, 2008, 2009, 2010, 2011.
-# Shinjo Park , 2011, 2012, 2013, 2014, 2015.
+# Shinjo Park , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015.
 #
 msgid ""
 msgstr ""
@@ -11,7 +10,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2015-01-18 17:05+0900\n"
 "Last-Translator: Shinjo Park \n"
-"Language-Team: Korean \n"
+"Language-Team: Korean \n"
 "Language: ko\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"




commit kcompletion for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-05-21 10:25:12

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.5148 (New)


Package is "kcompletion"

Tue May 21 10:25:12 2019 rev:68 rq:703334 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-04-19 
21:22:17.271714039 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.5148/kcompletion.changes
2019-05-21 10:25:15.971555042 +0200
@@ -1,0 +2,9 @@
+Wed May 15 18:16:15 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- No code changes since 5.57.0
+
+---

Old:

  kcompletion-5.57.0.tar.xz

New:

  kcompletion-5.58.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.dIUhN4/_old  2019-05-21 10:25:18.079554232 +0200
+++ /var/tmp/diff_new_pack.dIUhN4/_new  2019-05-21 10:25:18.087554229 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # 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.57.0
+Version:5.58.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.57.0.tar.xz -> kcompletion-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.57.0/CMakeLists.txt 
new/kcompletion-5.58.0/CMakeLists.txt
--- old/kcompletion-5.57.0/CMakeLists.txt   2019-04-07 09:25:21.0 
+0200
+++ new/kcompletion-5.58.0/CMakeLists.txt   2019-05-07 13:19:33.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.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.57.0/po/sr/kcompletion5_qt.po 
new/kcompletion-5.58.0/po/sr/kcompletion5_qt.po
--- old/kcompletion-5.57.0/po/sr/kcompletion5_qt.po 2019-04-07 
09:25:21.0 +0200
+++ new/kcompletion-5.58.0/po/sr/kcompletion5_qt.po 2019-05-07 
13:19:33.0 +0200
@@ -33,47 +33,47 @@
 msgid "1"
 msgstr "1"
 
-#: klineedit.cpp:928
+#: klineedit.cpp:927
 msgctxt "KLineEdit|"
 msgid "C"
 msgstr "&Очисти"
 
-#: klineedit.cpp:942
+#: klineedit.cpp:941
 msgctxt "KLineEdit|@title:menu"
 msgid "Text Completion"
 msgstr "Допуна текста"
 
-#: klineedit.cpp:949
+#: klineedit.cpp:948
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "None"
 msgstr "никако"
 
-#: klineedit.cpp:950
+#: klineedit.cpp:949
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Manual"
 msgstr "ручно"
 
-#: klineedit.cpp:951
+#: klineedit.cpp:950
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Automatic"
 msgstr "аутоматски"
 
-#: klineedit.cpp:952
+#: klineedit.cpp:951
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List"
 msgstr "падајући списак"
 
-#: klineedit.cpp:953
+#: klineedit.cpp:952
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Short Automatic"
 msgstr "кратко аутоматски"
 
-#: klineedit.cpp:954
+#: klineedit.cpp:953
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List && Automatic"
 msgstr "падајући списак и аутоматски"
 
-#: klineedit.cpp:984
+#: klineedit.cpp:983
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Default"
 msgstr "подразумевано"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcompletion-5.57.0/po/sr@ijekavian/kcompletion5_qt.po 
new/kcompletion-5.58.0/po/sr@ijekavian/kcompletion5_qt.po
--- old/kcompletion-5.57.0/po/sr@ijekavian/kcompletion5_qt.po   2019-04-07 

commit kcompletion for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-04-19 21:21:13

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.5536 (New)


Package is "kcompletion"

Fri Apr 19 21:21:13 2019 rev:67 rq:695205 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-03-21 
09:44:28.982922661 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.5536/kcompletion.changes
2019-04-19 21:22:17.271714039 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 20:21:42 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * Don't set a null completer on a non-editable combobox
+  * It compiles fine without foreach
+
+---

Old:

  kcompletion-5.56.0.tar.xz

New:

  kcompletion-5.57.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.pfK7kE/_old  2019-04-19 21:22:17.819714736 +0200
+++ /var/tmp/diff_new_pack.pfK7kE/_new  2019-04-19 21:22:17.819714736 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # 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.56.0
+Version:5.57.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.56.0.tar.xz -> kcompletion-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.56.0/.gitignore 
new/kcompletion-5.57.0/.gitignore
--- old/kcompletion-5.56.0/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/kcompletion-5.57.0/.gitignore   2019-04-07 09:25:21.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.56.0/CMakeLists.txt 
new/kcompletion-5.57.0/CMakeLists.txt
--- old/kcompletion-5.56.0/CMakeLists.txt   2019-03-02 14:35:41.0 
+0100
+++ new/kcompletion-5.57.0/CMakeLists.txt   2019-04-07 09:25:21.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.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)
 
@@ -40,7 +40,7 @@
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
-
+add_definitions(-DQT_NO_FOREACH)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
 ecm_install_po_files_as_qm(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.56.0/po/id/kcompletion5_qt.po 
new/kcompletion-5.57.0/po/id/kcompletion5_qt.po
--- old/kcompletion-5.56.0/po/id/kcompletion5_qt.po 2019-03-02 
14:35:41.0 +0100
+++ new/kcompletion-5.57.0/po/id/kcompletion5_qt.po 2019-04-07 
09:25:21.0 +0200
@@ -9,15 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2019-01-19 08:55+0700\n"
+"PO-Revision-Date: 2019-04-05 20:32+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 18.12.0\n"

commit kcompletion for openSUSE:Factory

2019-03-21 Thread root
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.0 
+0100
+++ new/kcompletion-5.56.0/CMakeLists.txt   2019-03-02 14:35:41.0 
+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.0 +0100
+++ new/kcompletion-5.56.0/autotests/klineedit_unittest.cpp 2019-03-02 
14:35:41.0 +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.0 +0100
+++ new/kcompletion-5.56.0/po/da/kcompletion5_qt.po 2019-03-02 
14:35:41.0 +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 , 2008.
 # Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Keld Simonsen , 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.0 +0100
+++ new/kcompletion-5.56.0/po/id/kcompletion5_qt.po 2019-03-02 
14:35:41.0 +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: 

commit kcompletion for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-02-28 21:27:47

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.28833 (New)


Package is "kcompletion"

Thu Feb 28 21:27:47 2019 rev:65 rq:678671 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-02-14 
14:23:53.987915872 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes   
2019-02-28 21:27:50.265844122 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.PdqgDe/_old  2019-02-28 21:27:50.761843956 +0100
+++ /var/tmp/diff_new_pack.PdqgDe/_new  2019-02-28 21:27:50.765843954 +0100
@@ -74,6 +74,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kcompletion for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-02-14 14:23:49

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.28833 (New)


Package is "kcompletion"

Thu Feb 14 14:23:49 2019 rev:64 rq:674222 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2019-01-21 
10:19:05.410151257 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes   
2019-02-14 14:23:53.987915872 +0100
@@ -1,0 +2,11 @@
+Sun Feb 10 22:03:02 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * delete copy constructor and assignment operator of some internal classes
+  * Remove unused Q_D
+
+---

Old:

  kcompletion-5.54.0.tar.xz

New:

  kcompletion-5.55.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.QBe1Tq/_old  2019-02-14 14:23:54.799915488 +0100
+++ /var/tmp/diff_new_pack.QBe1Tq/_new  2019-02-14 14:23:54.803915486 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # 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.54.0
+Version:5.55.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.54.0.tar.xz -> kcompletion-5.55.0.tar.xz ++
 6920 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2019-01-21 10:18:37

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.28833 (New)


Package is "kcompletion"

Mon Jan 21 10:18:37 2019 rev:63 rq:665783 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-12-28 
12:31:32.284121229 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes   
2019-01-21 10:19:05.410151257 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:43 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * No code changes since 5.53.0
+
+---

Old:

  kcompletion-5.53.0.tar.xz

New:

  kcompletion-5.54.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.QdW5Wa/_old  2019-01-21 10:19:05.842150823 +0100
+++ /var/tmp/diff_new_pack.QdW5Wa/_new  2019-01-21 10:19:05.846150819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # 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.53.0
+Version:5.54.0
 Release:0
 Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.53.0.tar.xz -> kcompletion-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.53.0/CMakeLists.txt 
new/kcompletion-5.54.0/CMakeLists.txt
--- old/kcompletion-5.53.0/CMakeLists.txt   2018-12-01 15:53:10.0 
+0100
+++ new/kcompletion-5.54.0/CMakeLists.txt   2019-01-06 21:19:22.0 
+0100
@@ -1,12 +1,12 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.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.53.0/po/ca/kcompletion5_qt.po 
new/kcompletion-5.54.0/po/ca/kcompletion5_qt.po
--- old/kcompletion-5.53.0/po/ca/kcompletion5_qt.po 2018-12-01 
15:53:10.0 +0100
+++ new/kcompletion-5.54.0/po/ca/kcompletion5_qt.po 2019-01-06 
21:19:22.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kcompletion5_qt.po to Catalan
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 1998-2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.53.0/po/ca@valencia/kcompletion5_qt.po 
new/kcompletion-5.54.0/po/ca@valencia/kcompletion5_qt.po
--- old/kcompletion-5.53.0/po/ca@valencia/kcompletion5_qt.po2018-12-01 
15:53:10.0 +0100
+++ new/kcompletion-5.54.0/po/ca@valencia/kcompletion5_qt.po2019-01-06 
21:19:22.0 +0100
@@ -1,5 +1,5 @@
 # Translation of kcompletion5_qt.po to Catalan (Valencian)
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 1998-2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kcompletion for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-12-28 12:31:31

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.28833 (New)


Package is "kcompletion"

Fri Dec 28 12:31:31 2018 rev:62 rq:660857 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-12-19 
13:40:06.728067206 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes   
2018-12-28 12:31:32.284121229 +0100
@@ -1,0 +2,5 @@
+Sat Dec 15 13:53:34 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summaries.
+
+---



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Z5fM8i/_old  2018-12-28 12:31:32.744120911 +0100
+++ /var/tmp/diff_new_pack.Z5fM8i/_new  2018-12-28 12:31:32.744120911 +0100
@@ -26,7 +26,7 @@
 Name:   kcompletion
 Version:5.53.0
 Release:0
-Summary:Provides widgets with advanced completion support
+Summary:Widgets with advanced completion support
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
@@ -48,7 +48,7 @@
 lower-level completion class which can be used with your own widgets.
 
 %package -n %{lname}
-Summary:Provides widgets with advanced completion support
+Summary:Widgets with advanced completion support
 Group:  System/GUI/KDE
 %if %{with lang}
 Recommends: %{lname}-lang = %{version}
@@ -59,16 +59,16 @@
 lower-level completion class which can be used with your own widgets.
 
 %package devel
-Summary:Provides widgets with advanced completion support
+Summary:Header files for kcompletion, a widget collection with 
completion support
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
-KCompletion provides widgets with advanced completion support as well as a
-lower-level completion class which can be used with your own widgets. 
Development
-files.
+Development files for KCompletion, a widget collection with advanced
+completion support as well as a lower-level completion class which
+can be used with own widgets.
 
 %lang_package -n %{lname}
 




commit kcompletion for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-12-19 13:39:25

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new.28833 (New)


Package is "kcompletion"

Wed Dec 19 13:39:25 2018 rev:61 rq:658547 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-11-14 
14:32:19.775388134 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new.28833/kcompletion.changes   
2018-12-19 13:40:06.728067206 +0100
@@ -1,0 +2,14 @@
+Sun Dec 09 19:43:42 UTC 2018 - lbeltr...@kde.org
+
+- 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:
+  * Mark private member pointer to pimpl interface instance const
+  * Use include guards matching the filename
+  * Include own header first
+  * Use more explicit with private classes
+  * Use member-function-pointer-based signal/slot connection
+
+---

Old:

  kcompletion-5.52.0.tar.xz

New:

  kcompletion-5.53.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.qcprzw/_old  2018-12-19 13:40:07.348066328 +0100
+++ /var/tmp/diff_new_pack.qcprzw/_new  2018-12-19 13:40:07.348066328 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%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:   kcompletion
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.52.0.tar.xz -> kcompletion-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.52.0/CMakeLists.txt 
new/kcompletion-5.53.0/CMakeLists.txt
--- old/kcompletion-5.52.0/CMakeLists.txt   2018-11-03 18:58:45.0 
+0100
+++ new/kcompletion-5.53.0/CMakeLists.txt   2018-12-01 15:53:10.0 
+0100
@@ -1,12 +1,12 @@
 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(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.52.0/autotests/kcompletioncoretest.h 
new/kcompletion-5.53.0/autotests/kcompletioncoretest.h
--- old/kcompletion-5.52.0/autotests/kcompletioncoretest.h  2018-11-03 
18:58:45.0 +0100
+++ new/kcompletion-5.53.0/autotests/kcompletioncoretest.h  2018-12-01 
15:53:10.0 +0100
@@ -16,8 +16,8 @@
 Boston, MA 02110-1301, USA.
 */
 
-#ifndef KCOMPLETIONTEST_H
-#define KCOMPLETIONTEST_H
+#ifndef KCOMPLETIONCORETEST_H
+#define KCOMPLETIONCORETEST_H
 
 #include 
 #include "kcompletion.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.52.0/po/af/kcompletion5_qt.po 
new/kcompletion-5.53.0/po/af/kcompletion5_qt.po
--- old/kcompletion-5.52.0/po/af/kcompletion5_qt.po 2018-11-03 
18:58:45.0 +0100
+++ new/kcompletion-5.53.0/po/af/kcompletion5_qt.po 2018-12-01 
15:53:10.0 +0100
@@ -14,7 +14,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
-#: khistorycombobox.cpp:204
+#: khistorycombobox.cpp:206
 #, fuzzy
 #| msgid "Clear "
 msgctxt "KHistoryComboBox|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.52.0/po/ar/kcompletion5_qt.po 
new/kcompletion-5.53.0/po/ar/kcompletion5_qt.po
--- old/kcompletion-5.52.0/po/ar/kcompletion5_qt.po 2018-11-03 
18:58:45.0 +0100
+++ 

commit kcompletion for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-11-14 14:31:52

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Wed Nov 14 14:31:52 2018 rev:60 rq:648498 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-10-22 
11:09:50.659947866 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-11-14 14:32:19.775388134 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * No code changes since 5.51.0
+
+---

Old:

  kcompletion-5.51.0.tar.xz

New:

  kcompletion-5.52.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.102dzd/_old  2018-11-14 14:32:20.447387482 +0100
+++ /var/tmp/diff_new_pack.102dzd/_new  2018-11-14 14:32:20.451387478 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # 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.51.0
+Version:5.52.0
 Release:0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.51.0.tar.xz -> kcompletion-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.51.0/CMakeLists.txt 
new/kcompletion-5.52.0/CMakeLists.txt
--- old/kcompletion-5.51.0/CMakeLists.txt   2018-10-08 10:10:48.0 
+0200
+++ new/kcompletion-5.52.0/CMakeLists.txt   2018-11-03 18:58:45.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.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)
 
@@ -37,11 +37,6 @@
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
 
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.51.0/po/ast/kcompletion5_qt.po 
new/kcompletion-5.52.0/po/ast/kcompletion5_qt.po
--- old/kcompletion-5.51.0/po/ast/kcompletion5_qt.po2018-10-08 
10:10:48.0 +0200
+++ new/kcompletion-5.52.0/po/ast/kcompletion5_qt.po1970-01-01 
01:00:00.0 +0100
@@ -1,69 +0,0 @@
-# enolp , 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"PO-Revision-Date: 2016-12-20 22:10+0100\n"
-"Last-Translator: enolp \n"
-"Language-Team: Asturian \n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Qt-Contexts: true\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-
-#: khistorycombobox.cpp:204
-msgctxt "KHistoryComboBox|"
-msgid "Clear "
-msgstr "Llimpiar "
-
-#: klineedit.cpp:109
-msgctxt "KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes"
-msgid "1"
-msgstr "1"
-
-#: klineedit.cpp:928
-msgctxt "KLineEdit|"
-msgid "C"
-msgstr "L"
-
-#: klineedit.cpp:942
-msgctxt "KLineEdit|@title:menu"
-msgid "Text Completion"
-msgstr "Completáu de testu"
-
-#: klineedit.cpp:949
-msgctxt "KLineEdit|@item:inmenu Text Completion"
-msgid "None"
-msgstr "Dengún"
-
-#: klineedit.cpp:950

commit kcompletion for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-10-22 11:09:48

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Mon Oct 22 11:09:48 2018 rev:59 rq:642301 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-10-01 
08:05:06.558394748 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-10-22 11:09:50.659947866 +0200
@@ -1,0 +2,17 @@
+Tue Oct 16 08:01:55 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:47 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
+  * API dox: 0 -> nullptr
+  * Fix compile with strict compile flags
+
+---

Old:

  kcompletion-5.50.0.tar.xz

New:

  kcompletion-5.51.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.OyvfKp/_old  2018-10-22 11:09:51.147947468 +0200
+++ /var/tmp/diff_new_pack.OyvfKp/_new  2018-10-22 11:09:51.151947464 +0200
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # 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.50.0
+Version:5.51.0
 Release:0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.50.0.tar.xz -> kcompletion-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.50.0/CMakeLists.txt 
new/kcompletion-5.51.0/CMakeLists.txt
--- old/kcompletion-5.50.0/CMakeLists.txt   2018-09-02 21:14:21.0 
+0200
+++ new/kcompletion-5.51.0/CMakeLists.txt   2018-10-08 10:10:48.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.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)
 
@@ -37,7 +37,11 @@
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
 
-remove_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_TO_ASCII)
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.50.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.51.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.50.0/po/zh_CN/kcompletion5_qt.po  2018-09-02 
21:14:21.0 +0200
+++ new/kcompletion-5.51.0/po/zh_CN/kcompletion5_qt.po  2018-10-08 
10:10:48.0 +0200
@@ -13,8 +13,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-08-30 13:09\n"
-"Last-Translator: 

commit kcompletion for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-10-01 08:04:35

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Mon Oct  1 08:04:35 2018 rev:58 rq:635980 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-08-24 
16:51:57.621209751 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-10-01 08:05:06.558394748 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * None
+
+---

Old:

  kcompletion-5.49.0.tar.xz

New:

  kcompletion-5.50.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ZDHP12/_old  2018-10-01 08:05:08.390393766 +0200
+++ /var/tmp/diff_new_pack.ZDHP12/_new  2018-10-01 08:05:08.390393766 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # 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.49.0
+Version:5.50.0
 Release:0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1-or-later

++ kcompletion-5.49.0.tar.xz -> kcompletion-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.49.0/CMakeLists.txt 
new/kcompletion-5.50.0/CMakeLists.txt
--- old/kcompletion-5.49.0/CMakeLists.txt   2018-08-04 12:56:20.0 
+0200
+++ new/kcompletion-5.50.0/CMakeLists.txt   2018-09-02 21:14:21.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.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.49.0/po/ar/kcompletion5_qt.po 
new/kcompletion-5.50.0/po/ar/kcompletion5_qt.po
--- old/kcompletion-5.49.0/po/ar/kcompletion5_qt.po 2018-08-04 
12:56:20.0 +0200
+++ new/kcompletion-5.50.0/po/ar/kcompletion5_qt.po 2018-09-02 
21:14:21.0 +0200
@@ -1,10 +1,10 @@
-# Safa Alfulaij , 2014, 2017.
+# Safa Alfulaij , 2014, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-28 15:38+0300\n"
-"PO-Revision-Date: 2017-01-25 21:42+0300\n"
+"PO-Revision-Date: 2018-06-08 23:34+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
 "Language: ar\n"
@@ -19,7 +19,7 @@
 #: khistorycombobox.cpp:204
 msgctxt "KHistoryComboBox|"
 msgid "Clear "
-msgstr "امحِ ال&تّأريخ"
+msgstr "امحِ ال&تأريخ"
 
 #: klineedit.cpp:109
 msgctxt "KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes"
@@ -34,7 +34,7 @@
 #: klineedit.cpp:942
 msgctxt "KLineEdit|@title:menu"
 msgid "Text Completion"
-msgstr "إكمال النّصّ"
+msgstr "إكمال النص"
 
 #: klineedit.cpp:949
 msgctxt "KLineEdit|@item:inmenu Text Completion"
@@ -44,12 +44,12 @@
 #: klineedit.cpp:950
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Manual"
-msgstr "يدويًّا"
+msgstr "يدويًا"
 
 #: klineedit.cpp:951
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Automatic"
-msgstr "آليًّا"
+msgstr "تلقائيًا"
 
 #: klineedit.cpp:952
 msgctxt "KLineEdit|@item:inmenu Text Completion"
@@ -59,14 +59,14 @@
 #: klineedit.cpp:953
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Short Automatic"
-msgstr "آليًّا قصيرًا"
+msgstr "تلقائيًا قصيرًا"
 
 #: klineedit.cpp:954
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List && Automatic"
-msgstr "قائمة منسدلة وآليًّا"
+msgstr "قائمة منسدلة وتلقائيًا"
 
 #: klineedit.cpp:984
 msgctxt 

commit kcompletion for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-08-24 16:51:36

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri Aug 24 16:51:36 2018 rev:57 rq:630591 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-07-21 
10:11:34.987151695 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-08-24 16:51:57.621209751 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:52 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+---

Old:

  kcompletion-5.48.0.tar.xz

New:

  kcompletion-5.49.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.QixPnu/_old  2018-08-24 16:51:58.069210279 +0200
+++ /var/tmp/diff_new_pack.QixPnu/_new  2018-08-24 16:51:58.069210279 +0200
@@ -16,53 +16,52 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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.48.0
+Version:5.49.0
 Release:0
+Summary:Provides widgets with advanced completion support
+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
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-Summary:Provides widgets with advanced completion support
-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
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Provides widgets with advanced completion support
 Group:  System/GUI/KDE
 %if %{with lang}
-Recommends: %lname-lang = %{version}
+Recommends: %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.
 
 %package devel
 Summary:Provides widgets with advanced completion support
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Widgets) >= 5.6.0
 
@@ -71,7 +70,8 @@
 lower-level completion class which can be used with your own widgets. 
Development
 files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -87,21 +87,19 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5Completion.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Completion.so
 %{_kf5_libdir}/cmake/KF5Completion/
 %dir %{_kf5_includedir}/*/

++ kcompletion-5.48.0.tar.xz -> kcompletion-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.48.0/CMakeLists.txt 
new/kcompletion-5.49.0/CMakeLists.txt
--- old/kcompletion-5.48.0/CMakeLists.txt   

commit kcompletion for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-07-21 10:11:16

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Sat Jul 21 10:11:16 2018 rev:56 rq:623265 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-06-22 
13:19:12.562525304 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-07-21 10:11:34.987151695 +0200
@@ -1,0 +2,11 @@
+Mon Jul 16 04:37:36 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Remove unneeded moc include
+  * Make sure KLineEdit::clearButtonClicked is emitted
+
+---

Old:

  kcompletion-5.47.0.tar.xz

New:

  kcompletion-5.48.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.BTe2Vf/_old  2018-07-21 10:11:35.851151495 +0200
+++ /var/tmp/diff_new_pack.BTe2Vf/_new  2018-07-21 10:11:35.855151494 +0200
@@ -18,15 +18,14 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # 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}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kcompletion
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ kcompletion-5.47.0.tar.xz -> kcompletion-5.48.0.tar.xz ++
 6968 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-06-22 13:18:15

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri Jun 22 13:18:15 2018 rev:55 rq:616743 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-05-18 
14:20:18.775084209 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-06-22 13:19:12.562525304 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:35:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Don't use deprecated method
+
+---

Old:

  kcompletion-5.46.0.tar.xz

New:

  kcompletion-5.47.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.uB6C8d/_old  2018-06-22 13:19:13.494490747 +0200
+++ /var/tmp/diff_new_pack.uB6C8d/_new  2018-06-22 13:19:13.498490599 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # 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.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.46.0.tar.xz -> kcompletion-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.46.0/CMakeLists.txt 
new/kcompletion-5.47.0/CMakeLists.txt
--- old/kcompletion-5.46.0/CMakeLists.txt   2018-05-05 14:56:08.0 
+0200
+++ new/kcompletion-5.47.0/CMakeLists.txt   2018-06-02 19:49:20.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.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.46.0/po/sr/kcompletion5_qt.po 
new/kcompletion-5.47.0/po/sr/kcompletion5_qt.po
--- old/kcompletion-5.46.0/po/sr/kcompletion5_qt.po 2018-05-05 
14:56:08.0 +0200
+++ new/kcompletion-5.47.0/po/sr/kcompletion5_qt.po 2018-06-02 
19:49:20.0 +0200
@@ -28,57 +28,52 @@
 msgid "Clear "
 msgstr "Очисти &историјат"
 
-#: klineedit.cpp:153
+#: klineedit.cpp:109
 msgctxt "KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes"
 msgid "1"
 msgstr "1"
 
-#: klineedit.cpp:223
-msgctxt "KLineEdit|@action:button Clear current text in the line edit"
-msgid "Clear text"
-msgstr "Очисти текст"
-
-#: klineedit.cpp:1102
+#: klineedit.cpp:932
 msgctxt "KLineEdit|"
 msgid "C"
 msgstr "&Очисти"
 
-#: klineedit.cpp:1116
+#: klineedit.cpp:946
 msgctxt "KLineEdit|@title:menu"
 msgid "Text Completion"
 msgstr "Допуна текста"
 
-#: klineedit.cpp:1123
+#: klineedit.cpp:953
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "None"
 msgstr "никако"
 
-#: klineedit.cpp:1124
+#: klineedit.cpp:954
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Manual"
 msgstr "ручно"
 
-#: klineedit.cpp:1125
+#: klineedit.cpp:955
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Automatic"
 msgstr "аутоматски"
 
-#: klineedit.cpp:1126
+#: klineedit.cpp:956
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List"
 msgstr "падајући списак"
 
-#: klineedit.cpp:1127
+#: klineedit.cpp:957
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Short Automatic"
 msgstr "кратко аутоматски"
 
-#: klineedit.cpp:1128
+#: klineedit.cpp:958
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List && Automatic"
 msgstr "падајући списак и аутоматски"
 
-#: klineedit.cpp:1158
+#: klineedit.cpp:988
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Default"
 msgstr "подразумевано"

commit kcompletion for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-05-18 14:19:21

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri May 18 14:19:21 2018 rev:54 rq:607541 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-04-19 
15:15:44.708323644 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-05-18 14:20:18.775084209 +0200
@@ -1,0 +2,13 @@
+Sun May 13 21:03:00 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Use override
+  * [KLineEdit] Use Qt's built-in clear button functionality
+  * Fix KCompletionBox on wayland
+  * Warning--
+
+---

Old:

  kcompletion-5.45.0.tar.xz

New:

  kcompletion-5.46.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.bSmKA0/_old  2018-05-18 14:20:19.487058082 +0200
+++ /var/tmp/diff_new_pack.bSmKA0/_new  2018-05-18 14:20:19.487058082 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.45.0.tar.xz -> kcompletion-5.46.0.tar.xz ++
 8921 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-04-19 15:14:49

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Thu Apr 19 15:14:49 2018 rev:53 rq:596854 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-03-20 
21:44:58.550917375 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-04-19 15:15:44.708323644 +0200
@@ -1,0 +2,11 @@
+Sat Apr 14 13:19:02 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove not necessary QtCore and co
+  * Apply fixes to simple clazy warnings
+
+---

Old:

  kcompletion-5.44.0.tar.xz

New:

  kcompletion-5.45.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.97vGo0/_old  2018-04-19 15:15:45.448294266 +0200
+++ /var/tmp/diff_new_pack.97vGo0/_new  2018-04-19 15:15:45.452294107 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # 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.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.44.0.tar.xz -> kcompletion-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.44.0/CMakeLists.txt 
new/kcompletion-5.45.0/CMakeLists.txt
--- old/kcompletion-5.44.0/CMakeLists.txt   2018-03-03 11:01:35.0 
+0100
+++ new/kcompletion-5.45.0/CMakeLists.txt   2018-04-07 21:33:22.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.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)
 
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.44.0/autotests/kcombobox_unittest.cpp 
new/kcompletion-5.45.0/autotests/kcombobox_unittest.cpp
--- old/kcompletion-5.44.0/autotests/kcombobox_unittest.cpp 2018-03-03 
11:01:35.0 +0100
+++ new/kcompletion-5.45.0/autotests/kcombobox_unittest.cpp 2018-04-07 
21:33:22.0 +0200
@@ -18,7 +18,7 @@
 Boston, MA 02110-1301, USA.
 */
 
-#include 
+#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.44.0/autotests/kcompletioncoretest.cpp 
new/kcompletion-5.45.0/autotests/kcompletioncoretest.cpp
--- old/kcompletion-5.44.0/autotests/kcompletioncoretest.cpp2018-03-03 
11:01:35.0 +0100
+++ new/kcompletion-5.45.0/autotests/kcompletioncoretest.cpp2018-04-07 
21:33:22.0 +0200
@@ -17,7 +17,7 @@
 */
 
 #include "kcompletioncoretest.h"
-#include "QtTest/QSignalSpy"
+#include "QSignalSpy"
 
 #define clampet strings[0]
 #define coolcat strings[1]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.44.0/autotests/kcompletioncoretest.h 
new/kcompletion-5.45.0/autotests/kcompletioncoretest.h
--- old/kcompletion-5.44.0/autotests/kcompletioncoretest.h  2018-03-03 
11:01:35.0 +0100
+++ new/kcompletion-5.45.0/autotests/kcompletioncoretest.h  2018-04-07 
21:33:22.0 +0200
@@ -19,9 +19,9 @@
 #ifndef KCOMPLETIONTEST_H
 #define KCOMPLETIONTEST_H
 
-#include 
+#include 
 #include "kcompletion.h"
-#include 
+#include 
 
 class Test_KCompletion : public QObject
 {
diff -urN '--exclude=CVS' 

commit kcompletion for openSUSE:Factory

2018-03-20 Thread root
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 - lbeltr...@kde.org
+
+- 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.0 
+0100
+++ new/kcompletion-5.44.0/CMakeLists.txt   2018-03-03 11:01:35.0 
+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.0 +0100
+++ new/kcompletion-5.44.0/po/nb/kcompletion5_qt.po 2018-03-03 
11:01:35.0 +0100
@@ -31,57 +31,57 @@
 msgid "Clear "
 msgstr "Tøm "
 
-#: 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"
 msgstr "ø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 

commit kcompletion for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-02-16 21:28:25

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri Feb 16 21:28:25 2018 rev:51 rq:576515 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-01-22 
15:59:14.836033140 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-02-16 21:29:08.260728784 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:07 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * Fix incorrect emission of textEdited() by KLineEdit (kde#388798, 
kde#373004)
+
+---

Old:

  kcompletion-5.42.0.tar.xz

New:

  kcompletion-5.43.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Scycpb/_old  2018-02-16 21:29:09.240693396 +0100
+++ /var/tmp/diff_new_pack.Scycpb/_new  2018-02-16 21:29:09.244693252 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # 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.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.42.0.tar.xz -> kcompletion-5.43.0.tar.xz ++
 8464 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-01-22 15:58:50

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Mon Jan 22 15:58:50 2018 rev:50 rq:51 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2018-01-09 
14:41:22.841035055 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-01-22 15:59:14.836033140 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 22:50:14 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Minor optimization. Initialize variables
+
+---

Old:

  kcompletion-5.41.0.tar.xz

New:

  kcompletion-5.42.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.eYDFkx/_old  2018-01-22 15:59:15.492002440 +0100
+++ /var/tmp/diff_new_pack.eYDFkx/_new  2018-01-22 15:59:15.492002440 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # 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.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.41.0.tar.xz -> kcompletion-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.41.0/.reviewboardrc 
new/kcompletion-5.42.0/.reviewboardrc
--- old/kcompletion-5.41.0/.reviewboardrc   2017-12-06 11:15:37.0 
+0100
+++ new/kcompletion-5.42.0/.reviewboardrc   1970-01-01 01:00:00.0 
+0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kcompletion'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.41.0/CMakeLists.txt 
new/kcompletion-5.42.0/CMakeLists.txt
--- old/kcompletion-5.41.0/CMakeLists.txt   2017-12-06 11:15:37.0 
+0100
+++ new/kcompletion-5.42.0/CMakeLists.txt   2018-01-07 17:16:25.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.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.41.0/po/id/kcompletion5_qt.po 
new/kcompletion-5.42.0/po/id/kcompletion5_qt.po
--- old/kcompletion-5.41.0/po/id/kcompletion5_qt.po 2017-12-06 
11:15:37.0 +0100
+++ new/kcompletion-5.42.0/po/id/kcompletion5_qt.po 2018-01-07 
17:16:25.0 +0100
@@ -2,14 +2,15 @@
 # Copyright (C) 2010 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdelibs4 package.
 # Andhika Padmawan , 2010-2014.
+# Wantoyo , 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-06-08 12:28+0700\n"
-"Last-Translator: Andhika Padmawan \n"
+"PO-Revision-Date: 2017-12-11 20:48+0700\n"
+"Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 

commit kcompletion for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2018-01-09 14:40:06

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Tue Jan  9 14:40:06 2018 rev:49 rq:559424 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-11-16 
14:36:35.172304009 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2018-01-09 14:41:22.841035055 +0100
@@ -1,0 +2,14 @@
+Sun Dec 17 09:43:47 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Do not crash when setting new line edit on an editable combo box
+  * KComboBox: Return early when setting editable to previous value
+  * KComboBox: Reuse the existing completion object on new line edit
+  * Fix some clzay warning
+  * API dox: don't refer to being "KDE" widgets, use class names intead
+
+---

Old:

  kcompletion-5.40.0.tar.xz

New:

  kcompletion-5.41.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.8fkMYN/_old  2018-01-09 14:41:23.357010857 +0100
+++ /var/tmp/diff_new_pack.8fkMYN/_new  2018-01-09 14:41:23.357010857 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # 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.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.40.0.tar.xz -> kcompletion-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.40.0/CMakeLists.txt 
new/kcompletion-5.41.0/CMakeLists.txt
--- old/kcompletion-5.40.0/CMakeLists.txt   2017-11-05 09:25:41.0 
+0100
+++ new/kcompletion-5.41.0/CMakeLists.txt   2017-12-06 11:15:37.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.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.40.0/autotests/kcombobox_unittest.cpp 
new/kcompletion-5.41.0/autotests/kcombobox_unittest.cpp
--- old/kcompletion-5.40.0/autotests/kcombobox_unittest.cpp 2017-11-05 
09:25:41.0 +0100
+++ new/kcompletion-5.41.0/autotests/kcombobox_unittest.cpp 2017-12-06 
11:15:37.0 +0100
@@ -42,9 +42,13 @@
 KComboBox w(ctorArg /*initial value for editable*/);
 w.setEditable(true);
 w.setCompletionMode(KCompletion::CompletionPopup);
-w.addItem("Hello world");
+w.addItem(QStringLiteral("Hello world"));
 QVERIFY(w.lineEdit());
 QVERIFY(qobject_cast(w.lineEdit()));
+auto lineEdit = w.lineEdit();
+// set editable again, don't recreate the line edit
+w.setEditable(true);
+QCOMPARE(w.lineEdit(), lineEdit);
 // KLineEdit signals
 QSignalSpy qReturnPressedSpy(w.lineEdit(), SIGNAL(returnPressed()));
 QSignalSpy kReturnPressedSpy(w.lineEdit(), 
SIGNAL(returnPressed(QString)));
@@ -79,7 +83,7 @@
 QSignalSpy comboReturnPressedSpy(, SIGNAL(returnPressed()));
 QSignalSpy comboReturnPressedStringSpy(, 
SIGNAL(returnPressed(QString)));
 QSignalSpy comboActivatedSpy(, SIGNAL(activated(QString)));
-QTest::keyClicks(, "Hello world");
+QTest::keyClicks(, QStringLiteral("Hello world"));
 QTest::keyClick(, Qt::Key_Return);
 qApp->processEvents(); // QueuedConnection in KHistoryComboBox
 QCOMPARE(comboReturnPressedSpy.count(), 1);
@@ -93,7 +97,7 @@
 {
 

commit kcompletion for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-11-16 14:36:19

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Thu Nov 16 14:36:19 2017 rev:48 rq:541641 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-10-27 
13:54:13.704191106 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-11-16 14:36:35.172304009 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * It's a unsigned int here
+
+---

Old:

  kcompletion-5.39.0.tar.xz

New:

  kcompletion-5.40.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.bZoDzj/_old  2017-11-16 14:36:35.696285014 +0100
+++ /var/tmp/diff_new_pack.bZoDzj/_new  2017-11-16 14:36:35.696285014 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # 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.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.39.0.tar.xz -> kcompletion-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.39.0/CMakeLists.txt 
new/kcompletion-5.40.0/CMakeLists.txt
--- old/kcompletion-5.39.0/CMakeLists.txt   2017-10-07 21:08:49.0 
+0200
+++ new/kcompletion-5.40.0/CMakeLists.txt   2017-11-05 09:25:41.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.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.39.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.40.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.39.0/po/fr/kcompletion5_qt.po 2017-10-07 
21:08:49.0 +0200
+++ new/kcompletion-5.40.0/po/fr/kcompletion5_qt.po 2017-11-05 
09:25:41.0 +0100
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.39.0/src/kzoneallocator.cpp 
new/kcompletion-5.40.0/src/kzoneallocator.cpp
--- old/kcompletion-5.39.0/src/kzoneallocator.cpp   2017-10-07 
21:08:49.0 +0200
+++ new/kcompletion-5.40.0/src/kzoneallocator.cpp   2017-11-05 
09:25:41.0 +0100
@@ -118,7 +118,7 @@
 #ifndef NDEBUG // as this is called quite late in the app, we don't care
 // to use qDebug
 if (count > 1) {
-fprintf(stderr, "zone still contained %d blocks", count);
+fprintf(stderr, "zone still contained %u blocks", count);
 }
 #endif
 delete d;




commit kcompletion for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-10-27 13:53:31

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri Oct 27 13:53:31 2017 rev:47 rq:536307 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-09-19 
16:22:25.903487588 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-10-27 13:54:13.704191106 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:38 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  kcompletion-5.38.0.tar.xz

New:

  kcompletion-5.39.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.LYmBMR/_old  2017-10-27 13:54:14.436156893 +0200
+++ /var/tmp/diff_new_pack.LYmBMR/_new  2017-10-27 13:54:14.440156706 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # 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.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.38.0.tar.xz -> kcompletion-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.38.0/CMakeLists.txt 
new/kcompletion-5.39.0/CMakeLists.txt
--- old/kcompletion-5.38.0/CMakeLists.txt   2017-09-03 10:01:35.0 
+0200
+++ new/kcompletion-5.39.0/CMakeLists.txt   2017-10-07 21:08:49.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.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.38.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.39.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.38.0/po/zh_CN/kcompletion5_qt.po  2017-09-03 
10:01:35.0 +0200
+++ new/kcompletion-5.39.0/po/zh_CN/kcompletion5_qt.po  2017-10-07 
21:08:49.0 +0200
@@ -1,3 +1,15 @@
+# translation of kdelibs4.po to Chinese Simplified
+# Copyright (C) 2007 Free Software Foundation, Inc.
+#
+# Lie Ex  2007-2011.
+# Wang Jian , 1998.
+# Sarah Smith , 2002.
+# Xiong Jiang , 2002,2003,2004.
+# Funda Wang , 2002,2003,2004.
+# Liang Qi , 2007.
+# Feng Chao , 2010, 2012, 2014.
+# Ni Hui , 2010, 2011, 2012.
+# Weng Xuetian , 2011, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
@@ -12,9 +24,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: crowdin.com\n"
-"X-Crowdin-Project: kdeorg\n"
-"X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-trunk/messages/frameworks/baloo_file5.pot\n"
+"X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:203
 msgctxt "KHistoryComboBox|"




commit kcompletion for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-09-19 16:22:24

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Tue Sep 19 16:22:24 2017 rev:46 rq:526630 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-08-24 
17:55:46.631875097 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-09-19 16:22:25.903487588 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * None
+
+---

Old:

  kcompletion-5.37.0.tar.xz

New:

  kcompletion-5.38.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.RdTmhJ/_old  2017-09-19 16:22:26.455409795 +0200
+++ /var/tmp/diff_new_pack.RdTmhJ/_new  2017-09-19 16:22:26.459409231 +0200
@@ -18,17 +18,21 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# 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.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif

++ kcompletion-5.37.0.tar.xz -> kcompletion-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.37.0/CMakeLists.txt 
new/kcompletion-5.38.0/CMakeLists.txt
--- old/kcompletion-5.37.0/CMakeLists.txt   2017-08-06 19:57:58.0 
+0200
+++ new/kcompletion-5.38.0/CMakeLists.txt   2017-09-03 10:01:35.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.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.37.0/po/eu/kcompletion5_qt.po 
new/kcompletion-5.38.0/po/eu/kcompletion5_qt.po
--- old/kcompletion-5.37.0/po/eu/kcompletion5_qt.po 2017-08-06 
19:57:58.0 +0200
+++ new/kcompletion-5.38.0/po/eu/kcompletion5_qt.po 2017-09-03 
10:01:35.0 +0200
@@ -1,117 +1,86 @@
-# translation of kdelibs4.po to Euskara/Basque (eu)
-# KDE: EUSKERA TRANSLATION
-# Copyright (C) 1999,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011, Free 
Software Foundation, Inc.
+# Translation of kcompletion5_qt.po to Euskara/Basque (eu)
+# Copyright (C) 1999-2017, Free Software Foundation, Inc.
+# This file is distributed under the same license as the frameworks package.
+# KDE Euskaratzeko proiektuaren arduraduna .
 #
+# Translators:
 # Marcos , 2002,2003, 2004, 2005.
 # Ion Gaztañaga , 2005.
 # marcos , 2006, 2007, 2008, 2009, 2010.
 # Iñaki Larrañaga Murgoitio , 2009.
-# Iñigo Salvador Azurmendi , 2010, 2011, 2012, 2013, 2014.
+# Iñigo Salvador Azurmendi , 2010, 2011, 2012, 2013, 
2014, 2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: kcompletion5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-03-02 19:49+0100\n"

commit kcompletion for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-08-24 17:54:06

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Thu Aug 24 17:54:06 2017 rev:45 rq:516662 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-07-17 
10:22:44.002938779 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-08-24 17:55:46.631875097 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:19 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * None
+
+---

Old:

  kcompletion-5.36.0.tar.xz

New:

  kcompletion-5.37.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.JYJ9MC/_old  2017-08-24 17:55:47.135804118 +0200
+++ /var/tmp/diff_new_pack.JYJ9MC/_new  2017-08-24 17:55:47.135804118 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kcompletion
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.36.0.tar.xz -> kcompletion-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.36.0/CMakeLists.txt 
new/kcompletion-5.37.0/CMakeLists.txt
--- old/kcompletion-5.36.0/CMakeLists.txt   2017-07-02 09:58:05.0 
+0200
+++ new/kcompletion-5.37.0/CMakeLists.txt   2017-08-06 19:57:58.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.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)
 
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.36.0/po/zh_CN/kcompletion5_qt.po 
new/kcompletion-5.37.0/po/zh_CN/kcompletion5_qt.po
--- old/kcompletion-5.36.0/po/zh_CN/kcompletion5_qt.po  2017-07-02 
09:58:05.0 +0200
+++ new/kcompletion-5.37.0/po/zh_CN/kcompletion5_qt.po  2017-08-06 
19:57:58.0 +0200
@@ -1,30 +1,20 @@
-# translation of kdelibs4.po to Chinese Simplified
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Lie Ex  2007-2011.
-# Wang Jian , 1998.
-# Sarah Smith , 2002.
-# Xiong Jiang , 2002,2003,2004.
-# Funda Wang , 2002,2003,2004.
-# Liang Qi , 2007.
-# Feng Chao , 2010, 2012, 2014.
-# Ni Hui , 2010, 2011, 2012.
-# Weng Xuetian , 2011, 2012, 2013.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdelibs4\n"
+"Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-05-24 10:23+0800\n"
-"Last-Translator: Feng Chao \n"
-"Language-Team: Chinese Simplified \n"
+"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"PO-Revision-Date: 2017-07-13 11:17-0400\n"
+"Last-Translator: guoyunhebrave \n"
+"Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "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"
-"X-Generator: Lokalize 1.5\n"
-"X-Qt-Contexts: true\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-trunk/messages/frameworks/baloo_file5.pot\n"
 
 #: khistorycombobox.cpp:203
 msgctxt "KHistoryComboBox|"




commit kcompletion for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-07-17 10:22:02

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Mon Jul 17 10:22:02 2017 rev:44 rq:509888 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-07-05 
23:49:36.414872826 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-07-17 10:22:44.002938779 +0200
@@ -1,0 +2,12 @@
+Wed Jul 12 07:13:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * Add KF6-TODO to make KComboBox::minimumSizeHint() public
+  * Add .arcconfig
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  kcompletion-5.35.0.tar.xz

New:

  kcompletion-5.36.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.X1mDaS/_old  2017-07-17 10:22:44.630850264 +0200
+++ /var/tmp/diff_new_pack.X1mDaS/_new  2017-07-17 10:22:44.630850264 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kcompletion
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.35.0.tar.xz -> kcompletion-5.36.0.tar.xz ++
 841609 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-07-05 23:48:55

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Wed Jul  5 23:48:55 2017 rev:43 rq:502928 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-06-01 
16:18:48.200986558 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-07-05 23:49:36.414872826 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * API dox: note CamelCase includes by @class tag with more classes
+
+---

Old:

  kcompletion-5.34.0.tar.xz

New:

  kcompletion-5.35.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.K1OlaM/_old  2017-07-05 23:49:36.898804664 +0200
+++ /var/tmp/diff_new_pack.K1OlaM/_new  2017-07-05 23:49:36.902804100 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kcompletion
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.34.0.tar.xz -> kcompletion-5.35.0.tar.xz ++
 841727 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-06-01 16:17:52

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Thu Jun  1 16:17:52 2017 rev:42 rq:495025 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-04-30 
21:17:49.600061583 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-06-01 16:18:48.200986558 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:12 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * None
+
+---

Old:

  kcompletion-5.33.0.tar.xz

New:

  kcompletion-5.34.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.1nsqsS/_old  2017-06-01 16:18:48.720913242 +0200
+++ /var/tmp/diff_new_pack.1nsqsS/_new  2017-06-01 16:18:48.720913242 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kcompletion
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.33.0.tar.xz -> kcompletion-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.33.0/CMakeLists.txt 
new/kcompletion-5.34.0/CMakeLists.txt
--- old/kcompletion-5.33.0/CMakeLists.txt   2017-04-01 21:29:43.0 
+0200
+++ new/kcompletion-5.34.0/CMakeLists.txt   2017-05-06 11:29:25.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.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.33.0/po/bg/kcompletion5_qt.po 
new/kcompletion-5.34.0/po/bg/kcompletion5_qt.po
--- old/kcompletion-5.33.0/po/bg/kcompletion5_qt.po 2017-04-01 
21:29:43.0 +0200
+++ new/kcompletion-5.34.0/po/bg/kcompletion5_qt.po 2017-05-06 
11:29:25.0 +0200
@@ -1,8 +1,5 @@
-# translation of kdelibs4.po to Bulgarian
-# Bulgarian translation of KDE.
-# This file is licensed under the GPL.
-#
-# $Id:$
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov , 2006, 2007, 2008, 2009.
 # Yasen Pramatarov , 2009, 2010, 2011, 2012, 2013.




commit kcompletion for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-04-30 21:16:19

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Sun Apr 30 21:16:19 2017 rev:41 rq:492046 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-03-28 
15:09:00.513867724 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-04-30 21:17:49.600061583 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcompletion-5.32.0.tar.xz

New:

  kcompletion-5.33.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.v4ajkW/_old  2017-04-30 21:17:50.199976996 +0200
+++ /var/tmp/diff_new_pack.v4ajkW/_new  2017-04-30 21:17:50.203976432 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcompletion
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.32.0.tar.xz -> kcompletion-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.32.0/CMakeLists.txt 
new/kcompletion-5.33.0/CMakeLists.txt
--- old/kcompletion-5.32.0/CMakeLists.txt   2017-03-04 17:08:39.0 
+0100
+++ new/kcompletion-5.33.0/CMakeLists.txt   2017-04-01 21:29:43.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.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)
 




commit kcompletion for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-03-28 15:08:34

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Tue Mar 28 15:08:34 2017 rev:40 rq:481495 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-03-03 
15:14:40.353529289 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-03-28 15:09:00.513867724 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:17 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kcompletion-5.31.0.tar.xz

New:

  kcompletion-5.32.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Y7haCh/_old  2017-03-28 15:09:01.001798599 +0200
+++ /var/tmp/diff_new_pack.Y7haCh/_new  2017-03-28 15:09:01.001798599 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kcompletion
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.31.0.tar.xz -> kcompletion-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.31.0/CMakeLists.txt 
new/kcompletion-5.32.0/CMakeLists.txt
--- old/kcompletion-5.31.0/CMakeLists.txt   2017-02-05 11:49:26.0 
+0100
+++ new/kcompletion-5.32.0/CMakeLists.txt   2017-03-04 17:08:39.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.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)
 




commit kcompletion for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-03-03 15:14:39

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Fri Mar  3 15:14:39 2017 rev:39 rq:461404 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-02-03 
17:44:01.678970493 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-03-03 15:14:40.353529289 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:24:30 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kcompletion-5.30.0.tar.xz

New:

  kcompletion-5.31.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.YYEeCo/_old  2017-03-03 15:14:40.881454544 +0100
+++ /var/tmp/diff_new_pack.YYEeCo/_new  2017-03-03 15:14:40.881454544 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kcompletion
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -30,9 +30,9 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
-BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -61,7 +61,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.5.0
+Requires:   cmake(Qt5Widgets) >= 5.6.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

++ kcompletion-5.30.0.tar.xz -> kcompletion-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.30.0/CMakeLists.txt 
new/kcompletion-5.31.0/CMakeLists.txt
--- old/kcompletion-5.30.0/CMakeLists.txt   2017-01-08 21:46:42.0 
+0100
+++ new/kcompletion-5.31.0/CMakeLists.txt   2017-02-05 11:49:26.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.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)
 
@@ -29,7 +29,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.30.0/autotests/kcombobox_unittest.cpp 
new/kcompletion-5.31.0/autotests/kcombobox_unittest.cpp
--- old/kcompletion-5.30.0/autotests/kcombobox_unittest.cpp 2017-01-08 
21:46:42.0 +0100
+++ new/kcompletion-5.31.0/autotests/kcombobox_unittest.cpp 2017-02-05 
11:49:26.0 +0100
@@ -25,7 +25,7 @@
 class KTestComboBox : public KComboBox
 {
 public:
-KTestComboBox(bool rw, QWidget *parent = 0) : KComboBox(rw, parent) {}
+KTestComboBox(bool rw, QWidget *parent = nullptr) : KComboBox(rw, parent) 
{}
 KCompletionBase *delegate() const
 {
 return KCompletionBase::delegate();
@@ -125,17 +125,17 @@
 void testDeleteLineEdit()
 {
 // Test for KCombo's KLineEdit destruction
-KTestComboBox *testCombo = new KTestComboBox(true, 0);   // rw, with 
KLineEdit
+KTestComboBox *testCombo = new KTestComboBox(true, nullptr);   // rw, 
with KLineEdit
 testCombo->setEditable(false); // destroys our KLineEdit, with 
deleteLater
-qApp->sendPostedEvents(NULL, QEvent::DeferredDelete);
-QVERIFY(testCombo->KTestComboBox::delegate() == 0L);
+qApp->sendPostedEvents(nullptr, QEvent::DeferredDelete);
+

commit kcompletion for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-01-31 11:55:45

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-12-17 
11:05:35.744268475 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-02-03 17:44:01.678970493 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:38:32 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kcompletion-5.29.0.tar.xz

New:

  kcompletion-5.30.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.iqB64i/_old  2017-02-03 17:44:02.294883315 +0100
+++ /var/tmp/diff_new_pack.iqB64i/_new  2017-02-03 17:44:02.298882749 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kcompletion
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_tar_path}

++ kcompletion-5.29.0.tar.xz -> kcompletion-5.30.0.tar.xz ++
 860481 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-11-17 12:27:59

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-10-28 
12:17:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-11-17 12:28:00.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 20:19:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kcompletion-5.27.0.tar.xz

New:

  kcompletion-5.28.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.cUxnNC/_old  2016-11-17 12:28:01.0 +0100
+++ /var/tmp/diff_new_pack.cUxnNC/_new  2016-11-17 12:28:01.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kcompletion
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.27.0.tar.xz -> kcompletion-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.27.0/CMakeLists.txt 
new/kcompletion-5.28.0/CMakeLists.txt
--- old/kcompletion-5.27.0/CMakeLists.txt   2016-10-02 11:45:37.0 
+0200
+++ new/kcompletion-5.28.0/CMakeLists.txt   2016-11-05 15:43:44.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"




commit kcompletion for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-10-28 12:17:05

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-09-14 
23:13:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-10-28 12:17:05.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:50:56 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kcompletion-5.26.0.tar.xz

New:

  kcompletion-5.27.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.wqS3eq/_old  2016-10-28 12:17:06.0 +0200
+++ /var/tmp/diff_new_pack.wqS3eq/_new  2016-10-28 12:17:06.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kcompletion
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.26.0.tar.xz -> kcompletion-5.27.0.tar.xz ++
 860447 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-09-14 23:13:57

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-08-29 
14:58:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-09-14 23:13:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:47:29 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kcompletion-5.25.0.tar.xz

New:

  kcompletion-5.26.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.u3g1gJ/_old  2016-09-14 23:14:00.0 +0200
+++ /var/tmp/diff_new_pack.u3g1gJ/_new  2016-09-14 23:14:00.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kcompletion
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.25.0.tar.xz -> kcompletion-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.25.0/CMakeLists.txt 
new/kcompletion-5.26.0/CMakeLists.txt
--- old/kcompletion-5.25.0/CMakeLists.txt   2016-08-07 15:36:37.0 
+0200
+++ new/kcompletion-5.26.0/CMakeLists.txt   2016-09-06 13:56:42.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"




commit kcompletion for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-08-29 14:58:07

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-07-15 
12:32:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-08-29 14:58:23.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:50:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kcompletion-5.24.0.tar.xz

New:

  kcompletion-5.25.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ZPstOi/_old  2016-08-29 14:58:26.0 +0200
+++ /var/tmp/diff_new_pack.ZPstOi/_new  2016-08-29 14:58:26.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kcompletion
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,9 +30,9 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
-BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.5.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -61,7 +61,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.4.0
+Requires:   cmake(Qt5Widgets) >= 5.5.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

++ kcompletion-5.24.0.tar.xz -> kcompletion-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.24.0/CMakeLists.txt 
new/kcompletion-5.25.0/CMakeLists.txt
--- old/kcompletion-5.24.0/CMakeLists.txt   2016-07-03 02:01:30.0 
+0200
+++ new/kcompletion-5.25.0/CMakeLists.txt   2016-08-07 15:36:37.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 




commit kcompletion for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-07-15 12:32:02

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-07-03 
12:20:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-07-15 12:32:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:02:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kcompletion-5.23.0.tar.xz

New:

  kcompletion-5.24.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.hkcf0j/_old  2016-07-15 12:32:15.0 +0200
+++ /var/tmp/diff_new_pack.hkcf0j/_new  2016-07-15 12:32:15.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kcompletion
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.23.0.tar.xz -> kcompletion-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.23.0/CMakeLists.txt 
new/kcompletion-5.24.0/CMakeLists.txt
--- old/kcompletion-5.23.0/CMakeLists.txt   2016-06-06 13:28:08.0 
+0200
+++ new/kcompletion-5.24.0/CMakeLists.txt   2016-07-03 02:01:30.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.23.0/metainfo.yaml 
new/kcompletion-5.24.0/metainfo.yaml
--- old/kcompletion-5.23.0/metainfo.yaml2016-06-06 13:28:08.0 
+0200
+++ new/kcompletion-5.24.0/metainfo.yaml2016-07-03 02:01:30.0 
+0200
@@ -3,7 +3,10 @@
 tier: 2
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
+- name: Android
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.23.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.24.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.23.0/po/fr/kcompletion5_qt.po 2016-06-06 
13:28:08.0 +0200
+++ new/kcompletion-5.24.0/po/fr/kcompletion5_qt.po 2016-07-03 
02:01:30.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.23.0/po/it/kcompletion5_qt.po 
new/kcompletion-5.24.0/po/it/kcompletion5_qt.po
--- old/kcompletion-5.23.0/po/it/kcompletion5_qt.po 2016-06-06 
13:28:08.0 +0200
+++ new/kcompletion-5.24.0/po/it/kcompletion5_qt.po 2016-07-03 
02:01:30.0 +0200
@@ -23,7 +23,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Qt-Contexts: true\n"
 




commit kcompletion for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-07-03 12:20:11

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-05-19 
12:06:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-07-03 12:20:28.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:23:50 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kcompletion-5.22.0.tar.xz

New:

  kcompletion-5.23.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.JQFbji/_old  2016-07-03 12:20:29.0 +0200
+++ /var/tmp/diff_new_pack.JQFbji/_new  2016-07-03 12:20:29.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kcompletion
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.22.0.tar.xz -> kcompletion-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.22.0/CMakeLists.txt 
new/kcompletion-5.23.0/CMakeLists.txt
--- old/kcompletion-5.22.0/CMakeLists.txt   2016-05-07 17:07:04.0 
+0200
+++ new/kcompletion-5.23.0/CMakeLists.txt   2016-06-06 13:28:08.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.22.0/metainfo.yaml 
new/kcompletion-5.23.0/metainfo.yaml
--- old/kcompletion-5.22.0/metainfo.yaml2016-05-07 17:07:04.0 
+0200
+++ new/kcompletion-5.23.0/metainfo.yaml2016-06-06 13:28:08.0 
+0200
@@ -11,3 +11,7 @@
  - qmake: KCompletion
cmake: "KF5::Completion"
 cmakename: KF5Completion
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.22.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.23.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.22.0/po/fr/kcompletion5_qt.po 2016-05-07 
17:07:04.0 +0200
+++ new/kcompletion-5.23.0/po/fr/kcompletion5_qt.po 2016-06-06 
13:28:08.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
-"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"




commit kcompletion for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-05-19 12:05:58

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-04-12 
19:11:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-05-19 12:06:26.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:30:20 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kcompletion-5.21.0.tar.xz

New:

  kcompletion-5.22.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.DxeN4e/_old  2016-05-19 12:06:27.0 +0200
+++ /var/tmp/diff_new_pack.DxeN4e/_new  2016-05-19 12:06:27.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kcompletion
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.21.0.tar.xz -> kcompletion-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.21.0/CMakeLists.txt 
new/kcompletion-5.22.0/CMakeLists.txt
--- old/kcompletion-5.21.0/CMakeLists.txt   2016-04-03 22:46:12.0 
+0200
+++ new/kcompletion-5.22.0/CMakeLists.txt   2016-05-07 17:07:04.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"




commit kcompletion for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-04-12 19:11:48

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-03-16 
10:28:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-04-12 19:11:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr  4 14:19:11 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * KCompletionBox: force frameless window and don't set focus
+  * KCompletionBox should *not* be a tooltip
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kcompletion-5.20.0.tar.xz

New:

  kcompletion-5.21.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.mWbaYd/_old  2016-04-12 19:11:50.0 +0200
+++ /var/tmp/diff_new_pack.mWbaYd/_new  2016-04-12 19:11:50.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kcompletion
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,9 +30,9 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -61,7 +61,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Widgets) >= 5.3.0
+Requires:   cmake(Qt5Widgets) >= 5.4.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

++ kcompletion-5.20.0.tar.xz -> kcompletion-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.20.0/CMakeLists.txt 
new/kcompletion-5.21.0/CMakeLists.txt
--- old/kcompletion-5.20.0/CMakeLists.txt   2016-03-05 19:48:52.0 
+0100
+++ new/kcompletion-5.21.0/CMakeLists.txt   2016-04-03 22:46:12.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION "5.3.0")
+set(REQUIRED_QT_VERSION 5.4.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.20.0/src/kcompletionbox.cpp 
new/kcompletion-5.21.0/src/kcompletionbox.cpp
--- old/kcompletion-5.20.0/src/kcompletionbox.cpp   2016-03-05 
19:48:52.0 +0100
+++ new/kcompletion-5.21.0/src/kcompletionbox.cpp   2016-04-03 
22:46:12.0 +0200
@@ -61,7 +61,11 @@
 upwardBox = false;
 emitSelected = true;
 
-q->setWindowFlags(Qt::ToolTip);   // calls setVisible, so must be done 
after initializations
+//we can't link to QXcbWindowFunctions::Combo
+//also, q->setAttribute(Qt::WA_X11NetWmWindowTypeCombo); is broken in Qt 
xcb
+q->setProperty("_q_xcb_wm_window_type", 0x001000);
+q->setAttribute(Qt::WA_ShowWithoutActivating);
+q->setWindowFlags(Qt::Window | Qt::FramelessWindowHint | 
Qt::BypassWindowManagerHint); // calls setVisible, so must be done after 
initializations
 q->setUniformItemSizes(true);
 
 q->setLineWidth(1);




commit kcompletion for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-03-16 10:27:51

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-02-24 
18:53:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-03-16 10:28:27.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 09:55:16 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kcompletion-5.19.0.tar.xz

New:

  kcompletion-5.20.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.9q9lNo/_old  2016-03-16 10:28:28.0 +0100
+++ /var/tmp/diff_new_pack.9q9lNo/_new  2016-03-16 10:28:28.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kcompletion
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.19.0.tar.xz -> kcompletion-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.19.0/CMakeLists.txt 
new/kcompletion-5.20.0/CMakeLists.txt
--- old/kcompletion-5.19.0/CMakeLists.txt   2016-02-06 14:38:24.0 
+0100
+++ new/kcompletion-5.20.0/CMakeLists.txt   2016-03-05 19:48:52.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"




commit kcompletion for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-02-24 18:53:30

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2016-01-20 
09:41:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-02-24 18:53:58.0 +0100
@@ -1,0 +2,8 @@
+Sat Feb  6 17:59:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * KLineEdit::setUrlDropsEnabled method can not be marked as deprecated
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kcompletion-5.18.0.tar.xz

New:

  kcompletion-5.19.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.7iHdGE/_old  2016-02-24 18:53:58.0 +0100
+++ /var/tmp/diff_new_pack.7iHdGE/_new  2016-02-24 18:53:58.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kcompletion
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.18.0.tar.xz -> kcompletion-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.18.0/CMakeLists.txt 
new/kcompletion-5.19.0/CMakeLists.txt
--- old/kcompletion-5.18.0/CMakeLists.txt   2016-01-02 17:26:01.0 
+0100
+++ new/kcompletion-5.19.0/CMakeLists.txt   2016-02-06 14:38:24.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.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)
 
@@ -16,13 +16,13 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.18.0/po/nb/kcompletion5_qt.po 
new/kcompletion-5.19.0/po/nb/kcompletion5_qt.po
--- old/kcompletion-5.18.0/po/nb/kcompletion5_qt.po 2016-01-02 
17:26:01.0 +0100
+++ new/kcompletion-5.19.0/po/nb/kcompletion5_qt.po 2016-02-06 
14:38:24.0 +0100
@@ -4,7 +4,7 @@
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
 # Gaute Hvoslef Kvalnes , 2004, 2005.
-# Axel Bojer , 2005, 2006.
+# Axel Bojer , 2005, 2006.
 # Nils Kristian Tomren , 2005, 2007.
 # Øyvind A. Holm , 2009.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.18.0/src/klineedit.h 
new/kcompletion-5.19.0/src/klineedit.h
--- old/kcompletion-5.18.0/src/klineedit.h  2016-01-02 17:26:01.0 
+0100
+++ new/kcompletion-5.19.0/src/klineedit.h  2016-02-06 14:38:24.0 
+0100
@@ -245,13 +245,11 @@
  * Enables/Disables handling of URL drops. If enabled and the user
  * drops an URL, the decoded URL will be inserted. Otherwise the default
  * behavior of QLineEdit is used, which inserts the encoded URL.
+ * Call setUrlDropsEnabled(false) if you need dropEvent to be called in a 
KLineEdit subclass.
  *
  * @param enable If @p true, insert decoded URLs
- * @deprecated since 5.0. Use installEventFilter with a 
LineEditUrlDropEventFilter
  */
-#ifndef KCOMPLETION_NO_DEPRECATED
-KCOMPLETION_DEPRECATED void setUrlDropsEnabled(bool enable);
-#endif
+void setUrlDropsEnabled(bool enable);  // KF6: remove it and don't create 
LineEditUrlDropEventFilter by default.
 
 /**
  * 

commit kcompletion for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2016-01-20 09:41:22

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-12-29 
12:51:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2016-01-20 09:41:27.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  2 17:42:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kcompletion-5.17.0.tar.xz

New:

  kcompletion-5.18.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.wUZ0V4/_old  2016-01-20 09:41:28.0 +0100
+++ /var/tmp/diff_new_pack.wUZ0V4/_new  2016-01-20 09:41:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kcompletion
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.17.0.tar.xz -> kcompletion-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.17.0/CMakeLists.txt 
new/kcompletion-5.18.0/CMakeLists.txt
--- old/kcompletion-5.17.0/CMakeLists.txt   2015-12-06 22:18:46.0 
+0100
+++ new/kcompletion-5.18.0/CMakeLists.txt   2016-01-02 17:26:01.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"




commit kcompletion for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-12-29 12:51:01

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-11-24 
22:22:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-12-29 12:51:37.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:03:30 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kcompletion-5.16.0.tar.xz

New:

  kcompletion-5.17.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Wuo8u1/_old  2015-12-29 12:51:38.0 +0100
+++ /var/tmp/diff_new_pack.Wuo8u1/_new  2015-12-29 12:51:38.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kcompletion
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.16.0.tar.xz -> kcompletion-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.16.0/CMakeLists.txt 
new/kcompletion-5.17.0/CMakeLists.txt
--- old/kcompletion-5.16.0/CMakeLists.txt   2015-11-08 13:12:53.0 
+0100
+++ new/kcompletion-5.17.0/CMakeLists.txt   2015-12-06 22:18:46.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.16.0/po/nb/kcompletion5_qt.po 
new/kcompletion-5.17.0/po/nb/kcompletion5_qt.po
--- old/kcompletion-5.16.0/po/nb/kcompletion5_qt.po 2015-11-08 
13:12:53.0 +0100
+++ new/kcompletion-5.17.0/po/nb/kcompletion5_qt.po 2015-12-06 
22:18:46.0 +0100
@@ -1,3 +1,5 @@
+# Translation of kcompletion5_qt to Norwegian Bokmål
+#
 # Knut Yrvin , 2002, 2003, 2004, 2005.
 # Bjørn Steensrud , 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt , 2004, 2005.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.16.0/po/se/kcompletion5_qt.po 
new/kcompletion-5.17.0/po/se/kcompletion5_qt.po
--- old/kcompletion-5.16.0/po/se/kcompletion5_qt.po 2015-11-08 
13:12:53.0 +0100
+++ new/kcompletion-5.17.0/po/se/kcompletion5_qt.po 2015-12-06 
22:18:46.0 +0100
@@ -1,3 +1,5 @@
+# Translation of kcompletion5_qt to Northern Sami
+#
 # Børre Gaup , 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010, 2011, 2012.
 msgid ""
 msgstr ""




commit kcompletion for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-11-24 22:22:23

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-10-19 
22:23:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-11-24 22:22:24.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 16:58:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kcompletion-5.15.0.tar.xz

New:

  kcompletion-5.16.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.bFYo4p/_old  2015-11-24 22:22:25.0 +0100
+++ /var/tmp/diff_new_pack.bFYo4p/_new  2015-11-24 22:22:25.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kcompletion
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.15.0.tar.xz -> kcompletion-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.15.0/CMakeLists.txt 
new/kcompletion-5.16.0/CMakeLists.txt
--- old/kcompletion-5.15.0/CMakeLists.txt   2015-10-05 09:55:16.0 
+0200
+++ new/kcompletion-5.16.0/CMakeLists.txt   2015-11-08 13:12:53.0 
+0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.15.0/po/ca@valencia/kcompletion5_qt.po 
new/kcompletion-5.16.0/po/ca@valencia/kcompletion5_qt.po
--- old/kcompletion-5.15.0/po/ca@valencia/kcompletion5_qt.po2015-10-05 
09:55:16.0 +0200
+++ new/kcompletion-5.16.0/po/ca@valencia/kcompletion5_qt.po2015-11-08 
13:12:53.0 +0100
@@ -1,28 +1,27 @@
-# Translation of kcompletion5.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Translation of kcompletion5_qt.po to Catalan (Valencian)
+# Copyright (C) 2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
-# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013.
+# Sebastià Pla i Sanz , 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
+# Antoni Bella Pérez , 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid , 2004, 2005, 2007.
-# Sebastia Pla Sanz , 2006, 2007.
 # Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: kcompletion5\n"
+"Project-Id-Version: kcompletion5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-03-30 12:02+0200\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2014-06-24 19:55+0200\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Qt-Contexts: true\n"
@@ -50,7 +49,7 @@
 #: klineedit.cpp:1117
 

commit kcompletion for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-10-19 22:22:59

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-09-24 
07:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-10-19 22:23:00.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kcompletion-5.14.0.tar.xz

New:

  kcompletion-5.15.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.OfdTB9/_old  2015-10-19 22:23:01.0 +0200
+++ /var/tmp/diff_new_pack.OfdTB9/_new  2015-10-19 22:23:01.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kcompletion
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.14.0.tar.xz -> kcompletion-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.14.0/CMakeLists.txt 
new/kcompletion-5.15.0/CMakeLists.txt
--- old/kcompletion-5.14.0/CMakeLists.txt   2015-09-05 10:52:32.0 
+0200
+++ new/kcompletion-5.15.0/CMakeLists.txt   2015-10-05 09:55:16.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.14.0/po/eo/kcompletion5_qt.po 
new/kcompletion-5.15.0/po/eo/kcompletion5_qt.po
--- old/kcompletion-5.14.0/po/eo/kcompletion5_qt.po 2015-09-05 
10:52:32.0 +0200
+++ new/kcompletion-5.15.0/po/eo/kcompletion5_qt.po 2015-10-05 
09:55:16.0 +0200
@@ -28,95 +28,62 @@
 "X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:203
-#, fuzzy
-#| msgid "Clear "
 msgctxt "KHistoryComboBox|"
 msgid "Clear "
 msgstr "ŝi historion"
 
 #: klineedit.cpp:154
-#, fuzzy
-#| msgid "1"
 msgctxt "KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes"
 msgid "1"
 msgstr "1"
 
 #: klineedit.cpp:224
-#, fuzzy
-#| msgctxt "@action:button Clear current text in the line edit"
-#| msgid "Clear text"
 msgctxt "KLineEdit|@action:button Clear current text in the line edit"
 msgid "Clear text"
 msgstr "Viŝi tekston"
 
 #: klineedit.cpp:1103
-#, fuzzy
-#| msgid "C"
 msgctxt "KLineEdit|"
 msgid "C"
 msgstr ""
 
 #: klineedit.cpp:1117
-#, fuzzy
-#| msgctxt "@action"
-#| msgid "Text Completion"
 msgctxt "KLineEdit|@title:menu"
 msgid "Text Completion"
 msgstr "Tekstkompletigo"
 
 #: klineedit.cpp:1124
-#, fuzzy
-#| msgctxt "No border line"
-#| msgid "None"
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "None"
 msgstr "Neniu"
 
 #: klineedit.cpp:1125
-#, fuzzy
-#| msgctxt "@item:inmenu Text Completion"
-#| msgid "Manual"
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Manual"
 msgstr "Mane"
 
 #: klineedit.cpp:1126
-#, fuzzy
-#| msgctxt "@item:inmenu Text Completion"
-#| msgid "Automatic"
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Automatic"
 msgstr "Aŭtomate"
 
 #: klineedit.cpp:1127
-#, fuzzy
-#| msgctxt "@item:inmenu Text Completion"
-#| msgid "Dropdown List"
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Dropdown List"
 msgstr "Fallisto"
 
 #: klineedit.cpp:1128
-#, fuzzy
-#| msgctxt "@item:inmenu Text Completion"
-#| msgid "Short Automatic"
 msgctxt "KLineEdit|@item:inmenu Text Completion"
 msgid "Short Automatic"
 msgstr "Mallonga-aŭtomata"
 
 # Ĝis ĉi tie
 #: klineedit.cpp:1129
-#, fuzzy
-#| msgctxt "@item:inmenu Text Completion"
-#| msgid "Dropdown 

commit kcompletion for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-09-24 07:10:13

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-09-02 
07:44:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-09-24 07:10:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  8 17:12:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * Fix bad behavior / running OOM on Windows (kde#345860)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kcompletion-5.13.0.tar.xz

New:

  kcompletion-5.14.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.k7MjhE/_old  2015-09-24 07:10:14.0 +0200
+++ /var/tmp/diff_new_pack.k7MjhE/_new  2015-09-24 07:10:14.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kcompletion
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcompletion-5.13.0.tar.xz -> kcompletion-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.13.0/CMakeLists.txt 
new/kcompletion-5.14.0/CMakeLists.txt
--- old/kcompletion-5.13.0/CMakeLists.txt   2015-08-04 12:47:24.0 
+0200
+++ new/kcompletion-5.14.0/CMakeLists.txt   2015-09-05 10:52:32.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.13.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.14.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.13.0/po/fr/kcompletion5_qt.po 2015-08-04 
12:47:24.0 +0200
+++ new/kcompletion-5.14.0/po/fr/kcompletion5_qt.po 2015-09-05 
10:52:32.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-03-16 18:32+0100\n"
 "Last-Translator: Sebastien Renard \n"
 "Language-Team: French \n"
+"Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 "X-Environment: kde\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.13.0/src/kzoneallocator.cpp 
new/kcompletion-5.14.0/src/kzoneallocator.cpp
--- old/kcompletion-5.13.0/src/kzoneallocator.cpp   2015-08-04 
12:47:24.0 +0200
+++ new/kcompletion-5.14.0/src/kzoneallocator.cpp   2015-09-05 
10:52:32.0 +0200
@@ -69,9 +69,9 @@
 /** One block is 'current' to satisfy requests. @internal */
 MemBlock *currentBlock;
 /** Store block size from constructor. @internal */
-unsigned long blockSize;
+quintptr blockSize;
 /** Store offset into current block; size-offset is free. @internal */
-unsigned long blockOffset;
+quintptr blockOffset;
 /** base-2 log of the block size. @internal */
 unsigned int log2;
 /** Count total number of allocated blocks. @internal */
@@ -244,7 +244,7 @@
 
 if ((unsigned long) _size + d->blockOffset > d->blockSize) {
 if (_size > d->blockSize) {
-qDebug("KZoneAllocator: allocating more than %lu bytes", 
d->blockSize);
+qDebug("KZoneAllocator: allocating more than %zu bytes", 
(size_t)d->blockSize);
 return 0;
 }
 addBlock(new MemBlock(d->blockSize));




commit kcompletion for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-09-02 07:44:11

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-07-14 
17:22:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-09-02 07:44:12.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug  4 19:20:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * HiDPI fixes for KLineEdit/KComboBox
+  * KLineEdit: Don't let the user delete text when the lineedit
+is readonly
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kcompletion-5.12.0.tar.xz

New:

  kcompletion-5.13.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.hRVKZc/_old  2015-09-02 07:44:13.0 +0200
+++ /var/tmp/diff_new_pack.hRVKZc/_new  2015-09-02 07:44:13.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kcompletion
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,9 +30,9 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
 %if %{with lang}
-BuildRequires:  libqt5-linguist-devel >= 5.2.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
 %endif
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -61,7 +61,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:   cmake(Qt5Widgets) >= 5.3.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

++ kcompletion-5.12.0.tar.xz -> kcompletion-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.12.0/CMakeLists.txt 
new/kcompletion-5.13.0/CMakeLists.txt
--- old/kcompletion-5.12.0/CMakeLists.txt   2015-07-05 10:54:15.0 
+0200
+++ new/kcompletion-5.13.0/CMakeLists.txt   2015-08-04 12:47:24.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
@@ -30,7 +30,7 @@
   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION "5.2.0")
+set(REQUIRED_QT_VERSION "5.3.0")
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.12.0/README.md 
new/kcompletion-5.13.0/README.md
--- old/kcompletion-5.12.0/README.md2015-07-05 10:54:15.0 +0200
+++ new/kcompletion-5.13.0/README.md2015-08-04 12:47:24.0 +0200
@@ -1,5 +1,7 @@
 # KCompletion
 
+Powerful completion framework, including completion-enabled lineedit and 
combobox.
+
 ## Introduction
 
 When typing filenames, email addresses and other text where the user often 
wants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.12.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.13.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.12.0/po/fr/kcompletion5_qt.po 2015-07-05 
10:54:15.0 +0200
+++ new/kcompletion-5.13.0/po/fr/kcompletion5_qt.po 2015-08-04 
12:47:24.0 +0200
@@ -24,10 +24,10 @@
 

commit kcompletion for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-07-14 17:22:13

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-06-23 
12:06:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-07-14 17:22:14.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  5 18:44:50 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kcompletion-5.11.0.tar.xz

New:

  kcompletion-5.12.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.rsPleU/_old  2015-07-14 17:22:15.0 +0200
+++ /var/tmp/diff_new_pack.rsPleU/_new  2015-07-14 17:22:15.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kcompletion
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcompletion-5.11.0.tar.xz - kcompletion-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.11.0/CMakeLists.txt 
new/kcompletion-5.12.0/CMakeLists.txt
--- old/kcompletion-5.11.0/CMakeLists.txt   2015-06-06 23:09:50.0 
+0200
+++ new/kcompletion-5.12.0/CMakeLists.txt   2015-07-05 10:54:15.0 
+0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.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)
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.12.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.11.0/po/ast/kcompletion5_qt.po 
new/kcompletion-5.12.0/po/ast/kcompletion5_qt.po
--- old/kcompletion-5.11.0/po/ast/kcompletion5_qt.po2015-06-06 
23:09:50.0 +0200
+++ new/kcompletion-5.12.0/po/ast/kcompletion5_qt.po2015-07-05 
10:54:15.0 +0200
@@ -7,7 +7,7 @@
 Project-Id-Version: kdelibs4-1\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
-PO-Revision-Date: 2015-04-07 19:41+0100\n
+PO-Revision-Date: 2015-06-27 19:16+0100\n
 Last-Translator: enolp en...@softastur.org\n
 Language-Team: Asturian kde-i18n-...@kde.org\n
 Language: ast\n
@@ -20,94 +20,61 @@
 X-Generator: Lokalize 2.0\n
 
 #: khistorycombobox.cpp:203
-#, fuzzy
-#| msgid Clear History
 msgctxt KHistoryComboBox|
 msgid Clear History
 msgstr Limpiar historia
 
 #: klineedit.cpp:154
-#, fuzzy
-#| msgid 1
 msgctxt KLineEdit|Italic placeholder text in line edits: 0 no, 1 yes
 msgid 1
 msgstr 1
 
 #: klineedit.cpp:224
-#, fuzzy
-#| msgctxt @action:button Clear current text in the line edit
-#| msgid Clear text
 msgctxt KLineEdit|@action:button Clear current text in the line edit
 msgid Clear text
 msgstr Llimpiar testu
 
 #: klineedit.cpp:1103
-#, fuzzy
-#| msgid Clear
 msgctxt KLineEdit|
 msgid Clear
 msgstr Llimpiar
 
 #: klineedit.cpp:1117
-#, fuzzy
-#| msgctxt @action
-#| msgid Text Completion
 msgctxt KLineEdit|@title:menu
 msgid Text Completion
 msgstr Completáu de testu
 
 #: klineedit.cpp:1124
-#, fuzzy
-#| msgctxt No border line
-#| msgid None
 msgctxt KLineEdit|@item:inmenu Text Completion
 msgid None
 msgstr Dengún
 
 #: klineedit.cpp:1125
-#, fuzzy
-#| msgctxt @item:inmenu Text Completion
-#| msgid Manual
 msgctxt KLineEdit|@item:inmenu Text Completion
 msgid Manual
 msgstr Manual
 
 #: klineedit.cpp:1126
-#, fuzzy
-#| msgctxt @item:inmenu Text Completion
-#| msgid Automatic
 msgctxt KLineEdit|@item:inmenu Text Completion
 msgid Automatic
 msgstr Automáticu
 
 #: klineedit.cpp:1127
-#, fuzzy
-#| msgctxt @item:inmenu Text Completion
-#| msgid Dropdown List
 msgctxt KLineEdit|@item:inmenu Text Completion
 msgid Dropdown List
-msgstr Llista estenderexable
+msgstr Llistáu 

commit kcompletion for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-06-23 12:06:36

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-05-11 
19:47:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-06-23 12:06:37.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 19:07:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * Fix unwanted selection when editing the filename in the
+file dialog (kde#344525)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kcompletion-5.10.0.tar.xz

New:

  kcompletion-5.11.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.6Q3Ysw/_old  2015-06-23 12:06:38.0 +0200
+++ /var/tmp/diff_new_pack.6Q3Ysw/_new  2015-06-23 12:06:38.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kcompletion
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcompletion-5.10.0.tar.xz - kcompletion-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.10.0/CMakeLists.txt 
new/kcompletion-5.11.0/CMakeLists.txt
--- old/kcompletion-5.10.0/CMakeLists.txt   2015-05-03 17:05:42.0 
+0200
+++ new/kcompletion-5.11.0/CMakeLists.txt   2015-06-06 23:09:50.0 
+0200
@@ -3,10 +3,14 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.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})
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
@@ -17,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.10.0/po/nb/kcompletion5_qt.po 
new/kcompletion-5.11.0/po/nb/kcompletion5_qt.po
--- old/kcompletion-5.10.0/po/nb/kcompletion5_qt.po 2015-05-03 
17:05:42.0 +0200
+++ new/kcompletion-5.11.0/po/nb/kcompletion5_qt.po 2015-06-06 
23:09:50.0 +0200
@@ -1,10 +1,10 @@
 # Translation of kcompletion5_qt to Norwegian Bokmål
 #
-# Knut Yrvin kn...@skolelinux.no, 2002, 2003, 2004, 2005.
+# Knut Yrvin knut.yr...@gmail.com, 2002, 2003, 2004, 2005.
 # Bjørn Steensrud bjor...@skogkatt.homelinux.org, 2002, 2003, 2004, 2005, 
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
 # Eskild Hustvedt zerod...@skolelinux.no, 2004, 2005.
 # Gaute Hvoslef Kvalnes ga...@verdsveven.com, 2004, 2005.
-# Axel Bojer ax...@skolelinux.no, 2005, 2006.
+# Axel Bojer a...@bojer.no, 2005, 2006.
 # Nils Kristian Tomren s...@nilsk.net, 2005, 2007.
 # Øyvind A. Holm su...@sunbase.org, 2009.
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.10.0/po/nn/kcompletion5_qt.po 
new/kcompletion-5.11.0/po/nn/kcompletion5_qt.po
--- old/kcompletion-5.10.0/po/nn/kcompletion5_qt.po 2015-05-03 
17:05:42.0 +0200
+++ new/kcompletion-5.11.0/po/nn/kcompletion5_qt.po 2015-06-06 
23:09:50.0 +0200
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes ga...@verdsveven.com, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll korsv...@skulelinux.no, 2003, 2005.
-# Karl Ove Hufthammer k...@huftis.org, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
+# Karl Ove Hufthammer k...@huftis.org, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015.
 # Eirik U. Birkeland eir...@gmail.com, 2008, 2009, 2010.
 msgid 
 msgstr 
 Project-Id-Version: kdelibs4\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-02-28 03:44+\n
-PO-Revision-Date: 2013-05-12 

commit kcompletion for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-05-11 19:34:16

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-04-13 
20:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-05-11 19:47:38.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:42:52 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kcompletion-5.9.0.tar.xz

New:

  kcompletion-5.10.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.Z3BeWl/_old  2015-05-11 19:47:39.0 +0200
+++ /var/tmp/diff_new_pack.Z3BeWl/_new  2015-05-11 19:47:39.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kcompletion
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcompletion-5.9.0.tar.xz - kcompletion-5.10.0.tar.xz ++
 7510 lines of diff (skipped)




commit kcompletion for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-04-13 20:23:14

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-03-16 
09:27:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-04-13 20:23:15.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---

Old:

  kcompletion-5.8.0.tar.xz

New:

  kcompletion-5.9.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.dPpEOp/_old  2015-04-13 20:23:16.0 +0200
+++ /var/tmp/diff_new_pack.dPpEOp/_new  2015-04-13 20:23:16.0 +0200
@@ -16,19 +16,22 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kcompletion
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel = %{kf5_version}
+BuildRequires:  kconfig-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel = %{kf5_version}
+BuildRequires:  kwidgetsaddons-devel = %{_tar_path}
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
@@ -45,7 +48,9 @@
 %package -n %lname
 Summary:Provides widgets with advanced completion support
 Group:  System/GUI/KDE
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KCompletion provides widgets with advanced completion support as well as a
@@ -73,15 +78,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++ kcompletion-5.8.0.tar.xz - kcompletion-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.8.0/CMakeLists.txt 
new/kcompletion-5.9.0/CMakeLists.txt
--- old/kcompletion-5.8.0/CMakeLists.txt2015-03-07 15:38:59.0 
+0100
+++ new/kcompletion-5.9.0/CMakeLists.txt2015-04-04 14:01:26.0 
+0200
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.8.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
+set(KF5_VERSION 5.9.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.8.0/po/fr/kcompletion5_qt.po 
new/kcompletion-5.9.0/po/fr/kcompletion5_qt.po
--- old/kcompletion-5.8.0/po/fr/kcompletion5_qt.po  2015-03-07 
15:38:59.0 +0100
+++ new/kcompletion-5.9.0/po/fr/kcompletion5_qt.po  2015-04-04 
14:01:26.0 +0200
@@ -24,10 +24,10 @@
 PO-Revision-Date: 2014-03-16 18:32+0100\n
 Last-Translator: Sebastien Renard ren...@kde.org\n
 Language-Team: French kde-francoph...@kde.org\n
-Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  1);\n
 X-Generator: Lokalize 1.5\n
 X-Environment: kde\n




commit kcompletion for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-03-16 09:27:41

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-02-16 
17:30:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-03-16 09:27:42.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar  7 16:58:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Use pkgconfig(Qt5Widgets) instead of kconfig-devel and
+  kwidgetsaddons-devel for devel package requires
+
+---

Old:

  kcompletion-5.7.0.tar.xz

New:

  kcompletion-5.8.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.HRENM5/_old  2015-03-16 09:27:43.0 +0100
+++ /var/tmp/diff_new_pack.HRENM5/_new  2015-03-16 09:27:43.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Completion5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kcompletion
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -56,8 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel = %{kf5_version}
-Requires:   kwidgetsaddons-devel = %{kf5_version}
+Requires:   pkgconfig(Qt5Widgets) = 5.2.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

++ kcompletion-5.7.0.tar.xz - kcompletion-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.7.0/CMakeLists.txt 
new/kcompletion-5.8.0/CMakeLists.txt
--- old/kcompletion-5.7.0/CMakeLists.txt2015-02-08 16:13:03.0 
+0100
+++ new/kcompletion-5.8.0/CMakeLists.txt2015-03-07 15:38:59.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.7.0/KF5CompletionConfig.cmake.in 
new/kcompletion-5.8.0/KF5CompletionConfig.cmake.in
--- old/kcompletion-5.7.0/KF5CompletionConfig.cmake.in  2015-02-08 
16:13:03.0 +0100
+++ new/kcompletion-5.8.0/KF5CompletionConfig.cmake.in  2015-03-07 
15:38:59.0 +0100
@@ -1,7 +1,6 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5Config @KF5_DEP_VERSION@)
-find_dependency(KF5WidgetsAddons @KF5_DEP_VERSION@)
+find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@)
 
 include(${CMAKE_CURRENT_LIST_DIR}/KF5CompletionTargets.cmake)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.7.0/po/bs/kcompletion5_qt.po 
new/kcompletion-5.8.0/po/bs/kcompletion5_qt.po
--- old/kcompletion-5.7.0/po/bs/kcompletion5_qt.po  2015-02-08 
16:13:03.0 +0100
+++ new/kcompletion-5.8.0/po/bs/kcompletion5_qt.po  2015-03-07 
15:38:59.0 +0100
@@ -1,123 +1,74 @@
-# translation of kdelibs4.po to bosanski
-# Marko Rosic ro...@kde.org.yu, 2003.
-# Toplica Tanaskovic top...@kde.org.yu, 2003, 2004, 2005.
-# Chusslove Illich caslav.i...@gmx.net, 2003, 2004, 2005, 2006, 2007, 2008, 
2009, 2010.
-# Dalibor Djuric dalibor.dju...@mozilla-srbija.org, 2009, 2010.
-# Dalibor Djuric daliborddju...@gmail.com, 2010.
-# KDE 4 megar...@epn.ba, 2011.
-# Bosnian translation of kdelibs4
-# Initially converted from translation of kdelibs4.po by
-# Samir Ribić samir.ri...@etf.unsa.ba
 msgid 
 msgstr 
-Project-Id-Version: kdelibs4\n
-Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-POT-Creation-Date: 2014-03-23 01:50+\n
-PO-Revision-Date: 2013-12-21 17:26+\n
-Last-Translator: Ademovic Saudin 

commit kcompletion for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-02-16 15:03:27

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2015-01-29 
12:49:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-02-16 17:30:17.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcompletion-5.6.0.tar.xz

New:

  kcompletion-5.7.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.f1HW3n/_old  2015-02-16 17:30:18.0 +0100
+++ /var/tmp/diff_new_pack.f1HW3n/_new  2015-02-16 17:30:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Completion5
+%define _tar_path 5.7
 Name:   kcompletion
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.6.0.tar.xz - kcompletion-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/CMakeLists.txt 
new/kcompletion-5.7.0/CMakeLists.txt
--- old/kcompletion-5.6.0/CMakeLists.txt2015-01-03 13:02:05.0 
+0100
+++ new/kcompletion-5.7.0/CMakeLists.txt2015-02-08 16:13:03.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
@@ -45,7 +45,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Completion)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Completion)
 
 include(ECMPackageConfigHelpers)
 
@@ -66,7 +66,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/metainfo.yaml 
new/kcompletion-5.7.0/metainfo.yaml
--- old/kcompletion-5.6.0/metainfo.yaml 2015-01-03 13:02:05.0 +0100
+++ new/kcompletion-5.7.0/metainfo.yaml 2015-02-08 16:13:03.0 +0100
@@ -1,4 +1,4 @@
-maintainer: dgilo
+maintainer: davidgiloliva
 description: Text completion helpers and widgets
 tier: 2
 type: functional
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/po/cs/kcompletion5_qt.po 
new/kcompletion-5.7.0/po/cs/kcompletion5_qt.po
--- old/kcompletion-5.6.0/po/cs/kcompletion5_qt.po  2015-01-03 
13:02:05.0 +0100
+++ new/kcompletion-5.7.0/po/cs/kcompletion5_qt.po  2015-02-08 
16:13:03.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE 

commit kcompletion for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-01-29 12:49:16

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-12-21 
11:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-01-29 12:49:18.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kcompletion-5.5.0.tar.xz

New:

  kcompletion-5.6.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.F7Zxs7/_old  2015-01-29 12:49:19.0 +0100
+++ /var/tmp/diff_new_pack.F7Zxs7/_new  2015-01-29 12:49:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.5.0.tar.xz - kcompletion-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.5.0/CMakeLists.txt 
new/kcompletion-5.6.0/CMakeLists.txt
--- old/kcompletion-5.5.0/CMakeLists.txt2014-12-06 13:32:54.0 
+0100
+++ new/kcompletion-5.6.0/CMakeLists.txt2015-01-03 13:02:05.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.5.0/po/ca/kcompletion5_qt.po 
new/kcompletion-5.6.0/po/ca/kcompletion5_qt.po
--- old/kcompletion-5.5.0/po/ca/kcompletion5_qt.po  2014-12-06 
13:32:54.0 +0100
+++ new/kcompletion-5.6.0/po/ca/kcompletion5_qt.po  2015-01-03 
13:02:05.0 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez antonibel...@yahoo.com, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan r...@aybabtu.com, 2009.
@@ -15,7 +15,7 @@
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-06-24 19:55+0200\n
-Last-Translator: Antoni Bella Pérez antonibel...@orange.es\n
+Last-Translator: Antoni Bella Pérez antonibel...@yahoo.com\n
 Language-Team: Catalan kde-i18n...@kde.org\n
 Language: ca\n
 MIME-Version: 1.0\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.5.0/po/fi/kcompletion5_qt.po 
new/kcompletion-5.6.0/po/fi/kcompletion5_qt.po
--- old/kcompletion-5.5.0/po/fi/kcompletion5_qt.po  2014-12-06 
13:32:54.0 +0100
+++ 

commit kcompletion for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-12-21 11:58:00

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-11-11 
01:08:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-12-21 11:57:11.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec  6 12:53:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Fix PageUp/Down actions in the completion popup box
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kcompletion-5.4.0.tar.xz

New:

  kcompletion-5.5.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.OK1VTT/_old  2014-12-21 11:57:12.0 +0100
+++ /var/tmp/diff_new_pack.OK1VTT/_new  2014-12-21 11:57:12.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.4.0.tar.xz - kcompletion-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.4.0/CMakeLists.txt 
new/kcompletion-5.5.0/CMakeLists.txt
--- old/kcompletion-5.4.0/CMakeLists.txt2014-11-02 13:06:48.0 
+0100
+++ new/kcompletion-5.5.0/CMakeLists.txt2014-12-06 13:32:54.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.4.0/po/fi/kcompletion5_qt.po 
new/kcompletion-5.5.0/po/fi/kcompletion5_qt.po
--- old/kcompletion-5.4.0/po/fi/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
+++ new/kcompletion-5.5.0/po/fi/kcompletion5_qt.po  2014-12-06 
13:32:54.0 +0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 2014-03-30 00:13+0200\n
 Last-Translator: Lasse Liehu lasse.li...@gmail.com\n
-Language-Team: Finnish lokalisoi...@lists.coss.fi\n
+Language-Team: Finnish kde-i18n-...@kde.org\n
 Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.4.0/po/it/kcompletion5_qt.po 
new/kcompletion-5.5.0/po/it/kcompletion5_qt.po
--- old/kcompletion-5.4.0/po/it/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
+++ new/kcompletion-5.5.0/po/it/kcompletion5_qt.po  2014-12-06 
13:32:54.0 +0100
@@ -23,8 +23,8 @@
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: Lokalize 1.5\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Generator: Lokalize 1.5\n
 X-Qt-Contexts: true\n
 
 #: khistorycombobox.cpp:203
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.4.0/po/lt/kcompletion5_qt.po 
new/kcompletion-5.5.0/po/lt/kcompletion5_qt.po
--- old/kcompletion-5.4.0/po/lt/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
+++ new/kcompletion-5.5.0/po/lt/kcompletion5_qt.po  2014-12-06 
13:32:54.0 +0100
@@ -12,7 +12,7 @@
 Project-Id-Version: kdelibs4\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 

commit kcompletion for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-11-11 01:08:47

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-10-07 
15:58:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-11-11 01:08:50.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcompletion-5.3.0.tar.xz

New:

  kcompletion-5.4.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.BTFR2B/_old  2014-11-11 01:08:53.0 +0100
+++ /var/tmp/diff_new_pack.BTFR2B/_new  2014-11-11 01:08:53.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.3.0.tar.xz - kcompletion-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/CMakeLists.txt 
new/kcompletion-5.4.0/CMakeLists.txt
--- old/kcompletion-5.3.0/CMakeLists.txt2014-10-04 18:59:19.0 
+0200
+++ new/kcompletion-5.4.0/CMakeLists.txt2014-11-02 13:06:48.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.3.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/af/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/af/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/af/kcompletion5_qt.po  2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/af/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
@@ -12,6 +12,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
+X-Qt-Contexts: true\n
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/as/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/as/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/as/kcompletion5_qt.po  2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/as/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Generator: Lokalize 0.2\n
+X-Qt-Contexts: true\n
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/ast/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/ast/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/ast/kcompletion5_qt.po 2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/ast/kcompletion5_qt.po 2014-11-02 
13:06:48.0 +0100
@@ -17,6 +17,7 @@
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 X-Poedit-Language: asturian\n
+X-Qt-Contexts: true\n
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/be/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/be/kcompletion5_qt.po
--- 

commit kcompletion for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-10-07 15:58:50

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-09-12 
17:03:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-10-07 15:58:56.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct  4 17:59:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Fixed size hint and positioning of clear button in highDpi mode
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kcompletion-5.2.0.tar.xz

New:

  kcompletion-5.3.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.7JRnOv/_old  2014-10-07 15:58:57.0 +0200
+++ /var/tmp/diff_new_pack.7JRnOv/_new  2014-10-07 15:58:57.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcompletion-5.2.0.tar.xz - kcompletion-5.3.0.tar.xz ++
 901720 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-09-12 17:02:45

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-08-16 
15:41:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-09-12 17:03:27.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kcompletion-5.1.0.tar.xz

New:

  kcompletion-5.2.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.fnJTKE/_old  2014-09-12 17:03:28.0 +0200
+++ /var/tmp/diff_new_pack.fnJTKE/_new  2014-09-12 17:03:28.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcompletion-5.1.0.tar.xz - kcompletion-5.2.0.tar.xz ++
 901617 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-08-16 15:41:37

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-07-15 
08:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-08-16 15:41:44.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:19:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  kcompletion-5.0.0.tar.xz

New:

  kcompletion-5.1.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ZZTs1d/_old  2014-08-16 15:41:45.0 +0200
+++ /var/tmp/diff_new_pack.ZZTs1d/_new  2014-08-16 15:41:45.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcompletion-5.0.0.tar.xz - kcompletion-5.1.0.tar.xz ++
 913436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-07-15 08:00:17

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-07-10 
14:56:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-07-15 08:00:23.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 09:48:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.6aVlv4/_old  2014-07-15 08:00:23.0 +0200
+++ /var/tmp/diff_new_pack.6aVlv4/_new  2014-07-15 08:00:23.0 +0200
@@ -20,12 +20,13 @@
 Name:   kcompletion
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel = %{_kf5_version}
+BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwidgetsaddons-devel = %{_kf5_version}
+BuildRequires:  kwidgetsaddons-devel = %{kf5_version}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:Provides widgets with advanced completion support
@@ -54,8 +55,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kconfig-devel = %{_kf5_version}
-Requires:   kwidgetsaddons-devel = %{_kf5_version}
+Requires:   kconfig-devel = %{kf5_version}
+Requires:   kwidgetsaddons-devel = %{kf5_version}
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-07-10 14:55:44

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-06-10 
14:36:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-07-10 14:56:04.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  kcompletion-4.100.0.tar.xz

New:

  kcompletion-5.0.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.MmbBMd/_old  2014-07-10 14:56:05.0 +0200
+++ /var/tmp/diff_new_pack.MmbBMd/_new  2014-07-10 14:56:05.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-4.100.0.tar.xz - kcompletion-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-4.100.0/CMakeLists.txt 
new/kcompletion-5.0.0/CMakeLists.txt
--- old/kcompletion-4.100.0/CMakeLists.txt  2014-06-01 14:08:13.0 
+0200
+++ new/kcompletion-5.0.0/CMakeLists.txt2014-07-01 20:27:37.0 
+0200
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 4.100.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-4.100.0/autotests/CMakeLists.txt 
new/kcompletion-5.0.0/autotests/CMakeLists.txt
--- old/kcompletion-4.100.0/autotests/CMakeLists.txt2014-06-01 
14:08:13.0 +0200
+++ new/kcompletion-5.0.0/autotests/CMakeLists.txt  2014-07-01 
20:27:37.0 +0200
@@ -15,6 +15,5 @@
klineedit_unittest.cpp
kcombobox_unittest.cpp
ksortablelisttest.cpp
-   NAME_PREFIX kcompletion-
LINK_LIBRARIES Qt5::Test KF5::Completion
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-4.100.0/po/ca/kcompletion5_qt.po 
new/kcompletion-5.0.0/po/ca/kcompletion5_qt.po
--- old/kcompletion-4.100.0/po/ca/kcompletion5_qt.po2014-06-01 
14:08:13.0 +0200
+++ new/kcompletion-5.0.0/po/ca/kcompletion5_qt.po  2014-07-01 
20:27:37.0 +0200
@@ -1,12 +1,11 @@
 # Translation of kcompletion5_qt.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Copyright (C) 2014 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
-# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013.
+# Sebastià Pla i Sanz s...@sastia.com, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
+# Antoni Bella Pérez antonibel...@orange.es, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid aa...@kde.org, 2004, 2005, 2007.
-# Sebastia Pla Sanz sebastia@clarcat.com, 2006, 2007.
 # Josep Ma. Ferrer txe...@gmail.com, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan 

commit kcompletion for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-06-10 14:35:58

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-05-14 
20:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-06-10 14:36:03.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---

Old:

  kcompletion-4.99.0.tar.xz

New:

  baselibs.conf
  kcompletion-4.100.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.p2jMTV/_old  2014-06-10 14:36:05.0 +0200
+++ /var/tmp/diff_new_pack.p2jMTV/_new  2014-06-10 14:36:05.0 +0200
@@ -18,20 +18,22 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel = %{_kf5_version}
+BuildRequires:  libqt5-linguist-devel = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kcompletion-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ baselibs.conf ++
libKF5Completion5
kcompletion-devel
requires libKF5Completion5-targettype = version
++ kcompletion-4.99.0.tar.xz - kcompletion-4.100.0.tar.xz ++
 10093 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-05-14 20:26:26

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-04-02 
17:22:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-05-14 20:26:43.0 +0200
@@ -1,0 +2,16 @@
+Sun May  4 01:26:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Tue Apr 22 19:29:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Removed pkgconfig(Qt5Xml) BuildRequires, no longer needed
+- Removed pkgconfig(Qt5Core) Requires from devel subpackage, no
+  longer (explicitly) needed
+
+---

Old:

  kcompletion-4.98.0.tar.xz

New:

  kcompletion-4.99.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.reSUhx/_old  2014-05-14 20:26:44.0 +0200
+++ /var/tmp/diff_new_pack.reSUhx/_new  2014-05-14 20:26:44.0 +0200
@@ -18,16 +18,15 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwidgetsaddons-devel = %{_kf5_version}
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) = 5.2.0
 Summary:Provides widgets with advanced completion support
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -42,6 +41,7 @@
 %package -n %lname
 Summary:Provides widgets with advanced completion support
 Group:  System/GUI/KDE
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 KCompletion provides widgets with advanced completion support as well as a
@@ -54,13 +54,13 @@
 Requires:   extra-cmake-modules
 Requires:   kconfig-devel = %{_kf5_version}
 Requires:   kwidgetsaddons-devel = %{_kf5_version}
-Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets. 
Development
 files.
 
+%lang_package -n %lname
 %prep
 %setup -q
 
@@ -70,12 +70,16 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}%{_kf5_sharedir}
+
+  %find_lang %{name}5 --with-qt --without-mo
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}5.lang
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*

++ kcompletion-4.98.0.tar.xz - kcompletion-4.99.0.tar.xz ++
 924042 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-04-02 17:22:35

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-03-10 
12:17:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-04-02 17:22:50.0 +0200
@@ -1,0 +2,11 @@
+Sat Mar 29 19:47:23 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+- Delete ki18n.patch, it was removed in previous change, but wasn't
+  removed
+
+---

Old:

  kcompletion-4.97.0.tar.xz
  ki18n.patch

New:

  kcompletion-4.98.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.mPTAyE/_old  2014-04-02 17:22:50.0 +0200
+++ /var/tmp/diff_new_pack.mPTAyE/_new  2014-04-02 17:22:50.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem

++ kcompletion-4.97.0.tar.xz - kcompletion-4.98.0.tar.xz ++
 3144 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-03-10 12:17:39

Comparing /work/SRC/openSUSE:Factory/kcompletion (Old)
 and  /work/SRC/openSUSE:Factory/.kcompletion.new (New)


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-02-24 
06:53:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-03-10 12:17:41.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:37:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  kcompletion-4.96.0.tar.xz

New:

  kcompletion-4.97.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.BXUiB5/_old  2014-03-10 12:17:42.0 +0100
+++ /var/tmp/diff_new_pack.BXUiB5/_new  2014-03-10 12:17:42.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5Completion4
+%define lname   libKF5Completion5
 Name:   kcompletion
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,8 +33,6 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kcompletion-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM ki18n.patch --  remove Ki18n from KCompletion 
dependencies in cmake.in, https://git.reviewboard.kde.org/r/115908/
-Patch0: ki18n.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,10 +50,10 @@
 %package devel
 Summary:Provides widgets with advanced completion support
 Group:  Development/Libraries/KDE
+Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
 Requires:   kconfig-devel = %{_kf5_version}
 Requires:   kwidgetsaddons-devel = %{_kf5_version}
-Requires:   %lname = %{version}
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel
@@ -65,7 +63,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ kcompletion-4.96.0.tar.xz - kcompletion-4.97.0.tar.xz ++
 2461 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org