commit kcoreaddons for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-10-12 13:54:00

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


Package is "kcoreaddons"

Mon Oct 12 13:54:00 2020 rev:86 rq:840805 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-09-18 
14:39:24.247895440 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3486/kcoreaddons.changes
2020-10-12 13:55:39.282124713 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 08:33:01 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
+- Too many changes since 5.74.0, only listing bugfixes:
+  * harden message-based tests against environment (kde#387006)
+  * refcount and delete KDirWatchPrivate instances (kde#423928)
+
+---

Old:

  kcoreaddons-5.74.0.tar.xz
  kcoreaddons-5.74.0.tar.xz.sig

New:

  kcoreaddons-5.75.0.tar.xz
  kcoreaddons-5.75.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.LEXDDx/_old  2020-10-12 13:55:39.802124924 +0200
+++ /var/tmp/diff_new_pack.LEXDDx/_new  2020-10-12 13:55:39.806124925 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.74.0.tar.xz -> kcoreaddons-5.75.0.tar.xz ++
 7537 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-09-18 14:38:13

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


Package is "kcoreaddons"

Fri Sep 18 14:38:13 2020 rev:85 rq:834390 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-08-12 
12:25:08.612159959 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.4249/kcoreaddons.changes
2020-09-18 14:39:24.247895440 +0200
@@ -1,0 +2,16 @@
+Sun Sep  6 12:48:56 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:
+  * Add *.kcrash glob pattern to KCrash Report MIME type
+  * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition
+  * do not wait for fam events indefinitely (kde#423818)
+  * Remove obsolete COPYING files
+  * [KFormat] Allow formatting values to arbitrary binary units
+  * Make it possible to KPluginMetadata from QML
+  * [KFormat] Fix binary example
+
+---

Old:

  kcoreaddons-5.73.0.tar.xz
  kcoreaddons-5.73.0.tar.xz.sig

New:

  kcoreaddons-5.74.0.tar.xz
  kcoreaddons-5.74.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.F1PiJb/_old  2020-09-18 14:39:25.111896211 +0200
+++ /var/tmp/diff_new_pack.F1PiJb/_new  2020-09-18 14:39:25.115896215 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.73.0.tar.xz -> kcoreaddons-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.73.0/CMakeLists.txt 
new/kcoreaddons-5.74.0/CMakeLists.txt
--- old/kcoreaddons-5.73.0/CMakeLists.txt   2020-08-01 21:42:45.0 
+0200
+++ new/kcoreaddons-5.74.0/CMakeLists.txt   2020-09-06 12:18:36.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.73.0/COPYING-CMAKE-SCRIPTS 
new/kcoreaddons-5.74.0/COPYING-CMAKE-SCRIPTS
--- old/kcoreaddons-5.73.0/COPYING-CMAKE-SCRIPTS2020-08-01 
21:42:45.0 +0200
+++ new/kcoreaddons-5.74.0/COPYING-CMAKE-SCRIPTS1970-01-01 
01:00:00.0 +0100
@@ -1,22 +0,0 @@
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWI

commit kcoreaddons for openSUSE:Factory

2020-08-12 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Wed Aug 12 12:23:29 2020 rev:84 rq:825063 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-07-14 
07:52:58.068561467 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3399/kcoreaddons.changes
2020-08-12 12:25:08.612159959 +0200
@@ -1,0 +2,15 @@
+Sun Aug  2 07:13:12 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 "standard" name for pot files for mimetypes
+  * Introduce KRandom::shuffle(container)
+  * Use KF-standardized Qt logging categories
+  * Apply FreeBSD test hacks only for "fast" (inotify) backends.
+  * Add a band-aid in kdirwatch unit test for FreeBSD OS. This makes all tests 
pass.
+  * Use camelcase include. (scripted)
+
+---

Old:

  kcoreaddons-5.72.0.tar.xz
  kcoreaddons-5.72.0.tar.xz.sig

New:

  kcoreaddons-5.73.0.tar.xz
  kcoreaddons-5.73.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.BtjlqY/_old  2020-08-12 12:25:09.360160450 +0200
+++ /var/tmp/diff_new_pack.BtjlqY/_new  2020-08-12 12:25:09.364160453 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -118,6 +118,7 @@
 %license LICENSES/*
 %doc README*
 %{_kf5_debugdir}/kcoreaddons.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5CoreAddons.so.*
 
 %files devel


++ kcoreaddons-5.72.0.tar.xz -> kcoreaddons-5.73.0.tar.xz ++
 33112 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-07-14 07:52:03

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


Package is "kcoreaddons"

Tue Jul 14 07:52:03 2020 rev:83 rq:820351 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-06-16 
13:42:10.492969110 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3060/kcoreaddons.changes
2020-07-14 07:52:58.068561467 +0200
@@ -1,0 +2,13 @@
+Sun Jul  5 07:55:12 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:
+  * autotests: try harder making kdirwatch_unittest more robust
+  * Tweak KRandom::random deprecation notice
+  * KRandom::random -> QRandomGenerator::global()
+  * Deprecate KRandom::random
+
+---

Old:

  kcoreaddons-5.71.0.tar.xz
  kcoreaddons-5.71.0.tar.xz.sig

New:

  kcoreaddons-5.72.0.tar.xz
  kcoreaddons-5.72.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.bqyk6u/_old  2020-07-14 07:52:59.896567386 +0200
+++ /var/tmp/diff_new_pack.bqyk6u/_new  2020-07-14 07:52:59.900567399 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -110,22 +109,23 @@
 %endif
 
 %files
-%license COPYING*
+%license LICENSES/*
 %doc README*
 %{_kf5_appsdir}/mime/packages/kde5.xml
 %{_kf5_datadir}/
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5CoreAddons.so.*
 %{_kf5_debugdir}/kcoreaddons.categories
+%{_kf5_libdir}/libKF5CoreAddons.so.*
 
 %files devel
+%license LICENSES/*
 %{_kf5_bindir}/desktoptojson
-%{_kf5_libdir}/libKF5CoreAddons.so
-%{_kf5_libdir}/cmake/KF5CoreAddons/
 %{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5CoreAddons/
+%{_kf5_libdir}/libKF5CoreAddons.so
 %{_kf5_mkspecsdir}/qt_KCoreAddons.pri
 
 %changelog


++ kcoreaddons-5.71.0.tar.xz -> kcoreaddons-5.72.0.tar.xz ++
 4249 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-06-16 13:41:31

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


Package is "kcoreaddons"

Tue Jun 16 13:41:31 2020 rev:82 rq:814346 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-05-11 
13:28:41.567525142 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3606/kcoreaddons.changes
2020-06-16 13:42:10.492969110 +0200
@@ -1,0 +2,12 @@
+Sun Jun  7 08:06:27 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:
+  * autotests: make kdirwatch_stat_unittest more robust.
+  * Port deprecated method
+  * Fix Bug 422291 - Preview of XMPP URI's in KMail (kde#422291)
+
+---

Old:

  kcoreaddons-5.70.0.tar.xz
  kcoreaddons-5.70.0.tar.xz.sig

New:

  kcoreaddons-5.71.0.tar.xz
  kcoreaddons-5.71.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.VrN7EE/_old  2020-06-16 13:42:11.212971734 +0200
+++ /var/tmp/diff_new_pack.VrN7EE/_new  2020-06-16 13:42:11.216971749 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -94,7 +94,7 @@
   %fdupes %{buildroot}
 
 %if %{with lang}
-%find_lang %{name}5 --with-qt --without-mo
+%find_lang %{name}5 --all-name --with-qt --without-mo
 %endif
 
 %post -n %{lname} -p /sbin/ldconfig


++ kcoreaddons-5.70.0.tar.xz -> kcoreaddons-5.71.0.tar.xz ++
 24485 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2020-05-11 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon May 11 13:27:30 2020 rev:81 rq:802072 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-04-15 
20:02:26.157930884 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.2738/kcoreaddons.changes
2020-05-11 13:28:41.567525142 +0200
@@ -1,0 +2,13 @@
+Sun May  3 09:39:48 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
+- Changes since 5.69.0:
+  * API dox: use ulong typedef with Q_PROPERTY(percent) to avoid doxygen bug
+  * API dox: document Q_DECLARE_FLAGS-based flags
+  * Mark ancient KLibFactory typedef as deprecated
+  * [KJobUiDelegate] Add AutoHandlingEnabled flag
+
+---

Old:

  kcoreaddons-5.69.0.tar.xz
  kcoreaddons-5.69.0.tar.xz.sig

New:

  kcoreaddons-5.70.0.tar.xz
  kcoreaddons-5.70.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.gAPeXY/_old  2020-05-11 13:28:42.575527256 +0200
+++ /var/tmp/diff_new_pack.gAPeXY/_new  2020-05-11 13:28:42.579527264 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.69.0.tar.xz -> kcoreaddons-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.69.0/CMakeLists.txt 
new/kcoreaddons-5.70.0/CMakeLists.txt
--- old/kcoreaddons-5.69.0/CMakeLists.txt   2020-04-05 00:56:29.0 
+0200
+++ new/kcoreaddons-5.70.0/CMakeLists.txt   2020-05-03 00:16:16.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.69.0/po/en_GB/kcoreaddons5_qt.po 
new/kcoreaddons-5.70.0/po/en_GB/kcoreaddons5_qt.po
--- old/kcoreaddons-5.69.0/po/en_GB/kcoreaddons5_qt.po  2020-04-05 
00:56:29.0 +0200
+++ new/kcoreaddons-5.70.0/po/en_GB/kcoreaddons5_qt.po  2020-05-03 
00:16:16.0 +0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2014-03-23 01:50+\n"
 "PO-Revision-Date: 2019-12-29 13:33+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\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/kcoreaddons-5.69.0/po/ko/kcoreaddons5_qt.po 
new/kcoreaddons-5.70.0/po/ko/kcoreaddons5_qt.po
--- old/kcoreaddons-5.69.0/po/ko/kcoreaddons5_qt.po 2020-04-05 
00:56:29.0 +0200
+++ new/kcoreaddons-5.70.0/po/ko/kcoreaddons5_qt.po 2020-05-03 
00:16:16.0 +0200
@@ -173,7 +173,7 @@
 #: lib/kaboutdata.cpp:1189
 msgctxt "KAboutData CLI|"
 msgid "Please use https://bugs.kde.org to report bugs."
-msgstr "https://bugs.kde.org 에 버그를 보고해 주십시오."
+msgstr "https://bugs.kde.org 사이트에 버그를 보고해 주십시오."
 
 #: lib/kaboutdata.cpp:1191
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.69.0/src/lib/CMakeLists.txt 
new/kcoreaddons-5.70.0/src/lib/CMakeLists.txt
--- old/kcoreaddons-5.69.0/src/lib/CMakeLists.txt   2020-04-05 
00:56:29.0 +0200
+++ new/kcoreaddons-5.70.0/src/lib/CMakeLists.txt   2020-05-03 
00:16:16.0 +0200
@@ -171,7 +171,7 @@
 GROUP_BASE_NAME KF
 VERSION ${KF5_VE

commit kcoreaddons for openSUSE:Factory

2020-04-15 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Wed Apr 15 20:01:09 2020 rev:80 rq:793139 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-03-19 
19:43:52.431972340 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.2738/kcoreaddons.changes
2020-04-15 20:02:26.157930884 +0200
@@ -1,0 +2,14 @@
+Sun Apr  5 19:45:25 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
+- Changes since 5.68.0:
+  * kdirwatch: fix a recently introduced crash (kde#419428)
+  * QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14
+  * Fix Warnings
+  * KCoreAddons: Convert license statements to SPDX expressions
+  * KPluginMetaData: handle invalid mimetype in supportsMimeType
+
+---

Old:

  kcoreaddons-5.68.0.tar.xz
  kcoreaddons-5.68.0.tar.xz.sig

New:

  kcoreaddons-5.69.0.tar.xz
  kcoreaddons-5.69.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.dx5nMF/_old  2020-04-15 20:02:27.093931587 +0200
+++ /var/tmp/diff_new_pack.dx5nMF/_new  2020-04-15 20:02:27.097931590 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.68.0.tar.xz -> kcoreaddons-5.69.0.tar.xz ++
 95496 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2020-03-19 19:42:02

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


Package is "kcoreaddons"

Thu Mar 19 19:42:02 2020 rev:79 rq:785308 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-02-14 
16:32:57.127437862 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.3160/kcoreaddons.changes
2020-03-19 19:43:52.431972340 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 09:17:40 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
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories file
+  * add hint that QIcon can be used as a program logo
+
+---

Old:

  kcoreaddons-5.67.0.tar.xz
  kcoreaddons-5.67.0.tar.xz.sig

New:

  kcoreaddons-5.68.0.tar.xz
  kcoreaddons-5.68.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.b0fza5/_old  2020-03-19 19:43:53.295972842 +0100
+++ /var/tmp/diff_new_pack.b0fza5/_new  2020-03-19 19:43:53.295972842 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.67.0.tar.xz -> kcoreaddons-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/.gitignore 
new/kcoreaddons-5.68.0/.gitignore
--- old/kcoreaddons-5.67.0/.gitignore   2020-02-02 13:45:47.0 +0100
+++ new/kcoreaddons-5.68.0/.gitignore   2020-03-07 10:38:10.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/CMakeLists.txt 
new/kcoreaddons-5.68.0/CMakeLists.txt
--- old/kcoreaddons-5.67.0/CMakeLists.txt   2020-02-02 13:45:47.0 
+0100
+++ new/kcoreaddons-5.68.0/CMakeLists.txt   2020-03-07 10:38:10.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
@@ -130,6 +130,4 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install(FILES kcoreaddons.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/kcoreaddons.categories 
new/kcoreaddons-5.68.0/kcoreaddons.categories
--- old/kcoreaddons-5.67.0/kcoreaddons.categories   2020-02-02 
13:45:47.0 +0100
+++ new/kcoreaddons-5.68.0/kcoreaddons.categories   1970-01-01 
01:00:00.0 +0100
@@ -1,6 +0,0 @@
-kf5.kcoreaddons.kdirwatch KDirWatch (KCoreAddons) DEFAULT_SEVERITY [WARNING] 
IDENTIFIER [KDIRWATCH]
-kf5.kcoreaddons.kaboutdata KAboutData (KCoreAddons) IDENTIFIER [KABOUTDATA]
-kf5.kcoreaddons.desktopparser DesktopParser (KCoreAddons) DEFAULT_SEVERITY 
[WARNING] IDENTIFIER [DESKTOPPARSER]
-kf5.kcoreaddons.kdelibs4configmigrator Kdelibs4ConfigMigrator (KCoreAddons) 
DEFAULT_SEVERITY [WARNING] IDENTIFIER [MIGRATOR]
-org.kde.kcoreaddons kcoreaddons (kcoreaddons lib) IDENTIFIER 
[KCOREADDONS_DEBUG]
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.67.0/po/ast/kcoreaddons5_qt.po 
new/kcoreaddons-5.68.0/po/ast/kcoreaddons5_qt.po
--- old/kcoreaddons-5.67.0/po/ast/kcoreaddons5_qt.po1970-01-01 
01:00:00.0 +0100

commit kcoreaddons for openSUSE:Factory

2020-02-14 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Feb 14 16:31:52 2020 rev:78 rq:773246 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2020-01-14 
21:03:18.390652420 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.26092/kcoreaddons.changes   
2020-02-14 16:32:57.127437862 +0100
@@ -1,0 +2,24 @@
+Sun Feb  2 18:06:49 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:35 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:
+  * demote plugin load errors from warning to debug level + reword
+  * Document how to filter by servicetype the right way
+  * Add perlSplit() overload taking a QRegularExpression
+and deprecate the QRegExp one
+  * Add mime type for backtraces saved from DrKonqi
+  * Add utility text function KShell::tildeCollapse
+  * Port to QMultiHash as QHash::insertMulti is deprecated
+  * KPluginMetaData: add initialPreference() getter
+  * desktoptojson: also convert InitialPreference key
+  * KCoreAddons: fix compilation with qtbase git dev branch
+
+---

Old:

  kcoreaddons-5.66.0.tar.xz
  kcoreaddons-5.66.0.tar.xz.sig

New:

  kcoreaddons-5.67.0.tar.xz
  kcoreaddons-5.67.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.4jPkUR/_old  2020-02-14 16:32:57.667438163 +0100
+++ /var/tmp/diff_new_pack.4jPkUR/_new  2020-02-14 16:32:57.671438165 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -41,10 +41,10 @@
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  shared-mime-info
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
 Requires:   shared-mime-info
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.12.0
 %endif
 Recommends: %{name}-lang = %{version}
 
@@ -72,7 +72,7 @@
 Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.11.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -87,7 +87,7 @@
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kcoreaddons-5.66.0.tar.xz -> kcoreaddons-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.66.0/CMakeLists.txt 
new/kcoreaddons-5.67.0/CMakeLists.txt
--- old/kcoreaddons-5.66.0/CMakeLists.txt   2020-01-04 11:05:28.0 
+0100
+++ new/kcoreaddons-5.67.0/CMakeLists.txt   2020-02-02 13:45:47.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.66.0/autotests/kshelltest.cpp 
new/kcoreaddons-5.67.0/autotests/kshelltest.cpp
--- old/kcoreaddons-5.66.0/autotests/kshelltest.cpp 2020-01-04 
11:05:28.0 +0100
+++ new/kcoreaddons-5.67.0/autotests/kshelltest.cpp 2020-02-0

commit kcoreaddons for openSUSE:Factory

2020-01-14 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue Jan 14 20:59:41 2020 rev:77 rq:763440 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-12-18 
14:42:20.705774687 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.6675/kcoreaddons.changes
2020-01-14 21:03:18.390652420 +0100
@@ -1,0 +2,11 @@
+Sun Jan  5 09:02:03 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
+- Too many changes since 5.65.0, only listing bugfixes:
+  * [KProcessList] Optimize KProcessList::processInfo (kde#410945)
+  * Fix KAutoSaveFile when having a long path (kde#412519)
+
+---

Old:

  kcoreaddons-5.65.0.tar.xz
  kcoreaddons-5.65.0.tar.xz.sig

New:

  kcoreaddons-5.66.0.tar.xz
  kcoreaddons-5.66.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.FXKEJx/_old  2020-01-14 21:03:20.466653381 +0100
+++ /var/tmp/diff_new_pack.FXKEJx/_new  2020-01-14 21:03:20.502653397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.65.0.tar.xz -> kcoreaddons-5.66.0.tar.xz ++
 15225 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-12-18 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Wed Dec 18 14:40:21 2019 rev:76 rq:757020 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-11-12 
11:43:42.574618197 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.4691/kcoreaddons.changes
2019-12-18 14:42:20.705774687 +0100
@@ -1,0 +2,13 @@
+Sun Dec  8 11:18:25 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:
+  * Remove unused variable
+  * Deprecate KAboutData::fromPluginMetaData, now there is KAboutPluginDialog
+  * Add a descriptive warning when inotify_add_watch returned ENOSPC
+  * Add test for bug "bug-414360" it's not a ktexttohtml bug
+
+---

Old:

  kcoreaddons-5.64.0.tar.xz
  kcoreaddons-5.64.0.tar.xz.sig

New:

  kcoreaddons-5.65.0.tar.xz
  kcoreaddons-5.65.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.2EMWsW/_old  2019-12-18 14:42:21.309774963 +0100
+++ /var/tmp/diff_new_pack.2EMWsW/_new  2019-12-18 14:42:21.313774965 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.64.0.tar.xz -> kcoreaddons-5.65.0.tar.xz ++
 7061 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-11-12 11:43:39

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


Package is "kcoreaddons"

Tue Nov 12 11:43:39 2019 rev:75 rq:747097 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-10-14 
13:34:39.930466538 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.2990/kcoreaddons.changes
2019-11-12 11:43:42.574618197 +0100
@@ -1,0 +2,15 @@
+Sun Nov  3 15:46:53 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:
+  * These methods were adding in qt5.15
+  * Make it compile against qt5.15 without deprecated method
+  * KCoreAddons: make programIconName() available to KConfigWidgets and KXmlGui
+  * KProcessInfoList -- add proclist backend for FreeBSD
+  * Fix grammar
+  * Use ECMGenerateExportHeader to manage deprecated API better
+
+---

Old:

  kcoreaddons-5.63.0.tar.xz
  kcoreaddons-5.63.0.tar.xz.sig

New:

  kcoreaddons-5.64.0.tar.xz
  kcoreaddons-5.64.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.RpjdhC/_old  2019-11-12 11:43:43.106618757 +0100
+++ /var/tmp/diff_new_pack.RpjdhC/_new  2019-11-12 11:43:43.106618757 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.63.0.tar.xz -> kcoreaddons-5.64.0.tar.xz ++
 8192 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-10-14 13:34:15

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


Package is "kcoreaddons"

Mon Oct 14 13:34:15 2019 rev:74 rq:738015 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-09-23 
12:22:01.701761433 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.2352/kcoreaddons.changes
2019-10-14 13:34:39.930466538 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:23 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
+- Too many changes to list here.
+
+---

Old:

  kcoreaddons-5.62.0.tar.xz
  kcoreaddons-5.62.0.tar.xz.sig

New:

  kcoreaddons-5.63.0.tar.xz
  kcoreaddons-5.63.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.muLrEx/_old  2019-10-14 13:34:40.430465234 +0200
+++ /var/tmp/diff_new_pack.muLrEx/_new  2019-10-14 13:34:40.434465225 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -36,15 +36,15 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.5
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  shared-mime-info
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
 Requires:   shared-mime-info
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.11.0
 %endif
 Recommends: %{name}-lang = %{version}
 
@@ -72,7 +72,7 @@
 Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.6.0
+Requires:   cmake(Qt5Core) >= 5.11.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks


++ kcoreaddons-5.62.0.tar.xz -> kcoreaddons-5.63.0.tar.xz ++
 4611 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-09-23 12:22:00

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


Package is "kcoreaddons"

Mon Sep 23 12:22:00 2019 rev:73 rq:730915 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-08-19 
21:04:24.384901336 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.7948/kcoreaddons.changes
2019-09-23 12:22:01.701761433 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:35 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:
+  * autotests: split up kprocesstest to fix compilation with Qt 5.14
+  * Use QLatin1String here
+  * Q_UNUSED doesn't need a ; after it.
+  * [KProcessList] Split command line and process name
+
+---

Old:

  kcoreaddons-5.61.0.tar.xz
  kcoreaddons-5.61.0.tar.xz.sig

New:

  kcoreaddons-5.62.0.tar.xz
  kcoreaddons-5.62.0.tar.xz.sig



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.v4aQY5/_old  2019-09-23 12:22:02.281761338 +0200
+++ /var/tmp/diff_new_pack.v4aQY5/_new  2019-09-23 12:22:02.285761337 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later


++ kcoreaddons-5.61.0.tar.xz -> kcoreaddons-5.62.0.tar.xz ++
 3490 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-08-19 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon Aug 19 21:02:52 2019 rev:72 rq:722452 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-07-26 
12:11:25.406841596 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.22127/kcoreaddons.changes   
2019-08-19 21:04:24.384901336 +0200
@@ -1,0 +2,21 @@
+Wed Aug  7 17:51:14 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
+- Changes since 5.60.0:
+  * Remove extra ';' 
+  * autotest: fix kformattest to ignore translations + QStringLiteral fix on 
Windows 
+  * Add function to suggest a unique filename 
+  * Fix build after 0b2fe3cf21 
+  * Remove unused includes
+
+---
+Fri Jul 19 11:39:24 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+- Drop patch to support Qt 5.9:
+  * 0001-Do-not-use-functor-if-Qt-lt-5.10.patch
+
+---

Old:

  0001-Do-not-use-functor-if-Qt-lt-5.10.patch
  kcoreaddons-5.60.0.tar.xz

New:

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



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.JrxvMw/_old  2019-08-19 21:04:24.764901275 +0200
+++ /var/tmp/diff_new_pack.JrxvMw/_new  2019-08-19 21:04:24.764901275 +0200
@@ -17,23 +17,25 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 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
-# PATCH-FIX-OPENSUSE
-Patch0: 0001-Do-not-use-functor-if-Qt-lt-5.10.patch
+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 >= %{_tar_path}
 BuildRequires:  fdupes
@@ -82,10 +84,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
-%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 -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"

++ kcoreaddons-5.60.0.tar.xz -> kcoreaddons-5.61.0.tar.xz ++
 1822 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-07-26 12:11:14

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


Package is "kcoreaddons"

Fri Jul 26 12:11:14 2019 rev:71 rq:715864 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-06-22 
11:10:13.640412092 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.4126/kcoreaddons.changes
2019-07-26 12:11:25.406841596 +0200
@@ -1,0 +2,11 @@
+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
+- Changes since 5.59.0:
+  * KPluginMetaData: use Q_DECLARE_METATYPE
+  * Install in new logging directory when we use kf5 5.59.0
+
+---

Old:

  kcoreaddons-5.59.0.tar.xz

New:

  kcoreaddons-5.60.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.WsTY5W/_old  2019-07-26 12:11:26.206841480 +0200
+++ /var/tmp/diff_new_pack.WsTY5W/_new  2019-07-26 12:11:26.206841480 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.59.0.tar.xz -> kcoreaddons-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.59.0/CMakeLists.txt 
new/kcoreaddons-5.60.0/CMakeLists.txt
--- old/kcoreaddons-5.59.0/CMakeLists.txt   2019-06-01 18:53:54.0 
+0200
+++ new/kcoreaddons-5.60.0/CMakeLists.txt   2019-07-07 20:31:48.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
@@ -27,7 +27,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)")
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 
 ecm_setup_qtplugin_macro_names(
@@ -118,6 +118,6 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-install(FILES kcoreaddons.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES kcoreaddons.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.59.0/po/ca@valencia/kcoreaddons5_qt.po 
new/kcoreaddons-5.60.0/po/ca@valencia/kcoreaddons5_qt.po
--- old/kcoreaddons-5.59.0/po/ca@valencia/kcoreaddons5_qt.po2019-06-01 
18:53:54.0 +0200
+++ new/kcoreaddons-5.60.0/po/ca@valencia/kcoreaddons5_qt.po2019-07-07 
20:31:48.0 +0200
@@ -1,5 +1,5 @@
 # Translation of kcoreaddons5_qt.po to Catalan (Valencian)
-# Copyright (C) 1998-2018 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, 2015, 2016, 2017, 2018.
 # Robert Millan , 2009.
 # Orestes Mas , 2010.
+# Empar , 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcoreaddons5_qt\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2018-12-07 13:03+0100\n"
-"Last-Translator: Josep Ma. Fer

commit kcoreaddons for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-06-22 11:09:05

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


Package is "kcoreaddons"

Sat Jun 22 11:09:05 2019 rev:70 rq:710726 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-05-21 
10:26:10.215534199 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.4615/kcoreaddons.changes
2019-06-22 11:10:13.640412092 +0200
@@ -1,0 +2,14 @@
+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
+- Changes since 5.58.0:
+  * Fix compliation for python bindings (kde#407306)
+  * Avoid method name clash in windows KProcessList backend
+  * Add namespace to windows kprocesslist clas
+  * Fix windows KProcessList return type
+  * Add GetProcessList for retrieving the list of currently active processes
+
+---

Old:

  kcoreaddons-5.58.0.tar.xz

New:

  kcoreaddons-5.59.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.fiPE1D/_old  2019-06-22 11:10:15.384414662 +0200
+++ /var/tmp/diff_new_pack.fiPE1D/_new  2019-06-22 11:10:15.416414709 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.58.0.tar.xz -> kcoreaddons-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.58.0/CMakeLists.txt 
new/kcoreaddons-5.59.0/CMakeLists.txt
--- old/kcoreaddons-5.58.0/CMakeLists.txt   2019-05-08 10:27:20.0 
+0200
+++ new/kcoreaddons-5.59.0/CMakeLists.txt   2019-06-01 18:53:54.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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/kcoreaddons-5.58.0/autotests/CMakeLists.txt 
new/kcoreaddons-5.59.0/autotests/CMakeLists.txt
--- old/kcoreaddons-5.58.0/autotests/CMakeLists.txt 2019-05-08 
10:27:20.0 +0200
+++ new/kcoreaddons-5.59.0/autotests/CMakeLists.txt 2019-06-01 
18:53:54.0 +0200
@@ -49,6 +49,7 @@
 kusertest.cpp
 kdelibs4migrationtest.cpp
 kdelibs4configmigratortest.cpp
+kprocesslisttest.cpp
 LINK_LIBRARIES Qt5::Test KF5::CoreAddons
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.58.0/autotests/kprocesslisttest.cpp 
new/kcoreaddons-5.59.0/autotests/kprocesslisttest.cpp
--- old/kcoreaddons-5.58.0/autotests/kprocesslisttest.cpp   1970-01-01 
01:00:00.0 +0100
+++ new/kcoreaddons-5.59.0/autotests/kprocesslisttest.cpp   2019-06-01 
18:53:54.0 +0200
@@ -0,0 +1,94 @@
+/*
+ *  This file is part of the KDE project
+ *  Copyright (C) 2019 David Hallas 
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License version 2 as published by the Free Software Foundation.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,

commit kcoreaddons for openSUSE:Factory

2019-05-21 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue May 21 10:25:54 2019 rev:69 rq:703337 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-04-19 
21:22:21.339719220 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.5148/kcoreaddons.changes
2019-05-21 10:26:10.215534199 +0200
@@ -1,0 +2,14 @@
+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
+- Changes since 5.57.0:
+  * Fix wrong "Unable to find service type" warnings
+  * New class KOSRelease - a parser for os-release files
+  * Fix bug about "** foo **"
+  * Not necessary to have %2 here as we use %1
+  * Skip running benchmarks when in debug mode.
+
+---

Old:

  kcoreaddons-5.57.0.tar.xz

New:

  kcoreaddons-5.58.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.S2pB9n/_old  2019-05-21 10:26:12.027533503 +0200
+++ /var/tmp/diff_new_pack.S2pB9n/_new  2019-05-21 10:26:12.031533501 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.57.0.tar.xz -> kcoreaddons-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.57.0/CMakeLists.txt 
new/kcoreaddons-5.58.0/CMakeLists.txt
--- old/kcoreaddons-5.57.0/CMakeLists.txt   2019-04-07 09:25:50.0 
+0200
+++ new/kcoreaddons-5.58.0/CMakeLists.txt   2019-05-08 10:27:20.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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/kcoreaddons-5.57.0/autotests/CMakeLists.txt 
new/kcoreaddons-5.58.0/autotests/CMakeLists.txt
--- old/kcoreaddons-5.57.0/autotests/CMakeLists.txt 2019-04-07 
09:25:50.0 +0200
+++ new/kcoreaddons-5.58.0/autotests/CMakeLists.txt 2019-05-08 
10:27:20.0 +0200
@@ -8,6 +8,11 @@
 return()
 endif()
 
+if(NOT CMAKE_BUILD_TYPE MATCHES "[Dd]ebug$")
+set(ENABLE_BENCHMARKS 1)
+endif()
+configure_file(config-tests.h.in config-tests.h)
+
 macro(build_plugin pname)
 add_library(${pname} MODULE ${ARGN})
 ecm_mark_as_test(${pname})
@@ -31,6 +36,7 @@
 kcompositejobtest.cpp
 kformattest.cpp
 kjobtest.cpp
+kosreleasetest.cpp
 kpluginfactorytest.cpp
 kpluginloadertest.cpp
 kpluginmetadatatest.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.57.0/autotests/config-tests.h.in 
new/kcoreaddons-5.58.0/autotests/config-tests.h.in
--- old/kcoreaddons-5.57.0/autotests/config-tests.h.in  1970-01-01 
01:00:00.0 +0100
+++ new/kcoreaddons-5.58.0/autotests/config-tests.h.in  2019-05-08 
10:27:20.0 +0200
@@ -0,0 +1 @@
+#cmakedefine01 ENABLE_BENCHMARKS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.57.0/autotests/data/os-release 
new/kcoreaddons-5.58.0/autotests/data/os-release
--- old/kcoreaddons-5.57.0/autotests/data/os-release1970-01-01 
01:00:00.0 +0100
+++ new/kcoreaddons-5.58.0/autotests/data/os-release2019-05-08 
10:27:20.0 +0200
@@ -0,0 +1,22 @@
+NAME="Name"
+VERSION="100.5"
+ID=theid
+ID_LIKE="otherid otherotherid"
+VERSION_CODENAME=versioncodename
+VERSION_ID="500.1"
+PRETTY_NAM

commit kcoreaddons for openSUSE:Factory

2019-04-19 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Apr 19 21:21:26 2019 rev:68 rq:695208 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-03-21 
09:44:37.806920628 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.5536/kcoreaddons.changes
2019-04-19 21:22:21.339719220 +0200
@@ -1,0 +2,21 @@
+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:
+  * Fix "* foo *" we don't want to bold this string.
+  * Fix Bug 401996 - clicking contact web url => uncomplete url is selected 
(kde#401996)
+  * autotests: comment out verbose output from KDirWatch
+  * Print strerror when inotify fails (typical reason: "too many open files").
+  * Port to qregularexpression + simplify it. all autotest ok
+  * Add more autotest
+  * Fix bug when we have several space
+  * Fix compilation with Android API level >= 26
+  * Add Q_EMIT to emit signal call
+  * port to std::sort
+  * Use range-based for loop
+  * Make it compile without foreach
+
+---

Old:

  kcoreaddons-5.56.0.tar.xz

New:

  kcoreaddons-5.57.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.F0oH6O/_old  2019-04-19 21:22:21.867719892 +0200
+++ /var/tmp/diff_new_pack.F0oH6O/_new  2019-04-19 21:22:21.871719897 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.56.0.tar.xz -> kcoreaddons-5.57.0.tar.xz ++
 2077 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-03-21 09:44:04

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


Package is "kcoreaddons"

Thu Mar 21 09:44:04 2019 rev:67 rq:686726 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-02-28 
21:28:34.549829311 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.28833/kcoreaddons.changes   
2019-03-21 09:44:37.806920628 +0100
@@ -1,0 +2,13 @@
+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:
+  * Fix compile kpimtextedit when we remove all deprecated method against
+  * Port deprecated methods
+  * Namespace find_file call
+  * Create tel: links for phone numbers
+
+---

Old:

  kcoreaddons-5.55.0.tar.xz

New:

  kcoreaddons-5.56.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.fDagz6/_old  2019-03-21 09:44:39.270920291 +0100
+++ /var/tmp/diff_new_pack.fDagz6/_new  2019-03-21 09:44:39.294920285 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.55.0.tar.xz -> kcoreaddons-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.55.0/CMakeLists.txt 
new/kcoreaddons-5.56.0/CMakeLists.txt
--- old/kcoreaddons-5.55.0/CMakeLists.txt   2019-02-03 00:54:52.0 
+0100
+++ new/kcoreaddons-5.56.0/CMakeLists.txt   2019-03-02 14:36:22.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.55.0/KF5CoreAddonsConfig.cmake.in 
new/kcoreaddons-5.56.0/KF5CoreAddonsConfig.cmake.in
--- old/kcoreaddons-5.55.0/KF5CoreAddonsConfig.cmake.in 2019-02-03 
00:54:52.0 +0100
+++ new/kcoreaddons-5.56.0/KF5CoreAddonsConfig.cmake.in 2019-03-02 
14:36:22.0 +0100
@@ -6,11 +6,11 @@
 @PACKAGE_SETUP_AUTOMOC_VARIABLES@
 
 if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
-find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
+find_file(KCOREADDONS_TARGETSFILE 
KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
 PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR}
 NO_DEFAULT_PATH
 NO_CMAKE_FIND_ROOT_PATH)
-include("${TARGETSFILE}")
+include("${KCOREADDONS_TARGETSFILE}")
 else()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake")
 if(CMAKE_CROSSCOMPILING AND DESKTOPTOJSON_EXECUTABLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.55.0/autotests/ktexttohtmltest.cpp 
new/kcoreaddons-5.56.0/autotests/ktexttohtmltest.cpp
--- old/kcoreaddons-5.55.0/autotests/ktexttohtmltest.cpp2019-02-03 
00:54:52.0 +0100
+++ new/kcoreaddons-5.56.0/autotests/ktexttohtmltest.cpp2019-03-02 
14:36:22.0 +0100
@@ -439,6 +439,59 @@
<< 
KTextToHTML::Options(KTextToHTML::PreserveSpaces)
<< "@@ -55,6 +55,10 @@ 
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0\";>http://www.kde.org/standards/kcfg/1.0
 http://www.kde.org/\";>http://www.kde.org/";
 
+const auto opt = KTextToHTML::PreserveSpaces | 
KTextToHTML::ConvertPhoneNumbers;
+// tel: urls
+QTest::newRow("tel url compact") << "bla bla  b

commit kcoreaddons for openSUSE:Factory

2019-02-28 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Thu Feb 28 21:28:19 2019 rev:66 rq:678674 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-02-14 
14:24:17.239904893 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.28833/kcoreaddons.changes   
2019-02-28 21:28:34.549829311 +0100
@@ -1,0 +2,7 @@
+Fri Feb 15 09:17:36 UTC 2019 - alarr...@suse.com
+
+- Add 0001-Do-not-use-functor-if-Qt-lt-5.10.patch to revert the removal of
+  support for Qt 5.9
+- Downgrade the Qt version requirement to build with 5.9
+
+---

New:

  0001-Do-not-use-functor-if-Qt-lt-5.10.patch



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.ef3W7o/_old  2019-02-28 21:28:36.525828650 +0100
+++ /var/tmp/diff_new_pack.ef3W7o/_new  2019-02-28 21:28:36.561828638 +0100
@@ -32,6 +32,8 @@
 URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE
+Patch0: 0001-Do-not-use-functor-if-Qt-lt-5.10.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
@@ -80,6 +82,10 @@
 
 %prep
 %setup -q
+%autopatch -p1
+%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 -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"

++ 0001-Do-not-use-functor-if-Qt-lt-5.10.patch ++
>From 16e8cf1e6607ae496515edce00a771ad0153b348 Mon Sep 17 00:00:00 2001
From: Milian Wolff 
Date: Thu, 11 Jan 2018 15:39:35 +0100
Subject: Optimize: use QMetaObject::invokeMethod with functor

Summary:
When using this method with a string argument, the method would need
to be queried every time via QMetaObject::indexOfMethod. Using a
functor one can get rid of this, saving a few cycles which can
add up when handling many inotify events.

Note that the benchmark timing does not really improve significantly.
Using a profiler like perf, we do see that less cycles are consumed
though. In my measurement, this reduces the cpu cyles by about 2%.

Reviewers: dfaure

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D9823
---
 src/lib/io/kdirwatch.cpp | 12 
 1 file changed, 12 insertions(+)

(limited to 'src/lib/io/kdirwatch.cpp')

Rebased by Antonio Larrosa  to recover this patch
which was later removed by
https://cgit.kde.org/kcoreaddons.git/commit/src/lib/io/kdirwatch.cpp?id=026bbfe17707b0f3999b8b461e24480a8a539226

diff --git a/src/lib/io/kdirwatch.cpp b/src/lib/io/kdirwatch.cpp
index eb8aeeb..7213ee6 100644
--- a/src/lib/io/kdirwatch.cpp
+++ b/src/lib/io/kdirwatch.cpp
@@ -1405,16 +1405,28 @@ void KDirWatchPrivate::emitEvent(Entry *e, int event, 
const QString &fileName)
 // Emit the signals delayed, to avoid unexpected re-entrance from the 
slots (#220153)
 
 if (event & Deleted) {
+#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
+QMetaObject::invokeMethod(c.instance, "setDeleted", 
Qt::QueuedConnection, Q_ARG(QString, path));
+#else
 QMetaObject::invokeMethod(c.instance, [c, path]() { 
c.instance->setDeleted(path); }, Qt::QueuedConnection);
+#endif
 }
 
 if (event & Created) {
+#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
+QMetaObject::invokeMethod(c.instance, "setCreated", 
Qt::QueuedConnection, Q_ARG(QString, path));
+#else
 QMetaObject::invokeMethod(c.instance, [c, path]() { 
c.instance->setCreated(path); }, Qt::QueuedConnection);
+#endif
 // possible emit Change event after creation
 }
 
 if (event & Changed) {
+#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
+QMetaObject::invokeMethod(c.instance, "setDirty", 
Qt::QueuedConnection, Q_ARG(QString, path));
+#else
 QMetaObject::invokeMethod(c.instance, [c, path]() { 
c.instance->setDirty(path); }, Qt::QueuedConnection);
+#endif
 }
 }
 }
-- 
cgit v1.1




commit kcoreaddons for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2019-02-14 14:24:12

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


Package is "kcoreaddons"

Thu Feb 14 14:24:12 2019 rev:65 rq:674225 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2019-01-21 
10:19:08.394148259 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.28833/kcoreaddons.changes   
2019-02-14 14:24:17.239904893 +0100
@@ -1,0 +2,12 @@
+Sun Feb 10 22:03:03 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 public classes
+  * delete copy constructor and assignment operator of some internal classes
+  * Remove check for Qt version 5.10
+
+---

Old:

  kcoreaddons-5.54.0.tar.xz

New:

  kcoreaddons-5.55.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.JhTe69/_old  2019-02-14 14:24:17.755904649 +0100
+++ /var/tmp/diff_new_pack.JhTe69/_new  2019-02-14 14:24:17.755904649 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.54.0.tar.xz -> kcoreaddons-5.55.0.tar.xz ++
 7473 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon Jan 21 10:18:50 2019 rev:64 rq:665787 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-12-19 
13:40:09.652063069 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.28833/kcoreaddons.changes   
2019-01-21 10:19:08.394148259 +0100
@@ -1,0 +2,13 @@
+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:
+  * Use for(...:...) + initialize variables
+  * cmake macros: Port away from deprecated ECM var in kcoreaddons_add_plugin 
(kde#401888)
+  * make units and prefixes of formatValue translatable
+  * make it build
+
+---

Old:

  kcoreaddons-5.53.1.tar.xz

New:

  kcoreaddons-5.54.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.6jEC0o/_old  2019-01-21 10:19:08.918147732 +0100
+++ /var/tmp/diff_new_pack.6jEC0o/_new  2019-01-21 10:19:08.918147732 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.53.1
+Version:5.54.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.53.1.tar.xz -> kcoreaddons-5.54.0.tar.xz ++
 92384 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-12-19 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Wed Dec 19 13:39:42 2018 rev:63 rq:658550 version:5.53.1

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-11-14 
14:32:34.827373518 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new.28833/kcoreaddons.changes   
2018-12-19 13:40:09.652063069 +0100
@@ -1,0 +2,21 @@
+Sun Dec 09 19:53:38 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.1
+  * Hotfix release to fix a build problem
+- Changes since 5.53.0:
+  * make it build
+
+---
+Sun Dec 09 19:43:43 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:
+  * Use isEmpty()
+  * Make it possible to use KAboutData/License/Person from QML
+  * KPluginFactory: fix create() apidox
+  * Fix crash if XDG_CACHE_HOME directory is too small or out of space 
(kde#400610)
+
+---

Old:

  kcoreaddons-5.52.0.tar.xz

New:

  kcoreaddons-5.53.1.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.dlUASj/_old  2018-12-19 13:40:10.092062446 +0100
+++ /var/tmp/diff_new_pack.dlUASj/_new  2018-12-19 13:40:10.092062446 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.52.0
+Version:5.53.1
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.52.0.tar.xz -> kcoreaddons-5.53.1.tar.xz ++
 21146 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2018-11-14 14:32:11

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


Package is "kcoreaddons"

Wed Nov 14 14:32:11 2018 rev:62 rq:648501 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-10-22 
11:10:07.871933822 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-11-14 14:32:34.827373518 +0100
@@ -1,0 +2,13 @@
+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:
+  * autotests: repair "detecting hardlink change" with stat/qfswatch
+  * Minor: Use nullptr
+  * Add to categories files. Use new syntax
+  * Use qEnvironmentVariableIntValue
+
+---

Old:

  kcoreaddons-5.51.0.tar.xz

New:

  kcoreaddons-5.52.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.O8nYsQ/_old  2018-11-14 14:32:36.059372321 +0100
+++ /var/tmp/diff_new_pack.O8nYsQ/_new  2018-11-14 14:32:36.063372318 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later
@@ -41,8 +41,8 @@
 Requires:   shared-mime-info
 %if %{with lang}
 BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-Recommends: %{name}-lang = %{version}
 %endif
+Recommends: %{name}-lang = %{version}
 
 %description
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -115,6 +115,7 @@
 %license COPYING*
 %doc README*
 %{_kf5_libdir}/libKF5CoreAddons.so.*
+%{_kf5_debugdir}/kcoreaddons.categories
 
 %files devel
 %{_kf5_bindir}/desktoptojson

++ kcoreaddons-5.51.0.tar.xz -> kcoreaddons-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.51.0/CMakeLists.txt 
new/kcoreaddons-5.52.0/CMakeLists.txt
--- old/kcoreaddons-5.51.0/CMakeLists.txt   2018-10-08 10:11:36.0 
+0200
+++ new/kcoreaddons-5.52.0/CMakeLists.txt   2018-11-03 18:59:12.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
@@ -78,7 +78,7 @@
 
 kde_enable_exceptions()
 
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 #add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
 
 
@@ -118,4 +118,6 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
+install(FILES kcoreaddons.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.51.0/autotests/kdirwatch_unittest.cpp 
new/kcoreaddons-5.52.0/autotests/kdirwatch_unittest.cpp
--- old/kcoreaddons-5.51.0/autotests/kdirwatch_unittest.cpp 2018-10-08 
10:11:36.0 +0200
+++ new/kcoreaddons-5.52.0/autotests/kdirwatch_unittest.cpp 2018-11-03 
18:59:12.0 +0100
@@ -729,6 +729,10 @@
 
 //KDirWatch::statistics();
 
+// The mtime of the existing file is the one of "TestFile", so it's old.
+// We won't detect the change then, if we use that as baseline for waiting.
+// We really need msec granularity, but that requires using statx which 
isn't available everywhere...
+waitUntilNewSecond();
 appendToFile(existingFile);
 QVERIFY(waitForOneSignal(watch, SIGNAL(dirty(QString)), existingFile));
 #else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--e

commit kcoreaddons for openSUSE:Factory

2018-10-22 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon Oct 22 11:10:05 2018 rev:61 rq:642304 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-10-01 
08:05:11.366392172 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-10-22 11:10:07.871933822 +0200
@@ -1,0 +2,17 @@
+Tue Oct 16 08:01:57 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
+  * Use QString's multi-arg with multiple string args
+  * Fix minor EBN issues
+
+---

Old:

  kcoreaddons-5.50.0.tar.xz

New:

  kcoreaddons-5.51.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.26T0Wu/_old  2018-10-22 11:10:08.263933502 +0200
+++ /var/tmp/diff_new_pack.26T0Wu/_new  2018-10-22 11:10:08.263933502 +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   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 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

++ kcoreaddons-5.50.0.tar.xz -> kcoreaddons-5.51.0.tar.xz ++
 15734 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-09-30 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon Oct  1 08:04:55 2018 rev:60 rq:635983 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-08-24 
16:52:00.257212858 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-10-01 08:05:11.366392172 +0200
@@ -1,0 +2,15 @@
+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:
+  * Don't remove space between two url when line start with " (kmail bug)
+  * Add kmail bug. Need to understand why it eats space
+  * Add more autotest
+  * KPluginLoader: use '/' even on Windows, libraryPaths() returns paths with 
'/'
+  * autotests: add debug output for plugin dirs, to investigate Purpose CI on 
Windows
+  * KPluginMetaData: convert empty string to empty stringlist.
+
+---

Old:

  kcoreaddons-5.49.0.tar.xz

New:

  kcoreaddons-5.50.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.8ySwwr/_old  2018-10-01 08:05:11.846391914 +0200
+++ /var/tmp/diff_new_pack.8ySwwr/_new  2018-10-01 08:05:11.850391912 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1-or-later

++ kcoreaddons-5.49.0.tar.xz -> kcoreaddons-5.50.0.tar.xz ++
 2802 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-08-24 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Aug 24 16:51:57 2018 rev:59 rq:630594 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-07-21 
10:11:40.415150435 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-08-24 16:52:00.257212858 +0200
@@ -1,0 +2,19 @@
+Sun Aug 19 09:18:54 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:
+  * Fix overflow in rounding code (kde#397008)
+  * API dox: remove not-to-be-there ":"s behind "@note"
+  * API dox: talk about nullptr, not 0
+  * KFormat: Replace unicode literal with unicode codepoint to fix MSVC build
+  * KFormat: Add unit tests for mili/micro SI prefixes
+  * KFormat: fix typo in SI prefix name enum
+  * KFormat: correct @since tag for new KFormat::formatValue
+  * KFormat: Allow usage of quantities beyond bytes and seconds
+  * Correct KFormat::formatBytes examples
+  * Honor BUILD_TESTING
+
+---

Old:

  kcoreaddons-5.48.0.tar.xz

New:

  kcoreaddons-5.49.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.nAVzLT/_old  2018-08-24 16:52:00.589213249 +0200
+++ /var/tmp/diff_new_pack.nAVzLT/_new  2018-08-24 16:52:00.597213258 +0200
@@ -16,36 +16,33 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:Utilities for core application functionality and accessing the 
OS
+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 >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 BuildRequires:  shared-mime-info
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 Requires:   shared-mime-info
 %if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 Recommends: %{name}-lang = %{version}
 %endif
-Summary:Utilities for core application functionality and accessing the 
OS
-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
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -53,13 +50,13 @@
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Utilities for core application functionality and accessing the 
OS
 Group:  System/GUI/KDE
-Recommends: %{name} = %{version}
 %requires_ge libQt5Core5
+Recommends: %{name} = %{version}
 
-%description -n %lname
+%description -n %{lname}
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
@@ -68,7 +65,7 @@
 %package devel
 Summary:Utilities for core application functionality and accessing the 
OS
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Core) >= 5.6.0
@@ -80,6 +77,7 @@
 replacement, accessing user information and many more. Development files.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -95,13 +93,11 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
+%post -n %{lname} -p /sbin/ldconfig
 %post
 %mime_database_post
 
-%postun -n %lname -p 

commit kcoreaddons for openSUSE:Factory

2018-07-21 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Sat Jul 21 10:11:37 2018 rev:58 rq:623268 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-06-22 
13:19:22.490157196 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-07-21 10:11:40.415150435 +0200
@@ -1,0 +2,12 @@
+Mon Jul 16 04:37:37 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 QT definitions duplicated from KDEFrameworkCompilerSettings
+  * Make sure that it compiles with strict compile flags
+  * Remove unused key X-KDE-DBus-ModuleName from test servicetype metadata
+
+---

Old:

  kcoreaddons-5.47.0.tar.xz

New:

  kcoreaddons-5.48.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.Zw4nVs/_old  2018-07-21 10:11:40.863150331 +0200
+++ /var/tmp/diff_new_pack.Zw4nVs/_new  2018-07-21 10:11:40.863150331 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.47.0
+Version:5.48.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.47.0.tar.xz -> kcoreaddons-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.47.0/CMakeLists.txt 
new/kcoreaddons-5.48.0/CMakeLists.txt
--- old/kcoreaddons-5.47.0/CMakeLists.txt   2018-06-02 19:50:40.0 
+0200
+++ new/kcoreaddons-5.48.0/CMakeLists.txt   2018-07-08 00:29:43.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.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)
 
@@ -78,6 +78,10 @@
 
 kde_enable_exceptions()
 
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+#add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+
+
 add_subdirectory(src)
 add_subdirectory(autotests)
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.47.0/autotests/data/servicetypes/fake-kdedmodule.desktop 
new/kcoreaddons-5.48.0/autotests/data/servicetypes/fake-kdedmodule.desktop
--- old/kcoreaddons-5.47.0/autotests/data/servicetypes/fake-kdedmodule.desktop  
2018-06-02 19:50:40.0 +0200
+++ new/kcoreaddons-5.48.0/autotests/data/servicetypes/fake-kdedmodule.desktop  
2018-07-08 00:29:43.0 +0200
@@ -3,8 +3,6 @@
 X-KDE-ServiceType=KDEDModule
 [PropertyDef::X-KDE-FactoryName]
 Type=QString
-[PropertyDef::X-KDE-DBus-ModuleName]
-Type=QString
 [PropertyDef::X-KDE-Kded-autoload]
 Type=bool
 [PropertyDef::X-KDE-Kded-load-on-demand]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.47.0/autotests/desktoptojsontest.cpp 
new/kcoreaddons-5.48.0/autotests/desktoptojsontest.cpp
--- old/kcoreaddons-5.47.0/autotests/desktoptojsontest.cpp  2018-06-02 
19:50:40.0 +0200
+++ new/kcoreaddons-5.48.0/autotests/desktoptojsontest.cpp  2018-07-08 
00:29:43.0 +0200
@@ -283,7 +283,6 @@
 "Comment=Stores network cookies\n"
 "X-KDE-ServiceTypes=KDEDModule\n"
 "X-KDE-Library=kf5/kded/kcookiejar\n"
-"X-KDE-DBus-ModuleName=kcookiejar\n"
 "X-KDE-Kded-autoload=false\n"
 "X-KDE-Kded-load-on-demand=true\n";
 auto kcookiejarResult = QJsonDocument::fromJson(
@@ -295,7 +294,6 @@
   

commit kcoreaddons for openSUSE:Factory

2018-06-22 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Jun 22 13:18:30 2018 rev:57 rq:616746 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-05-18 
14:20:22.470948582 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-06-22 13:19:22.490157196 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:26:03 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:
+  * None
+
+---

Old:

  kcoreaddons-5.46.0.tar.xz

New:

  kcoreaddons-5.47.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.UxetL7/_old  2018-06-22 13:19:24.014100690 +0200
+++ /var/tmp/diff_new_pack.UxetL7/_new  2018-06-22 13:19:24.014100690 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.46.0
+Version:5.47.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.46.0.tar.xz -> kcoreaddons-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.46.0/CMakeLists.txt 
new/kcoreaddons-5.47.0/CMakeLists.txt
--- old/kcoreaddons-5.46.0/CMakeLists.txt   2018-05-05 14:56:27.0 
+0200
+++ new/kcoreaddons-5.47.0/CMakeLists.txt   2018-06-02 19:50:40.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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/kcoreaddons-5.46.0/po/id/kcoreaddons5_qt.po 
new/kcoreaddons-5.47.0/po/id/kcoreaddons5_qt.po
--- old/kcoreaddons-5.46.0/po/id/kcoreaddons5_qt.po 2018-05-05 
14:56:27.0 +0200
+++ new/kcoreaddons-5.47.0/po/id/kcoreaddons5_qt.po 2018-06-02 
19:50:40.0 +0200
@@ -9,7 +9,7 @@
 "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: 2018-04-03 06:32+0700\n"
+"PO-Revision-Date: 2018-05-31 22:01+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -120,7 +120,7 @@
 #: lib/kaboutdata.cpp:381
 msgctxt "KAboutLicense|@item license"
 msgid "Custom"
-msgstr "Suaian"
+msgstr "Kustom"
 
 #: lib/kaboutdata.cpp:384
 msgctxt "KAboutLicense|@item license"
@@ -527,7 +527,7 @@
 "KFormat|used when a relative date string can't be generated because the date "
 "is invalid"
 msgid "Invalid date"
-msgstr "Tanggal tidak sah"
+msgstr "Tanggal tidak absah"
 
 #: lib/util/kformatprivate.cpp:382
 msgctxt "KFormat|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.46.0/po/sr/kcoreaddons5_qt.po 
new/kcoreaddons-5.47.0/po/sr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.46.0/po/sr/kcoreaddons5_qt.po 2018-05-05 
14:56:27.0 +0200
+++ new/kcoreaddons-5.47.0/po/sr/kcoreaddons5_qt.po 2018-06-02 
19:50:40.0 +0200
@@ -23,7 +23,7 @@
 "X-Wrapping: fine\n"
 "X-Qt-Contexts: true\n"
 
-#: lib/kaboutdata.cpp:291
+#: lib/kaboutdata.cpp:292
 msgctxt "KAboutLicense|"
 msgid ""
 "No licensing terms for this program have been specified.\n"
@@ -34,103 +34,103 @@
 "Проверите да ли су услови лиценцирања наведени у\n"
 "документацији или изворном коду.\n"
 
-#: lib/kaboutdata.cpp:301
+#: lib/kaboutdata.cpp:302
 #, qt-format
 msgctxt "KAboutLicense|"
 msgid "This program is distributed under the terms of the %1."
 msgstr "Услови за дистрибуирање програма: %1."
 
-#: lib/kaboutdata.cp

commit kcoreaddons for openSUSE:Factory

2018-05-18 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri May 18 14:19:38 2018 rev:56 rq:607544 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-04-19 
15:18:02.806825304 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-05-18 14:20:22.470948582 +0200
@@ -1,0 +2,19 @@
+Sun May 13 21:03:01 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
+  * [KUser] Check whether .face.icon is actually readable before returning it
+  * We need ";" for windows compiler (on last gcc it works without problem)
+  * Revert "Revert "Warning--""
+  * Fix pedantic warnings
+  * Revert "Warning--"
+  * Warning--
+  * KJob public signals
+  * Fix compiler warning under Clang
+  * [kcoreaddons] convert to new connect syntax
+
+---

Old:

  kcoreaddons-5.45.0.tar.xz

New:

  kcoreaddons-5.46.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.7obWyP/_old  2018-05-18 14:20:23.190922161 +0200
+++ /var/tmp/diff_new_pack.7obWyP/_new  2018-05-18 14:20:23.194922014 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.45.0
+Version:5.46.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.45.0.tar.xz -> kcoreaddons-5.46.0.tar.xz ++
 21717 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2018-04-19 15:17:59

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


Package is "kcoreaddons"

Thu Apr 19 15:17:59 2018 rev:55 rq:596893 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-03-20 
21:45:07.094609878 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-04-19 15:18:02.806825304 +0200
@@ -1,0 +2,14 @@
+Sat Apr 14 13:19:03 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:
+  * Add missing override
+  * Return when url is empty
+  * Use ecm_setup_qtplugin_macro_names
+  * Remove not necessary QtCore and co
+  * Cleanup m_inotify_wd_to_entry before invalidating Entry pointers 
(kde#390214)
+
+---

Old:

  kcoreaddons-5.44.0.tar.xz

New:

  kcoreaddons-5.45.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.NPe7wv/_old  2018-04-19 15:18:03.386802147 +0200
+++ /var/tmp/diff_new_pack.NPe7wv/_new  2018-04-19 15:18:03.390801987 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.44.0
+Version:5.45.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.44.0.tar.xz -> kcoreaddons-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.44.0/CMakeLists.txt 
new/kcoreaddons-5.45.0/CMakeLists.txt
--- old/kcoreaddons-5.44.0/CMakeLists.txt   2018-03-06 09:12:31.0 
+0100
+++ new/kcoreaddons-5.45.0/CMakeLists.txt   2018-04-07 21:33:50.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
@@ -18,6 +18,7 @@
 include(ECMGenerateHeaders)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddQch)
+include(ECMSetupQtPluginMacroNames)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -26,30 +27,18 @@
 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)")
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 
-# TODO: create ECM macro for automoc & json things
-set(KCoreAddons_AUTOMOC_MACRO_NAMES "K_PLUGIN_FACTORY_WITH_JSON" 
"K_PLUGIN_FACTORY" "K_PLUGIN_CLASS_WITH_JSON")
-if(NOT CMAKE_VERSION VERSION_LESS "3.10.0")
-  # CMake 3.9+ warns about automoc on files without Q_OBJECT, and doesn't know 
about other macros.
-  # 3.10+ lets us provide more macro names that require automoc.
-  list(APPEND CMAKE_AUTOMOC_MACRO_NAMES ${KCoreAddons_AUTOMOC_MACRO_NAMES})
-endif()
-set(KCoreAddons_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2 
"K_PLUGIN_FACTORY_WITH_JSON" "K_PLUGIN_CLASS_WITH_JSON")
-if(NOT CMAKE_VERSION VERSION_LESS "3.9.0")
-# CMake's automoc needs help to find names of plugin metadata files in 
case Q_PLUGIN_METADATA
-# is indirectly used via other C++ preprocessor macros
-# 3.9+ lets us provide some filter rule pairs (keyword, regexp) to match 
the names of such files
-# in the plain text of the sources. See AUTOMOC_DEPEND_FILTERS docs for 
details.
-foreach(macro_name  ${KCoreAddons_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2})
-list(APPEND CMAKE_AUTOMOC_DEPEND_FILTERS
-"${macro_name}"
-"[\n^][ \t]*${macro_name}[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\""
-)
-endforeach()
-endif()
-
+ecm_setup_qtplugin_macro_n

commit kcoreaddons for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2018-03-20 21:44:02

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


Package is "kcoreaddons"

Tue Mar 20 21:44:02 2018 rev:54 rq:586814 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-02-16 
21:29:12.944559644 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-03-20 21:45:07.094609878 +0100
@@ -1,0 +2,18 @@
+Mon Mar 12 23:29:41 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:
+  * Cleanup m_inotify_wd_to_entry before invalidating Entry pointers 
(kde#390214)
+  * kcoreaddons_add_plugin: remove effectless OBJECT_DEPENDS on json file
+  * Help automoc to find metadata JSON files referenced in the code
+  * kcoreaddons_desktop_to_json: note the generated file in the build log
+  * Bump shared-mime-info to 1.3
+  * Use override keyword here
+  * Introduce K_PLUGIN_CLASS_WITH_JSON
+  * KUrlMimeData: port to QStringLiteral
+  * Increase timeout in the hope of fixing test failure on the CI
+
+---

Old:

  kcoreaddons-5.43.0.tar.xz

New:

  kcoreaddons-5.44.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.8lHqxB/_old  2018-03-20 21:45:07.862582238 +0100
+++ /var/tmp/diff_new_pack.8lHqxB/_new  2018-03-20 21:45:07.886581374 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.43.0
+Version:5.44.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -40,7 +40,7 @@
 Recommends: %{name}-lang = %{version}
 %endif
 Summary:Utilities for core application functionality and accessing the 
OS
-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

++ kcoreaddons-5.43.0.tar.xz -> kcoreaddons-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.43.0/CMakeLists.txt 
new/kcoreaddons-5.44.0/CMakeLists.txt
--- old/kcoreaddons-5.43.0/CMakeLists.txt   2018-02-05 12:58:30.0 
+0100
+++ new/kcoreaddons-5.44.0/CMakeLists.txt   2018-03-06 09:12:31.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
@@ -29,12 +29,27 @@
 set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 
-set(KCoreAddons_AUTOMOC_MACRO_NAMES "K_PLUGIN_FACTORY_WITH_JSON" 
"K_PLUGIN_FACTORY")
+# TODO: create ECM macro for automoc & json things
+set(KCoreAddons_AUTOMOC_MACRO_NAMES "K_PLUGIN_FACTORY_WITH_JSON" 
"K_PLUGIN_FACTORY" "K_PLUGIN_CLASS_WITH_JSON")
 if(NOT CMAKE_VERSION VERSION_LESS "3.10.0")
   # CMake 3.9+ warns about automoc on files without Q_OBJECT, and doesn't know 
about other macros.
   # 3.10+ lets us provide more macro names that require automoc.
   list(APPEND CMAKE_AUTOMOC_MACRO_NAMES ${KCoreAddons_AUTOMOC_MACRO_NAMES})
 endif()
+set(KCoreAddons_AUTOMOC_MACRO_NAMES_WITH_JSON_ARG2 
"K_PLUGIN_FACTORY_WITH_JSON" "K_PLUGIN_CLASS_WITH_JSON")
+if(NOT CMAKE_VERSION VERSION_LESS "3.9.0")
+# CMake's automoc needs help to find names of plugin metadata files in 
case Q_PLUGIN_METADATA
+# is indirectly used via other C++ preprocessor macros
+# 3.9+ lets us provide some filter rule pairs (keyword, regexp) to match 
the names of such files
+# in the plain text of the sources. See AUTOMOC_DEPEND_FILTERS docs for 
details.
+foreach(macro_na

commit kcoreaddons for openSUSE:Factory

2018-02-16 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Feb 16 21:28:55 2018 rev:53 rq:576518 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-01-22 
15:59:17.743897050 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-02-16 21:29:12.944559644 +0100
@@ -1,0 +2,21 @@
+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:
+  * KUrlMimeData: fix handling of PreferLocalUrls
+  * Match also spdx keys LGPL-2.1 & LGPL-2.1+
+  * Use the much faster urls() method from QMimeData
+  * Next try to fix build on windows
+  * Make it compiles on windows
+  * Compile commenting remove_defintion(QT_NO_CAST_FROM_ASCII )
+  * Optimize inotify KDirWatch backend: map inotify wd to Entry
+  * Optimize: use QMetaObject::invokeMethod with functor
+  * Add benchmarks for KDirWatch
+  * Use QSignalSpy::wait instead of QTest::wait where possible
+  * Verify that the file was opened
+  * Verify that the path is valid and writable
+
+---

Old:

  kcoreaddons-5.42.0.tar.xz

New:

  kcoreaddons-5.43.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.GMZf3N/_old  2018-02-16 21:29:13.768529889 +0100
+++ /var/tmp/diff_new_pack.GMZf3N/_new  2018-02-16 21:29:13.772529745 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.42.0
+Version:5.43.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.42.0.tar.xz -> kcoreaddons-5.43.0.tar.xz ++
 12033 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2018-01-22 15:59:06

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


Package is "kcoreaddons"

Mon Jan 22 15:59:06 2018 rev:52 rq:54 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2018-01-09 
14:41:29.612717473 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-01-22 15:59:17.743897050 +0100
@@ -1,0 +2,15 @@
+Tue Jan 16 22:50:15 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
+  * Extend CMAKE_AUTOMOC_MACRO_NAMES also for own build
+  * Match license keys by spdx
+  * Remove cmake 3.10+ warning for users of K_PLUGIN_FACTORY and 
K_PLUGIN_FACTORY_WITH_JSON
+  * Improve apidox of KJobTrackerInterface
+  * Minor
+
+---

Old:

  kcoreaddons-5.41.0.tar.xz

New:

  kcoreaddons-5.42.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.NbBBd6/_old  2018-01-22 15:59:18.291871405 +0100
+++ /var/tmp/diff_new_pack.NbBBd6/_new  2018-01-22 15:59:18.291871405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.41.0
+Version:5.42.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.41.0.tar.xz -> kcoreaddons-5.42.0.tar.xz ++
 8629 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2018-01-09 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue Jan  9 14:40:24 2018 rev:51 rq:559427 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-11-16 
14:36:38.732174960 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2018-01-09 14:41:29.612717473 +0100
@@ -1,0 +2,18 @@
+Sun Dec 17 09:43:48 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:
+  * Autotest: fix for HOME having a trailing slash
+  * Input validation of SubJobs
+  * Warn about errors when parsing json files
+  * Install mimetype definitions for kcfg/kcfgc/ui.rc/knotify & qrc files
+  * Add a new function to measure the length by text.
+  * Keep widgets optional, as it's a test
+  * Look for Qt5 rather than Qt5Widgets
+  * Remove unused code
+  * Fix KAutoSave bug on file with white space in it
+
+---

Old:

  kcoreaddons-5.40.0.tar.xz

New:

  kcoreaddons-5.41.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.sDHYQM/_old  2018-01-09 14:41:30.172691211 +0100
+++ /var/tmp/diff_new_pack.sDHYQM/_new  2018-01-09 14:41:30.172691211 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.40.0
+Version:5.41.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.40.0.tar.xz -> kcoreaddons-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.40.0/CMakeLists.txt 
new/kcoreaddons-5.41.0/CMakeLists.txt
--- old/kcoreaddons-5.40.0/CMakeLists.txt   2017-11-05 09:26:40.0 
+0100
+++ new/kcoreaddons-5.41.0/CMakeLists.txt   2017-12-02 21:03:05.0 
+0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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/kcoreaddons-5.40.0/autotests/kautosavefiletest.cpp 
new/kcoreaddons-5.41.0/autotests/kautosavefiletest.cpp
--- old/kcoreaddons-5.40.0/autotests/kautosavefiletest.cpp  2017-11-05 
09:26:40.0 +0100
+++ new/kcoreaddons-5.41.0/autotests/kautosavefiletest.cpp  2017-12-02 
21:03:05.0 +0100
@@ -80,7 +80,16 @@
 
 void KAutoSaveFileTest::test_fileStaleFiles()
 {
-// TODO
+QUrl normalFile = QUrl::fromLocalFile(QDir::temp().absoluteFilePath("test 
directory/tîst me.txt"));
+
+KAutoSaveFile saveFile(normalFile);
+QVERIFY(saveFile.open(QIODevice::ReadWrite));
+saveFile.write("testdata");
+// Make sure the stale file is found
+QVERIFY(saveFile.staleFiles(normalFile, QStringLiteral("qttest")).count() 
== 1);
+saveFile.releaseLock();
+// Make sure the stale file is deleted
+QVERIFY(saveFile.staleFiles(normalFile, 
QStringLiteral("qttest")).isEmpty());
 }
 
 void KAutoSaveFileTest::test_applicationStaleFiles()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.40.0/autotests/kshelltest.cpp 
new/kcoreaddons-5.41.0/autotests/kshelltest.cpp
--- old/kcoreaddons-5.40.0/autotests/kshelltest.cpp 2017-11-05 
09:26:40.0 +0100
+++ new/kcoreaddons-5.41.0/autotests/kshelltest.cpp 2017-12-02 
21:03:05.0 +0100
@@ -41,14 +41,24 @@
 void abortOnMeta();
 };
 
+// The expansion of ~me isn't exactly QDir::homePath(), in case $HOME has a 
trailing slash, it's kept.
+static QString myHomePath()
+{
+#ifdef Q_OS_WIN
+return QDir::homePat

commit kcoreaddons for openSUSE:Factory

2017-11-16 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Thu Nov 16 14:36:35 2017 rev:50 rq:541644 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-10-27 
13:54:19.407924502 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-11-16 14:36:38.732174960 +0100
@@ -1,0 +2,14 @@
+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:
+  * KCompositeJob: port to new connect syntax. Improves performance.
+  * fix URL detection with double urls like 
"http://www.foo.bar"
+  * DesktopFileParser: improve error reporting, fix coding style
+  * Remove double ";"
+  * Use https for KDE urls
+
+---

Old:

  kcoreaddons-5.39.0.tar.xz

New:

  kcoreaddons-5.40.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.3uCbKG/_old  2017-11-16 14:36:39.304154226 +0100
+++ /var/tmp/diff_new_pack.3uCbKG/_new  2017-11-16 14:36:39.308154081 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.39.0
+Version:5.40.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.39.0.tar.xz -> kcoreaddons-5.40.0.tar.xz ++
 3345 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-10-27 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Fri Oct 27 13:53:49 2017 rev:49 rq:536310 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-09-19 
16:22:41.273321211 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-10-27 13:54:19.407924502 +0200
@@ -1,0 +2,11 @@
+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:
+  * desktoptojson: Improve legacy service type detection heuristic. 
(kde#384037)
+  * modernise debugging.
+
+---

Old:

  kcoreaddons-5.38.0.tar.xz

New:

  kcoreaddons-5.39.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.9lKeSm/_old  2017-10-27 13:54:19.971898142 +0200
+++ /var/tmp/diff_new_pack.9lKeSm/_new  2017-10-27 13:54:19.975897954 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.38.0
+Version:5.39.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.38.0.tar.xz -> kcoreaddons-5.39.0.tar.xz ++
 6145 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-09-19 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue Sep 19 16:22:39 2017 rev:48 rq:526633 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-08-24 
17:55:50.451337127 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-09-19 16:22:41.273321211 +0200
@@ -1,0 +2,13 @@
+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:
+  * DesktopFileParser: add fallback lookup in ":/kservicetypes5/*"
+  * Add support for uninstalled plugins in kcoreaddons_add_plugin
+  * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
+  * desktopfileparser: Fix non-compliant key/value parsing. (kde#310674)
+
+---

Old:

  kcoreaddons-5.37.0.tar.xz

New:

  kcoreaddons-5.38.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.RGJe5e/_old  2017-09-19 16:22:42.017216360 +0200
+++ /var/tmp/diff_new_pack.RGJe5e/_new  2017-09-19 16:22:42.021215796 +0200
@@ -18,9 +18,13 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%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:   kcoreaddons
-Version:5.37.0
+Version:5.38.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.37.0.tar.xz -> kcoreaddons-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.37.0/CMakeLists.txt 
new/kcoreaddons-5.38.0/CMakeLists.txt
--- old/kcoreaddons-5.37.0/CMakeLists.txt   2017-08-06 19:58:54.0 
+0200
+++ new/kcoreaddons-5.38.0/CMakeLists.txt   2017-09-03 10:02:31.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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/kcoreaddons-5.37.0/KF5CoreAddonsMacros.cmake 
new/kcoreaddons-5.38.0/KF5CoreAddonsMacros.cmake
--- old/kcoreaddons-5.37.0/KF5CoreAddonsMacros.cmake2017-08-06 
19:58:54.0 +0200
+++ new/kcoreaddons-5.38.0/KF5CoreAddonsMacros.cmake2017-09-03 
10:02:31.0 +0200
@@ -138,6 +138,11 @@
 
 add_library(${plugin} MODULE ${KCA_ADD_PLUGIN_SOURCES})
 set_property(TARGET ${plugin} APPEND PROPERTY AUTOGEN_TARGET_DEPENDS 
${json})
+# If find_package(ECM 5.38) or higher is called, output the plugin in a 
INSTALL_NAMESPACE subfolder.
+# See 
https://community.kde.org/Guidelines_and_HOWTOs/Making_apps_run_uninstalled
+if(NOT ("${ECM_GLOBAL_FIND_VERSION}" VERSION_LESS "5.38.0"))
+set_target_properties(${plugin} PROPERTIES LIBRARY_OUTPUT_DIRECTORY 
"${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/${KCA_ADD_PLUGIN_INSTALL_NAMESPACE}")
+endif()
 
 if (NOT KCA_ADD_PLUGIN_INSTALL_NAMESPACE)
 message(FATAL_ERROR "Must specify INSTALL_NAMESPACE for ${plugin}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.37.0/autotests/desktoptojsontest.cpp 
new/kcoreaddons-5.38.0/autotests/desktoptojsontest.cpp
--- old/kcoreaddons-5.37.0/autotests/desktoptojsontest.cpp  2017-08-06 
19:58:54.0 +0200
+++ new/kcoreaddons-5.38.0/autotests/desktoptojsontest.cpp  2017-09-03 
10:02:31.0 +0200
@@ -163,7 +163,7 @@
 // test conversion of a currently existing .desktop file (excluding 
most of the translations):
 QByteArray kdevInput =
 "[Desktop Entry]\n"
-"Type=Service\n"
+"Type = Service\n"
 "Icon=text-x-c++src\n"
 "Exec=blubb\n"

commit kcoreaddons for openSUSE:Factory

2017-08-24 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Thu Aug 24 17:54:31 2017 rev:47 rq:516665 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-07-17 
10:22:48.878251511 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-08-24 17:55:50.451337127 +0200
@@ -1,0 +2,20 @@
+Sat Aug 12 09:23:20 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 :
+  * Remove unused init() declaration from 
K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL
+  * Restore the QCoreApplication library paths at the end of the tests that 
change it.
+  * API dox: add note about moc include need with K_PLUGIN_FACTORY(_WITH_JSON)
+  * add KAboutLicense::spdx and introduce orLater qualification
+  * API dox: for deprecated tell since and what to use instead
+  * disable compiler warning on testing deprecated function
+  * use an initializer list instead of calling insert a million times
+  * kdirwatch: Avoid potential crash if d-ptr destroyed before KDirWatch. 
(kde#381583)
+  * Fix display of formatDuration with rounding. (kde#360681,kde#382069)
+  * Use explicit flag value instead of nullptr
+  * API dox: use @p to refer to argument in running text, not @arg
+
+---

Old:

  kcoreaddons-5.36.0.tar.xz

New:

  kcoreaddons-5.37.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.cftUiA/_old  2017-08-24 17:55:50.915271782 +0200
+++ /var/tmp/diff_new_pack.cftUiA/_new  2017-08-24 17:55:50.919271218 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kcoreaddons
-Version:5.36.0
+Version:5.37.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.36.0.tar.xz -> kcoreaddons-5.37.0.tar.xz ++
 53060 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-07-17 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Mon Jul 17 10:22:16 2017 rev:46 rq:509891 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-07-05 
23:49:41.214196838 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-07-17 10:22:48.878251511 +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:
+  * Use FindInotify.cmake to decide wheter inotify is available.
+  * [FEATURE] Option to build & install QCH file with the public API dox
+  * Fix KDirWatch unit test to use set KDIRWATCH_METHOD again
+
+---

Old:

  kcoreaddons-5.35.0.tar.xz

New:

  kcoreaddons-5.36.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.ZVdZRm/_old  2017-07-17 10:22:49.330187802 +0200
+++ /var/tmp/diff_new_pack.ZVdZRm/_new  2017-07-17 10:22:49.330187802 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kcoreaddons
-Version:5.35.0
+Version:5.36.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.35.0.tar.xz -> kcoreaddons-5.36.0.tar.xz ++
 819971 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2017-07-05 23:49:16

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


Package is "kcoreaddons"

Wed Jul  5 23:49:16 2017 rev:45 rq:502931 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-06-01 
16:18:50.196705134 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-07-05 23:49:41.214196838 +0200
@@ -1,0 +2,17 @@
+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:
+  * Fixes to 26a262180155
+  * Ensure proper per thread seeding in KRandom.
+  * API dox: in example use KDBusService only after commandline is handled
+  * API dox: Use doxygen notation to have comments used
+  * API dox: add some minimal docs to more namespace
+  * API dox: note CamelCase includes by @class tag with more classes
+  * Remove qDebug from removeDir/removeFile as discussed in 
https://phabricator.kde.org/D5856
+  * Do not watch QRC's paths (kde#374075)
+
+---

Old:

  kcoreaddons-5.34.0.tar.xz

New:

  kcoreaddons-5.35.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.bydrjO/_old  2017-07-05 23:49:41.654134872 +0200
+++ /var/tmp/diff_new_pack.bydrjO/_new  2017-07-05 23:49:41.662133746 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kcoreaddons
-Version:5.34.0
+Version:5.35.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.34.0.tar.xz -> kcoreaddons-5.35.0.tar.xz ++
 821679 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2017-06-01 16:18:04

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


Package is "kcoreaddons"

Thu Jun  1 16:18:04 2017 rev:44 rq:495028 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-04-30 
21:17:53.683485827 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-06-01 16:18:50.196705134 +0200
@@ -1,0 +2,12 @@
+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:
+  * Fix the @see function names
+  * Add .arcconfig
+  * API dox: more info about KAboutData's orgDomain/desktopFileName properties
+
+---

Old:

  kcoreaddons-5.33.0.tar.xz

New:

  kcoreaddons-5.34.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.EdflKW/_old  2017-06-01 16:18:50.724630690 +0200
+++ /var/tmp/diff_new_pack.EdflKW/_new  2017-06-01 16:18:50.724630690 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kcoreaddons
-Version:5.33.0
+Version:5.34.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.33.0.tar.xz -> kcoreaddons-5.34.0.tar.xz ++
 7498 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Sun Apr 30 21:16:34 2017 rev:43 rq:492049 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-03-28 
15:08:56.286466632 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-04-30 21:17:53.683485827 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:44 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.
+  * explicitly set NO_CMAKE_FIND_ROOT_PATH
+  * Upgrade KF5 version to 5.33.0.
+  * Mac OS (X) has a POSIX-compliant /bin/sh too
+
+---

Old:

  kcoreaddons-5.32.0.tar.xz

New:

  kcoreaddons-5.33.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.5VAq41/_old  2017-04-30 21:17:54.387386578 +0200
+++ /var/tmp/diff_new_pack.5VAq41/_new  2017-04-30 21:17:54.391386013 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcoreaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.32.0.tar.xz -> kcoreaddons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/CMakeLists.txt 
new/kcoreaddons-5.33.0/CMakeLists.txt
--- old/kcoreaddons-5.32.0/CMakeLists.txt   2017-03-04 19:02:13.0 
+0100
+++ new/kcoreaddons-5.33.0/CMakeLists.txt   2017-04-01 21:30:32.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/KF5CoreAddonsConfig.cmake.in 
new/kcoreaddons-5.33.0/KF5CoreAddonsConfig.cmake.in
--- old/kcoreaddons-5.32.0/KF5CoreAddonsConfig.cmake.in 2017-03-04 
19:02:13.0 +0100
+++ new/kcoreaddons-5.33.0/KF5CoreAddonsConfig.cmake.in 2017-04-01 
21:30:32.0 +0200
@@ -5,7 +5,10 @@
 
 
 if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
-find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake 
PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
+find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
+PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR}
+NO_DEFAULT_PATH
+NO_CMAKE_FIND_ROOT_PATH)
 include("${TARGETSFILE}")
 else()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/po/cs/kcoreaddons5_qt.po 
new/kcoreaddons-5.33.0/po/cs/kcoreaddons5_qt.po
--- old/kcoreaddons-5.32.0/po/cs/kcoreaddons5_qt.po 2017-03-04 
19:02:13.0 +0100
+++ new/kcoreaddons-5.33.0/po/cs/kcoreaddons5_qt.po 2017-04-01 
21:30:32.0 +0200
@@ -9,7 +9,7 @@
 "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: 2017-02-21 14:30+0100\n"
+"PO-Revision-Date: 2017-03-08 10:14+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: en_US\n"
@@ -154,7 +154,7 @@
 #: lib/kaboutdata.cpp:1057
 msgctxt "KAboutData CLI|"
 msgid "The base file name of the desktop entry for this application."
-msgstr ""
+msgstr "Základní název souboru položky na ploše pro tuto aplikaci."
 
 #: lib/kaboutdata.cpp:1058
 msgctxt "KAboutData CLI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/po/gl/kcoreaddons5_qt.po 
new/kcoreaddons-5.33.0/po/gl/kcoreaddons5_qt.po
--- old/kcoreaddons-5.32.0/po/gl/kcoreaddons5_qt.po 2017-03-04 
19:02:13

commit kcoreaddons for openSUSE:Factory

2017-03-28 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Tue Mar 28 15:08:16 2017 rev:42 rq:481492 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-03-03 
15:17:14.391719910 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-03-28 15:08:56.286466632 +0200
@@ -1,0 +2,17 @@
+Sun Mar 19 14:50:16 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
+  * Fix compilation with Qt 5.6.
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Exclude (6)
+  * Move the isDir() outside of the loop, as spotted by Milian.
+  * KDirWatch: replace QList by std::vector to save on 
new/delete.
+  * Upgrade KF5 version to 5.32.0.
+  * KDirWatch: fix memory leak on destruction.
+
+---

Old:

  kcoreaddons-5.31.0.tar.xz

New:

  kcoreaddons-5.32.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.7GtRiF/_old  2017-03-28 15:08:56.778396939 +0200
+++ /var/tmp/diff_new_pack.7GtRiF/_new  2017-03-28 15:08:56.778396939 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kcoreaddons
-Version:5.31.0
+Version:5.32.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.31.0.tar.xz -> kcoreaddons-5.32.0.tar.xz ++
 1722 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2017-03-03 15:17:13

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


Package is "kcoreaddons"

Fri Mar  3 15:17:13 2017 rev:41 rq:461407 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-02-03 
17:44:06.362307600 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-03-03 15:17:14.391719910 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 09:22:42 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
+- Drop parse-the-desktop-file-2-times.patch
+
+---

Old:

  kcoreaddons-5.30.1.tar.xz

New:

  kcoreaddons-5.31.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.nxw16E/_old  2017-03-03 15:17:15.027629875 +0100
+++ /var/tmp/diff_new_pack.nxw16E/_new  2017-03-03 15:17:15.027629875 +0100
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kcoreaddons
-Version:5.30.1
+Version:5.31.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
 %endif
 BuildRequires:  shared-mime-info
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
 Requires:   shared-mime-info
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
@@ -67,7 +67,7 @@
 Requires:   %lname = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.5.0
+Requires:   cmake(Qt5Core) >= 5.6.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks

++ kcoreaddons-5.30.1.tar.xz -> kcoreaddons-5.31.0.tar.xz ++
 21856 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2017-02-03 Thread root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-12-17 
11:06:11.971125499 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-02-03 17:44:06.362307600 +0100
@@ -1,0 +2,13 @@
+Wed Jan 11 22:27:56 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Add parse-the-desktop-file-2-times.patch: keeping backward
+  compatibility is backward
+
+---
+Sun Jan  8 23:39:02 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:

  kcoreaddons-5.29.0.tar.xz

New:

  kcoreaddons-5.30.1.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.A9XwFS/_old  2017-02-03 17:44:06.738254387 +0100
+++ /var/tmp/diff_new_pack.A9XwFS/_new  2017-02-03 17:44:06.742253821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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,11 +18,11 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kcoreaddons
-Version:5.29.0
+Version:5.30.1
 Release:0
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kcoreaddons-5.29.0.tar.xz -> kcoreaddons-5.30.1.tar.xz ++
 840677 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-11-17 12:28:34

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-10-28 
12:17:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-11-17 12:28:35.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov  5 20:24:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Display bad url
+  * Load user avatars from AccountsServicePath if it exists
+(kde#370362)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kcoreaddons-5.27.0.tar.xz

New:

  kcoreaddons-5.28.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.iB0Sx2/_old  2016-11-17 12:28:36.0 +0100
+++ /var/tmp/diff_new_pack.iB0Sx2/_new  2016-11-17 12:28:36.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kcoreaddons
-Version:5.27.0
+Version:5.28.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.27.0.tar.xz -> kcoreaddons-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.27.0/CMakeLists.txt 
new/kcoreaddons-5.28.0/CMakeLists.txt
--- old/kcoreaddons-5.27.0/CMakeLists.txt   2016-10-02 11:46:45.0 
+0200
+++ new/kcoreaddons-5.28.0/CMakeLists.txt   2016-11-05 15:44:51.0 
+0100
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -46,7 +46,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.27.0/autotests/ktexttohtmltest.cpp 
new/kcoreaddons-5.28.0/autotests/ktexttohtmltest.cpp
--- old/kcoreaddons-5.27.0/autotests/ktexttohtmltest.cpp2016-10-02 
11:46:45.0 +0200
+++ new/kcoreaddons-5.28.0/autotests/ktexttohtmltest.cpp2016-11-05 
15:44:51.0 +0100
@@ -390,8 +390,27 @@
//Fix url exploit
QTest::newRow("url-exec-html") << "https://\";>

commit kcoreaddons for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-10-18 
09:56:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-10-28 12:17:30.0 +0200
@@ -1,0 +2,15 @@
+Sun Oct  9 12:51:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * Register QPair as metatype in KJobTrackerInterface
+  * Don't convert as url an url which has a double-quote character
+(boo#1002977, CVE-2016-7966)
+  * Windows compile fix
+  * Fix very old bug when we remove space in url as "foo < >"
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+- Drop upstreamed
+  0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
+  0002-Don-t-convert-as-url-an-url-which-has-a.patch
+
+---

Old:

  0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
  0002-Don-t-convert-as-url-an-url-which-has-a.patch
  kcoreaddons-5.26.0.tar.xz

New:

  kcoreaddons-5.27.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.SoKtSg/_old  2016-10-28 12:17:31.0 +0200
+++ /var/tmp/diff_new_pack.SoKtSg/_new  2016-10-28 12:17:31.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kcoreaddons
-Version:5.26.0
+Version:5.27.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -40,10 +40,6 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 
0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
-Patch0: 0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
-# PATCH-FIX-UPSTREAM 0002-Don-t-convert-as-url-an-url-which-has-a.patch
-Patch1: 0002-Don-t-convert-as-url-an-url-which-has-a.patch
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -82,8 +78,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"

++ kcoreaddons-5.26.0.tar.xz -> kcoreaddons-5.27.0.tar.xz ++
 841166 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-10-18 09:56:30

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-09-14 
23:15:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-10-18 09:56:31.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 18:00:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added 0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
+  0002-Don-t-convert-as-url-an-url-which-has-a.patch (CVE-2016-7966)
+
+---

New:

  0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
  0002-Don-t-convert-as-url-an-url-which-has-a.patch



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.3BsR2r/_old  2016-10-18 09:56:32.0 +0200
+++ /var/tmp/diff_new_pack.3BsR2r/_new  2016-10-18 09:56:32.0 +0200
@@ -40,6 +40,10 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
+Patch0: 0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch
+# PATCH-FIX-UPSTREAM 0002-Don-t-convert-as-url-an-url-which-has-a.patch
+Patch1: 0002-Don-t-convert-as-url-an-url-which-has-a.patch
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -78,6 +82,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"

++ 0001-Fix-very-old-bug-when-we-remove-space-in-url-as-foo-.patch ++
>From 5d661f9c1e384402814f441059ef79a0f0c8 Mon Sep 17 00:00:00 2001
From: Montel Laurent 
Date: Wed, 21 Sep 2016 07:24:30 +0200
Subject: [PATCH 1/2] Fix very old bug when we remove space in url as "foo
 < >"

(cherry picked from commit 1be7272373d60e4234f1a5584e676b579302b053)
---
 autotests/ktexttohtmltest.cpp | 14 ++
 src/lib/text/ktexttohtml.cpp  | 14 --
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/autotests/ktexttohtmltest.cpp b/autotests/ktexttohtmltest.cpp
index 474f0ca..8fc0c56 100644
--- a/autotests/ktexttohtmltest.cpp
+++ b/autotests/ktexttohtmltest.cpp
@@ -30,6 +30,15 @@ QTEST_MAIN(KTextToHTMLTest)
 
 Q_DECLARE_METATYPE(KTextToHTML::Options)
 
+#ifndef Q_OS_WIN
+void initLocale()
+{
+setenv("LC_ALL", "en_US.utf-8", 1);
+}
+Q_CONSTRUCTOR_FUNCTION(initLocale)
+#endif
+
+
 void KTextToHTMLTest::testGetEmailAddress()
 {
 // empty input
@@ -372,6 +381,11 @@ void KTextToHTMLTest::testHtmlConvert_data()
 QTest::newRow("url-in-parenthesis-3") << "bla (http://www.kde.org - 
section 5.2)"
   << 
KTextToHTML::Options(KTextToHTML::PreserveSpaces)
   << "bla (http://www.kde.org\";>http://www.kde.org - section 5.2)";
+
+   // Fix url as foo < > when we concatened them.
+   QTest::newRow("url-with-url") << "foo >"
+   << 
KTextToHTML::Options(KTextToHTML::PreserveSpaces)
+   << "foo http://www.kde.org/ http://www.kde.org/>>";
 }
 
 
diff --git a/src/lib/text/ktexttohtml.cpp b/src/lib/text/ktexttohtml.cpp
index 8ed923d..b181f56 100644
--- a/src/lib/text/ktexttohtml.cpp
+++ b/src/lib/text/ktexttohtml.cpp
@@ -228,11 +228,19 @@ QString KTextToHTMLHelper::getUrl()
 
 url.reserve(mMaxUrlLen);// avoid allocs
 int start = mPos;
+bool previousCharIsSpace = false;
 while ((mPos < mText.length()) &&
 (mText[mPos].isPrint() || mText[mPos].isSpace()) &&
 ((afterUrl.isNull() && !mText[mPos].isSpace()) ||
  (!afterUrl.isNull() && mText[mPos] != afterUrl))) {
-if (!mText[mPos].isSpace()) { // skip whitespace
+if (mText[mPos].isSpace()) {
+previousCharIsSpace = true;
+} else { // skip whitespace
+if (previousCharIsSpace && mText[mPos] == QLatin1Char('<')) {
+url.append(QLatin1Char(' '));
+break;
+}
+previousCharIsSpace = false;
 url.append(mText[mPos]);
 if (url.length() > mMaxUrlLen) {
 break;

commit kcoreaddons for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-09-14 23:15:56

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-08-29 
14:59:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-09-14 23:15:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:47:49 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:

  kcoreaddons-5.25.0.tar.xz

New:

  kcoreaddons-5.26.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.sfpeOG/_old  2016-09-14 23:15:59.0 +0200
+++ /var/tmp/diff_new_pack.sfpeOG/_new  2016-09-14 23:15:59.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kcoreaddons
-Version:5.25.0
+Version:5.26.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.25.0.tar.xz -> kcoreaddons-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/CMakeLists.txt 
new/kcoreaddons-5.26.0/CMakeLists.txt
--- old/kcoreaddons-5.25.0/CMakeLists.txt   2016-08-07 15:37:50.0 
+0200
+++ new/kcoreaddons-5.26.0/CMakeLists.txt   2016-09-06 13:58:04.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -46,7 +46,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/autotests/ktexttohtmltest.cpp 
new/kcoreaddons-5.26.0/autotests/ktexttohtmltest.cpp
--- old/kcoreaddons-5.25.0/autotests/ktexttohtmltest.cpp2016-08-07 
15:37:50.0 +0200
+++ new/kcoreaddons-5.26.0/autotests/ktexttohtmltest.cpp2016-09-06 
13:58:04.0 +0200
@@ -53,12 +53,12 @@
 KTextToHTMLHelper ll6(QStringLiteral(" @bar.baz"), 1);
 QVERIFY(ll6.getEmailAddress().isEmpty());
 KTextToHTMLHelper ll7(QStringLiteral(".!#$%&'*+-/=?^_`{|}~@bar.baz"),
-strlen(".!#$%&'*+-/=?^_`{|}~"));
+qstrlen(".!#$%&'*+-/=?^_`{|}~"));
 QVERIFY(ll7.getEmailAddress().isEmpty());
 
 // allowed special chars in local part of address
 KTextToHTMLHelper ll8(QStringLiteral("a.!#$%&'*+-/=?^_`{|}~@bar.baz"),
-strlen("a.!#$%&'*+-/=?^_`{|}~"));
+qstrlen("a.!#$%&'*+-/=?^_`{|}~"));
 QCOMPARE(ll8.getEmailAddress(), 
QStringLiteral("a.!#$%&'*+-/=?^_`{|}~@bar.baz"));
 
 // '@' in domain part
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/po/ru/kcoreaddons5_qt.po 
new/kcoreaddons-5.26.0/po/ru/kcoreaddons5_qt.po
--- old/kcoreaddons-5.25.0/po/ru/kcoreaddons5_qt.po 2016-08-07 
15:37:50.0 +0200
+++ new/kcoreaddons-5.26.0/po/ru/kcoreaddons5_qt.po 2016-09-06 
13:58:04.0 +0200
@@ -19,7 +19,7 @@
 "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: 2016-03-24 11:52+0300\n"
+"PO-Revision-Date: 2016-08-08 02:47+0300\n"
 "Last-Translator: Alexander Potashev \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -121,20 +121,14 @@
 msgstr "GNU Lesser General Public License, версия 3"
 
 #: lib/kaboutdata.cpp:318
-#, fuzzy
-#| msgctxt "KAboutLicense|@item license (short name)"
-#| msgid "LGPL v2"
 msgctxt "KAboutLicense|@item license (short name)"
 msgid "LGPL v2.1"
-msgstr "LGPL v2"
+msgstr "LGPL v2.1"
 
 #: lib/kaboutdata.cpp:319
-#, fuzzy
-#| msgctxt "KAboutLicense|@item license"
-#| msgid "GNU Lesser General Public License Version 2"
 msgctxt "KAboutLicense|@item license"
 msgid 

commit kcoreaddons for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-08-29 14:59:40

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-07-15 
12:32:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-08-29 14:59:52.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  7 21:51:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Install known licenses and find them at runtime (regression fix)
+(kde#353939)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kcoreaddons-5.24.0.tar.xz

New:

  kcoreaddons-5.25.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.z6vb2g/_old  2016-08-29 14:59:54.0 +0200
+++ /var/tmp/diff_new_pack.z6vb2g/_new  2016-08-29 14:59:54.0 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kcoreaddons
-Version:5.24.0
+Version:5.25.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.5.0
 %endif
 BuildRequires:  shared-mime-info
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
 Requires:   shared-mime-info
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
@@ -67,7 +67,7 @@
 Requires:   %lname = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Core) >= 5.5.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -109,6 +109,7 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_appsdir}/mime/packages/kde5.xml
+%{_kf5_datadir}/
 
 %files -n %lname
 %defattr(-,root,root)

++ kcoreaddons-5.24.0.tar.xz -> kcoreaddons-5.25.0.tar.xz ++
 24535 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-07-03 
12:20:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-07-15 12:32:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:02:34 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:

  kcoreaddons-5.23.0.tar.xz

New:

  kcoreaddons-5.24.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.Xu1eUr/_old  2016-07-15 12:32:37.0 +0200
+++ /var/tmp/diff_new_pack.Xu1eUr/_new  2016-07-15 12:32:37.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kcoreaddons
-Version:5.23.0
+Version:5.24.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.23.0.tar.xz -> kcoreaddons-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.23.0/CMakeLists.txt 
new/kcoreaddons-5.24.0/CMakeLists.txt
--- old/kcoreaddons-5.23.0/CMakeLists.txt   2016-06-06 13:29:26.0 
+0200
+++ new/kcoreaddons-5.24.0/CMakeLists.txt   2016-07-03 02:03:33.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -15,6 +15,7 @@
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
+include(ECMQtDeclareLoggingCategory)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -45,7 +46,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.23.0/autotests/kdirwatch_unittest.cpp 
new/kcoreaddons-5.24.0/autotests/kdirwatch_unittest.cpp
--- old/kcoreaddons-5.23.0/autotests/kdirwatch_unittest.cpp 2016-06-06 
13:29:26.0 +0200
+++ new/kcoreaddons-5.24.0/autotests/kdirwatch_unittest.cpp 2016-07-03 
02:03:33.0 +0200
@@ -512,20 +512,24 @@
 //QCOMPARE(KDE::stat(QFile::encodeName(file1), &stat_buf), 0);
 //qDebug() << "initial inode" << stat_buf.st_ino;
 
-QFile::remove(file1);
-// And recreate immediately, to try and fool KDirWatch with unchanged 
ctime/mtime ;)
-// (This emulates the /etc/localtime case)
-createFile(file1);
+// Make sure this even works multiple times, as needed for ksycoca
+for (int i = 0; i < 5; ++i) {
 
-//QCOMPARE(KDE::stat(QFile::encodeName(file1), &stat_buf), 0);
-//qDebug() << "new inode" << stat_buf.st_ino; // same!
+QFile::remove(file1);
+// And recreate immediately, to try and fool KDirWatch with unchanged 
ctime/mtime ;)
+// (This emulates the /etc/localtime case)
+createFile(file1);
+
+//QCOMPARE(KDE::stat(QFile::encodeName(file1), &stat_buf), 0);
+//qDebug() << "new inode" << stat_buf.st_ino; // same!
 
-{
-QSignalSpy spyDirty(&watch, SIGNAL(dirty(QString)));
-if(!waitForRecreationSignal(watch, file1)) {
-// We may get a dirty signal here instead of a deleted/created set.
-if (spyDirty.isEmpty() || !verifySignalPath(spyDirty, 
SIGNAL(dirty(QString)), file1)) {
-QFAIL("Failed to detect file deletion and recreation through 
either a deleted/created signal pair or through a dirty signal!");
+{
+QSignalSpy spyDirty(&watch, SIGNAL(dirty(QString)));
+if(!waitForRecreationSignal(watch, file1)) {
+// We may get a dirty signal here instead of a deleted/created 
set.
+if (spyDirty.isEmpty() || !verifySignalPath(spyDirty, 
S

commit kcoreaddons for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-05-19 
12:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-07-03 12:20:39.0 +0200
@@ -1,0 +2,11 @@
+Mon Jun  6 21:24:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Print the failing plugin when notifying a cast warning
+  * [kshareddatacache] Fix invalid use of & to avoid unaligned reads
+  * Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated
+  * krandom: Add testcase to catch bug 362161 (failure to auto-seed)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kcoreaddons-5.22.0.tar.xz

New:

  kcoreaddons-5.23.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.btiw3i/_old  2016-07-03 12:20:40.0 +0200
+++ /var/tmp/diff_new_pack.btiw3i/_new  2016-07-03 12:20:40.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kcoreaddons
-Version:5.22.0
+Version:5.23.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.22.0.tar.xz -> kcoreaddons-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.22.0/CMakeLists.txt 
new/kcoreaddons-5.23.0/CMakeLists.txt
--- old/kcoreaddons-5.22.0/CMakeLists.txt   2016-05-07 17:08:21.0 
+0200
+++ new/kcoreaddons-5.23.0/CMakeLists.txt   2016-06-06 13:29:26.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -45,7 +45,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.22.0/autotests/kpluginmetadatatest.cpp 
new/kcoreaddons-5.23.0/autotests/kpluginmetadatatest.cpp
--- old/kcoreaddons-5.22.0/autotests/kpluginmetadatatest.cpp2016-05-07 
17:08:21.0 +0200
+++ new/kcoreaddons-5.23.0/autotests/kpluginmetadatatest.cpp2016-06-06 
13:29:26.0 +0200
@@ -203,23 +203,23 @@
 "\"Object\": { \"foo\": \"bar\" }\n" // should return empty list
 "}", &e).object();
 QCOMPARE(e.error, QJsonParseError::NoError);
-QTest::ignoreMessage(QtWarningMsg, "Expected JSON property \"String\" 
to be a string list. Treating it as a list with a single entry: \"foo\"");
+QTest::ignoreMessage(QtWarningMsg, "Expected JSON property \"String\" 
to be a string list. Treating it as a list with a single entry: \"foo\" ");
 QCOMPARE(KPluginMetaData::readStringList(jo, "String"), 
QStringList("foo"));
 QCOMPARE(KPluginMetaData::readStringList(jo, "OneArrayEntry"), 
QStringList("foo"));
-QTest::ignoreMessage(QtWarningMsg, "Expected JSON property \"Bool\" to 
be a string list. Treating it as a list with a single entry: \"true\"");
+QTest::ignoreMessage(QtWarningMsg, "Expected JSON property \"Bool\" to 
be a string list. Treating it as a list with a single entry: \"true\" ");
 QCOMPARE(KPluginMetaData::readStringList(jo, "Bool"), 
QStringList("true"));
-QTest::ignoreMessage(QtWarningMsg, "Expected JSON property 
\"QuotedBool\" to be a string list. Treating it as a list with a single entry: 
\"true\"");
+QTest::ignoreMessage(QtWarningMsg, "Expected JSON property 
\"QuotedBool\" to be a string list. Treating it as a list with a single entry: 
\"true\" ");
 QCOMPARE(KPluginMetaData::readStringList(jo, "QuotedBool"), 
QStringList("true"));
-QTest::ignoreMessage(QtWarningMsg, "Expected JSON property \"Number\" 
to be a string list. Treating it as a list with a sing

commit kcoreaddons for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-04-12 
19:12:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-05-19 12:06:30.0 +0200
@@ -1,0 +2,17 @@
+Sat May  7 18:30:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * Provide a way to disable inotify use in KDirWatch
+  * Fix KAboutData::applicationData() to init from current
+Q*Application metadata
+  * Make clear that KRandom is not recommended for cryptography purposes
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+- Drop upstreamed 0001-Missing-rand-qrand.patch
+
+---
+Wed Apr 27 16:36:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added 0001-Missing-rand-qrand.patch (kde#362161)
+
+---

Old:

  kcoreaddons-5.21.0.tar.xz

New:

  kcoreaddons-5.22.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.baJkSe/_old  2016-05-19 12:06:31.0 +0200
+++ /var/tmp/diff_new_pack.baJkSe/_new  2016-05-19 12:06:31.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kcoreaddons
-Version:5.21.0
+Version:5.22.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.21.0.tar.xz -> kcoreaddons-5.22.0.tar.xz ++
 20875 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-03-16 
10:28:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-04-12 19:12:42.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:19:27 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Fix kcoreaddons_desktop_to_json() on windows
+  * Fix linking to a Threads library
+  * Add stubs to allow compilation on Android
+  * 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:

  kcoreaddons-5.20.0.tar.xz

New:

  kcoreaddons-5.21.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.IgPQ41/_old  2016-04-12 19:12:43.0 +0200
+++ /var/tmp/diff_new_pack.IgPQ41/_new  2016-04-12 19:12:43.0 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kcoreaddons
-Version:5.20.0
+Version:5.21.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.4.0
 %endif
 BuildRequires:  shared-mime-info
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
 Requires:   shared-mime-info
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
@@ -67,7 +67,7 @@
 Requires:   %lname = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks

++ kcoreaddons-5.20.0.tar.xz -> kcoreaddons-5.21.0.tar.xz ++
 35763 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-03-16 10:28:07

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-02-24 
18:54:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-03-16 10:28:31.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar  6 09:55:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Fix Kdelibs4 config migration for Windows
+  * Add API to get Frameworks runtime version info
+  * KRandom: Don't use up 16K of /dev/urandom to seed rand()
+(kde#359485)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+- Use %mime_database_post(un) macros
+
+---

Old:

  kcoreaddons-5.19.0.tar.xz

New:

  kcoreaddons-5.20.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.J4DcGp/_old  2016-03-16 10:28:32.0 +0100
+++ /var/tmp/diff_new_pack.J4DcGp/_new  2016-03-16 10:28:32.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kcoreaddons
-Version:5.19.0
+Version:5.20.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -94,12 +94,12 @@
 %post -n %lname -p /sbin/ldconfig
 
 %post
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
+%mime_database_post
 
 %postun -n %lname -p /sbin/ldconfig
 
 %postun
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
+%mime_database_postun
 
 %if %{with lang}
 %files lang -f %{name}5.lang

++ kcoreaddons-5.19.0.tar.xz -> kcoreaddons-5.20.0.tar.xz ++
 3760 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-01-20 
09:41:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-02-24 18:54:01.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:00:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kcoreaddons-5.18.0.tar.xz

New:

  kcoreaddons-5.19.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.J5UM8t/_old  2016-02-24 18:54:02.0 +0100
+++ /var/tmp/diff_new_pack.J5UM8t/_new  2016-02-24 18:54:02.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kcoreaddons
-Version:5.18.0
+Version:5.19.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.18.0.tar.xz -> kcoreaddons-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.18.0/CMakeLists.txt 
new/kcoreaddons-5.19.0/CMakeLists.txt
--- old/kcoreaddons-5.18.0/CMakeLists.txt   2016-01-02 17:27:51.0 
+0100
+++ new/kcoreaddons-5.19.0/CMakeLists.txt   2016-02-06 14:39:47.0 
+0100
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -17,7 +17,7 @@
 include(ECMGenerateHeaders)
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.3.0)
@@ -41,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.18.0/KF5CoreAddonsConfig.cmake.in 
new/kcoreaddons-5.19.0/KF5CoreAddonsConfig.cmake.in
--- old/kcoreaddons-5.18.0/KF5CoreAddonsConfig.cmake.in 2016-01-02 
17:27:51.0 +0100
+++ new/kcoreaddons-5.19.0/KF5CoreAddonsConfig.cmake.in 2016-02-06 
14:39:47.0 +0100
@@ -8,6 +8,9 @@
 include("${TARGETSFILE}")
 else()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake")
+if(CMAKE_CROSSCOMPILING AND DESKTOPTOJSON_EXECUTABLE)
+set_target_properties(KF5::desktoptojson PROPERTIES 
IMPORTED_LOCATION_NONE ${DESKTOPTOJSON_EXECUTABLE})
+endif()
 endif()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsTargets.cmake")
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsMacros.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.18.0/KF5CoreAddonsMacros.cmake 
new/kcoreaddons-5.19.0/KF5CoreAddonsMacros.cmake
--- old/kcoreaddons-5.18.0/KF5CoreAddonsMacros.cmake2016-01-02 
17:27:51.0 +0100
+++ new/kcoreaddons-5.19.0/KF5CoreAddonsMacros.cmake2016-02-06 
14:39:47.0 +0100
@@ -104,6 +104,8 @@
 #
 # Example:
 #   kcoreaddons_add_plugin(kdeconnect_share JSON kdeconnect_share.json SOURCES 
${kdeconnect_share_SRCS})
+#
+# Since 5.10.0
 
 function(kcoreaddons_add_plugin plugin)
 set(options)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.18.0/autotests/data/servicetypes/bool-servicetype.desktop 
new/kcoreaddons-5.19.0/autotests/data/servicetypes/bool-servicetype.desktop
--- old/kcoreaddons-5.18.0/autotests/data/servicetypes/bool-servicetype.desktop 
1970-01-01 01:00:00.0 +0100
+++ new/kcoreaddons-5.19.0/autotests/data/servicetypes/bool-servicetype.desktop 
2016-02-06 14:39:47.0 +0100
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Type=ServiceType
+
+[PropertyDef::X-Test-Bool]
+Type=bool
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '-

commit kcoreaddons for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-12-29 
12:51:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2016-01-20 09:41:45.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan  2 17:42:18 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Add KAboutData::fromPluginMetaData(const KPluginMetaData &plugin)
+  * Add KPluginMetaData::copyrightText(), extraInformation() and
+otherContributors()
+  * Add KPluginMetaData::translators() and KAboutPerson::fromJson()
+  * Fix use-after-free in desktop file parser
+  * Make KPluginMetaData constructible from a json path
+  * desktoptojson: make missing service type file an error for the binary
+  * Make calling kcoreaddons_add_plugin without SOURCES an error
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kcoreaddons-5.17.0.tar.xz

New:

  kcoreaddons-5.18.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.0KRFPQ/_old  2016-01-20 09:41:45.0 +0100
+++ /var/tmp/diff_new_pack.0KRFPQ/_new  2016-01-20 09:41:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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   libKF5CoreAddons5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kcoreaddons
-Version:5.17.0
+Version:5.18.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.17.0.tar.xz -> kcoreaddons-5.18.0.tar.xz ++
 22042 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-11-24 
22:22:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-12-29 12:51:40.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec 10 23:03:49 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * KAboutData: Allow https:// and other URL schemas in homepage.
+(kde#355508)
+  * Repair MimeType property when using kcoreaddons_desktop_to_json()
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kcoreaddons-5.16.0.tar.xz

New:

  kcoreaddons-5.17.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.hyklXx/_old  2015-12-29 12:51:41.0 +0100
+++ /var/tmp/diff_new_pack.hyklXx/_new  2015-12-29 12:51:41.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kcoreaddons
-Version:5.16.0
+Version:5.17.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.16.0.tar.xz -> kcoreaddons-5.17.0.tar.xz ++
 20614 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-10-19 
22:23:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-11-24 22:22:38.0 +0100
@@ -1,0 +2,30 @@
+Sun Nov  8 16:58:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * KAboutData: apidoc "is is" -> "is" addCredit(): ocsUserName -> ocsUsername
+  * KJob::kill(Quiet) should also exit the event loop
+  * Add support for desktop file name to KAboutData
+  * Use correct escaping character
+  * Reduce some allocations
+  * Make KAboutData::translators/setTranslators simple
+  * Fix setTranslator example code
+  * desktopparser: skip the Encoding= key
+  * desktopfileparser: Address review comments
+  * Allow setting service types in kcoreaddons_desktop_to_json()
+  * desktopparser: Fix parsing of double and bool values
+  * Add KPluginMetaData::fromDesktopFile()
+  * desktopparser: Allow passing relative paths to service type files
+  * desktopparser: Use more categorized logging
+  * QCommandLineParser uses -v for --version so just use --verbose
+  * Remove lots of duplicated code for desktop{tojson,fileparser}.cpp
+  * Parse ServiceType files when reading .desktop files
+  * Make SharedMimeInfo an optional requirement
+  * Remove call to QString::squeeze()
+  * desktopparser: avoid unnecessary utf8 decoding
+  * desktopparser: Don't add another entry if entry ends in a separator
+  * KPluginMetaData: Warn when a list entry is not a JSON list
+  * Add mimeTypes() to KPluginMetaData
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kcoreaddons-5.15.0.tar.xz

New:

  kcoreaddons-5.16.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.kKuPE8/_old  2015-11-24 22:22:39.0 +0100
+++ /var/tmp/diff_new_pack.kKuPE8/_new  2015-11-24 22:22:39.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kcoreaddons
-Version:5.15.0
+Version:5.16.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.15.0.tar.xz -> kcoreaddons-5.16.0.tar.xz ++
 11292 lines of diff (skipped)




commit kcoreaddons for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-09-24 
07:10:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-10-19 22:23:19.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct  5 17:37:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * KShell::splitArgs: only ASCII space is a separator, not unicode
+space U+3000 (kde#345140)
+  * KDirWatch: fix crash when a global static destructor uses
+KDirWatch::self() (kde#353080)
+  * Fix crash when KDirWatch is used in Q_GLOBAL_STATIC.
+  * KDirWatch: fix thread safety
+  * Clarify how to set KAboutData constructor arguments.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kcoreaddons-5.14.0.tar.xz

New:

  kcoreaddons-5.15.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.eCCiwX/_old  2015-10-19 22:23:19.0 +0200
+++ /var/tmp/diff_new_pack.eCCiwX/_new  2015-10-19 22:23:19.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kcoreaddons
-Version:5.14.0
+Version:5.15.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.14.0.tar.xz -> kcoreaddons-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.14.0/CMakeLists.txt 
new/kcoreaddons-5.15.0/CMakeLists.txt
--- old/kcoreaddons-5.14.0/CMakeLists.txt   2015-09-05 10:54:16.0 
+0200
+++ new/kcoreaddons-5.15.0/CMakeLists.txt   2015-10-05 09:56:42.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -41,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.14.0/autotests/data/fakeplugin.desktop 
new/kcoreaddons-5.15.0/autotests/data/fakeplugin.desktop
--- old/kcoreaddons-5.14.0/autotests/data/fakeplugin.desktop2015-09-05 
10:54:16.0 +0200
+++ new/kcoreaddons-5.15.0/autotests/data/fakeplugin.desktop2015-10-05 
09:56:42.0 +0200
@@ -5,6 +5,7 @@
 Name[ca]=Connector de la NSA
 Name[cs]=Modul NSA
 Name[de]=NSA-Modul
+Name[el]=NSA Plugin
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
@@ -38,6 +39,7 @@
 Comment[ca]=Connector de proves espia
 Comment[cs]=Testovací modul Spy
 Comment[de]=Spionage-Testmodul
+Comment[el]=Test Plugin Spy
 Comment[en_GB]=Test Plugin Spy
 Comment[es]=Probar espía de complementos
 Comment[fi]=Testivakoiluliitännäinen
@@ -48,6 +50,7 @@
 Comment[ko]=테스트 플러그인 첩자
 Comment[nb]=Test tilleggsspion
 Comment[nl]=Plug-in Spy testen
+Comment[nn]=Spion for test-tillegg
 Comment[pl]=Wypróbuj szpiega wtyczki
 Comment[pt]=Espião dos 'Plugins' de Testes
 Comment[pt_BR]=Plugin de teste de espionagem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.14.0/autotests/data/hiddenplugin.desktop 
new/kcoreaddons-5.15.0/autotests/data/hiddenplugin.desktop
--- old/kcoreaddons-5.14.0/autotests/data/hiddenplugin.desktop  2015-09-05 
10:54:16.0 +0200
+++ new/kcoreaddons-5.15.0/autotests/data/hiddenplugin.desktop  2015-10-05 
09:56:42.0 +0200
@@ -5,6 +5,7 @@
 Name[ca]=Connector de la NSA
 Name[cs]=Modul NSA
 Name[de]=NSA-Modul
+Name[el]=NSA Plugin
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
@@ -38,6 +39,7 @@
 Comment[ca]=Connector de proves espia
 Comment[cs]=Testovací modul Spy
 Comment[de]=Spionage-Testmodul
+Comment[el]=Test Plugin Spy
 Comment[en_GB]=Test Plugin Spy
 Comment[es]=Probar espía de complementos
 C

commit kcoreaddons for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-09-02 
07:44:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-09-24 07:10:30.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:12:50 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kcoreaddons-5.13.0.tar.xz

New:

  kcoreaddons-5.14.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.zBVoj6/_old  2015-09-24 07:10:30.0 +0200
+++ /var/tmp/diff_new_pack.zBVoj6/_new  2015-09-24 07:10:30.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kcoreaddons
-Version:5.13.0
+Version:5.14.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.13.0.tar.xz -> kcoreaddons-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.13.0/CMakeLists.txt 
new/kcoreaddons-5.14.0/CMakeLists.txt
--- old/kcoreaddons-5.13.0/CMakeLists.txt   2015-08-04 12:49:20.0 
+0200
+++ new/kcoreaddons-5.14.0/CMakeLists.txt   2015-09-05 10:54:16.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -41,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.13.0/autotests/kcompositejobtest.cpp 
new/kcoreaddons-5.14.0/autotests/kcompositejobtest.cpp
--- old/kcoreaddons-5.13.0/autotests/kcompositejobtest.cpp  2015-08-04 
12:49:20.0 +0200
+++ new/kcoreaddons-5.14.0/autotests/kcompositejobtest.cpp  2015-09-05 
10:54:16.0 +0200
@@ -102,5 +102,5 @@
 QCOMPARE(destroyed_spy.size(), 1);
 }
 
-QTEST_GUILESS_MAIN(KCompositeJobTest);
+QTEST_GUILESS_MAIN(KCompositeJobTest)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.13.0/po/fr/kcoreaddons5_qt.po 
new/kcoreaddons-5.14.0/po/fr/kcoreaddons5_qt.po
--- old/kcoreaddons-5.13.0/po/fr/kcoreaddons5_qt.po 2015-08-04 
12:49:20.0 +0200
+++ new/kcoreaddons-5.14.0/po/fr/kcoreaddons5_qt.po 2015-09-05 
10:54:16.0 +0200
@@ -24,10 +24,10 @@
 "PO-Revision-Date: 2014-07-02 13:50+0200\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/kcoreaddons-5.13.0/src/lib/jobs/kjob.h 
new/kcoreaddons-5.14.0/src/lib/jobs/kjob.h
--- old/kcoreaddons-5.13.0/src/lib/jobs/kjob.h  2015-08-04 12:49:20.0 
+0200
+++ new/kcoreaddons-5.14.0/src/lib/jobs/kjob.h  2015-09-05 10:54:16.0 
+0200
@@ -436,9 +436,8 @@
  * @param field2 second field (localized name and value)
  */
 void description(KJob *job, const QString &title,
- const QPair &field1 = 
qMakePair(QString(), QString()),
- const QPair &field2 = 
qMakePair(QString(), QString()));
-
+ const QPair &field1 = QPair(),
+ const QPair &field2 = QPair());
 /**
  * Emitted to display state information about this job.
  * Examples of message are "Resolving host", "Connecting to host...", etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' o

commit kcoreaddons for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-07-14 
17:22:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-09-02 07:44:29.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug  4 19:20:17 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
+  * Add Kdelibs4Migration::kdeHome() for cases not covered by resources
+  * Fix tr() warning
+  * Fix KCoreAddons build on Clang+ARM
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kcoreaddons-5.12.0.tar.xz

New:

  kcoreaddons-5.13.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.DtaU8g/_old  2015-09-02 07:44:30.0 +0200
+++ /var/tmp/diff_new_pack.DtaU8g/_new  2015-09-02 07:44:30.0 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kcoreaddons
-Version:5.12.0
+Version:5.13.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 %if %{with lang}
-BuildRequires:  libqt5-linguist-devel >= 5.2.0
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.3.0
 %endif
 BuildRequires:  shared-mime-info
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
 Requires:   shared-mime-info
 %if %{with lang}
 Recommends: %{name}-lang = %{version}
@@ -67,7 +67,7 @@
 Requires:   %lname = %{version}
 Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   cmake(Qt5Core) >= 5.3.0
 
 %description devel
 KCoreAddons provides classes built on top of QtCore to perform various tasks

++ kcoreaddons-5.12.0.tar.xz -> kcoreaddons-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.12.0/CMakeLists.txt 
new/kcoreaddons-5.13.0/CMakeLists.txt
--- old/kcoreaddons-5.12.0/CMakeLists.txt   2015-07-05 10:55:25.0 
+0200
+++ new/kcoreaddons-5.13.0/CMakeLists.txt   2015-08-04 12:49:20.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -20,7 +20,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 
 # Configure checks for kdirwatch
@@ -41,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.12.0/README.md 
new/kcoreaddons-5.13.0/README.md
--- old/kcoreaddons-5.12.0/README.md2015-07-05 10:55:25.0 +0200
+++ new/kcoreaddons-5.13.0/README.md2015-08-04 12:49:20.0 +0200
@@ -1,5 +1,7 @@
 # KCoreAddons
 
+Qt addon library with a collection of non-GUI utilities
+
 ## Introduction
 
 KCoreAddons provides classes built on top of QtCore to perform various tasks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.12.0/po/ast/kcoreaddons5_qt.po 
new/kcoreaddons-5.13.0/po/ast/kcoreaddons5_qt.po
--- old/kcoreaddons-5.12.0/po/ast/kcoreaddons5_qt.po2015-07-05 
10:55:25.0 +0200
+++ new/kcoreaddons-5.13.0/po/ast/kcoreaddons5_qt.po2015-08-04 
12:49:20.0 +0200
@@ -1,23 +1,23 @@
-# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distribute

commit kcoreaddons for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-06-23 
12:06:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-07-14 17:22:35.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 18:44:52 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * KDirWatch: Only establish a connection to FAM if requested
+  * Allow filtering plugins and applications by formfactor
+  * Make it possible to use desktoptojson from different sources
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kcoreaddons-5.11.0.tar.xz

New:

  kcoreaddons-5.12.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.1oBXMA/_old  2015-07-14 17:22:36.0 +0200
+++ /var/tmp/diff_new_pack.1oBXMA/_new  2015-07-14 17:22:36.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kcoreaddons
-Version:5.11.0
+Version:5.12.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.11.0.tar.xz -> kcoreaddons-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.11.0/CMakeLists.txt 
new/kcoreaddons-5.12.0/CMakeLists.txt
--- old/kcoreaddons-5.11.0/CMakeLists.txt   2015-06-06 23:11:15.0 
+0200
+++ new/kcoreaddons-5.12.0/CMakeLists.txt   2015-07-05 10:55:25.0 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 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)
 
@@ -41,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.11.0") # handled by release scripts
+set(KF5_VERSION "5.12.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
@@ -74,6 +74,7 @@
 COMPONENT Devel )
 
 install(EXPORT KF5CoreAddonsTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" 
FILE KF5CoreAddonsTargets.cmake NAMESPACE KF5:: )
+install(EXPORT KF5CoreAddonsToolingTargets DESTINATION 
"${CMAKECONFIG_INSTALL_DIR}" FILE KF5CoreAddonsToolingTargets.cmake NAMESPACE 
KF5:: )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h
 DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.11.0/KF5CoreAddonsConfig.cmake.in 
new/kcoreaddons-5.12.0/KF5CoreAddonsConfig.cmake.in
--- old/kcoreaddons-5.11.0/KF5CoreAddonsConfig.cmake.in 2015-06-06 
23:11:15.0 +0200
+++ new/kcoreaddons-5.12.0/KF5CoreAddonsConfig.cmake.in 2015-07-05 
10:55:25.0 +0200
@@ -3,6 +3,12 @@
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 
+if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
+find_file(KCONFIGCOMPILER_PATH 
KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake PATHS ${KF5_HOST_TOOLING} 
${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
+include("${TARGETSFILE}")
+else()
+include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake")
+endif()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsTargets.cmake")
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsMacros.cmake")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.11.0/autotests/CMakeLists.txt 
new/kcoreaddons-5.12.0/autotests/CMakeLists.txt
--- old/kcoreaddons-5.11.0/autotests/CMakeLists.txt 2015-06-06 
23:11:15.0 +0200
+++ new/kcoreaddons-5.12.0/autotests/CMakeLists.txt 2015-07-05 
10:55:25.0 +0200
@@ -42,11 +42,17 @@
 kstringhandlertest.cpp
 kusertest.cpp
 kdelibs4migrationtest.cpp
-desktoptojsontest.cpp
 kdelibs4configmigratortest.cpp
 LINK_LIBRARIES Qt5::Test KF5::CoreAddons
 )
 
+if(NOT CMAKE_CROSSCOMPILING)
+ecm_add_tests(desktoptojsontest.cpp LINK_LIBRARIES Qt5::Test 
KF5::CoreAddons)
+target_compile_definitions(desktoptojson

commit kcoreaddons for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-05-11 
19:47:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-06-23 12:06:57.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun  7 19:07:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * New KPluginLoader::findPluginById() convenience API
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kcoreaddons-5.10.0.tar.xz

New:

  kcoreaddons-5.11.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.rfYlN1/_old  2015-06-23 12:06:57.0 +0200
+++ /var/tmp/diff_new_pack.rfYlN1/_new  2015-06-23 12:06:57.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kcoreaddons
-Version:5.10.0
+Version:5.11.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.10.0.tar.xz -> kcoreaddons-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.10.0/CMakeLists.txt 
new/kcoreaddons-5.11.0/CMakeLists.txt
--- old/kcoreaddons-5.10.0/CMakeLists.txt   2015-05-03 17:07:03.0 
+0200
+++ new/kcoreaddons-5.11.0/CMakeLists.txt   2015-06-06 23:11:15.0 
+0200
@@ -2,11 +2,15 @@
 
 project(KCoreAddons)
 
-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} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
@@ -37,7 +41,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.10.0") # handled by release scripts
+set(KF5_VERSION "5.11.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.10.0/autotests/data/fakeplugin.desktop 
new/kcoreaddons-5.11.0/autotests/data/fakeplugin.desktop
--- old/kcoreaddons-5.10.0/autotests/data/fakeplugin.desktop2015-05-03 
17:07:03.0 +0200
+++ new/kcoreaddons-5.11.0/autotests/data/fakeplugin.desktop2015-06-06 
23:11:15.0 +0200
@@ -14,6 +14,7 @@
 Name[ko]=NSA 플러그인
 Name[nb]=NSA programtillegg
 Name[nl]=NSA-plug-in
+Name[nn]=NSA-tillegg
 Name[pl]=Wtyczka NSA
 Name[pt]='Plugin' da NSA
 Name[pt_BR]=Plugin NSA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.10.0/autotests/data/hiddenplugin.desktop 
new/kcoreaddons-5.11.0/autotests/data/hiddenplugin.desktop
--- old/kcoreaddons-5.10.0/autotests/data/hiddenplugin.desktop  2015-05-03 
17:07:03.0 +0200
+++ new/kcoreaddons-5.11.0/autotests/data/hiddenplugin.desktop  2015-06-06 
23:11:15.0 +0200
@@ -14,6 +14,7 @@
 Name[ko]=NSA 플러그인
 Name[nb]=NSA programtillegg
 Name[nl]=NSA-plug-in
+Name[nn]=NSA-tillegg
 Name[pl]=Wtyczka NSA
 Name[pt]='Plugin' da NSA
 Name[pt_BR]=Plugin NSA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.10.0/autotests/kpluginloadertest.cpp 
new/kcoreaddons-5.11.0/autotests/kpluginloadertest.cpp
--- old/kcoreaddons-5.10.0/autotests/kpluginloadertest.cpp  2015-05-03 
17:07:03.0 +0200
+++ new/kcoreaddons-5.11.0/autotests/kpluginloadertest.cpp  2015-06-06 
23:11:15.0 +0200
@@ -348,6 +348,15 @@
 QCOMPARE(plugins[0].description(), QStringLiteral("This is another 
plugin"));
 QCOMPARE(plugins[1].description(), QStringLiteral("This is a plugin"));
 
+// by plugin id
+plugins = KPluginLoader::findPluginsById(dir.absolutePath(), "foobar");
+QCOMPARE(plugins.size(), 1);
+QCOMPARE(plugins[0].description(), QStringLiteral("This is another 
plugin")

commit kcoreaddons for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-04-13 
20:24:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-05-11 19:47:56.0 +0200
@@ -1,0 +2,9 @@
+Sun May  3 19:46:05 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * New cmake macro kcoreaddons_add_plugin to create
+KPluginLoader-based plugins more easily.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kcoreaddons-5.9.0.tar.xz

New:

  kcoreaddons-5.10.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.7OznSS/_old  2015-05-11 19:47:56.0 +0200
+++ /var/tmp/diff_new_pack.7OznSS/_new  2015-05-11 19:47:56.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kcoreaddons
-Version:5.9.0
+Version:5.10.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.9.0.tar.xz -> kcoreaddons-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.9.0/CMakeLists.txt 
new/kcoreaddons-5.10.0/CMakeLists.txt
--- old/kcoreaddons-5.9.0/CMakeLists.txt2015-04-04 14:02:19.0 
+0200
+++ new/kcoreaddons-5.10.0/CMakeLists.txt   2015-05-03 17:07:03.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KCoreAddons)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -37,7 +37,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_VERSION "5.10.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.9.0/KF5CoreAddonsMacros.cmake 
new/kcoreaddons-5.10.0/KF5CoreAddonsMacros.cmake
--- old/kcoreaddons-5.9.0/KF5CoreAddonsMacros.cmake 2015-04-04 
14:02:19.0 +0200
+++ new/kcoreaddons-5.10.0/KF5CoreAddonsMacros.cmake2015-05-03 
17:07:03.0 +0200
@@ -78,3 +78,50 @@
 message(FATAL_ERROR "Generating ${json} failed")
 endif()
 endfunction()
+
+#
+# kcoreaddons_add_plugin(plugin_name SOURCES... [JSON "pluginname.json"] 
[INSTALL_NAMESPACE "servicename"])
+#
+# This macro helps simplifying the creation of plugins for KPluginFactory
+# based systems.
+# It will create a plugin given the SOURCES list, the name of the JSON file
+# that will define the plugin's metadata and the INSTALL_NAMESPACE so that
+# the plugin is installed with the rest of the plugins from the same 
sub-system,
+# within ${PLUGIN_INSTALL_DIR}.
+#
+# Example:
+#   kcoreaddons_add_plugin(kdeconnect_share JSON kdeconnect_share.json SOURCES 
${kdeconnect_share_SRCS})
+
+function(kcoreaddons_add_plugin plugin)
+set(options)
+set(oneValueArgs JSON INSTALL_NAMESPACE)
+set(multiValueArgs SOURCES)
+cmake_parse_arguments(KCA_ADD_PLUGIN "${options}" "${oneValueArgs}" 
"${multiValueArgs}" ${ARGN})
+
+get_filename_component(json "${KCA_ADD_PLUGIN_JSON}" REALPATH)
+
+# ensure we recompile the corresponding object files when the json file 
changes
+set(dependent_sources )
+foreach(source ${KCA_ADD_PLUGIN_SOURCES})
+get_filename_component(source "${source}" REALPATH)
+if(EXISTS "${source}")
+file(STRINGS "${source}" match REGEX "K_PLUGIN_FACTORY_WITH_JSON")
+if(match)
+list(APPEND dependent_sources "${source}")
+endif()
+endif()
+endforeach()
+if(NOT dependent_sources)
+# fallback to all sources - better safe than sorry...
+set(dependent_sources ${KCA_ADD_PLUGIN_SOURCES})
+endif()
+set_property(SOURCE ${dependent_sources} APPEND PROPERTY OBJECT_DEPENDS 
${json})
+
+add_library(${plugin} MODULE ${KCA_ADD_PLUGIN_SOURCES})
+set_property(TARGET ${plugin} APPEND PROPERTY AUTOGEN_TARGET_DEPENDS 
${json})
+
+if (NOT KCA_ADD_PLUGIN_INSTALL_NAMESPACE)
+message(FATAL_ERROR "Must specify

commit kcoreaddons for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2015-04-13 20:24:50

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-03-16 
09:30:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-04-13 20:24:52.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:43 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:

  kcoreaddons-5.8.0.tar.xz

New:

  kcoreaddons-5.9.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.pUz6p6/_old  2015-04-13 20:24:52.0 +0200
+++ /var/tmp/diff_new_pack.pUz6p6/_new  2015-04-13 20:24:52.0 +0200
@@ -16,20 +16,25 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kcoreaddons
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  shared-mime-info
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 Requires:   shared-mime-info
+%if %{with lang}
 Recommends: %{name}-lang = %{version}
+%endif
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -80,9 +85,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %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
 
@@ -94,7 +101,9 @@
 %postun
 %{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
 
+%if %{with lang}
 %files lang -f %{name}5.lang
+%endif
 
 %files
 %defattr(-,root,root)

++ kcoreaddons-5.8.0.tar.xz -> kcoreaddons-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/CMakeLists.txt 
new/kcoreaddons-5.9.0/CMakeLists.txt
--- old/kcoreaddons-5.8.0/CMakeLists.txt2015-03-07 15:39:54.0 
+0100
+++ new/kcoreaddons-5.9.0/CMakeLists.txt2015-04-04 14:02:19.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KCoreAddons)
 
-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} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -37,7 +37,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.8.0/autotests/data/fakeplugin.desktop 
new/kcoreaddons-5.9.0/autotests/data/fakeplugin.desktop
--- old/kcoreaddons-5.8.0/autotests/data/fakeplugin.desktop 2015-03-07 
15:39:54.0 +0100
+++ new/kcoreaddons-5.9.0/autotests/data/fakeplugin.desktop 2015-04-04 
14:02:19.0 +0200
@@ -8,7 +8,9 @@
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
+Name[gl]=Complemento de NSA
 Name[hu]=NSA bővítmény
+Name[it]=Estensione NSA
 Name[ko]=NSA 플러그인
 Name[nl]=NSA-plug-in
 Name[pl]=Wtyczka NSA
@@ -36,7 +38,9 @@
 Comment[en_GB]=Test Plugin Spy
 Comment[es]=Probar espía de complementos
 Comment[fi]=Testivakoiluliitännäinen
+Comment[gl]=Complemento espía de proba
 Comment[hu]=Kémbővítmény tesztelése
+Comment[it]=Estensione di prova Spy
 Comment[ko]=테스트 플러그인 첩자
 Comment[nl]=Plug-in Spy testen
 Comment[pl]=Wypróbuj szpiega wtyczki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.8.0/autotests/data/hiddenplugin.desktop 
new/kcoreaddons-5.9.0/autotests/data/hiddenplugin.desktop
--- old/kcoreaddons-5.8.0/autotests/data/hiddenplugin.desktop   2015-03-07 
15:39:54.0 +0100
+++ new/kcoreaddons-5.9.0/autotests/data/hiddenplugin.desktop   2015-04-04 
14:02:19.0 +0200
@@ -8,7 +8,9 @@
 Name[en_GB]=NSA Plugin
 Name[es]=Complemento NSA
 Name[fi]=NSA-liitännäinen
+Name[g

commit kcoreaddons for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2015-03-16 09:30:32

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-02-16 
17:30:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-03-16 09:30:33.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 16:58:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * KPluginMetadata: add support for Hidden key
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  kcoreaddons-5.7.0.tar.xz

New:

  kcoreaddons-5.8.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.6kRpPx/_old  2015-03-16 09:30:34.0 +0100
+++ /var/tmp/diff_new_pack.6kRpPx/_new  2015-03-16 09:30:34.0 +0100
@@ -17,12 +17,12 @@
 
 
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kcoreaddons
 Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0

++ kcoreaddons-5.7.0.tar.xz -> kcoreaddons-5.8.0.tar.xz ++
 2099 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2015-02-16 15:04:44

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2015-01-29 
12:50:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-02-16 17:30:28.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb  8 18:15:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KAboutData: Call addHelpOption and addVersionOption
+automatically, for convenience and consistency
+  * KAboutData: Bring back "Please use http://bugs.kde.org
+to report bugs." when no other email/url is set
+  * KAutoSaveFile: allStaleFiles() now works as expected
+for local files, fixed staleFiles() too
+  * KRandomSequence now uses int's internally and exposes
+int-api for 64-bit unambiguity
+  * Mimetype definitions: *.qmltypes and *.qmlproject files
+also have the text/x-qml mime type
+  * KShell: make quoteArgs quote urls with QChar::isSpace(),
+unusual space characters were not handled properly
+  * KSharedDataCache: fix creation of directory containing
+the cache (porting bug)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcoreaddons-5.6.0.tar.xz

New:

  kcoreaddons-5.7.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.7KfIH0/_old  2015-02-16 17:30:29.0 +0100
+++ /var/tmp/diff_new_pack.7KfIH0/_new  2015-02-16 17:30:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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,11 +17,12 @@
 
 
 %define lname   libKF5CoreAddons5
+%define _tar_path 5.7
 Name:   kcoreaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -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
 

++ kcoreaddons-5.6.0.tar.xz -> kcoreaddons-5.7.0.tar.xz ++
 7515 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-12-21 
11:57:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-01-29 12:50:56.0 +0100
@@ -1,0 +2,9 @@
+Sat Jan  3 18:03:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * KDirWatch can now watch /dev/shm as well (kde#314982)
+  * KDELibs4Migration now always returns an absolute path
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kcoreaddons-5.5.0.tar.xz

New:

  kcoreaddons-5.6.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.B8kuAW/_old  2015-01-29 12:50:56.0 +0100
+++ /var/tmp/diff_new_pack.B8kuAW/_new  2015-01-29 12:50:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# 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,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.5.0
+Version:5.6.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -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
 

++ kcoreaddons-5.5.0.tar.xz -> kcoreaddons-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.5.0/CMakeLists.txt 
new/kcoreaddons-5.6.0/CMakeLists.txt
--- old/kcoreaddons-5.5.0/CMakeLists.txt2014-12-06 13:33:58.0 
+0100
+++ new/kcoreaddons-5.6.0/CMakeLists.txt2015-01-03 13:03:07.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KCoreAddons)
 
-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} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -37,7 +37,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.5.0/autotests/CMakeLists.txt 
new/kcoreaddons-5.6.0/autotests/CMakeLists.txt
--- old/kcoreaddons-5.5.0/autotests/CMakeLists.txt  2014-12-06 
13:33:58.0 +0100
+++ new/kcoreaddons-5.6.0/autotests/CMakeLists.txt  2015-01-03 
13:03:07.0 +0100
@@ -48,7 +48,11 @@
 )
 
 set(ktexttohtmltest_SRCS ktexttohtmltest.cpp 
${CMAKE_SOURCE_DIR}/src/lib/text/ktexttohtml.cpp)
-ecm_add_test(${ktexttohtmltest_SRCS} TEST_NAME ktexttohtmltest LINK_LIBRARIES 
Qt5::Test KF5::CoreAddons)
+ecm_add_test(${ktexttohtmltest_SRCS} TEST_NAME ktexttohtmltest LINK_LIBRARIES 
Qt5::Test)
+# include the binary dir in order to get kcoreaddons_export.h
+target_include_directories(ktexttohtmltest PRIVATE 
${KCoreAddons_BINARY_DIR}/src/lib)
+# fake static linking to prevent the export macros on Windows from kicking in
+target_compile_definitions(ktexttohtmltest PRIVATE 
-DKCOREADDONS_STATIC_DEFINE=1)
 
 target_compile_definitions(kpluginloadertest PRIVATE
 JSONPLUGIN_FILE="$"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.5.0/autotests/data/fakeplugin.desktop 
new/kcoreaddons-5.6.0/autotests/data/fakeplugin.desktop
--- old/kcoreaddons-5.5.0/autotests/data/fakeplugin.desktop 2014-12-06 
13:33:58.0 +0100
+++ new/kcoreaddons-5.6.0/autotests/data/fakeplugin.desktop 2015-01-03 
13:03:07.0 +0100
@@ -1,23 +1,45 @@
 [Desktop Entry]
 Name=NSA Plugin
+Na

commit kcoreaddons for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-11-13 
09:18:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-12-21 11:57:53.0 +0100
@@ -1,0 +2,14 @@
+Sat Dec  6 12:53:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Add KTextToHTML class for plaintext->HTML conversion
+  * Add KPluginMetaData::metaDataFileName()
+  * Allow to read KPluginMetaData from .desktop files
+  * Kdelibs4Migration now gives priority to distro-provided
+KDE4_DEFAULT_HOME
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+- Drop 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch,
+  merged upstream
+
+---

Old:

  0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch
  kcoreaddons-5.4.0.tar.xz

New:

  kcoreaddons-5.5.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.UGZGJh/_old  2014-12-21 11:57:57.0 +0100
+++ /var/tmp/diff_new_pack.UGZGJh/_new  2014-12-21 11:57:57.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.4.0
+Version:5.5.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.4.0
+BuildRequires:  extra-cmake-modules >= 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -33,11 +33,8 @@
 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
-# PATCH-FIX-OPENSUSE 
0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch -- Let 
Kdelibs4Migration searches in .kde4 first, it's
-# possible that some users have ancient unused config in .kde, and openSUSE 
has .kde4 as default
-Patch0: 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,7 +72,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"

++ kcoreaddons-5.4.0.tar.xz -> kcoreaddons-5.5.0.tar.xz ++
 3586 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-11-13 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-11-13 09:18:11

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-11-11 
01:09:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-11-13 09:18:33.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 05:05:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.bvOyil/_old  2014-11-13 09:18:34.0 +0100
+++ /var/tmp/diff_new_pack.bvOyil/_new  2014-11-13 09:18:34.0 +0100
@@ -90,12 +90,12 @@
 %post -n %lname -p /sbin/ldconfig
 
 %post
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
 
 %postun -n %lname -p /sbin/ldconfig
 
 %postun
-%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || :
 
 %files lang -f %{name}5.lang
 

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



commit kcoreaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-11-11 01:09:17

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-10-07 
15:59:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-11-11 01:09:26.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Various build fixes (QNX, Ubuntu 14.04)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcoreaddons-5.3.0.tar.xz

New:

  kcoreaddons-5.4.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.XjgsmS/_old  2014-11-11 01:09:27.0 +0100
+++ /var/tmp/diff_new_pack.XjgsmS/_new  2014-11-11 01:09:28.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -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
 # PATCH-FIX-OPENSUSE 
0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch -- Let 
Kdelibs4Migration searches in .kde4 first, it's
 # possible that some users have ancient unused config in .kde, and openSUSE 
has .kde4 as default

++ kcoreaddons-5.3.0.tar.xz -> kcoreaddons-5.4.0.tar.xz ++
 4449 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-10-07 15:59:14

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-09-12 
17:04:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-10-07 15:59:32.0 +0200
@@ -1,0 +2,14 @@
+Sat Oct  4 17:59:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Kdelibs4Migration: allow distributions to set
+_KDE4_DEFAULT_HOME_POSTFIX so that the kde4 home
+is found properly.
+  * Compilation fixes for MSVC and gcc 4.5
+  * Turn KFormat into a Q_GADGET so we can expose its
+properties to QML indirectly
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+- Pass -DKDE4_DEFAULT_HOME=".kde4", used in kdelibs4migration class
+
+---

Old:

  kcoreaddons-5.2.0.tar.xz

New:

  kcoreaddons-5.3.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.5MJ5Ez/_old  2014-10-07 15:59:34.0 +0200
+++ /var/tmp/diff_new_pack.5MJ5Ez/_new  2014-10-07 15:59:34.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.2.0
+Version:5.3.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.2.0
+BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -78,7 +78,7 @@
 %patch0 -p1
 
 %build
-  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert 
-DKDE4_DEFAULT_HOME=".kde4"
   %make_jobs
 
 %install

++ 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch ++
--- /var/tmp/diff_new_pack.5MJ5Ez/_old  2014-10-07 15:59:34.0 +0200
+++ /var/tmp/diff_new_pack.5MJ5Ez/_new  2014-10-07 15:59:34.0 +0200
@@ -12,7 +12,7 @@
 index e1ec678..e6f1ad6 100644
 --- a/src/lib/util/kdelibs4migration.cpp
 +++ b/src/lib/util/kdelibs4migration.cpp
-@@ -39,7 +39,7 @@ Kdelibs4Migration::Kdelibs4Migration()
+@@ -40,7 +40,7 @@ Kdelibs4Migration::Kdelibs4Migration()
  } else {
  QDir homeDir = QDir::home();
  QVector testSubdirs;

++ kcoreaddons-5.2.0.tar.xz -> kcoreaddons-5.3.0.tar.xz ++
 933781 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-09-01 
16:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-09-12 17:04:02.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep  9 09:49:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KCoreAddons: Mark KAboutData::setProgramIconName() as deprecated,
+it did not do anything.
+Use QApplication::setWindowIcon(QIcon::fromTheme("...")) instead.
+  * KCoreAddons: new classes Kdelibs4ConfigMigrator and KPluginMetaData
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kcoreaddons-5.1.0.tar.xz

New:

  kcoreaddons-5.2.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.nEn3nc/_old  2014-09-12 17:04:04.0 +0200
+++ /var/tmp/diff_new_pack.nEn3nc/_new  2014-09-12 17:04:04.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.1.0
+Version:5.2.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -111,6 +111,7 @@
 
 %files devel
 %defattr(-,root,root)
+%{_kf5_bindir}/desktoptojson
 %{_kf5_libdir}/libKF5CoreAddons.so
 %{_kf5_libdir}/cmake/KF5CoreAddons/
 %{_kf5_includedir}/

++ kcoreaddons-5.1.0.tar.xz -> kcoreaddons-5.2.0.tar.xz ++
 939222 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-09-01 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-09-01 16:59:12

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-08-16 
15:42:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-09-01 16:59:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 26 21:24:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch:
+  Let Kdelibs4Migration searches in .kde4 first, it's possible that
+  some users have ancient unused config in .kde, and openSUSE
+  has .kde4 as default
+
+---

New:

  0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.EZbH0F/_old  2014-09-01 16:59:42.0 +0200
+++ /var/tmp/diff_new_pack.EZbH0F/_new  2014-09-01 16:59:42.0 +0200
@@ -35,6 +35,9 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE 
0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch -- Let 
Kdelibs4Migration searches in .kde4 first, it's
+# possible that some users have ancient unused config in .kde, and openSUSE 
has .kde4 as default
+Patch0: 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +75,7 @@
 %lang_package
 %prep
 %setup -q
-#rm -rf po/{af,pl,si}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert

++ 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch ++
>From 4dafb6cecb673cd3c83a467be479e3b78a276402 Mon Sep 17 00:00:00 2001
From: Hrvoje Senjan 
Date: Tue, 17 Jun 2014 20:26:57 +0200
Subject: [PATCH 1/1] Let Kdelibs4Migration searches in .kde4 first, it's
 possible that some users have ancient unused config in .kde

---
 src/lib/util/kdelibs4migration.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/util/kdelibs4migration.cpp 
b/src/lib/util/kdelibs4migration.cpp
index e1ec678..e6f1ad6 100644
--- a/src/lib/util/kdelibs4migration.cpp
+++ b/src/lib/util/kdelibs4migration.cpp
@@ -39,7 +39,7 @@ Kdelibs4Migration::Kdelibs4Migration()
 } else {
 QDir homeDir = QDir::home();
 QVector testSubdirs;
-testSubdirs << QStringLiteral(".kde") << QStringLiteral(".kde4");
+testSubdirs << QStringLiteral(".kde4") << QStringLiteral(".kde");
 Q_FOREACH (const QString &testSubdir, testSubdirs) {
 if (homeDir.exists(testSubdir)) {
 //qDebug() << "Using" << testSubdir << "as the location of the 
old config file";
-- 
1.9.3

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



commit kcoreaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-07-10 
09:31:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-08-16 15:42:16.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:07 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
+- Harden required Qt5 libs versions
+- Pass the location of lconvert executable
+- Don't own standard directories
+
+---

Old:

  kcoreaddons-5.0.0.tar.xz

New:

  kcoreaddons-5.1.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.kaQGzp/_old  2014-08-16 15:42:17.0 +0200
+++ /var/tmp/diff_new_pack.kaQGzp/_new  2014-08-16 15:42:17.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -47,6 +47,7 @@
 Summary:Utilities for core application functionality and accessing the 
OS
 Group:  System/GUI/KDE
 Recommends: %{name} = %{version}
+%requires_ge libQt5Core5
 
 %description -n %lname
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -74,7 +75,7 @@
 #rm -rf po/{af,pl,si}
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -98,8 +99,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
-%dir %{_kf5_sharedir}/mime
-%dir %{_kf5_sharedir}/mime/packages
 %{_kf5_appsdir}/mime/packages/kde5.xml
 
 %files -n %lname
@@ -111,9 +110,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5CoreAddons.so
 %{_kf5_libdir}/cmake/KF5CoreAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KCoreAddons.pri
 
 %changelog

++ kcoreaddons-5.0.0.tar.xz -> kcoreaddons-5.1.0.tar.xz ++
 884173 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-07-10 08:18:03

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-06-10 
14:36:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-07-10 09:31:24.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:50 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:

  kcoreaddons-4.100.0.tar.xz

New:

  kcoreaddons-5.0.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.O98af3/_old  2014-07-10 09:31:25.0 +0200
+++ /var/tmp/diff_new_pack.O98af3/_new  2014-07-10 09:31:25.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-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:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -33,7 +33,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
 

++ kcoreaddons-4.100.0.tar.xz -> kcoreaddons-5.0.0.tar.xz ++
 19039 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-06-10 14:36:17

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-05-14 
20:26:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-06-10 14:36:38.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:20 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:

  kcoreaddons-4.99.0.tar.xz

New:

  baselibs.conf
  kcoreaddons-4.100.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.2FMlCR/_old  2014-06-10 14:36:39.0 +0200
+++ /var/tmp/diff_new_pack.2FMlCR/_new  2014-06-10 14:36:39.0 +0200
@@ -18,20 +18,23 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-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:  kf5-filesystem
+BuildRequires:  libqt5-linguist-devel >= 5.2.0
 BuildRequires:  shared-mime-info
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+Requires:   shared-mime-info
 Recommends: %{name}-lang = %{version}
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kcoreaddons-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,7 +46,6 @@
 %package -n %lname
 Summary:Utilities for core application functionality and accessing the 
OS
 Group:  System/GUI/KDE
-Requires:   shared-mime-info
 Recommends: %{name} = %{version}
 
 %description -n %lname

++ baselibs.conf ++
libKF5CoreAddons5
kcoreaddons-devel
requires "libKF5CoreAddons5- = "
++ kcoreaddons-4.99.0.tar.xz -> kcoreaddons-4.100.0.tar.xz ++
 64597 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-04-02 
17:21:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-05-14 20:26:50.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:03 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
+
+---

Old:

  kcoreaddons-4.98.0.tar.xz

New:

  kcoreaddons-4.99.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.qCZuMa/_old  2014-05-14 20:26:51.0 +0200
+++ /var/tmp/diff_new_pack.qCZuMa/_new  2014-05-14 20:26:51.0 +0200
@@ -18,14 +18,15 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-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:  kf5-filesystem
 BuildRequires:  shared-mime-info
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+Recommends: %{name}-lang = %{version}
 Summary:Utilities for core application functionality and accessing the 
OS
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -65,8 +66,10 @@
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more. Development files.
 
+%lang_package
 %prep
 %setup -q
+#rm -rf po/{af,pl,si}
 
 %build
   %cmake_kf5 -d build
@@ -76,21 +79,25 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}5 --with-qt --without-mo
+
 %post -n %lname -p /sbin/ldconfig
 
 %post
-%{_bindir}/update-mime-database %{_kf5_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
 
 %postun -n %lname -p /sbin/ldconfig
 
 %postun
-%{_bindir}/update-mime-database %{_kf5_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
+
+%files lang -f %{name}5.lang
 
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
-%dir %{_kf5_datadir}/mime
-%dir %{_kf5_datadir}/mime/packages
+%dir %{_kf5_sharedir}/mime
+%dir %{_kf5_sharedir}/mime/packages
 %{_kf5_appsdir}/mime/packages/kde5.xml
 
 %files -n %lname

++ kcoreaddons-4.98.0.tar.xz -> kcoreaddons-4.99.0.tar.xz ++
 963538 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-04-02 17:21:51

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-03-10 
12:17:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-04-02 17:21:57.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:25 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
+
+---

Old:

  kcoreaddons-4.97.0.tar.xz

New:

  kcoreaddons-4.98.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.rE3ZF8/_old  2014-04-02 17:21:58.0 +0200
+++ /var/tmp/diff_new_pack.rE3ZF8/_new  2014-04-02 17:21:58.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-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:  kf5-filesystem
 BuildRequires:  shared-mime-info

++ kcoreaddons-4.97.0.tar.xz -> kcoreaddons-4.98.0.tar.xz ++
 2753 lines of diff (skipped)

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



commit kcoreaddons for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

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

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-02-24 
06:53:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-03-10 12:17:25.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:38:45 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:

  kcoreaddons-4.96.0.tar.xz

New:

  kcoreaddons-4.97.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.8aFSof/_old  2014-03-10 12:17:26.0 +0100
+++ /var/tmp/diff_new_pack.8aFSof/_new  2014-03-10 12:17:26.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5CoreAddons4
+%define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-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:  kf5-filesystem
 BuildRequires:  shared-mime-info

++ kcoreaddons-4.96.0.tar.xz -> kcoreaddons-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-4.96.0/CMakeLists.txt 
new/kcoreaddons-4.97.0/CMakeLists.txt
--- old/kcoreaddons-4.96.0/CMakeLists.txt   2014-02-05 13:13:14.0 
+0100
+++ new/kcoreaddons-4.97.0/CMakeLists.txt   2014-03-01 12:50:21.0 
+0100
@@ -2,13 +2,13 @@
 
 project(KCoreAddons)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
@@ -35,11 +35,12 @@
 # Generate io/config-kdirwatch.h
 configure_file(src/lib/io/config-kdirwatch.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/src/lib/io/config-kdirwatch.h)
 
-set(KF5_VERSION "4.96.0")
+set(KF5_VERSION "4.97.0")
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
-PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CoreAddonsConfigVersion.cmake")
+PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CoreAddonsConfigVersion.cmake"
+SOVERSION 5)
 
 
 add_subdirectory(src)
@@ -49,7 +50,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5CoreAddons")
 
-configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5CoreAddonsConfig.cmake.in"
+ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5CoreAddonsConfig.cmake.in"
   
"${CMAKE_CURRENT_BINARY_DIR}/KF5CoreAddonsConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-4.96.0/autotests/kdirwatch_unittest.cpp 
new/kcoreaddons-4.97.0/autotests/kdirwatch_unittest.cpp
--- old/kcoreaddons-4.96.0/autotests/kdirwatch_unittest.cpp 2014-02-05 
13:13:14.0 +0100
+++ new/kcoreaddons-4.97.0/autotests/kdirwatch_unittest.cpp 2014-03-01 
12:50:21.0 +0100
@@ -569,6 +569,11 @@
 // Just touch another file to trigger a findSubEntry - this where the 
crash happened
 waitUntilMTimeChange(m_path);
 createFile(filetemp);
+#ifdef Q_OS_WIN
+if (watch.internalMethod() == KDirWatch::QFSWatch) {
+QEXPECT_FAIL(nullptr, "QFSWatch fails here on Windows!", Continue);
+}
+#endif
 QVERIFY(waitForOneSignal(watch, SIGNAL(dirty(QString)), m_path));
 }
 
@@ -689,6 +694,11 @@
 
 //qDebug() << "create file 3 at" << 
QDateTime::currentDateTime().toTime_t();
 const QString file3 = createFile(3);
+#ifdef Q_OS_WIN
+if (watch.internalMethod() == KDirWatch::QFSWatch) {
+QEXPECT_FAIL(nullptr, "QFSWatch fails here on Windows!", Continue);
+}
+#endif
 QVERIFY(waitForOneSignal(watch, SIGNAL(dirty(QString)), m_path));
 
 QFile::remove(fi