commit kactivities5 for openSUSE:Factory

2020-10-12 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon Oct 12 13:53:22 2020 rev:83 rq:840792 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-09-18 14:37:48.755810217 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3486/kactivities5.changes  
2020-10-12 13:55:09.258112510 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:32:50 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
+- No code change since 5.74.0
+
+---

Old:

  kactivities-5.74.0.tar.xz
  kactivities-5.74.0.tar.xz.sig

New:

  kactivities-5.75.0.tar.xz
  kactivities-5.75.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.0cFzZH/_old  2020-10-12 13:55:09.762112714 +0200
+++ /var/tmp/diff_new_pack.0cFzZH/_new  2020-10-12 13:55:09.766112717 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.74.0.tar.xz -> kactivities-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.74.0/CMakeLists.txt 
new/kactivities-5.75.0/CMakeLists.txt
--- old/kactivities-5.74.0/CMakeLists.txt   2020-09-06 11:06:02.0 
+0200
+++ new/kactivities-5.75.0/CMakeLists.txt   2020-10-04 11:46:04.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2020-09-18 14:36:34

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


Package is "kactivities5"

Fri Sep 18 14:36:34 2020 rev:82 rq:834378 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-08-12 12:24:27.452132904 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.4249/kactivities5.changes  
2020-09-18 14:37:48.755810217 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:48:28 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:
+  * Drop empty X-KDE-PluginInfo-Depends
+  * Remove obsolete COPYING files
+
+---

Old:

  kactivities-5.73.0.tar.xz
  kactivities-5.73.0.tar.xz.sig

New:

  kactivities-5.74.0.tar.xz
  kactivities-5.74.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Pm77i7/_old  2020-09-18 14:37:50.027811352 +0200
+++ /var/tmp/diff_new_pack.Pm77i7/_new  2020-09-18 14:37:50.031811356 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -108,14 +108,17 @@
 %{_bindir}/kactivities-cli
 
 %files -n %{lname}
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Activities.so.*
 %{_kf5_debugdir}/kactivities.categories
 %{_kf5_debugdir}/kactivities.renamecategories
 
 %files imports
+%license LICENSES/*
 %{_kf5_qmldir}/
 
 %files devel
+%license LICENSES/*
 %{_kf5_libdir}/libKF5Activities.so
 %{_kf5_libdir}/cmake/KF5Activities/
 %dir %{_kf5_includedir}/*/


++ kactivities-5.73.0.tar.xz -> kactivities-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.73.0/CMakeLists.txt 
new/kactivities-5.74.0/CMakeLists.txt
--- old/kactivities-5.73.0/CMakeLists.txt   2020-08-01 19:00:00.0 
+0200
+++ new/kactivities-5.74.0/CMakeLists.txt   2020-09-06 11:06:02.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054900)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.73.0/COPYING 
new/kactivities-5.74.0/COPYING
--- old/kactivities-5.73.0/COPYING  2020-08-01 19:00:00.0 +0200
+++ new/kactivities-5.74.0/COPYING  1970-01-01 01:00:00.0 +0100
@@ -1,339 +0,0 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License 

commit kactivities5 for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2020-08-12 12:22:48

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


Package is "kactivities5"

Wed Aug 12 12:22:48 2020 rev:81 rq:825050 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-07-14 07:52:27.052461040 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3399/kactivities5.changes  
2020-08-12 12:24:27.452132904 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:01 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:
+  * KActivities: Converte license statements to SPDX
+  * Use KF-standardized Qt logging categories
+
+---

Old:

  kactivities-5.72.0.tar.xz
  kactivities-5.72.0.tar.xz.sig

New:

  kactivities-5.73.0.tar.xz
  kactivities-5.73.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.dTawEY/_old  2020-08-12 12:24:28.008133270 +0200
+++ /var/tmp/diff_new_pack.dTawEY/_new  2020-08-12 12:24:28.008133270 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -110,6 +110,7 @@
 %files -n %{lname}
 %{_kf5_libdir}/libKF5Activities.so.*
 %{_kf5_debugdir}/kactivities.categories
+%{_kf5_debugdir}/kactivities.renamecategories
 
 %files imports
 %{_kf5_qmldir}/


++ kactivities-5.72.0.tar.xz -> kactivities-5.73.0.tar.xz ++
 3411 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kactivities5"

Tue Jul 14 07:51:23 2020 rev:80 rq:820338 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-06-16 13:41:24.312800767 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3060/kactivities5.changes  
2020-07-14 07:52:27.052461040 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 07:55:02 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
+- No code change since 5.71.0
+
+---

Old:

  kactivities-5.71.0.tar.xz
  kactivities-5.71.0.tar.xz.sig

New:

  kactivities-5.72.0.tar.xz
  kactivities-5.72.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Y0vzRa/_old  2020-07-14 07:52:27.756463320 +0200
+++ /var/tmp/diff_new_pack.Y0vzRa/_new  2020-07-14 07:52:27.760463332 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -37,7 +37,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kactivities-5.71.0.tar.xz -> kactivities-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.71.0/CMakeLists.txt 
new/kactivities-5.72.0/CMakeLists.txt
--- old/kactivities-5.71.0/CMakeLists.txt   2020-06-06 21:33:20.0 
+0200
+++ new/kactivities-5.72.0/CMakeLists.txt   2020-07-04 11:44:53.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.71.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2020-06-16 13:39:55

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


Package is "kactivities5"

Tue Jun 16 13:39:55 2020 rev:79 rq:814333 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-05-11 13:28:18.175476107 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3606/kactivities5.changes  
2020-06-16 13:41:24.312800767 +0200
@@ -1,0 +2,10 @@
+Sun Jun  7 08:06:16 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:
+  * Added logo for GitLab
+
+---

Old:

  kactivities-5.70.0.tar.xz
  kactivities-5.70.0.tar.xz.sig

New:

  kactivities-5.71.0.tar.xz
  kactivities-5.71.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.wbeGmd/_old  2020-06-16 13:41:25.284804310 +0200
+++ /var/tmp/diff_new_pack.wbeGmd/_new  2020-06-16 13:41:25.284804310 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.70.0.tar.xz -> kactivities-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.70.0/.arcconfig 
new/kactivities-5.71.0/.arcconfig
--- old/kactivities-5.70.0/.arcconfig   2020-05-02 23:55:13.0 +0200
+++ new/kactivities-5.71.0/.arcconfig   1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-{
-"project.name" : "KActivities",
-"phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.70.0/CMakeLists.txt 
new/kactivities-5.71.0/CMakeLists.txt
--- old/kactivities-5.70.0/CMakeLists.txt   2020-05-02 23:55:13.0 
+0200
+++ new/kactivities-5.71.0/CMakeLists.txt   2020-06-06 21:33:20.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.70.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.70.0  NO_MODULE)
+find_package(ECM 5.71.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)
 
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
Binary files old/kactivities-5.70.0/logo.png and 
new/kactivities-5.71.0/logo.png differ




commit kactivities5 for openSUSE:Factory

2020-05-11 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon May 11 13:27:03 2020 rev:78 rq:802059 version:5.70.0

Changes:

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

Old:

  kactivities-5.69.0.tar.xz
  kactivities-5.69.0.tar.xz.sig

New:

  kactivities-5.70.0.tar.xz
  kactivities-5.70.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.pW9x7G/_old  2020-05-11 13:28:18.947477725 +0200
+++ /var/tmp/diff_new_pack.pW9x7G/_new  2020-05-11 13:28:18.951477734 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.69.0.tar.xz -> kactivities-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.69.0/CMakeLists.txt 
new/kactivities-5.70.0/CMakeLists.txt
--- old/kactivities-5.69.0/CMakeLists.txt   2020-04-05 00:32:36.0 
+0200
+++ new/kactivities-5.70.0/CMakeLists.txt   2020-05-02 23:55:13.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2020-04-15 Thread root
Hello community,

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

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


Package is "kactivities5"

Wed Apr 15 20:00:42 2020 rev:77 rq:793127 version:5.69.0

Changes:

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

Old:

  kactivities-5.68.0.tar.xz
  kactivities-5.68.0.tar.xz.sig

New:

  kactivities-5.69.0.tar.xz
  kactivities-5.69.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.UsbYU8/_old  2020-04-15 20:02:04.729914798 +0200
+++ /var/tmp/diff_new_pack.UsbYU8/_new  2020-04-15 20:02:04.733914801 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.68.0.tar.xz -> kactivities-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.68.0/CMakeLists.txt 
new/kactivities-5.69.0/CMakeLists.txt
--- old/kactivities-5.68.0/CMakeLists.txt   2020-03-07 09:49:56.0 
+0100
+++ new/kactivities-5.69.0/CMakeLists.txt   2020-04-05 00:32:36.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)




commit kactivities5 for openSUSE:Factory

2020-03-19 Thread root
Hello community,

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

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


Package is "kactivities5"

Thu Mar 19 19:41:34 2020 rev:76 rq:785295 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-02-14 16:32:28.607421968 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.3160/kactivities5.changes  
2020-03-19 19:43:30.731959736 +0100
@@ -1,0 +2,13 @@
+Sun Mar  8 09:17:33 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:
+  * Fix issue finding the Boost include directories
+  * Make it compile against qt5.15. (QProcess::startDetached(QString) is 
deprecated)
+  * Use exposed DBus methods to switch activities in CLI
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+---

Old:

  kactivities-5.67.0.tar.xz
  kactivities-5.67.0.tar.xz.sig

New:

  kactivities-5.68.0.tar.xz
  kactivities-5.68.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.oLVPqR/_old  2020-03-19 19:43:31.507960186 +0100
+++ /var/tmp/diff_new_pack.oLVPqR/_new  2020-03-19 19:43:31.511960189 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.67.0.tar.xz -> kactivities-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.67.0/.gitignore 
new/kactivities-5.68.0/.gitignore
--- old/kactivities-5.67.0/.gitignore   2020-02-01 09:59:21.0 +0100
+++ new/kactivities-5.68.0/.gitignore   2020-03-07 09:49:56.0 +0100
@@ -16,3 +16,4 @@
 GRTAGS
 GSYMS
 GTAGS
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.67.0/CMakeLists.txt 
new/kactivities-5.68.0/CMakeLists.txt
--- old/kactivities-5.67.0/CMakeLists.txt   2020-02-01 09:59:21.0 
+0100
+++ new/kactivities-5.68.0/CMakeLists.txt   2020-03-07 09:49:56.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
@@ -119,8 +119,6 @@
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
-install(FILES kactivities.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 # Write out the features
 feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.67.0/autotests/core/Process.cpp 
new/kactivities-5.68.0/autotests/core/Process.cpp
--- old/kactivities-5.67.0/autotests/core/Process.cpp   2020-02-01 
09:59:21.0 +0100
+++ new/kactivities-5.68.0/autotests/core/Process.cpp   2020-03-07 
09:49:56.0 +0100
@@ -81,7 +81,7 @@
 // qDebug() << env;
 
 s_process->setEnvironment(env);
-s_process->start(QStringLiteral("kactivitymanagerd"));
+

commit kactivities5 for openSUSE:Factory

2020-02-14 Thread root
Hello community,

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

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


Package is "kactivities5"

Fri Feb 14 16:31:05 2020 rev:75 rq:773233 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2020-01-14 21:02:51.886640151 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.26092/kactivities5.changes 
2020-02-14 16:32:28.607421968 +0100
@@ -1,0 +2,16 @@
+Sun Feb  2 18:06:42 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:27 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:
+  * Remove files that Windows cannot handle.
+  * Ensure to store resource uri without a trailing slash
+
+---

Old:

  kactivities-5.66.0.tar.xz
  kactivities-5.66.0.tar.xz.sig

New:

  kactivities-5.67.0.tar.xz
  kactivities-5.67.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.9F516f/_old  2020-02-14 16:32:29.055422217 +0100
+++ /var/tmp/diff_new_pack.9F516f/_new  2020-02-14 16:32:29.06744 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -46,13 +46,13 @@
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5DBus) >= 5.11.0
-BuildRequires:  cmake(Qt5Gui) >= 5.11.0
-BuildRequires:  cmake(Qt5Qml) >= 5.11.0
-BuildRequires:  cmake(Qt5Quick) >= 5.11.0
-BuildRequires:  cmake(Qt5Sql) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.12.0
+BuildRequires:  cmake(Qt5Gui) >= 5.12.0
+BuildRequires:  cmake(Qt5Qml) >= 5.12.0
+BuildRequires:  cmake(Qt5Quick) >= 5.12.0
+BuildRequires:  cmake(Qt5Sql) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -85,7 +85,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.11.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -96,7 +96,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kactivities-5.66.0.tar.xz -> kactivities-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.66.0/.vim-template:cpp 
new/kactivities-5.67.0/.vim-template:cpp
--- old/kactivities-5.66.0/.vim-template:cpp2020-01-04 00:09:28.0 
+0100
+++ new/kactivities-5.67.0/.vim-template:cpp1970-01-01 01:00:00.0 
+0100
@@ -1,29 +0,0 @@
-/*
- *   Copyright (C) %YEAR% %USER% <%MAIL%>
- *
- *   This library is free software; you can redistribute it and/or
- *   modify it under the terms of the GNU Lesser General Public
- *   License as published by the Free Software Foundation; either
- *   version 2.1 of the License, or (at your option) version 3, or any
- *   later version accepted by the membership of KDE e.V. (or its
- *   successor approved by the membership of KDE e.V.), which shall
- *   act as a proxy defined in Section 6 of version 3 of the license.
- *
- *   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
- *   Lesser General Public License for more details.
- *
- *   You should have received a copy of the GNU Lesser General Public
- *   License along with this library.
- *   If not, see 

commit kactivities5 for openSUSE:Factory

2020-01-14 Thread root
Hello community,

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

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


Package is "kactivities5"

Tue Jan 14 20:59:27 2020 rev:74 rq:763434 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-12-18 14:41:38.86570 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.6675/kactivities5.changes  
2020-01-14 21:02:51.886640151 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:01:56 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kactivities-5.65.0.tar.xz
  kactivities-5.65.0.tar.xz.sig

New:

  kactivities-5.66.0.tar.xz
  kactivities-5.66.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.4fscQw/_old  2020-01-14 21:02:53.110640718 +0100
+++ /var/tmp/diff_new_pack.4fscQw/_new  2020-01-14 21:02:53.114640720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.65.0.tar.xz -> kactivities-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.65.0/CMakeLists.txt 
new/kactivities-5.66.0/CMakeLists.txt
--- old/kactivities-5.65.0/CMakeLists.txt   2019-12-07 20:40:59.0 
+0100
+++ new/kactivities-5.66.0/CMakeLists.txt   2020-01-04 00:09:28.0 
+0100
@@ -3,14 +3,14 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.11.0)
+set (REQUIRED_QT_VERSION 5.12.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -24,8 +24,8 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)




commit kactivities5 for openSUSE:Factory

2019-12-18 Thread root
Hello community,

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

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


Package is "kactivities5"

Wed Dec 18 14:39:59 2019 rev:73 rq:757007 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-11-12 11:43:26.502601278 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.4691/kactivities5.changes  
2019-12-18 14:41:38.86570 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 11:18:17 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:
+  * EBN KActivites transfer protocol cleanup
+
+---

Old:

  kactivities-5.64.0.tar.xz
  kactivities-5.64.0.tar.xz.sig

New:

  kactivities-5.65.0.tar.xz
  kactivities-5.65.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.sv32BR/_old  2019-12-18 14:41:39.273755736 +0100
+++ /var/tmp/diff_new_pack.sv32BR/_new  2019-12-18 14:41:39.277755738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.64.0.tar.xz -> kactivities-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.64.0/CMakeLists.txt 
new/kactivities-5.65.0/CMakeLists.txt
--- old/kactivities-5.64.0/CMakeLists.txt   2019-11-02 12:41:57.0 
+0100
+++ new/kactivities-5.65.0/CMakeLists.txt   2019-12-07 20:40:59.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.64.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -72,7 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.64.0/src/lib/libKActivities.pc.cmake 
new/kactivities-5.65.0/src/lib/libKActivities.pc.cmake
--- old/kactivities-5.64.0/src/lib/libKActivities.pc.cmake  2019-11-02 
12:41:57.0 +0100
+++ new/kactivities-5.65.0/src/lib/libKActivities.pc.cmake  2019-12-07 
20:40:59.0 +0100
@@ -5,7 +5,7 @@
 
 Name: libKActivities
 Description: libKActivities is a C++ library for using KDE activities
-URL: http://www.kde.org
+URL: https://www.kde.org
 Requires: Qt5Core
 Version: ${KACTIVITIES_VERSION_STRING}
 Libs: -L${LIB_INSTALL_DIR} -lKF5Activities
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-5.64.0/tests/imports/plasma-applet-org.kde.listactivitiestest.desktop
 
new/kactivities-5.65.0/tests/imports/plasma-applet-org.kde.listactivitiestest.desktop
--- 
old/kactivities-5.64.0/tests/imports/plasma-applet-org.kde.listactivitiestest.desktop
   2019-11-02 12:41:57.0 +0100
+++ 

commit kactivities5 for openSUSE:Factory

2019-11-12 Thread root
Hello community,

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

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


Package is "kactivities5"

Tue Nov 12 11:41:57 2019 rev:72 rq:747083 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-10-14 13:34:10.482543287 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.2990/kactivities5.changes  
2019-11-12 11:43:26.502601278 +0100
@@ -1,0 +2,10 @@
+Sun Nov  3 15:46:47 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:
+  * Fix minor issues found by EBN
+
+---

Old:

  kactivities-5.63.0.tar.xz
  kactivities-5.63.0.tar.xz.sig

New:

  kactivities-5.64.0.tar.xz
  kactivities-5.64.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.PjE3Al/_old  2019-11-12 11:43:26.930601728 +0100
+++ /var/tmp/diff_new_pack.PjE3Al/_new  2019-11-12 11:43:26.938601736 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.63.0.tar.xz -> kactivities-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.63.0/CMakeLists.txt 
new/kactivities-5.64.0/CMakeLists.txt
--- old/kactivities-5.63.0/CMakeLists.txt   2019-10-06 11:33:22.0 
+0200
+++ new/kactivities-5.64.0/CMakeLists.txt   2019-11-02 12:41:57.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.63.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
+set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.64.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.63.0  NO_MODULE)
+find_package(ECM 5.64.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)
 
@@ -72,6 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.63.0/src/cli/main.cpp 
new/kactivities-5.64.0/src/cli/main.cpp
--- old/kactivities-5.63.0/src/cli/main.cpp 2019-10-06 11:33:22.0 
+0200
+++ new/kactivities-5.64.0/src/cli/main.cpp 2019-11-02 12:41:57.0 
+0100
@@ -209,7 +209,7 @@
  << "\n--color"
  << "\n--no-color"
  << "\n--list-activities"
- << "\n--create-activitya NAME"
+ << "\n--create-activity NAME"
  << "\n--remove-activity ID"
 
  << "\n--current-activity"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.63.0/src/imports/resourcemodel.cpp 
new/kactivities-5.64.0/src/imports/resourcemodel.cpp
--- old/kactivities-5.63.0/src/imports/resourcemodel.cpp2019-10-06 
11:33:22.0 +0200
+++ new/kactivities-5.64.0/src/imports/resourcemodel.cpp2019-11-02 
12:41:57.0 +0100
@@ -526,7 +526,7 @@
 (shownActivity == ":current"
  && usedActivity == m_service.currentActivity()) ||
 // or we want the globally linked resources
-(shownActivity == ":global" && usedActivity == "") ||
+(shownActivity == ":global" && usedActivity.isEmpty()) ||
 // or we have a specific activity in mind
 shownActivity == usedActivity;
 });
@@ -539,7 

commit kactivities5 for openSUSE:Factory

2019-10-14 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon Oct 14 13:33:03 2019 rev:71 rq:738002 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-09-23 12:21:39.261765103 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.2352/kactivities5.changes  
2019-10-14 13:34:10.482543287 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:13 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
+- No code change since 5.62.0
+
+---

Old:

  kactivities-5.62.0.tar.xz
  kactivities-5.62.0.tar.xz.sig

New:

  kactivities-5.63.0.tar.xz
  kactivities-5.63.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.s4JOOc/_old  2019-10-14 13:34:10.938542098 +0200
+++ /var/tmp/diff_new_pack.s4JOOc/_new  2019-10-14 13:34:10.942542088 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -46,13 +46,13 @@
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Gui) >= 5.6.0
-BuildRequires:  cmake(Qt5Qml) >= 5.6.0
-BuildRequires:  cmake(Qt5Quick) >= 5.6.0
-BuildRequires:  cmake(Qt5Sql) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Gui) >= 5.11.0
+BuildRequires:  cmake(Qt5Qml) >= 5.11.0
+BuildRequires:  cmake(Qt5Quick) >= 5.11.0
+BuildRequires:  cmake(Qt5Sql) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -85,7 +85,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.6.0
+Requires:   cmake(Qt5Core) >= 5.11.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.


++ kactivities-5.62.0.tar.xz -> kactivities-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.62.0/CMakeLists.txt 
new/kactivities-5.63.0/CMakeLists.txt
--- old/kactivities-5.62.0/CMakeLists.txt   2019-09-07 14:32:21.0 
+0200
+++ new/kactivities-5.63.0/CMakeLists.txt   2019-10-06 11:33:22.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -71,7 +71,7 @@
SOVERSION 5
)
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.62.0/src/lib/CMakeLists.txt 
new/kactivities-5.63.0/src/lib/CMakeLists.txt
--- old/kactivities-5.62.0/src/lib/CMakeLists.txt   2019-09-07 
14:32:21.0 +0200
+++ 

commit kactivities5 for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-09-23 12:20:47

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


Package is "kactivities5"

Mon Sep 23 12:20:47 2019 rev:70 rq:730903 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-08-19 21:03:30.764910024 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.7948/kactivities5.changes  
2019-09-23 12:21:39.261765103 +0200
@@ -1,0 +2,11 @@
+Sat Sep  7 20:36:27 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:
+  * [kactivities] Use new activities icon
+  * Remove unused includes
+
+---

Old:

  kactivities-5.61.0.tar.xz
  kactivities-5.61.0.tar.xz.sig

New:

  kactivities-5.62.0.tar.xz
  kactivities-5.62.0.tar.xz.sig



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.MVXLkF/_old  2019-09-23 12:21:40.093764967 +0200
+++ /var/tmp/diff_new_pack.MVXLkF/_new  2019-09-23 12:21:40.093764967 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%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)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kactivities5
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later


++ kactivities-5.61.0.tar.xz -> kactivities-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.61.0/CMakeLists.txt 
new/kactivities-5.62.0/CMakeLists.txt
--- old/kactivities-5.61.0/CMakeLists.txt   2019-08-03 21:30:40.0 
+0200
+++ new/kactivities-5.62.0/CMakeLists.txt   2019-09-07 14:32:21.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.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/kactivities-5.61.0/autotests/common/test.cpp 
new/kactivities-5.62.0/autotests/common/test.cpp
--- old/kactivities-5.61.0/autotests/common/test.cpp2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/common/test.cpp2019-09-07 
14:32:21.0 +0200
@@ -37,7 +37,7 @@
 
 for (const QString & service : services) {
 bool kdeServiceAndNotKAMD =
-service.startsWith(QStringLiteral("org.kde")) &&
+service.startsWith(QLatin1String("org.kde")) &&
 service != KAMD_DBUS_SERVICE;
 
 if (kdeServiceAndNotKAMD) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.61.0/autotests/common/test.h 
new/kactivities-5.62.0/autotests/common/test.h
--- old/kactivities-5.61.0/autotests/common/test.h  2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/common/test.h  2019-09-07 
14:32:21.0 +0200
@@ -23,7 +23,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-5.61.0/autotests/core/CleanOnlineTest.cpp 
new/kactivities-5.62.0/autotests/core/CleanOnlineTest.cpp
--- old/kactivities-5.61.0/autotests/core/CleanOnlineTest.cpp   2019-08-03 
21:30:40.0 +0200
+++ new/kactivities-5.62.0/autotests/core/CleanOnlineTest.cpp   2019-09-07 
14:32:21.0 +0200
@@ -89,7 +89,7 @@
 TEST_WAIT_UNTIL(f3.isFinished());
 
 KActivities::Info ac(id1);
-

commit kactivities5 for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-08-19 21:01:07

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


Package is "kactivities5"

Mon Aug 19 21:01:07 2019 rev:69 rq:722442 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-07-26 12:09:14.826860511 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.22127/kactivities5.changes 
2019-08-19 21:03:30.764910024 +0200
@@ -1,0 +2,16 @@
+Wed Aug  7 17:51:04 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:
+  * Simplify previous-/nextActivity code in kactivities-cli
+
+---
+Fri Jul 19 11:38:09 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+- Drop conditionals for no longer supported distribution versions
+
+---

Old:

  kactivities-5.60.0.tar.xz

New:

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



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.jF45X3/_old  2019-08-19 21:03:32.088909810 +0200
+++ /var/tmp/diff_new_pack.jF45X3/_new  2019-08-19 21:03:32.088909810 +0200
@@ -17,24 +17,31 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
+# Only needed for the package signature condition
+%bcond_without lang
 Name:   kactivities5
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+BuildRequires:  libboost_headers-devel
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
@@ -46,11 +53,6 @@
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Sql) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -91,9 +93,6 @@
 
 %prep
 %setup -q -n kactivities-%{version}
-%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

++ kactivities-5.60.0.tar.xz -> kactivities-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.60.0/CMakeLists.txt 
new/kactivities-5.61.0/CMakeLists.txt
--- old/kactivities-5.60.0/CMakeLists.txt   2019-07-06 15:13:15.0 
+0200
+++ new/kactivities-5.61.0/CMakeLists.txt   2019-08-03 21:30:40.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,11 +24,11 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 

commit kactivities5 for openSUSE:Factory

2019-07-26 Thread root
Hello community,

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

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


Package is "kactivities5"

Fri Jul 26 12:07:55 2019 rev:68 rq:715853 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-06-22 11:10:00.412392604 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.4126/kactivities5.changes  
2019-07-26 12:09:14.826860511 +0200
@@ -1,0 +2,10 @@
+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:
+  * Install in new logging directory when we use kf5 5.59.0
+
+---

Old:

  kactivities-5.59.0.tar.xz

New:

  kactivities-5.60.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.qLQQSG/_old  2019-07-26 12:09:16.710860238 +0200
+++ /var/tmp/diff_new_pack.qLQQSG/_new  2019-07-26 12:09:16.710860238 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.59.0.tar.xz -> kactivities-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.59.0/CMakeLists.txt 
new/kactivities-5.60.0/CMakeLists.txt
--- old/kactivities-5.59.0/CMakeLists.txt   2019-06-01 18:35:49.0 
+0200
+++ new/kactivities-5.60.0/CMakeLists.txt   2019-07-06 15:13:15.0 
+0200
@@ -3,20 +3,20 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.10.0)
+set (REQUIRED_QT_VERSION 5.11.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
message (
   FATAL_ERROR
-  "kactivities require an out of source build. Please create a separate 
build directory and run 'cmake path_to_plasma [options]' there."
+  "kactivities require an out of source build. Please create a separate 
build directory and run 'cmake path_to_sources [options]' there."
)
 endif ()
 
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -118,7 +118,7 @@
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
-install( FILES kactivities.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+install(FILES kactivities.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 # Write out the features
 feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)




commit kactivities5 for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-06-22 11:07:36

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


Package is "kactivities5"

Sat Jun 22 11:07:36 2019 rev:67 rq:710714 version:5.59.0

Changes:

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

Old:

  kactivities-5.58.0.tar.xz

New:

  kactivities-5.59.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.pESpqE/_old  2019-06-22 11:10:00.876393287 +0200
+++ /var/tmp/diff_new_pack.pESpqE/_new  2019-06-22 11:10:00.876393287 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.58.0.tar.xz -> kactivities-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.58.0/CMakeLists.txt 
new/kactivities-5.59.0/CMakeLists.txt
--- old/kactivities-5.58.0/CMakeLists.txt   2019-05-05 00:41:37.0 
+0200
+++ new/kactivities-5.59.0/CMakeLists.txt   2019-06-01 18:35:49.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-05-21 10:24:01

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


Package is "kactivities5"

Tue May 21 10:24:01 2019 rev:66 rq:703327 version:5.58.0

Changes:

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

Old:

  kactivities-5.57.0.tar.xz

New:

  kactivities-5.58.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.hddWar/_old  2019-05-21 10:24:57.971561958 +0200
+++ /var/tmp/diff_new_pack.hddWar/_new  2019-05-21 10:24:57.975561957 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.57.0.tar.xz -> kactivities-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.57.0/CMakeLists.txt 
new/kactivities-5.58.0/CMakeLists.txt
--- old/kactivities-5.57.0/CMakeLists.txt   2019-04-07 09:16:32.0 
+0200
+++ new/kactivities-5.58.0/CMakeLists.txt   2019-05-05 00:41:37.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2019-04-19 Thread root
Hello community,

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

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


Package is "kactivities5"

Fri Apr 19 21:20:41 2019 rev:65 rq:695197 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-03-21 09:44:15.742925711 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.5536/kactivities5.changes  
2019-04-19 21:22:03.963697089 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 20:21:41 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:
+  * kactivities: remove unused variable
+  * [kactivities] compile without foreach
+
+---

Old:

  kactivities-5.56.0.tar.xz

New:

  kactivities-5.57.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.cmexg6/_old  2019-04-19 21:22:05.543699102 +0200
+++ /var/tmp/diff_new_pack.cmexg6/_new  2019-04-19 21:22:05.567699133 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.56.0.tar.xz -> kactivities-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.56.0/CMakeLists.txt 
new/kactivities-5.57.0/CMakeLists.txt
--- old/kactivities-5.56.0/CMakeLists.txt   2019-03-02 14:24:04.0 
+0100
+++ new/kactivities-5.57.0/CMakeLists.txt   2019-04-07 09:16:32.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -72,6 +72,7 @@
)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
+add_definitions(-DQT_NO_FOREACH)
 
 add_subdirectory (src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.56.0/autotests/common/test.cpp 
new/kactivities-5.57.0/autotests/common/test.cpp
--- old/kactivities-5.56.0/autotests/common/test.cpp2019-03-02 
14:24:04.0 +0100
+++ new/kactivities-5.57.0/autotests/common/test.cpp2019-04-07 
09:16:32.0 +0200
@@ -32,10 +32,10 @@
 
 bool Test::inEmptySession()
 {
-QStringList services =
+const QStringList services =
 QDBusConnection::sessionBus().interface()->registeredServiceNames();
 
-foreach (const QString & service, services) {
+for (const QString & service : services) {
 bool kdeServiceAndNotKAMD =
 service.startsWith(QStringLiteral("org.kde")) &&
 service != KAMD_DBUS_SERVICE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.56.0/src/imports/resourcemodel.cpp 
new/kactivities-5.57.0/src/imports/resourcemodel.cpp
--- old/kactivities-5.56.0/src/imports/resourcemodel.cpp2019-03-02 
14:24:04.0 +0100
+++ new/kactivities-5.57.0/src/imports/resourcemodel.cpp2019-04-07 
09:16:32.0 +0200
@@ -617,7 +617,7 @@
 
 QStringList result;
 
-foreach (const auto , resources) {
+for (const auto  : qAsConst(resources)) {
 result << resource.first;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.56.0/src/lib/activitiescache_p.cpp 

commit kactivities5 for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2019-03-21 09:43:11

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


Package is "kactivities5"

Thu Mar 21 09:43:11 2019 rev:64 rq:686715 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-02-28 21:27:18.777854653 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.28833/kactivities5.changes 
2019-03-21 09:44:15.742925711 +0100
@@ -1,0 +2,10 @@
+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:
+  * Use natural sorting in ActivityModel
+
+---

Old:

  kactivities-5.55.0.tar.xz

New:

  kactivities-5.56.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Hx8PNi/_old  2019-03-21 09:44:16.218925602 +0100
+++ /var/tmp/diff_new_pack.Hx8PNi/_new  2019-03-21 09:44:16.218925602 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.55.0.tar.xz -> kactivities-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.55.0/CMakeLists.txt 
new/kactivities-5.56.0/CMakeLists.txt
--- old/kactivities-5.55.0/CMakeLists.txt   2019-02-02 18:19:22.0 
+0100
+++ new/kactivities-5.56.0/CMakeLists.txt   2019-03-02 14:24:04.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -71,7 +71,7 @@
SOVERSION 5
)
 
-
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x06)
 
 add_subdirectory (src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.55.0/src/imports/activitymodel.h 
new/kactivities-5.56.0/src/imports/activitymodel.h
--- old/kactivities-5.55.0/src/imports/activitymodel.h  2019-02-02 
18:19:22.0 +0100
+++ new/kactivities-5.56.0/src/imports/activitymodel.h  2019-03-02 
14:24:04.0 +0100
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 
 // STL and Boost
 #include 
@@ -130,12 +131,14 @@
 struct InfoPtrComparator {
 bool operator() (const InfoPtr& left, const InfoPtr& right) const
 {
-const QString  = left->name().toLower();
-const QString  = right->name().toLower();
-
-return
-(leftName < rightName) ||
-(leftName == rightName && left->id() < right->id());
+QCollator c;
+c.setCaseSensitivity(Qt::CaseInsensitive);
+c.setNumericMode(true);
+int rc = c.compare(left->name(), right->name());
+if (rc == 0) {
+return left->id() < right->id();
+}
+return rc < 0;
 }
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.55.0/src/lib/activitiesmodel_p.h 
new/kactivities-5.56.0/src/lib/activitiesmodel_p.h
--- old/kactivities-5.55.0/src/lib/activitiesmodel_p.h  2019-02-02 
18:19:22.0 +0100
+++ new/kactivities-5.56.0/src/lib/activitiesmodel_p.h  2019-03-02 
14:24:04.0 +0100
@@ -28,6 +28,8 @@
 
 #include 

commit kactivities5 for openSUSE:Factory

2019-02-28 Thread root
Hello community,

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

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


Package is "kactivities5"

Thu Feb 28 21:27:15 2019 rev:63 rq:678664 version:5.55.0

Changes:

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



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.901cGZ/_old  2019-02-28 21:27:20.537854063 +0100
+++ /var/tmp/diff_new_pack.901cGZ/_new  2019-02-28 21:27:20.541854063 +0100
@@ -91,6 +91,9 @@
 
 %prep
 %setup -q -n kactivities-%{version}
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kactivities5 for openSUSE:Factory

2019-02-14 Thread root
Hello community,

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

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


Package is "kactivities5"

Thu Feb 14 14:23:11 2019 rev:62 rq:674215 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2019-01-21 10:18:54.950161767 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.28833/kactivities5.changes 
2019-02-14 14:23:14.467934572 +0100
@@ -1,0 +2,10 @@
+Sun Feb 10 22:02:59 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:
+  * fix for macOS
+
+---

Old:

  kactivities-5.54.0.tar.xz

New:

  kactivities-5.55.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.MjwQmX/_old  2019-02-14 14:23:15.619934027 +0100
+++ /var/tmp/diff_new_pack.MjwQmX/_new  2019-02-14 14:23:15.619934027 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.54.0.tar.xz -> kactivities-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.54.0/CMakeLists.txt 
new/kactivities-5.55.0/CMakeLists.txt
--- old/kactivities-5.54.0/CMakeLists.txt   2019-01-04 22:40:41.0 
+0100
+++ new/kactivities-5.55.0/CMakeLists.txt   2019-02-02 18:19:22.0 
+0100
@@ -3,14 +3,14 @@
 cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.54.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.9.0)
+set (REQUIRED_QT_VERSION 5.10.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -37,6 +37,7 @@
 include (ECMGenerateHeaders)
 include (ECMQtDeclareLoggingCategory)
 include (ECMAddQch)
+include (ECMMarkNonGuiExecutable)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.54.0/src/cli/CMakeLists.txt 
new/kactivities-5.55.0/src/cli/CMakeLists.txt
--- old/kactivities-5.54.0/src/cli/CMakeLists.txt   2019-01-04 
22:40:41.0 +0100
+++ new/kactivities-5.55.0/src/cli/CMakeLists.txt   2019-02-02 
18:19:22.0 +0100
@@ -30,6 +30,10 @@
KF5::Activities
)
 
+ecm_mark_nongui_executable(
+   kactivities-cli
+   )
+
 install (TARGETS
kactivities-cli
${KF5_INSTALL_TARGETS_DEFAULT_ARGS}




commit kactivities5 for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon Jan 21 10:18:05 2019 rev:61 rq:665775 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-12-19 13:39:55.728082771 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.28833/kactivities5.changes 
2019-01-21 10:18:54.950161767 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:42 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:
+  * Fix the version in the pkgconfig file.
+
+---

Old:

  kactivities-5.53.0.tar.xz

New:

  kactivities-5.54.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.E8Ghka/_old  2019-01-21 10:18:55.382161333 +0100
+++ /var/tmp/diff_new_pack.E8Ghka/_new  2019-01-21 10:18:55.382161333 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.53.0.tar.xz -> kactivities-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.53.0/CMakeLists.txt 
new/kactivities-5.54.0/CMakeLists.txt
--- old/kactivities-5.53.0/CMakeLists.txt   2018-12-01 15:38:05.0 
+0100
+++ new/kactivities-5.54.0/CMakeLists.txt   2019-01-04 22:40:41.0 
+0100
@@ -1,10 +1,10 @@
 # vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
 
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
 # KDE Frameworks
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.53.0/src/lib/libKActivities.pc.cmake 
new/kactivities-5.54.0/src/lib/libKActivities.pc.cmake
--- old/kactivities-5.53.0/src/lib/libKActivities.pc.cmake  2018-12-01 
15:38:05.0 +0100
+++ new/kactivities-5.54.0/src/lib/libKActivities.pc.cmake  2019-01-04 
22:40:41.0 +0100
@@ -7,6 +7,6 @@
 Description: libKActivities is a C++ library for using KDE activities
 URL: http://www.kde.org
 Requires: Qt5Core
-Version: ${KACTIVITIES_LIB_VERSION_STRING}
+Version: ${KACTIVITIES_VERSION_STRING}
 Libs: -L${LIB_INSTALL_DIR} -lKF5Activities
 Cflags: -I${INCLUDE_INSTALL_DIR}




commit kactivities5 for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-12-19 13:38:48

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


Package is "kactivities5"

Wed Dec 19 13:38:48 2018 rev:60 rq:658539 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-11-14 14:31:56.647410574 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new.28833/kactivities5.changes 
2018-12-19 13:39:55.728082771 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:42 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Add missing override
+
+---

Old:

  kactivities-5.52.0.tar.xz

New:

  kactivities-5.53.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.VCJs6t/_old  2018-12-19 13:39:56.236082051 +0100
+++ /var/tmp/diff_new_pack.VCJs6t/_new  2018-12-19 13:39:56.236082051 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.52.0.tar.xz -> kactivities-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.52.0/CMakeLists.txt 
new/kactivities-5.53.0/CMakeLists.txt
--- old/kactivities-5.52.0/CMakeLists.txt   2018-11-03 12:58:34.0 
+0100
+++ new/kactivities-5.53.0/CMakeLists.txt   2018-12-01 15:38:05.0 
+0100
@@ -3,14 +3,14 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.8.0)
+set (REQUIRED_QT_VERSION 5.9.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.52.0/kactivities.categories 
new/kactivities-5.53.0/kactivities.categories
--- old/kactivities-5.52.0/kactivities.categories   2018-11-03 
12:58:34.0 +0100
+++ new/kactivities-5.53.0/kactivities.categories   2018-12-01 
15:38:05.0 +0100
@@ -1 +1 @@
-org.kde.kactivities.lib.core kactivities core lib DEFAULT_SEVERITY [WARNING] 
IDENTIFIDER [KAMD_CORELIB]
+org.kde.kactivities.lib.core kactivities core lib DEFAULT_SEVERITY [WARNING] 
IDENTIFIER [KAMD_CORELIB]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.52.0/src/imports/resourcemodel.h 
new/kactivities-5.53.0/src/imports/resourcemodel.h
--- old/kactivities-5.52.0/src/imports/resourcemodel.h  2018-11-03 
12:58:34.0 +0100
+++ new/kactivities-5.53.0/src/imports/resourcemodel.h  2018-12-01 
15:38:05.0 +0100
@@ -81,8 +81,8 @@
 Q_PROPERTY(QString defaultItemsConfig READ defaultItemsConfig WRITE 
setDefaultItemsConfig)
 
 public:
-ResourceModel(QObject *parent = 0);
-virtual ~ResourceModel();
+explicit ResourceModel(QObject *parent = nullptr);
+~ResourceModel() override;
 
 enum Roles {
 ResourceRole= Qt::UserRole,




commit kactivities5 for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-11-14 14:30:59

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


Package is "kactivities5"

Wed Nov 14 14:30:59 2018 rev:59 rq:648490 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-10-22 11:09:04.719985505 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-11-14 14:31:56.647410574 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:02 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:
+  * Autogenerate debug categories + add categories file
+
+---

Old:

  kactivities-5.51.0.tar.xz

New:

  kactivities-5.52.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Mf2Hqc/_old  2018-11-14 14:31:57.215410023 +0100
+++ /var/tmp/diff_new_pack.Mf2Hqc/_new  2018-11-14 14:31:57.231410008 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
@@ -108,6 +108,7 @@
 
 %files -n %{lname}
 %{_kf5_libdir}/libKF5Activities.so.*
+%{_kf5_debugdir}/kactivities.categories
 
 %files imports
 %{_kf5_qmldir}/

++ kactivities-5.51.0.tar.xz -> kactivities-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.51.0/CMakeLists.txt 
new/kactivities-5.52.0/CMakeLists.txt
--- old/kactivities-5.51.0/CMakeLists.txt   2018-10-07 12:03:32.0 
+0200
+++ new/kactivities-5.52.0/CMakeLists.txt   2018-11-03 12:58:34.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -35,6 +35,7 @@
 include (KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
+include (ECMQtDeclareLoggingCategory)
 include (ECMAddQch)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
@@ -69,7 +70,7 @@
SOVERSION 5
)
 
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 
 add_subdirectory (src)
 if (BUILD_TESTING)
@@ -115,6 +116,8 @@
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
+install( FILES kactivities.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+
 # Write out the features
 feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.51.0/kactivities.categories 
new/kactivities-5.52.0/kactivities.categories
--- old/kactivities-5.51.0/kactivities.categories   1970-01-01 
01:00:00.0 +0100
+++ new/kactivities-5.52.0/kactivities.categories   2018-11-03 
12:58:34.0 +0100
@@ -0,0 +1 @@
+org.kde.kactivities.lib.core kactivities core lib DEFAULT_SEVERITY [WARNING] 
IDENTIFIDER [KAMD_CORELIB]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.51.0/src/lib/CMakeLists.txt 
new/kactivities-5.52.0/src/lib/CMakeLists.txt
--- old/kactivities-5.51.0/src/lib/CMakeLists.txt   2018-10-07 
12:03:32.0 +0200
+++ new/kactivities-5.52.0/src/lib/CMakeLists.txt   2018-11-03 
12:58:34.0 +0100
@@ -18,7 +18,6 @@
 

commit kactivities5 for openSUSE:Factory

2018-10-22 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon Oct 22 11:08:35 2018 rev:58 rq:642293 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-10-01 08:04:55.630400605 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-10-22 11:09:04.719985505 +0200
@@ -1,0 +2,18 @@
+Tue Oct 16 08:01:46 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:46 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:
+  * USe directly KDEFrameworkCompilerSettings
+  * Fix dangling reference with "auto" becoming "QStringBuilder"
+  * Make compile with strict compile flags
+  * Fix minor EBN issues
+
+---

Old:

  kactivities-5.50.0.tar.xz

New:

  kactivities-5.51.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.1ikFER/_old  2018-10-22 11:09:06.227984266 +0200
+++ /var/tmp/diff_new_pack.1ikFER/_new  2018-10-22 11:09:06.227984266 +0200
@@ -12,23 +12,23 @@
 # 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   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-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}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kactivities-5.50.0.tar.xz -> kactivities-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.50.0/CMakeLists.txt 
new/kactivities-5.51.0/CMakeLists.txt
--- old/kactivities-5.50.0/CMakeLists.txt   2018-09-01 00:19:24.0 
+0200
+++ new/kactivities-5.51.0/CMakeLists.txt   2018-10-07 12:03:32.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -32,7 +32,7 @@
 
 include (KDEInstallDirs)
 include (KDECMakeSettings)
-include (KDECompilerSettings NO_POLICY_SCOPE)
+include (KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
 include (ECMAddQch)
@@ -69,6 +69,8 @@
SOVERSION 5
)
 
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 add_subdirectory (src)
 if (BUILD_TESTING)
 add_subdirectory (autotests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.50.0/autotests/core/Process.cpp 
new/kactivities-5.51.0/autotests/core/Process.cpp
--- old/kactivities-5.50.0/autotests/core/Process.cpp   2018-09-01 
00:19:24.0 +0200
+++ new/kactivities-5.51.0/autotests/core/Process.cpp   2018-10-07 
12:03:32.0 +0200
@@ -28,8 +28,6 @@
 #include 
 #include 
 
-#include 
-
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kactivities5 for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-10-01 08:03:41

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


Package is "kactivities5"

Mon Oct  1 08:03:41 2018 rev:57 rq:635972 version:5.50.0

Changes:

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

Old:

  kactivities-5.49.0.tar.xz

New:

  kactivities-5.50.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.1KpvqX/_old  2018-10-01 08:04:55.986400414 +0200
+++ /var/tmp/diff_new_pack.1KpvqX/_new  2018-10-01 08:04:55.986400414 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.49.0.tar.xz -> kactivities-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.49.0/CMakeLists.txt 
new/kactivities-5.50.0/CMakeLists.txt
--- old/kactivities-5.49.0/CMakeLists.txt   2018-08-04 10:41:48.0 
+0200
+++ new/kactivities-5.50.0/CMakeLists.txt   2018-09-01 00:19:24.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2018-08-24 Thread root
Hello community,

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

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


Package is "kactivities5"

Fri Aug 24 16:51:04 2018 rev:56 rq:630583 version:5.49.0

Changes:

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

Old:

  kactivities-5.48.0.tar.xz

New:

  kactivities-5.49.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.fvD4eU/_old  2018-08-24 16:51:52.197203360 +0200
+++ /var/tmp/diff_new_pack.fvD4eU/_new  2018-08-24 16:51:52.201203365 +0200
@@ -17,25 +17,20 @@
 
 
 %define lname   libKF5Activities5
-%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}')}
 Name:   kactivities5
-Version:5.48.0
+Version:5.49.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://projects.kde.org/kactivities
+URL:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -51,7 +46,11 @@
 BuildRequires:  cmake(Qt5Quick) >= 5.6.0
 BuildRequires:  cmake(Qt5Sql) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -59,16 +58,16 @@
 %package tools
 Summary:Command-line tools for Plasma Activity management
 Group:  System/GUI/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 
 %description tools
 This package provides command-line tools to manipulate Plasma Activities.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Library for KDE's Plasma Activities support
 Group:  System/GUI/KDE
 
-%description -n %lname
+%description -n %{lname}
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
 
 %package imports
@@ -82,7 +81,7 @@
 %package devel
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
 Requires:   cmake(Qt5Core) >= 5.6.0
 
@@ -101,24 +100,19 @@
   %kf5_makeinstall -C build
   %fdupes %{buildroot}
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files tools
-%defattr(-,root,root,-)
 %{_bindir}/kactivities-cli
 
-%files -n %lname
-%defattr(-,root,root,-)
+%files -n %{lname}
 %{_kf5_libdir}/libKF5Activities.so.*
 
 %files imports
-%defattr(-,root,root)
 %{_kf5_qmldir}/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Activities.so
 %{_kf5_libdir}/cmake/KF5Activities/
 %dir %{_kf5_includedir}/*/

++ kactivities-5.48.0.tar.xz -> kactivities-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.48.0/CMakeLists.txt 
new/kactivities-5.49.0/CMakeLists.txt
--- old/kactivities-5.48.0/CMakeLists.txt   2018-07-07 23:51:49.0 
+0200
+++ new/kactivities-5.49.0/CMakeLists.txt   2018-08-04 10:41:48.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release 

commit kactivities5 for openSUSE:Factory

2018-07-21 Thread root
Hello community,

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

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


Package is "kactivities5"

Sat Jul 21 10:10:35 2018 rev:55 rq:623258 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-06-22 13:18:45.291536492 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-07-21 10:11:23.339154398 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:34 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:
+  * None
+
+---

Old:

  kactivities-5.47.0.tar.xz

New:

  kactivities-5.48.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.ofniap/_old  2018-07-21 10:11:23.899154268 +0200
+++ /var/tmp/diff_new_pack.ofniap/_new  2018-07-21 10:11:23.903154267 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.47.0
+Version:5.48.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.47.0.tar.xz -> kactivities-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.47.0/CMakeLists.txt 
new/kactivities-5.48.0/CMakeLists.txt
--- old/kactivities-5.47.0/CMakeLists.txt   2018-06-02 18:26:26.0 
+0200
+++ new/kactivities-5.48.0/CMakeLists.txt   2018-07-07 23:51:49.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.47.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-06-22 13:17:32

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


Package is "kactivities5"

Fri Jun 22 13:17:32 2018 rev:54 rq:616735 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-05-18 14:20:07.127511645 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-06-22 13:18:45.291536492 +0200
@@ -1,0 +2,11 @@
+Tue Jun 12 21:35:06 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Revert "Warning--"
+  * Warning--
+
+---

Old:

  kactivities-5.46.0.tar.xz

New:

  kactivities-5.47.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.F6lJiL/_old  2018-06-22 13:18:46.075507423 +0200
+++ /var/tmp/diff_new_pack.F6lJiL/_new  2018-06-22 13:18:46.075507423 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.46.0
+Version:5.47.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.46.0.tar.xz -> kactivities-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.46.0/CMakeLists.txt 
new/kactivities-5.47.0/CMakeLists.txt
--- old/kactivities-5.46.0/CMakeLists.txt   2018-05-05 14:38:12.0 
+0200
+++ new/kactivities-5.47.0/CMakeLists.txt   2018-06-02 18:26:26.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2018-05-18 Thread root
Hello community,

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

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


Package is "kactivities5"

Fri May 18 14:18:42 2018 rev:53 rq:607533 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-04-19 15:15:32.640802612 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-05-18 14:20:07.127511645 +0200
@@ -1,0 +2,11 @@
+Sun May 13 21:03:00 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Use override
+  * Warning--
+
+---

Old:

  kactivities-5.45.0.tar.xz

New:

  kactivities-5.46.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.gv23Xi/_old  2018-05-18 14:20:09.143437665 +0200
+++ /var/tmp/diff_new_pack.gv23Xi/_new  2018-05-18 14:20:09.175436491 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.45.0
+Version:5.46.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.45.0.tar.xz -> kactivities-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.45.0/CMakeLists.txt 
new/kactivities-5.46.0/CMakeLists.txt
--- old/kactivities-5.45.0/CMakeLists.txt   2018-04-07 09:46:32.0 
+0200
+++ new/kactivities-5.46.0/CMakeLists.txt   2018-05-05 14:38:12.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.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/kactivities-5.45.0/src/imports/activitiesextensionplugin.h 
new/kactivities-5.46.0/src/imports/activitiesextensionplugin.h
--- old/kactivities-5.45.0/src/imports/activitiesextensionplugin.h  
2018-04-07 09:46:32.0 +0200
+++ new/kactivities-5.46.0/src/imports/activitiesextensionplugin.h  
2018-05-05 14:38:12.0 +0200
@@ -27,8 +27,8 @@
 Q_PLUGIN_METADATA(IID "org.kde.activities")
 
 public:
-ActivitiesExtensionPlugin(QObject *parent = nullptr);
-void registerTypes(const char *uri) Q_DECL_OVERRIDE;
+explicit ActivitiesExtensionPlugin(QObject *parent = nullptr);
+void registerTypes(const char *uri) override;
 };
 
 #endif // KACTIVITIES_IMPORTS_PLUGIN_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.45.0/src/imports/activityinfo.h 
new/kactivities-5.46.0/src/imports/activityinfo.h
--- old/kactivities-5.45.0/src/imports/activityinfo.h   2018-04-07 
09:46:32.0 +0200
+++ new/kactivities-5.46.0/src/imports/activityinfo.h   2018-05-05 
14:38:12.0 +0200
@@ -66,7 +66,7 @@
 Q_PROPERTY(bool valid READ valid NOTIFY validChanged)
 
 public:
-ActivityInfo(QObject *parent = nullptr);
+explicit ActivityInfo(QObject *parent = nullptr);
 virtual ~ActivityInfo();
 
 public Q_SLOTS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.45.0/src/imports/activitymodel.h 
new/kactivities-5.46.0/src/imports/activitymodel.h
--- old/kactivities-5.45.0/src/imports/activitymodel.h  2018-04-07 
09:46:32.0 +0200
+++ new/kactivities-5.46.0/src/imports/activitymodel.h  2018-05-05 

commit kactivities5 for openSUSE:Factory

2018-04-19 Thread root
Hello community,

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

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


Package is "kactivities5"

Thu Apr 19 15:14:07 2018 rev:52 rq:596846 version:5.45.0

Changes:

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

Old:

  kactivities-5.44.0.tar.xz

New:

  kactivities-5.45.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.jvK5Vr/_old  2018-04-19 15:15:33.216779757 +0200
+++ /var/tmp/diff_new_pack.jvK5Vr/_new  2018-04-19 15:15:33.220779598 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.44.0
+Version:5.45.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0-or-later

++ kactivities-5.44.0.tar.xz -> kactivities-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.44.0/CMakeLists.txt 
new/kactivities-5.45.0/CMakeLists.txt
--- old/kactivities-5.44.0/CMakeLists.txt   2018-03-03 10:51:42.0 
+0100
+++ new/kactivities-5.45.0/CMakeLists.txt   2018-04-07 09:46:32.0 
+0200
@@ -3,14 +3,14 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.7.0)
+set (REQUIRED_QT_VERSION 5.8.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.44.0/autotests/core/main.cpp 
new/kactivities-5.45.0/autotests/core/main.cpp
--- old/kactivities-5.44.0/autotests/core/main.cpp  2018-03-03 
10:51:42.0 +0100
+++ new/kactivities-5.45.0/autotests/core/main.cpp  2018-04-07 
09:46:32.0 +0200
@@ -17,7 +17,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include 
+#include 
 #include 
 #include 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.44.0/src/lib/consumer.cpp 
new/kactivities-5.45.0/src/lib/consumer.cpp
--- old/kactivities-5.44.0/src/lib/consumer.cpp 2018-03-03 10:51:42.0 
+0100
+++ new/kactivities-5.45.0/src/lib/consumer.cpp 2018-04-07 09:46:32.0 
+0200
@@ -110,7 +110,6 @@
 }
 
 return result;
-return activities(Info::Running);
 }
 
 




commit kactivities5 for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-03-20 21:43:12

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


Package is "kactivities5"

Tue Mar 20 21:43:12 2018 rev:51 rq:586802 version:5.44.0

Changes:

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

Old:

  kactivities-5.43.0.tar.xz

New:

  kactivities-5.44.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.2B1eVI/_old  2018-03-20 21:44:45.843374736 +0100
+++ /var/tmp/diff_new_pack.2B1eVI/_new  2018-03-20 21:44:45.847374592 +0100
@@ -17,16 +17,16 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:KDE Plasma Activities support
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz

++ kactivities-5.43.0.tar.xz -> kactivities-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.43.0/CMakeLists.txt 
new/kactivities-5.44.0/CMakeLists.txt
--- old/kactivities-5.43.0/CMakeLists.txt   2018-02-05 09:10:06.0 
+0100
+++ new/kactivities-5.44.0/CMakeLists.txt   2018-03-03 10:51:42.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-02-16 21:27:36

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


Package is "kactivities5"

Fri Feb 16 21:27:36 2018 rev:50 rq:576507 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-01-22 15:59:07.564373457 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-02-16 21:28:59.545043522 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:07 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * None
+
+---

Old:

  kactivities-5.42.0.tar.xz

New:

  kactivities-5.43.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.tOc2lk/_old  2018-02-16 21:29:00.333015066 +0100
+++ /var/tmp/diff_new_pack.tOc2lk/_new  2018-02-16 21:29:00.333015066 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.42.0
+Version:5.43.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivities-5.42.0.tar.xz -> kactivities-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.42.0/CMakeLists.txt 
new/kactivities-5.43.0/CMakeLists.txt
--- old/kactivities-5.42.0/CMakeLists.txt   2018-01-07 00:17:41.0 
+0100
+++ new/kactivities-5.43.0/CMakeLists.txt   2018-02-05 09:10:06.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.42.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2018-01-22 Thread root
Hello community,

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

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


Package is "kactivities5"

Mon Jan 22 15:58:09 2018 rev:49 rq:566654 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2018-01-09 14:41:13.669465192 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-01-22 15:59:07.564373457 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 22:50:13 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:
+  * avoid crash in kactivities if no dbus connection is available
+  * Remove obsolete reviewboardrc file
+
+---

Old:

  kactivities-5.41.0.tar.xz

New:

  kactivities-5.42.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.iGILJ9/_old  2018-01-22 15:59:08.340337142 +0100
+++ /var/tmp/diff_new_pack.iGILJ9/_new  2018-01-22 15:59:08.340337142 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.41.0
+Version:5.42.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivities-5.41.0.tar.xz -> kactivities-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.41.0/.reviewboardrc 
new/kactivities-5.42.0/.reviewboardrc
--- old/kactivities-5.41.0/.reviewboardrc   2017-12-02 10:53:17.0 
+0100
+++ new/kactivities-5.42.0/.reviewboardrc   1970-01-01 01:00:00.0 
+0100
@@ -1,2 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kactivities'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.41.0/CMakeLists.txt 
new/kactivities-5.42.0/CMakeLists.txt
--- old/kactivities-5.41.0/CMakeLists.txt   2017-12-02 10:53:17.0 
+0100
+++ new/kactivities-5.42.0/CMakeLists.txt   2018-01-07 00:17:41.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.41.0/src/lib/manager_p.cpp 
new/kactivities-5.42.0/src/lib/manager_p.cpp
--- old/kactivities-5.41.0/src/lib/manager_p.cpp2017-12-02 
10:53:17.0 +0100
+++ new/kactivities-5.42.0/src/lib/manager_p.cpp2018-01-07 
00:17:41.0 +0100
@@ -75,7 +75,8 @@
 bool disableAutolaunch = 
QCoreApplication::instance()->property("org.kde.KActivities.core.disableAutostart").toBool();
 
 qCDebug(KAMD_CORELIB) << "Should we start the daemon?";
-if (!disableAutolaunch) {
+// start only if not disabled and we have a dbus connection at 
all
+if (!disableAutolaunch && 
QDBusConnection::sessionBus().interface()) {
 qCDebug(KAMD_CORELIB) << "Starting the activity manager 
daemon";

commit kactivities5 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2018-01-09 14:39:26

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


Package is "kactivities5"

Tue Jan  9 14:39:26 2018 rev:48 rq:559417 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-11-16 14:36:29.432512080 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2018-01-09 14:41:13.669465192 +0100
@@ -1,0 +2,12 @@
+Sun Dec 17 09:43:47 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Qt5Core is required.
+  * Fix race that starts kactivitymanagerd multiple times
+  * Remove code duplication
+
+---

Old:

  kactivities-5.40.0.tar.xz

New:

  kactivities-5.41.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.8c769m/_old  2018-01-09 14:41:14.281436490 +0100
+++ /var/tmp/diff_new_pack.8c769m/_new  2018-01-09 14:41:14.285436304 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.40.0
+Version:5.41.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivities-5.40.0.tar.xz -> kactivities-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.40.0/CMakeLists.txt 
new/kactivities-5.41.0/CMakeLists.txt
--- old/kactivities-5.40.0/CMakeLists.txt   2017-11-04 22:36:01.0 
+0100
+++ new/kactivities-5.41.0/CMakeLists.txt   2017-12-02 10:53:17.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.40.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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/kactivities-5.40.0/src/lib/libKActivities.pc.cmake 
new/kactivities-5.41.0/src/lib/libKActivities.pc.cmake
--- old/kactivities-5.40.0/src/lib/libKActivities.pc.cmake  2017-11-04 
22:36:01.0 +0100
+++ new/kactivities-5.41.0/src/lib/libKActivities.pc.cmake  2017-12-02 
10:53:17.0 +0100
@@ -6,7 +6,7 @@
 Name: libKActivities
 Description: libKActivities is a C++ library for using KDE activities
 URL: http://www.kde.org
-Requires:
+Requires: Qt5Core
 Version: ${KACTIVITIES_LIB_VERSION_STRING}
 Libs: -L${LIB_INSTALL_DIR} -lKF5Activities
 Cflags: -I${INCLUDE_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.40.0/src/lib/manager_p.cpp 
new/kactivities-5.41.0/src/lib/manager_p.cpp
--- old/kactivities-5.40.0/src/lib/manager_p.cpp2017-11-04 
22:36:01.0 +0100
+++ new/kactivities-5.41.0/src/lib/manager_p.cpp2017-12-02 
10:53:17.0 +0100
@@ -62,27 +62,27 @@
 {
 static std::mutex singleton;
 std::lock_guard singleton_lock(singleton);
+#if defined(QT_DEBUG)
+
QLoggingCategory::setFilterRules(QStringLiteral("org.kde.kactivities.lib.core.debug=true"));
+#endif
 
 if (!s_instance) {
 
 runInMainThread([] () {
+
 // check if the activity manager is already running
 if (!Manager::isServiceRunning()) {
-
-#if defined(QT_DEBUG)
-
QLoggingCategory::setFilterRules(QStringLiteral("org.kde.kactivities.lib.core.debug=true"));
+bool disableAutolaunch = 

commit kactivities5 for openSUSE:Factory

2017-11-16 Thread root
Hello community,

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

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


Package is "kactivities5"

Thu Nov 16 14:35:31 2017 rev:47 rq:541633 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-10-27 13:54:03.736657008 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-11-16 14:36:29.432512080 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * None
+
+---

Old:

  kactivities-5.39.0.tar.xz

New:

  kactivities-5.40.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.rs86Sa/_old  2017-11-16 14:36:29.892495405 +0100
+++ /var/tmp/diff_new_pack.rs86Sa/_new  2017-11-16 14:36:29.892495405 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.39.0
+Version:5.40.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivities-5.39.0.tar.xz -> kactivities-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.39.0/CMakeLists.txt 
new/kactivities-5.40.0/CMakeLists.txt
--- old/kactivities-5.39.0/CMakeLists.txt   2017-10-07 13:07:33.0 
+0200
+++ new/kactivities-5.40.0/CMakeLists.txt   2017-11-04 22:36:01.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-10-27 13:52:50

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


Package is "kactivities5"

Fri Oct 27 13:52:50 2017 rev:46 rq:536299 version:5.39.0

Changes:

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

Old:

  kactivities-5.38.0.tar.xz

New:

  kactivities-5.39.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Mao9pp/_old  2017-10-27 13:54:04.320629712 +0200
+++ /var/tmp/diff_new_pack.Mao9pp/_new  2017-10-27 13:54:04.320629712 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.38.0
+Version:5.39.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivities-5.38.0.tar.xz -> kactivities-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.38.0/CMakeLists.txt 
new/kactivities-5.39.0/CMakeLists.txt
--- old/kactivities-5.38.0/CMakeLists.txt   2017-09-02 23:07:00.0 
+0200
+++ new/kactivities-5.39.0/CMakeLists.txt   2017-10-07 13:07:33.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-09-19 16:21:34

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


Package is "kactivities5"

Tue Sep 19 16:21:34 2017 rev:45 rq:526622 version:5.38.0

Changes:

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

Old:

  kactivities-5.37.0.tar.xz

New:

  kactivities-5.38.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.pPqjVj/_old  2017-09-19 16:21:36.654429366 +0200
+++ /var/tmp/diff_new_pack.pPqjVj/_new  2017-09-19 16:21:36.658428802 +0200
@@ -17,11 +17,14 @@
 
 
 %define lname   libKF5Activities5
-%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:   kactivities5
-Version:5.37.0
+Version:5.38.0
 Release:0
-%define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
@@ -34,13 +37,13 @@
 BuildRequires:  boost-devel
 %endif
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
-BuildRequires:  cmake(KF5Config) >= %{_tar_path}
-BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
-BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Gui) >= 5.6.0

++ kactivities-5.37.0.tar.xz -> kactivities-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.37.0/CMakeLists.txt 
new/kactivities-5.38.0/CMakeLists.txt
--- old/kactivities-5.37.0/CMakeLists.txt   2017-08-06 18:26:14.0 
+0200
+++ new/kactivities-5.38.0/CMakeLists.txt   2017-09-02 23:07:00.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 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)
 




commit kactivities5 for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-08-24 17:53:23

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


Package is "kactivities5"

Thu Aug 24 17:53:23 2017 rev:44 rq:516654 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-07-17 10:22:34.544272157 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-08-24 17:55:39.584867665 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:15 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 :
+  * emit runningActivityListChanged on activity creation
+
+---

Old:

  kactivities-5.36.0.tar.xz

New:

  kactivities-5.37.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.H14Ovx/_old  2017-08-24 17:55:40.084797250 +0200
+++ /var/tmp/diff_new_pack.H14Ovx/_new  2017-08-24 17:55:40.088796687 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kactivities5
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.36.0.tar.xz -> kactivities-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.36.0/CMakeLists.txt 
new/kactivities-5.37.0/CMakeLists.txt
--- old/kactivities-5.36.0/CMakeLists.txt   2017-06-30 12:16:27.0 
+0200
+++ new/kactivities-5.37.0/CMakeLists.txt   2017-08-06 18:26:14.0 
+0200
@@ -3,14 +3,14 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-set (REQUIRED_QT_VERSION 5.6.0)
+set (REQUIRED_QT_VERSION 5.7.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.36.0/src/lib/activitiescache_p.cpp 
new/kactivities-5.37.0/src/lib/activitiescache_p.cpp
--- old/kactivities-5.36.0/src/lib/activitiescache_p.cpp2017-06-30 
12:16:27.0 +0200
+++ new/kactivities-5.37.0/src/lib/activitiescache_p.cpp2017-08-06 
18:26:14.0 +0200
@@ -239,10 +239,11 @@
 // Are we updating an existing activity, or adding a new one?
 const auto iter = find(info.id);
 const auto present = iter != m_activities.end();
-
+bool runningChanged = true;
 // If there is an activity with the specified id,
 // we are going to remove it, temporarily.
 if (present) {
+runningChanged = (*iter).state != info.state;
 m_activities.erase(iter);
 }
 
@@ -257,6 +258,9 @@
 } else {
 emit activityAdded(info.id);
 emit activityListChanged();
+if (runningChanged) {
+emit runningActivityListChanged();
+}
 }
 }
 




commit kactivities5 for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-07-17 10:21:28

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


Package is "kactivities5"

Mon Jul 17 10:21:28 2017 rev:43 rq:509880 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-07-05 23:49:23.300719959 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-07-17 10:22:34.544272157 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:13:58 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:
+  * [FEATURE] Option to build & install QCH file with the public API dox
+
+---

Old:

  kactivities-5.35.0.tar.xz

New:

  kactivities-5.36.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.r0IoR1/_old  2017-07-17 10:22:34.964212958 +0200
+++ /var/tmp/diff_new_pack.r0IoR1/_new  2017-07-17 10:22:34.968212394 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kactivities5
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.35.0.tar.xz -> kactivities-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.35.0/CMakeLists.txt 
new/kactivities-5.36.0/CMakeLists.txt
--- old/kactivities-5.35.0/CMakeLists.txt   2017-06-03 10:46:16.0 
+0200
+++ new/kactivities-5.36.0/CMakeLists.txt   2017-06-30 12:16:27.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.35.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.35.0  NO_MODULE)
+find_package(ECM 5.36.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)
 
@@ -35,6 +35,10 @@
 include (KDECompilerSettings NO_POLICY_SCOPE)
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
+include (ECMAddQch)
+
+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)")
 
 # Qt
 set (CMAKE_AUTOMOC ON)
@@ -65,8 +69,22 @@
SOVERSION 5
)
 
+add_subdirectory (src)
+add_subdirectory (autotests)
+add_subdirectory (tests)
+
 set (CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Activities")
 
+if (BUILD_QCH)
+ecm_install_qch_export(
+TARGETS KF5Activities_QCH
+FILE KF5ActivitiesLibraryQchTargets.cmake
+DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+COMPONENT Devel
+)
+set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5ActivitiesLibraryQchTargets.cmake\")")
+endif()
+
 install (
EXPORT KF5ActivitiesLibraryTargets
DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
@@ -93,10 +111,6 @@
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
-add_subdirectory (src)
-add_subdirectory (autotests)
-add_subdirectory (tests)
-
 # Write out the features
 feature_summary (WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.35.0/KF5ActivitiesConfig.cmake.in 
new/kactivities-5.36.0/KF5ActivitiesConfig.cmake.in
--- old/kactivities-5.35.0/KF5ActivitiesConfig.cmake.in 2017-06-03 
10:46:16.0 +0200
+++ new/kactivities-5.36.0/KF5ActivitiesConfig.cmake.in 2017-06-30 
12:16:27.0 +0200
@@ -4,3 +4,4 @@
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5ActivitiesLibraryTargets.cmake")
+@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kactivities5 for openSUSE:Factory

2017-07-05 Thread root
Hello community,

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

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


Package is "kactivities5"

Wed Jul  5 23:48:06 2017 rev:42 rq:502920 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-06-01 16:22:49.306987800 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-07-05 23:49:23.300719959 +0200
@@ -1,0 +2,11 @@
+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:
+  * Use Q_DECL_OVERRIDE
+  * Add the Boost include directories to where the compiler is. Necessary to 
fix Windows where Boost is not installed in standard lookup paths.
+
+---

Old:

  kactivities-5.34.0.tar.xz

New:

  kactivities-5.35.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.FPDiVL/_old  2017-07-05 23:49:23.788651233 +0200
+++ /var/tmp/diff_new_pack.FPDiVL/_new  2017-07-05 23:49:23.792650671 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kactivities5
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.34.0.tar.xz -> kactivities-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.34.0/CMakeLists.txt 
new/kactivities-5.35.0/CMakeLists.txt
--- old/kactivities-5.34.0/CMakeLists.txt   2017-05-06 10:21:09.0 
+0200
+++ new/kactivities-5.35.0/CMakeLists.txt   2017-06-03 10:46:16.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.34.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.35.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -24,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.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/kactivities-5.34.0/src/CMakeLists.txt 
new/kactivities-5.35.0/src/CMakeLists.txt
--- old/kactivities-5.34.0/src/CMakeLists.txt   2017-05-06 10:21:09.0 
+0200
+++ new/kactivities-5.35.0/src/CMakeLists.txt   2017-06-03 10:46:16.0 
+0200
@@ -32,6 +32,7 @@
include_directories (
   ${CMAKE_CURRENT_BINARY_DIR}
   ${CMAKE_CURRENT_SOURCE_DIR}
+  ${Boost_INCLUDE_DIR}
   )
add_subdirectory (imports)
 endif ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.34.0/tests/activities-model/window.h 
new/kactivities-5.35.0/tests/activities-model/window.h
--- old/kactivities-5.34.0/tests/activities-model/window.h  2017-05-06 
10:21:09.0 +0200
+++ new/kactivities-5.35.0/tests/activities-model/window.h  2017-06-03 
10:46:16.0 +0200
@@ -36,7 +36,7 @@
 ~Window();
 
 protected:
-void showEvent(QShowEvent * event);
+void showEvent(QShowEvent * event) Q_DECL_OVERRIDE;
 
 private:
 Ui::MainWindow *ui;




commit kactivities5 for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-06-01 16:22:48

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


Package is "kactivities5"

Thu Jun  1 16:22:48 2017 rev:41 rq:495105 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-04-30 21:17:42.589050125 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-06-01 16:22:49.306987800 +0200
@@ -1,0 +2,16 @@
+Mon May 15 18:52:18 UTC 2017 - wba...@tmo.at
+
+- Drop unnecessary cmake(KF5KIO) build requirement
+
+---
+Mon May 15 13:53:15 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:
+  * We are using only Tier 1 frameworks, so move us to Tier 2
+  * Removed KIO from the deps
+
+---

Old:

  kactivities-5.33.0.tar.xz

New:

  kactivities-5.34.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.nMPfUg/_old  2017-06-01 16:22:49.974893619 +0200
+++ /var/tmp/diff_new_pack.nMPfUg/_new  2017-06-01 16:22:49.978893055 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kactivities5
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -40,7 +40,6 @@
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Config) >= %{_tar_path}
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
-BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0

++ kactivities-5.33.0.tar.xz -> kactivities-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.33.0/CMakeLists.txt 
new/kactivities-5.34.0/CMakeLists.txt
--- old/kactivities-5.33.0/CMakeLists.txt   2017-04-01 11:06:54.0 
+0200
+++ new/kactivities-5.34.0/CMakeLists.txt   2017-05-06 10:21:09.0 
+0200
@@ -3,28 +3,13 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
 
-message (
-   WARNING "
-++
-   !!!  |  Only the library (libKF5Activities) and the QML imports   |
-   !!!  |  are build from this repository.   |
-   !!!  ||
-   !!!  |  The activities service (kactivitymanagerd) has been moved to  |
-   !!!  |  the kde:kactivitymanagerd repository along with its plugins.  |
-   !!!  ||
-   !!!  |  The Dolphin plugins (fileitem plugin), the KIO slave and KCM  |
-   !!!  |  now live in the kde:kactivities-workspace repository. |
-++
-   "
-   )
-
 set (REQUIRED_QT_VERSION 5.6.0)
 
 # We don't build in-source
@@ -39,7 +24,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.33.0/metainfo.yaml 
new/kactivities-5.34.0/metainfo.yaml
--- old/kactivities-5.33.0/metainfo.yaml2017-04-01 11:06:54.0 
+0200
+++ new/kactivities-5.34.0/metainfo.yaml2017-05-06 10:21:09.0 
+0200
@@ -1,6 +1,6 @@
 maintainer: ivan
 description: Runtime and library to organize the user 

commit kactivities5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-04-30 21:15:46

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


Package is "kactivities5"

Sun Apr 30 21:15:46 2017 rev:40 rq:492039 version:5.33.0

Changes:

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

Old:

  kactivities-5.32.0.tar.xz

New:

  kactivities-5.33.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.QjWlTR/_old  2017-04-30 21:17:43.268954259 +0200
+++ /var/tmp/diff_new_pack.QjWlTR/_new  2017-04-30 21:17:43.268954259 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kactivities5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.32.0.tar.xz -> kactivities-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.32.0/CMakeLists.txt 
new/kactivities-5.33.0/CMakeLists.txt
--- old/kactivities-5.32.0/CMakeLists.txt   2017-03-03 13:40:21.0 
+0100
+++ new/kactivities-5.33.0/CMakeLists.txt   2017-04-01 11:06:54.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -39,7 +39,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-03-28 15:07:50

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


Package is "kactivities5"

Tue Mar 28 15:07:50 2017 rev:39 rq:481486 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-03-03 17:47:57.772067938 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-03-28 15:08:49.735394743 +0200
@@ -1,0 +2,11 @@
+Sun Mar 19 14:50:13 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:
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kactivities-5.31.0.tar.xz

New:

  kactivities-5.32.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.4T91sY/_old  2017-03-28 15:08:50.235323916 +0200
+++ /var/tmp/diff_new_pack.4T91sY/_new  2017-03-28 15:08:50.239323350 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kactivities5
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.31.0.tar.xz -> kactivities-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.31.0/CMakeLists.txt 
new/kactivities-5.32.0/CMakeLists.txt
--- old/kactivities-5.31.0/CMakeLists.txt   2017-02-04 19:03:51.0 
+0100
+++ new/kactivities-5.32.0/CMakeLists.txt   2017-03-03 13:40:21.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -39,7 +39,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kactivities5 for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-03-03 17:46:55

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


Package is "kactivities5"

Fri Mar  3 17:46:55 2017 rev:38 rq:461394 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-02-08 10:48:32.127656809 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-03-03 17:47:57.772067938 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:23:20 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kactivities-5.30.0.tar.xz

New:

  kactivities-5.31.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.1VfeUM/_old  2017-03-03 17:47:58.803922213 +0100
+++ /var/tmp/diff_new_pack.1VfeUM/_new  2017-03-03 17:47:58.807921649 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kactivities5
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -42,13 +42,13 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
 BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5DBus) >= 5.5.0
-BuildRequires:  cmake(Qt5Gui) >= 5.5.0
-BuildRequires:  cmake(Qt5Qml) >= 5.5.0
-BuildRequires:  cmake(Qt5Quick) >= 5.5.0
-BuildRequires:  cmake(Qt5Sql) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5DBus) >= 5.6.0
+BuildRequires:  cmake(Qt5Gui) >= 5.6.0
+BuildRequires:  cmake(Qt5Qml) >= 5.6.0
+BuildRequires:  cmake(Qt5Quick) >= 5.6.0
+BuildRequires:  cmake(Qt5Sql) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,7 +82,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.5.0
+Requires:   cmake(Qt5Core) >= 5.6.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.

++ kactivities-5.30.0.tar.xz -> kactivities-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.30.0/CMakeLists.txt 
new/kactivities-5.31.0/CMakeLists.txt
--- old/kactivities-5.30.0/CMakeLists.txt   2017-01-08 16:14:23.0 
+0100
+++ new/kactivities-5.31.0/CMakeLists.txt   2017-02-04 19:03:51.0 
+0100
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -25,7 +25,7 @@
"
)
 
-set (REQUIRED_QT_VERSION 5.3.0)
+set (REQUIRED_QT_VERSION 5.6.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -39,7 +39,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.30.0  NO_MODULE)
+find_package(ECM 5.31.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.30.0/src/common/dbus/common.h 
new/kactivities-5.31.0/src/common/dbus/common.h
--- old/kactivities-5.30.0/src/common/dbus/common.h 2017-01-08 
16:14:23.0 +0100
+++ new/kactivities-5.31.0/src/common/dbus/common.h 2017-02-04 
19:03:51.0 +0100
@@ -47,7 +47,7 @@
KAMD_DBUS_OBJECT_PATH(OBJECT_PATH), 
\
KAMD_DBUS_OBJECT(OBJECT),   
\
QDBusConnection::sessionBus(),  
\
-   Q_NULLPTR)
+   nullptr)
 
 #define KAMD_DBUS_CLASS_INTERFACE(OBJECT_PATH, 

commit kactivities5 for openSUSE:Factory

2017-02-08 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-02-08 10:48:30

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-02-03 17:43:46.493119942 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-02-08 10:48:32.127656809 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 11:31:35 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.9J8I0Z/_old  2017-02-08 10:48:32.631586584 +0100
+++ /var/tmp/diff_new_pack.9J8I0Z/_new  2017-02-08 10:48:32.635586027 +0100
@@ -28,7 +28,11 @@
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes




commit kactivities5 for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-01-31 11:54:38

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-12-17 11:04:25.458246927 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-02-03 17:43:46.493119942 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:37:46 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:

  kactivities-5.29.0.tar.xz

New:

  kactivities-5.30.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.kZfNmc/_old  2017-02-03 17:43:46.881065031 +0100
+++ /var/tmp/diff_new_pack.kZfNmc/_new  2017-02-03 17:43:46.881065031 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kactivities5
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -29,7 +29,7 @@
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kactivities-5.29.0.tar.xz -> kactivities-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.29.0/CMakeLists.txt 
new/kactivities-5.30.0/CMakeLists.txt
--- old/kactivities-5.29.0/CMakeLists.txt   2016-12-03 11:07:36.0 
+0100
+++ new/kactivities-5.30.0/CMakeLists.txt   2017-01-08 16:14:23.0 
+0100
@@ -1,8 +1,11 @@
 # vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
 
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project (KActivities)
+# KDE Frameworks
+set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
 option (KACTIVITIES_ENABLE_EXCEPTIONS "If you have Boost 1.53, you need to 
build KActivities with exceptions enabled. This is UNTESTED and EXPERIMENTAL!" 
OFF)
@@ -36,7 +39,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.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)
 
@@ -52,14 +55,10 @@
 set (CMAKE_AUTOMOC ON)
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
-# KDE Frameworks
-set(KF5_VERSION "5.29.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.29.0") # handled by release scripts
-
 # Basic includes
 include (CPack)
 
-include (ECMPackageConfigHelpers)
+include (CMakePackageConfigHelpers)
 include (ECMSetupVersion)
 
 message ("We are using the ${CMAKE_CXX_COMPILER_ID} compiler")
@@ -74,7 +73,7 @@
 # libKActivities
 
 ecm_setup_version (
-   ${KF5_VERSION}
+   PROJECT
VARIABLE_PREFIX KACTIVITIES
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kactivities_version.h"
PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5ActivitiesConfigVersion.cmake"
@@ -90,7 +89,7 @@
NAMESPACE KF5::
)
 
-ecm_configure_package_config_file (
+configure_package_config_file (
"${CMAKE_CURRENT_SOURCE_DIR}/KF5ActivitiesConfig.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/KF5ActivitiesConfig.cmake"
INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.29.0/KF5ActivitiesConfig.cmake.in 
new/kactivities-5.30.0/KF5ActivitiesConfig.cmake.in
--- old/kactivities-5.29.0/KF5ActivitiesConfig.cmake.in 2016-12-03 

commit kactivities5 for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-11-17 12:26:39

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


Package is "kactivities5"

Changes:

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

Old:

  kactivities-5.27.0.tar.xz

New:

  kactivities-5.28.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.wdS3af/_old  2016-11-17 12:27:11.0 +0100
+++ /var/tmp/diff_new_pack.wdS3af/_new  2016-11-17 12:27:11.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kactivities5
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.27.0.tar.xz -> kactivities-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.27.0/CMakeLists.txt 
new/kactivities-5.28.0/CMakeLists.txt
--- old/kactivities-5.27.0/CMakeLists.txt   2016-10-02 09:44:54.0 
+0200
+++ new/kactivities-5.28.0/CMakeLists.txt   2016-11-05 11:46:01.0 
+0100
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 
 # Basic includes
 include (CPack)




commit kactivities5 for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-10-28 12:16:01

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-09-14 23:08:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-10-28 12:16:52.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct  2 12:49:35 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * Sorting activities in the cache alphabetically by name (kde#362774)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kactivities-5.26.0.tar.xz

New:

  kactivities-5.27.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.jNC5tk/_old  2016-10-28 12:16:53.0 +0200
+++ /var/tmp/diff_new_pack.jNC5tk/_new  2016-10-28 12:16:53.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kactivities5
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.26.0.tar.xz -> kactivities-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.26.0/CMakeLists.txt 
new/kactivities-5.27.0/CMakeLists.txt
--- old/kactivities-5.26.0/CMakeLists.txt   2016-09-06 00:14:16.0 
+0200
+++ new/kactivities-5.27.0/CMakeLists.txt   2016-10-02 09:44:54.0 
+0200
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.26.0  NO_MODULE)
+find_package(ECM 5.27.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)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.26.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
+set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
 
 # Basic includes
 include (CPack)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-5.26.0/src/common/dbus/org.kde.ActivityManager.Activities.h 
new/kactivities-5.27.0/src/common/dbus/org.kde.ActivityManager.Activities.h
--- old/kactivities-5.26.0/src/common/dbus/org.kde.ActivityManager.Activities.h 
2016-09-06 00:14:16.0 +0200
+++ new/kactivities-5.27.0/src/common/dbus/org.kde.ActivityManager.Activities.h 
2016-10-02 09:44:54.0 +0200
@@ -46,16 +46,6 @@
 , state(state)
 {
 }
-
-bool operator<(const ActivityInfo ) const
-{
-return id < other.id;
-}
-
-bool operator==(const ActivityInfo ) const
-{
-return id == other.id;
-}
 };
 
 typedef QList ActivityInfoList;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.26.0/src/lib/activitiescache_p.cpp 
new/kactivities-5.27.0/src/lib/activitiescache_p.cpp
--- old/kactivities-5.26.0/src/lib/activitiescache_p.cpp2016-09-06 
00:14:16.0 +0200
+++ new/kactivities-5.27.0/src/lib/activitiescache_p.cpp2016-10-02 
09:44:54.0 +0200
@@ -122,8 +122,10 @@
 {
 // qDebug() << "Removing the activity";
 
-auto where = std::lower_bound(m_activities.begin(), m_activities.end(),
-  ActivityInfo(id));
+// Since we are sorting the activities by name now,
+// we can not use lower_bound to search for an activity
+// with a specified id
+const auto where = find(id);
 
 if (where != m_activities.end() && where->id == id) {
 m_activities.erase(where);
@@ -166,7 +168,7 @@
 
 void ActivitiesCache::updateActivityState(const QString , int state)
 {
-auto where = find(id);
+auto where = getInfo(id);
 
 if (where && where->state != state) {
 auto isInvalid = [](int state) {
@@ -234,20 +236,27 @@
 {
 // qDebug() << "Setting activity info" << info.id;
 
-auto where
-= std::lower_bound(m_activities.begin(), m_activities.end(), info);
+// Are we updating an existing activity, or adding a new one?
+const auto iter = find(info.id);

commit kactivities5 for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-09-14 23:08:42

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-08-29 14:56:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-09-14 23:08:43.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:46:50 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:

  kactivities-5.25.0.tar.xz

New:

  kactivities-5.26.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.lfTMEK/_old  2016-09-14 23:08:44.0 +0200
+++ /var/tmp/diff_new_pack.lfTMEK/_new  2016-09-14 23:08:44.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kactivities5
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.25.0.tar.xz -> kactivities-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.25.0/CMakeLists.txt 
new/kactivities-5.26.0/CMakeLists.txt
--- old/kactivities-5.25.0/CMakeLists.txt   2016-08-06 10:25:49.0 
+0200
+++ new/kactivities-5.26.0/CMakeLists.txt   2016-09-06 00:14:16.0 
+0200
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 
 # Basic includes
 include (CPack)




commit kactivities5 for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-08-29 14:55:33

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-07-15 12:31:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-08-29 14:56:08.0 +0200
@@ -1,0 +2,19 @@
+Sun Aug  7 21:50:11 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * [KActivities-CLI] commands for starting and stopping an activity
+  * [KActivities-CLI] setting and getting activity name,
+icon and description
+  * Added a CLI application for controlling activities
+  * Adding scripts to switch to previous and next activities
+  * Method for inserting into QFlatSet now returns index along
+with the iterator (kde#365610)
+  * Adding ZSH functions for stopping and deleting
+non-current activities
+  * Added isCurrent property to KActivities::Info
+  * Using constant iterators when searching for activity
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kactivities-5.24.0.tar.xz

New:

  kactivities-5.25.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.8JDeh7/_old  2016-08-29 14:56:09.0 +0200
+++ /var/tmp/diff_new_pack.8JDeh7/_new  2016-08-29 14:56:09.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kactivities5
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -38,18 +38,26 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
 BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5DBus) >= 5.4.0
-BuildRequires:  cmake(Qt5Gui) >= 5.4.0
-BuildRequires:  cmake(Qt5Qml) >= 5.4.0
-BuildRequires:  cmake(Qt5Quick) >= 5.4.0
-BuildRequires:  cmake(Qt5Sql) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5DBus) >= 5.5.0
+BuildRequires:  cmake(Qt5Gui) >= 5.5.0
+BuildRequires:  cmake(Qt5Qml) >= 5.5.0
+BuildRequires:  cmake(Qt5Quick) >= 5.5.0
+BuildRequires:  cmake(Qt5Sql) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
 
+%package tools
+Summary:Command-line tools for Plasma Activity management
+Group:  System/GUI/KDE
+Requires:   %lname = %{version}
+
+%description tools
+This package provides command-line tools to manipulate Plasma Activities.
+
 %package -n %lname
 Summary:Library for KDE's Plasma Activities support
 Group:  System/GUI/KDE
@@ -70,7 +78,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Core) >= 5.5.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -91,6 +99,10 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/kactivities-cli
+
 %files -n %lname
 %defattr(-,root,root,-)
 %{_kf5_libdir}/libKF5Activities.so.*

++ kactivities-5.24.0.tar.xz -> kactivities-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.24.0/CMakeLists.txt 
new/kactivities-5.25.0/CMakeLists.txt
--- old/kactivities-5.24.0/CMakeLists.txt   2016-07-02 10:40:02.0 
+0200
+++ new/kactivities-5.25.0/CMakeLists.txt   2016-08-06 10:25:49.0 
+0200
@@ -1,6 +1,6 @@
 # vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
 
-cmake_minimum_required (VERSION 2.8.11)
+cmake_minimum_required (VERSION 2.8.12)
 
 project (KActivities)
 
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,8 +53,8 @@
 

commit kactivities5 for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-07-15 12:30:49

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-07-03 12:20:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-07-15 12:31:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:01:43 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:

  kactivities-5.23.0.tar.xz

New:

  kactivities-5.24.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.uo6ZrZ/_old  2016-07-15 12:31:49.0 +0200
+++ /var/tmp/diff_new_pack.uo6ZrZ/_new  2016-07-15 12:31:49.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kactivities5
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.23.0.tar.xz -> kactivities-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.23.0/CMakeLists.txt 
new/kactivities-5.24.0/CMakeLists.txt
--- old/kactivities-5.23.0/CMakeLists.txt   2016-06-06 11:25:04.0 
+0200
+++ new/kactivities-5.24.0/CMakeLists.txt   2016-07-02 10:40:02.0 
+0200
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -44,7 +44,7 @@
 
 include (KDEInstallDirs)
 include (KDECMakeSettings)
-include (KDECompilerSettings)
+include (KDECompilerSettings NO_POLICY_SCOPE)
 include (GenerateExportHeader)
 include (ECMGenerateHeaders)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 
 # Basic includes
 include (CPack)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.23.0/metainfo.yaml 
new/kactivities-5.24.0/metainfo.yaml
--- old/kactivities-5.23.0/metainfo.yaml2016-06-06 11:25:04.0 
+0200
+++ new/kactivities-5.24.0/metainfo.yaml2016-07-02 10:40:02.0 
+0200
@@ -3,7 +3,9 @@
 tier: 3
 type: solution
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
   note: Needs QtDBus
 portingAid: false
 deprecated: false




commit kactivities5 for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-07-03 12:19:30

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-05-19 12:06:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-07-03 12:20:19.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 21:23:09 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Adding runningActivities property to the Consumer
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kactivities-5.22.0.tar.xz

New:

  kactivities-5.23.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.A5XWwQ/_old  2016-07-03 12:20:20.0 +0200
+++ /var/tmp/diff_new_pack.A5XWwQ/_new  2016-07-03 12:20:20.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kactivities5
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.22.0.tar.xz -> kactivities-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.22.0/CMakeLists.txt 
new/kactivities-5.23.0/CMakeLists.txt
--- old/kactivities-5.22.0/CMakeLists.txt   2016-05-06 21:30:28.0 
+0200
+++ new/kactivities-5.23.0/CMakeLists.txt   2016-06-06 11:25:04.0 
+0200
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 # Basic includes
 include (CPack)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.22.0/metainfo.yaml 
new/kactivities-5.23.0/metainfo.yaml
--- old/kactivities-5.22.0/metainfo.yaml2016-05-06 21:30:28.0 
+0200
+++ new/kactivities-5.23.0/metainfo.yaml2016-06-06 11:25:04.0 
+0200
@@ -12,3 +12,7 @@
  - qmake: KActivities
cmake: "KF5::Activities"
 cmakename: KF5Activities
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.22.0/src/lib/activitiescache_p.cpp 
new/kactivities-5.23.0/src/lib/activitiescache_p.cpp
--- old/kactivities-5.22.0/src/lib/activitiescache_p.cpp2016-05-06 
21:30:28.0 +0200
+++ new/kactivities-5.23.0/src/lib/activitiescache_p.cpp2016-06-06 
11:25:04.0 +0200
@@ -168,9 +168,28 @@
 {
 auto where = find(id);
 
-if (where) {
+if (where && where->state != state) {
+auto isInvalid = [](int state) {
+return state == Info::Invalid || state == Info::Unknown;
+};
+auto isStopped = [](int state) {
+return state == Info::Stopped || state == Info::Starting;
+};
+auto isRunning = [](int state) {
+return state == Info::Running || state == Info::Stopping;
+};
+
+const bool runningStateChanged
+= (isInvalid(state) || isInvalid(where->state)
+   || (isStopped(state) && isRunning(where->state))
+   || (isRunning(state) && isStopped(where->state)));
+
 where->state = state;
 
+if (runningStateChanged) {
+emit runningActivityListChanged();
+}
+
 emit activityStateChanged(id, state);
 
 } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.22.0/src/lib/activitiescache_p.h 
new/kactivities-5.23.0/src/lib/activitiescache_p.h
--- old/kactivities-5.22.0/src/lib/activitiescache_p.h  2016-05-06 
21:30:28.0 +0200
+++ new/kactivities-5.23.0/src/lib/activitiescache_p.h  2016-06-06 
11:25:04.0 

commit kactivities5 for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

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

Old:

  kactivities-5.21.0.tar.xz

New:

  kactivities-5.22.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.lUISou/_old  2016-05-19 12:06:20.0 +0200
+++ /var/tmp/diff_new_pack.lUISou/_new  2016-05-19 12:06:20.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kactivities5
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.21.0.tar.xz -> kactivities-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.21.0/CMakeLists.txt 
new/kactivities-5.22.0/CMakeLists.txt
--- old/kactivities-5.21.0/CMakeLists.txt   2016-04-03 21:23:40.0 
+0200
+++ new/kactivities-5.22.0/CMakeLists.txt   2016-05-06 21:30:28.0 
+0200
@@ -36,7 +36,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,8 +53,8 @@
 find_package (Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 
 # Basic includes
 include (CPack)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.21.0/tests/activities-model/window.cpp 
new/kactivities-5.22.0/tests/activities-model/window.cpp
--- old/kactivities-5.21.0/tests/activities-model/window.cpp2016-04-03 
21:23:40.0 +0200
+++ new/kactivities-5.22.0/tests/activities-model/window.cpp2016-05-06 
21:30:28.0 +0200
@@ -36,7 +36,7 @@
 const QString title = index.data().toString();
 
 QRect titleRect = painter->fontMetrics().boundingRect(title);
-int lineHeight = titleRect.height();
+//unused int lineHeight = titleRect.height();
 
 // Header background
 auto rect = option.rect;
@@ -111,6 +111,7 @@
 
 void Window::showEvent(QShowEvent * event)
 {
+Q_UNUSED(event);
 KWindowSystem::self()->setOnActivities(effectiveWinId(), QStringList());
 KWindowSystem::self()->setOnAllDesktops(effectiveWinId(), true);
 }
@@ -119,5 +120,3 @@
 {
 delete ui;
 }
-
-




commit kactivities5 for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-04-07 13:31:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-04-12 19:10:14.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr  4 14:18:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Removed compiler checks now that all frameworks require c++11
+  * Removed QML ResourceModel as it is superseeded
+by KAStats::ResultModel
+  * Inserting into empty QFlatSet returned an invalid iterator
+  * 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:

  kactivities-5.20.0.tar.xz

New:

  kactivities-5.21.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.YYgGc7/_old  2016-04-12 19:10:14.0 +0200
+++ /var/tmp/diff_new_pack.YYgGc7/_new  2016-04-12 19:10:14.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kactivities5
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -38,13 +38,13 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
 BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5DBus) >= 5.3.0
-BuildRequires:  cmake(Qt5Gui) >= 5.3.0
-BuildRequires:  cmake(Qt5Qml) >= 5.3.0
-BuildRequires:  cmake(Qt5Quick) >= 5.3.0
-BuildRequires:  cmake(Qt5Sql) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5DBus) >= 5.4.0
+BuildRequires:  cmake(Qt5Gui) >= 5.4.0
+BuildRequires:  cmake(Qt5Qml) >= 5.4.0
+BuildRequires:  cmake(Qt5Quick) >= 5.4.0
+BuildRequires:  cmake(Qt5Sql) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,7 +70,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.

++ kactivities-5.20.0.tar.xz -> kactivities-5.21.0.tar.xz ++
 2301 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-04-07 13:31:44

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-02-24 18:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-04-07 13:31:46.0 +0200
@@ -1,0 +2,20 @@
+Sun Mar  6 09:54:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Remove dependency on Qt5::Widgets
+  * Remove dependency on KDBusAddons
+  * Remove dependency on KI18n
+  * Remove unused includes
+  * Shell scripts output improved
+  * Added the data model (ActivitiesModel) showing the activities
+to the library
+  * Build only the library by default
+  * Remove the service and workspace components from the build
+  * Move the library into src/lib from src/lib/core
+  * Fix CMake warning
+  * Fix crash in activities context menu (boo#952139, kde#351485)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+- Drop upstreamed fix-crash-in-activities-context-menu.patch
+
+---

Old:

  fix-crash-in-activities-context-menu.patch
  kactivities-5.19.0.tar.xz

New:

  kactivities-5.20.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.7sst8v/_old  2016-04-07 13:31:47.0 +0200
+++ /var/tmp/diff_new_pack.7sst8v/_new  2016-04-07 13:31:47.0 +0200
@@ -16,11 +16,10 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kactivities5
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -29,25 +28,16 @@
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM fix-crash-in-activities-context-menu.patch boo#952139, 
kde#351485 -- fixes a dolphin and desktop crash when right-clicking on a file 
and opening the "Activities" submenu
-Patch:  fix-crash-in-activities-context-menu.patch
-BuildRequires:  boost-devel >= 1.49.0
+BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel >= %{_tar_path}
-BuildRequires:  kconfig-devel >= %{_tar_path}
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
-BuildRequires:  kdbusaddons-devel >= %{_tar_path}
-BuildRequires:  kdeclarative-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{_tar_path}
-BuildRequires:  ki18n-devel >= %{_tar_path}
-BuildRequires:  kio-devel >= %{_tar_path}
-BuildRequires:  kservice-devel >= %{_tar_path}
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  kxmlgui-devel >= %{_tar_path}
 BuildRequires:  xz
+BuildRequires:  cmake(KF5Config) >= %{_tar_path}
+BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
+BuildRequires:  cmake(KF5KIO) >= %{_tar_path}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.3.0
 BuildRequires:  cmake(Qt5DBus) >= 5.3.0
 BuildRequires:  cmake(Qt5Gui) >= 5.3.0
@@ -55,12 +45,6 @@
 BuildRequires:  cmake(Qt5Quick) >= 5.3.0
 BuildRequires:  cmake(Qt5Sql) >= 5.3.0
 BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
-Recommends: %{name}-imports = %{version}
-# for kactivitymanagerd_plugin_sqlite.so
-Recommends: libQt5Sql5-sqlite
-Provides:   kactivities4 = %{version}
-Obsoletes:  kactivities4 < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,9 +53,6 @@
 %package -n %lname
 Summary:Library for KDE's Plasma Activities support
 Group:  System/GUI/KDE
-%if %{with lang}
-Recommends: %lname-lang = %{version}
-%endif
 
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -95,56 +76,29 @@
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
 Development files.
 
-%lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
-%patch -p1
 
 %build
-%if 0%{?suse_version} == 1310
-  %cmake_kf5 -d build -- -DKACTIVITIES_ENABLE_EXCEPTIONS=ON
-%else
   %cmake_kf5 -d build
-%endif
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
   %fdupes 

commit kactivities5 for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2016-01-20 09:41:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-02-24 18:53:51.0 +0100
@@ -1,0 +2,17 @@
+Sun Feb  7 05:32:00 UTC 2016 - wba...@tmo.at
+
+- Add fix-crash-in-activities-context-menu.patch: fixes a dolphin
+  and desktop crash when right-clicking on a file and opening the
+  "Activities" submenu (boo#952139, kde#351485)
+
+---
+Sat Feb  6 17:59:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Don't call exec() from QML (kde#357435)
+  * KActivitiesStats library is now in a separate repository
+  * Fix crash on exit/logout (boo#965653, kde#348194)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kactivities-5.18.0.tar.xz

New:

  fix-crash-in-activities-context-menu.patch
  kactivities-5.19.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.RpY6ho/_old  2016-02-24 18:53:52.0 +0100
+++ /var/tmp/diff_new_pack.RpY6ho/_new  2016-02-24 18:53:52.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kactivities5
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -29,6 +29,8 @@
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM fix-crash-in-activities-context-menu.patch boo#952139, 
kde#351485 -- fixes a dolphin and desktop crash when right-clicking on a file 
and opening the "Activities" submenu
+Patch:  fix-crash-in-activities-context-menu.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -96,6 +98,7 @@
 %lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
+%patch -p1
 
 %build
 %if 0%{?suse_version} == 1310

++ fix-crash-in-activities-context-menu.patch ++
From: David Edmundson 
Date: Sat, 06 Feb 2016 18:02:53 +
Subject: Fix crash in activities context menu
X-Git-Url: 
http://quickgit.kde.org/?p=kactivities.git=commitdiff=b3c8ad1ad48d65ea77724f94073909dc8ab97596
---
Fix crash in activities context menu

Currently we call deleteLater() from inside ::run which is running in a
different thread than the receiving object.
(QThread objects live in the thread that created them, not in the thread
they create)

This patch causes deleteLater to be run in the right thread.

QCoreApplication::postEvent is thread safe but it needs to be in the
right thread to work out the correct event loop level for deferred
delete events.

BUG: 351485
REVIEW: 126955
---


--- a/src/workspace/fileitemplugin/FileItemLinkingPlugin.cpp
+++ b/src/workspace/fileitemplugin/FileItemLinkingPlugin.cpp
@@ -124,7 +124,7 @@
 setActions({ action });
 
 } else if (!loaded) {
-auto loader = new FileItemLinkingPluginActionLoader(items);
+auto loader = FileItemLinkingPluginActionLoader::create(items);
 
 static FileItemLinkingPluginActionStaticInit init;
 

--- a/src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.cpp
+++ b/src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.cpp
@@ -39,6 +39,13 @@
 #include 
 
 #include "common/dbus/common.h"
+
+FileItemLinkingPluginActionLoader* 
FileItemLinkingPluginActionLoader::create(const KFileItemListProperties )
+{
+auto l = new FileItemLinkingPluginActionLoader(items);
+connect(l, ::finished, l, ::deleteLater);
+return l;
+}
 
 FileItemLinkingPluginActionLoader::FileItemLinkingPluginActionLoader(
 const KFileItemListProperties )
@@ -150,8 +157,6 @@
 }
 
 emit result(actions);
-
-deleteLater();
 }
 
 Action

--- a/src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.h
+++ b/src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.h
@@ -33,8 +33,7 @@
 Q_OBJECT
 
 public:
-FileItemLinkingPluginActionLoader(const KFileItemListProperties );
-
+static 

commit kactivities5 for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2016-01-20 09:40:30

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-12-29 12:51:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2016-01-20 09:41:18.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan  2 17:41:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Streamlined the QML loading for KCM (kde#356832)
+  * Work-around for the Qt SQL bug that does not clean up
+connections properly (kde#348194)
+  * Merged a plugin that executes applications on
+activity state change
+  * Port from KService to KPluginLoader
+  * Port plugins to use kcoreaddons_desktop_to_json()
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kactivities-5.17.0.tar.xz

New:

  kactivities-5.18.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Fzy90V/_old  2016-01-20 09:41:19.0 +0100
+++ /var/tmp/diff_new_pack.Fzy90V/_new  2016-01-20 09:41:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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   libKF5Activities5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kactivities5
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -117,6 +117,10 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %if %{with lang}
 %files -n %lname-lang -f %{name}.lang
 %endif
@@ -124,6 +128,7 @@
 %files
 %defattr(-,root,root)
 %{_kf5_bindir}/kactivitymanagerd
+%{_kf5_libdir}/libkactivitymanagerd_plugin.so
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/

++ kactivities-5.17.0.tar.xz -> kactivities-5.18.0.tar.xz ++
 8403 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-11-24 22:21:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-12-29 12:51:28.0 +0100
@@ -1,0 +2,15 @@
+Thu Dec 10 23:02:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * Fixed a lock on the first start of the daemon
+  * Moving QAction creation to the main thread. (kde#351485)
+  * Sometimes clang-format makes a bad decision (kde#355495)
+  * Killing potential synchronization issues
+  * Use org.qtproject instead of com.trolltech
+  * Removing the usage of libkactivities from the plugins
+  * KAStats config removed from the API
+  * Added linking and unlinking to ResultModel
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kactivities-5.16.0.tar.xz

New:

  kactivities-5.17.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.iomBwp/_old  2015-12-29 12:51:29.0 +0100
+++ /var/tmp/diff_new_pack.iomBwp/_new  2015-12-29 12:51:29.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kactivities5
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.16.0.tar.xz -> kactivities-5.17.0.tar.xz ++
 7790 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-10-19 22:21:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-11-24 22:21:54.0 +0100
@@ -1,0 +2,18 @@
+Sun Nov  8 16:57:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Fixing the build against Qt 5.3
+  * Moved the boost.optional include to the place that uses it
+  * Replacing the boost.optional usage in continuations with a
+slimmer optional_view structure
+  * Added support for a custom ordering of linked results
+  * Allow QML to invoke activities KCM
+  * Adding the support for activity deletion to activities KCM
+  * New activity configuration UI
+  * New configuration UI that supports adding
+description and wallpaper
+  * Settings UI is now properly modularized
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kactivities-5.15.0.tar.xz

New:

  kactivities-5.16.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.BJxSOT/_old  2015-11-24 22:21:55.0 +0100
+++ /var/tmp/diff_new_pack.BJxSOT/_new  2015-11-24 22:21:55.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kactivities5
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.15.0.tar.xz -> kactivities-5.16.0.tar.xz ++
 25323 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-09-24 07:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-10-19 22:21:43.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 17:36:59 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Using a custom matching function instead of sqlite's glob.
+(kde#352574)
+  * Fixed problem with adding a new resource to the model
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kactivities-5.14.0.tar.xz

New:

  kactivities-5.15.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.cHXkfK/_old  2015-10-19 22:21:44.0 +0200
+++ /var/tmp/diff_new_pack.cHXkfK/_new  2015-10-19 22:21:44.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kactivities5
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.14.0.tar.xz -> kactivities-5.15.0.tar.xz ++
 5928 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

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

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-09-02 07:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-09-24 07:09:35.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep  8 17:12:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * Only spawn one action loader (thread) when the actions of the
+FileItemLinkingPlugin are not initialized (kde#351585)
+  * Fixing the build problems introduced by renaming the
+Private classes
+  * Add missing boost include path to build on OS X
+  * Setting the shortcuts moved to activity settings
+  * Setting the private activity mode works
+  * Refactor of the settings UI
+  * Basic activity methods are functional
+  * UI for the activity configuration and deletion pop-ups
+  * Basic UI for the activities creation/deletion/configuration
+section in KCM
+  * Increased the chunk size for loading the results
+  * Added missing include for std::set
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kactivities-5.13.0.tar.xz

New:

  kactivities-5.14.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.dzjGMB/_old  2015-09-24 07:09:36.0 +0200
+++ /var/tmp/diff_new_pack.dzjGMB/_new  2015-09-24 07:09:36.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kactivities5
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.13.0.tar.xz -> kactivities-5.14.0.tar.xz ++
 14827 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-09-02 07:43:29

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-07-14 17:21:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-09-02 07:43:31.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:11 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
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kactivities-5.12.0.tar.xz

New:

  kactivities-5.13.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.lwLZpT/_old  2015-09-02 07:43:32.0 +0200
+++ /var/tmp/diff_new_pack.lwLZpT/_new  2015-09-02 07:43:32.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kactivities5
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -46,14 +46,14 @@
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  kxmlgui-devel >= %{_tar_path}
 BuildRequires:  xz
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Qml) >= 5.3.0
+BuildRequires:  cmake(Qt5Quick) >= 5.3.0
+BuildRequires:  cmake(Qt5Sql) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Recommends: %{name}-imports = %{version}
 # for kactivitymanagerd_plugin_sqlite.so
 Recommends: libQt5Sql5-sqlite
@@ -87,7 +87,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules >= 1.7.0
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   cmake(Qt5Core) >= 5.3.0
 
 %description devel
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.

++ kactivities-5.12.0.tar.xz -> kactivities-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.12.0/CMakeLists.txt 
new/kactivities-5.13.0/CMakeLists.txt
--- old/kactivities-5.12.0/CMakeLists.txt   2015-07-05 10:51:41.0 
+0200
+++ new/kactivities-5.13.0/CMakeLists.txt   2015-08-04 12:43:37.0 
+0200
@@ -20,7 +20,7 @@
 
"**")
 endif()
 
-set (REQUIRED_QT_VERSION 5.2.0)
+set (REQUIRED_QT_VERSION 5.3.0)
 
 # We don't build in-source
 if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
@@ -34,7 +34,7 @@
 
 # Extra CMake stuff
 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)
 
@@ -51,8 +51,8 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.12.0/README.md 
new/kactivities-5.13.0/README.md
--- old/kactivities-5.12.0/README.md2015-07-05 10:51:41.0 +0200
+++ new/kactivities-5.13.0/README.md2015-08-04 12:43:37.0 +0200
@@ -1,5 +1,7 @@
 # KActivities
 
+Core components for the KDE 

commit kactivities5 for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-07-14 17:21:36

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-06-23 12:05:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-07-14 17:21:37.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul  5 18:44:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Adding the option not to track the user when in specific activities
+(similar to the 'private browsing' mode in a web browser)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kactivities-5.11.0.tar.xz

New:

  kactivities-5.12.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.82cwJo/_old  2015-07-14 17:21:37.0 +0200
+++ /var/tmp/diff_new_pack.82cwJo/_new  2015-07-14 17:21:37.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kactivities5
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.11.0.tar.xz - kactivities-5.12.0.tar.xz ++
 6424 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-05-11 19:48:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-06-23 12:05:46.0 +0200
@@ -1,0 +2,13 @@
+Sun Jun  7 19:07:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---
+Tue May 26 18:10:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Unconditionally obsolete kactivities4
+- Drop kamd-rename.patch (kde#348212, kde#347817)
+
+---

Old:

  kactivities-5.10.0.tar.xz
  kamd-rename.patch

New:

  kactivities-5.11.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.q9QMSh/_old  2015-06-23 12:05:47.0 +0200
+++ /var/tmp/diff_new_pack.q9QMSh/_new  2015-06-23 12:05:47.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kactivities5
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -29,8 +29,6 @@
 Url:http://projects.kde.org/kactivities
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
-Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = %{_tar_path}
@@ -59,11 +57,8 @@
 Recommends: %{name}-imports = %{version}
 # for kactivitymanagerd_plugin_sqlite.so
 Recommends: libQt5Sql5-sqlite
-%if 0%{?suse_version}  1320
 Provides:   kactivities4 = %{version}
 Obsoletes:  kactivities4  %{version}
-%endif
-#Conflicts:  kactivities4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,9 +96,6 @@
 %lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
-%if 0%{?suse_version} = 1320
-%patch0 -p1
-%endif
 
 %build
 %if 0%{?suse_version} == 1310
@@ -131,7 +123,7 @@
 
 %files
 %defattr(-,root,root)
-%{_kf5_bindir}/kactivitymanagerd*
+%{_kf5_bindir}/kactivitymanagerd
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/

++ kactivities-5.10.0.tar.xz - kactivities-5.11.0.tar.xz ++
 16588 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-04-13 20:25:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-05-11 19:48:01.0 +0200
@@ -1,0 +2,14 @@
+Sun May  3 19:46:55 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+- Added pkgconfig(Qt5Quick) = 5.2.0 BuildRequires
+
+---
+Sun Apr 26 00:04:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Obsolete kactivities4 for openSUSE  13.2
+- Apply kamd-rename.patch for = 13.2
+
+---

Old:

  kactivities-5.9.0.tar.xz

New:

  kactivities-5.10.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.i1GhxD/_old  2015-05-11 19:48:03.0 +0200
+++ /var/tmp/diff_new_pack.i1GhxD/_new  2015-05-11 19:48:03.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kactivities5
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -52,12 +52,17 @@
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Qml) = 5.2.0
+BuildRequires:  pkgconfig(Qt5Quick) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Sql) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Recommends: %{name}-imports = %{version}
 # for kactivitymanagerd_plugin_sqlite.so
 Recommends: libQt5Sql5-sqlite
+%if 0%{?suse_version}  1320
+Provides:   kactivities4 = %{version}
+Obsoletes:  kactivities4  %{version}
+%endif
 #Conflicts:  kactivities4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -96,7 +101,9 @@
 %lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
+%if 0%{?suse_version} = 1320
 %patch0 -p1
+%endif
 
 %build
 %if 0%{?suse_version} == 1310
@@ -124,7 +131,7 @@
 
 %files
 %defattr(-,root,root)
-%{_kf5_bindir}/kactivitymanagerd5
+%{_kf5_bindir}/kactivitymanagerd*
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/

++ kactivities-5.9.0.tar.xz - kactivities-5.10.0.tar.xz ++
 2139 lines of diff (skipped)

++ kamd-rename.patch ++
--- /var/tmp/diff_new_pack.i1GhxD/_old  2015-05-11 19:48:03.0 +0200
+++ /var/tmp/diff_new_pack.i1GhxD/_new  2015-05-11 19:48:03.0 +0200
@@ -12,10 +12,10 @@
  
  
 diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
-index 09003c1..984c910 100644
+index 6c6130b..ac17bf0 100644
 --- a/src/lib/core/manager_p.cpp
 +++ b/src/lib/core/manager_p.cpp
-@@ -64,11 +64,11 @@ Manager *Manager::self()
+@@ -72,11 +72,11 @@ Manager *Manager::self()
   
-property(org.kde.KActivities.core.disableAutostart)
   .toBool()) {
  qCDebug(KAMD_CORELIB)  Starting the activity manager 
daemon;
@@ -30,10 +30,10 @@
  }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index eef0eb4..6e2f7d7 100644
+index ec74daa..83dbf86 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -360,7 +360,7 @@ int main(int argc, char **argv)
+@@ -364,7 +364,7 @@ int main(int argc, char **argv)
  // Starting the dameon
  
  QProcess::startDetached(
@@ -43,10 +43,10 @@
  );
  
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 68ad30b..750a85d 100644
+index 5c8ecc5..adf72b4 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
-@@ -63,9 +63,9 @@ qt5_add_dbus_adaptor (
+@@ -64,9 +64,9 @@ qt5_add_dbus_adaptor (
 Features.h Features
 )
  
@@ -57,8 +57,8 @@
 +target_link_libraries (kactivitymanagerd5
 Qt5::Core
 Qt5::DBus
-Qt5::Widgets
-@@ -85,7 +85,7 @@ install (FILES
+Qt5::Gui
+@@ -86,7 +86,7 @@ install (FILES
 )
  
  install (TARGETS
@@ -68,7 +68,7 @@
  
  install (FILES
 diff --git a/src/service/files/kactivitymanagerd.desktop 
b/src/service/files/kactivitymanagerd.desktop
-index b3d698f..a662bcf 100644
+index 710f09d..c1a45e3 100644
 --- a/src/service/files/kactivitymanagerd.desktop
 +++ 

commit kactivities5 for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-04-13 20:25:19

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-03-16 09:31:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-04-13 20:25:20.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr  4 14:40:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Implemented forgetting a resource
+  * Build fixes
+  * Added a plugin to register events for KRecentDocument notifications
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---

Old:

  kactivities-5.8.0.tar.xz

New:

  kactivities-5.9.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.UeSAG5/_old  2015-04-13 20:25:20.0 +0200
+++ /var/tmp/diff_new_pack.UeSAG5/_new  2015-04-13 20:25:20.0 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Activities5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kactivities5
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -32,20 +33,20 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel = %{kf5_version}
-BuildRequires:  kconfig-devel = %{kf5_version}
-BuildRequires:  kcoreaddons-devel = %{kf5_version}
-BuildRequires:  kdbusaddons-devel = %{kf5_version}
-BuildRequires:  kdeclarative-devel = %{kf5_version}
+BuildRequires:  kcmutils-devel = %{_tar_path}
+BuildRequires:  kconfig-devel = %{_tar_path}
+BuildRequires:  kcoreaddons-devel = %{_tar_path}
+BuildRequires:  kdbusaddons-devel = %{_tar_path}
+BuildRequires:  kdeclarative-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel = %{kf5_version}
-BuildRequires:  ki18n-devel = %{kf5_version}
-BuildRequires:  kio-devel = %{kf5_version}
-BuildRequires:  kservice-devel = %{kf5_version}
-BuildRequires:  kwindowsystem-devel = %{kf5_version}
-BuildRequires:  kxmlgui-devel = %{kf5_version}
+BuildRequires:  kglobalaccel-devel = %{_tar_path}
+BuildRequires:  ki18n-devel = %{_tar_path}
+BuildRequires:  kio-devel = %{_tar_path}
+BuildRequires:  kservice-devel = %{_tar_path}
+BuildRequires:  kwindowsystem-devel = %{_tar_path}
+BuildRequires:  kxmlgui-devel = %{_tar_path}
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -66,7 +67,9 @@
 %package -n %lname
 Summary:Library for KDE's Plasma Activities support
 Group:  System/GUI/KDE
+%if %{with lang}
 Recommends: %lname-lang = %{version}
+%endif
 
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -105,15 +108,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}
+%if %{with lang}
+%find_lang %{name}
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}.lang
+%endif
 
 %files
 %defattr(-,root,root)

++ kactivities-5.8.0.tar.xz - kactivities-5.9.0.tar.xz ++
 10082 lines of diff (skipped)




commit kactivities5 for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-03-16 09:31:25

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-02-16 17:29:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-03-16 09:31:26.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 16:58:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * Resources scoring service is now finalized
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  kactivities-5.7.0.tar.xz

New:

  kactivities-5.8.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.Fvj5F6/_old  2015-03-16 09:31:27.0 +0100
+++ /var/tmp/diff_new_pack.Fvj5F6/_new  2015-03-16 09:31:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kactivities5
 Version:%{_tar_path}.0
 Release:0
@@ -32,7 +32,7 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ kactivities-5.7.0.tar.xz - kactivities-5.8.0.tar.xz ++
 9450 lines of diff (skipped)

++ kamd-rename.patch ++
--- /var/tmp/diff_new_pack.Fvj5F6/_old  2015-03-16 09:31:27.0 +0100
+++ /var/tmp/diff_new_pack.Fvj5F6/_new  2015-03-16 09:31:27.0 +0100
@@ -1,8 +1,8 @@
-diff --git a/autotests/Process.cpp b/autotests/Process.cpp
-index a7a0507..afa4bf1 100644
 a/autotests/Process.cpp
-+++ b/autotests/Process.cpp
-@@ -83,7 +83,7 @@ void Modifier::initTestCase()
+diff --git a/autotests/core/Process.cpp b/autotests/core/Process.cpp
+index 664dc93..0a3f281 100644
+--- a/autotests/core/Process.cpp
 b/autotests/core/Process.cpp
+@@ -85,7 +85,7 @@ void Modifier::initTestCase()
  // qDebug()  env;
  
  s_process-setEnvironment(env);
@@ -12,10 +12,10 @@
  
  
 diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
-index 077c634..7be66dd 100644
+index 09003c1..984c910 100644
 --- a/src/lib/core/manager_p.cpp
 +++ b/src/lib/core/manager_p.cpp
-@@ -94,11 +94,11 @@ Manager *Manager::self()
+@@ -64,11 +64,11 @@ Manager *Manager::self()
   
-property(org.kde.KActivities.core.disableAutostart)
   .toBool()) {
  qCDebug(KAMD_CORELIB)  Starting the activity manager 
daemon;
@@ -30,19 +30,10 @@
  }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index 6b0e3e1..3894540 100644
+index eef0eb4..6e2f7d7 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -280,7 +280,7 @@ int main(int argc, char **argv)
- application.setApplicationName(QStringLiteral(ActivityManager));
- application.setOrganizationDomain(QStringLiteral(kde.org));
- 
--// KAboutData about(kactivitymanagerd, Q_NULLPTR, ki18n(KDE Activity 
Manager), 3.0,
-+// KAboutData about(kactivitymanagerd5, Q_NULLPTR, ki18n(KDE Activity 
Manager), 3.0,
- // ki18n(KDE Activity Management Service),
- // KAboutData::License_GPL,
- // ki18n((c) 2010, 2011, 2012 Ivan Cukic), KLocalizedString(),
-@@ -333,7 +333,7 @@ int main(int argc, char **argv)
+@@ -360,7 +360,7 @@ int main(int argc, char **argv)
  // Starting the dameon
  
  QProcess::startDetached(
@@ -52,10 +43,10 @@
  );
  
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 4b4978b..2220f34 100644
+index 68ad30b..750a85d 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
-@@ -62,9 +62,9 @@ qt5_add_dbus_adaptor (
+@@ -63,9 +63,9 @@ qt5_add_dbus_adaptor (
 Features.h Features
 )
  
@@ -67,7 +58,7 @@
 Qt5::Core
 Qt5::DBus
 Qt5::Widgets
-@@ -84,7 +84,7 @@ install (FILES
+@@ -85,7 +85,7 @@ install (FILES
 )
  
  install (TARGETS
@@ -77,7 +68,7 @@
  
  install (FILES
 diff --git a/src/service/files/kactivitymanagerd.desktop 
b/src/service/files/kactivitymanagerd.desktop
-index be5faa1..3c9b9a9 100644
+index b3d698f..a662bcf 100644
 --- a/src/service/files/kactivitymanagerd.desktop
 +++ b/src/service/files/kactivitymanagerd.desktop
 @@ -4,7 +4,7 @@ 

commit kactivities5 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2015-01-29 12:51:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-02-16 17:29:59.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed starting and stopping activities
+  * Fixed activity preview showing wrong wallpaper occasionally
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kactivities-5.6.0.tar.xz

New:

  kactivities-5.7.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.S58bKY/_old  2015-02-16 17:30:00.0 +0100
+++ /var/tmp/diff_new_pack.S58bKY/_new  2015-02-16 17:30:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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,21 +17,22 @@
 
 
 %define lname   libKF5Activities5
+%define _tar_path 5.7
 Name:   kactivities5
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
+# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +83,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.6.0
+Requires:   extra-cmake-modules = 1.7.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.6.0.tar.xz - kactivities-5.7.0.tar.xz ++
 2813 lines of diff (skipped)

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



commit kactivities5 for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-12-21 11:58:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-01-29 12:51:22.0 +0100
@@ -1,0 +2,12 @@
+Sat Jan  3 18:03:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * Introducing the ActivityInfo QML object
+  *  Linking now supports special values alongside activity ids.
+ Supported values:
+ :global  - links to all activities
+ :current - links to the current activity
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kactivities-5.5.0.tar.xz

New:

  kactivities-5.6.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.6wxa78/_old  2015-01-29 12:51:23.0 +0100
+++ /var/tmp/diff_new_pack.6wxa78/_new  2015-01-29 12:51:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# 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,20 +18,20 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.5.0
+Version:5.6.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/5.5/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
+# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.5.0
+BuildRequires:  extra-cmake-modules = 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.5.0
+Requires:   extra-cmake-modules = 1.6.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.5.0.tar.xz - kactivities-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.5.0/CMakeLists.txt 
new/kactivities-5.6.0/CMakeLists.txt
--- old/kactivities-5.5.0/CMakeLists.txt2014-12-06 13:30:54.0 
+0100
+++ new/kactivities-5.6.0/CMakeLists.txt2015-01-03 13:00:07.0 
+0100
@@ -15,7 +15,7 @@
 endif ()
 
 # Extra CMake stuff
-find_package (ECM 1.5.0 REQUIRED NO_MODULE)
+find_package (ECM 1.6.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -29,8 +29,8 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.5.0/po/ca/kactivities5.po 
new/kactivities-5.6.0/po/ca/kactivities5.po
--- old/kactivities-5.5.0/po/ca/kactivities5.po 2014-12-06 13:30:54.0 
+0100
+++ new/kactivities-5.6.0/po/ca/kactivities5.po 2015-01-03 13:00:07.0 
+0100
@@ -4,14 +4,14 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Josep Ma. Ferrer txe...@gmail.com, 2014.
-# Antoni Bella Pérez antonibel...@orange.es, 2014.

commit kactivities5 for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-11-11 01:09:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-12-21 11:58:14.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec  6 12:53:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Fix plugin loading with KDE_INSTALL_USE_QT_SYS_PATHS ON
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kactivities-5.4.0.tar.xz

New:

  kactivities-5.5.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.iV5JN4/_old  2014-12-21 11:58:17.0 +0100
+++ /var/tmp/diff_new_pack.iV5JN4/_new  2014-12-21 11:58:17.0 +0100
@@ -18,20 +18,20 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.4.0
+Version:5.5.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/5.4/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.4.0
+BuildRequires:  extra-cmake-modules = 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.4.0
+Requires:   extra-cmake-modules = 1.5.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.4.0.tar.xz - kactivities-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.4.0/CMakeLists.txt 
new/kactivities-5.5.0/CMakeLists.txt
--- old/kactivities-5.4.0/CMakeLists.txt2014-11-02 13:04:45.0 
+0100
+++ new/kactivities-5.5.0/CMakeLists.txt2014-12-06 13:30:54.0 
+0100
@@ -15,7 +15,7 @@
 endif ()
 
 # Extra CMake stuff
-find_package (ECM 1.4.0 REQUIRED NO_MODULE)
+find_package (ECM 1.5.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -29,8 +29,8 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.4.0/po/lt/kactivities5.po 
new/kactivities-5.5.0/po/lt/kactivities5.po
--- old/kactivities-5.4.0/po/lt/kactivities5.po 2014-11-02 13:04:45.0 
+0100
+++ new/kactivities-5.5.0/po/lt/kactivities5.po 2014-12-06 13:30:54.0 
+0100
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the l package.
 #
 # Automatically generated, 2012.
-# Liudas Alisauskas liu...@akmc.lt, 2013.
+# Liudas Alisauskas liu...@akmc.lt, 2013, 2014.
 msgid 
 msgstr 
 Project-Id-Version: l 10n\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-09-24 07:44+\n
-PO-Revision-Date: 2013-01-05 14:59+0200\n
-Last-Translator: Liudas Alisauskas liu...@akmc.lt\n
+PO-Revision-Date: 2014-11-02 19:37+0200\n
+Last-Translator: \n
 Language-Team: Lithuanian kde-i18n...@kde.org\n
 Language: lt\n
 MIME-Version: 1.0\n
@@ -29,15 +29,13 @@
 msgstr liu...@akmc.lt
 
 #: imports/activitymodel.cpp:592
-#, fuzzy
-#| msgid Activities
 msgctxt Header title for activity data model
 msgid Activity
-msgstr Veiklos
+msgstr Veikla
 
 #: service/Activities.cpp:139
 msgid Default
-msgstr 

commit kactivities5 for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-10-07 15:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-11-11 01:09:35.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kactivities-5.3.0.tar.xz

New:

  kactivities-5.4.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.WJpfs0/_old  2014-11-11 01:09:36.0 +0100
+++ /var/tmp/diff_new_pack.WJpfs0/_new  2014-11-11 01:09:36.0 +0100
@@ -18,20 +18,20 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/%{version}/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.3.0
+BuildRequires:  extra-cmake-modules = 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.3.0
+Requires:   extra-cmake-modules = 1.4.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.3.0.tar.xz - kactivities-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.3.0/CMakeLists.txt 
new/kactivities-5.4.0/CMakeLists.txt
--- old/kactivities-5.3.0/CMakeLists.txt2014-10-04 18:57:01.0 
+0200
+++ new/kactivities-5.4.0/CMakeLists.txt2014-11-02 13:04:45.0 
+0100
@@ -15,7 +15,7 @@
 endif ()
 
 # Extra CMake stuff
-find_package (ECM 1.3.0 REQUIRED NO_MODULE)
+find_package (ECM 1.4.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -29,8 +29,8 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION 5.3.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
 find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.3.0/po/it/kactivities5.po 
new/kactivities-5.4.0/po/it/kactivities5.po
--- old/kactivities-5.3.0/po/it/kactivities5.po 2014-10-04 18:57:01.0 
+0200
+++ new/kactivities-5.4.0/po/it/kactivities5.po 2014-11-02 13:04:45.0 
+0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Federico Zenith federico.zen...@member.fsf.org, 2012, 2013, 2014.
 #
-# Federico Zenith federico.zen...@member.fsf.org, 2012, 2013.
 msgid 
 msgstr 
 Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-09-24 07:44+\n
-PO-Revision-Date: 2013-06-19 09:05+0200\n
-Last-Translator: Federico Zenith federico.zen...@member.fsf.org\n
+PO-Revision-Date: 2014-10-09 20:27+0200\n
+Last-Translator: Federico Zenith zenith.feder...@gmail.com\n
 Language-Team: Italian kde-i18n...@kde.org\n
 Language: it\n
 MIME-Version: 1.0\n
@@ -26,15 +26,13 @@
 msgstr federico.zen...@member.fsf.org
 
 #: imports/activitymodel.cpp:592
-#, fuzzy
-#| msgid Activities...
 msgctxt Header title for activity data 

commit kactivities5 for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-09-12 17:04:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-10-07 15:59:43.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct  4 17:59:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Added DBus interface to load plugins at runtime
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kactivities-5.2.0.tar.xz

New:

  kactivities-5.3.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.UZTlIR/_old  2014-10-07 15:59:45.0 +0200
+++ /var/tmp/diff_new_pack.UZTlIR/_new  2014-10-07 15:59:45.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -31,7 +31,7 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.2.0
+Requires:   extra-cmake-modules = 1.3.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.2.0.tar.xz - kactivities-5.3.0.tar.xz ++
 2565 lines of diff (skipped)

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



commit kactivities5 for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-08-16 15:42:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-09-12 17:04:16.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep  9 09:49:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KActivities: reimplementation of the file item plugin for
+linking files to activities
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+- Added kcmutils-devel, kdeclarative-devel, kglobalaccel-devel and
+  kxmlgui-devel BuildRequires
+- Rebase kamd-rename.patch
+
+---

Old:

  kactivities-5.1.0.tar.xz

New:

  kactivities-5.2.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.TJEi49/_old  2014-09-12 17:04:18.0 +0200
+++ /var/tmp/diff_new_pack.TJEi49/_new  2014-09-12 17:04:18.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -31,16 +31,20 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
+BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kdbusaddons-devel = %{kf5_version}
+BuildRequires:  kdeclarative-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel = %{kf5_version}
 BuildRequires:  ki18n-devel = %{kf5_version}
 BuildRequires:  kio-devel = %{kf5_version}
 BuildRequires:  kservice-devel = %{kf5_version}
 BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  kxmlgui-devel = %{kf5_version}
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
@@ -78,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.1.0
+Requires:   extra-cmake-modules = 1.2.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel
@@ -116,6 +120,7 @@
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
+%{_kf5_datadir}/
 
 %files imports
 %defattr(-,root,root)

++ kactivities-5.1.0.tar.xz - kactivities-5.2.0.tar.xz ++
 17206 lines of diff (skipped)

++ kamd-rename.patch ++
--- /var/tmp/diff_new_pack.TJEi49/_old  2014-09-12 17:04:18.0 +0200
+++ /var/tmp/diff_new_pack.TJEi49/_new  2014-09-12 17:04:18.0 +0200
@@ -12,7 +12,7 @@
  
  
 diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
-index 2a81ff8..fc653a4 100644
+index 077c634..7be66dd 100644
 --- a/src/lib/core/manager_p.cpp
 +++ b/src/lib/core/manager_p.cpp
 @@ -94,11 +94,11 @@ Manager *Manager::self()
@@ -30,23 +30,32 @@
  }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index 09332f8..572fe48 100644
+index 6b0e3e1..3894540 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -351,7 +351,7 @@ int main(int argc, char **argv)
+@@ -280,7 +280,7 @@ int main(int argc, char **argv)
+ application.setApplicationName(QStringLiteral(ActivityManager));
+ application.setOrganizationDomain(QStringLiteral(kde.org));
+ 
+-// KAboutData about(kactivitymanagerd, Q_NULLPTR, ki18n(KDE Activity 
Manager), 3.0,
++// KAboutData about(kactivitymanagerd5, Q_NULLPTR, ki18n(KDE Activity 
Manager), 3.0,
+ // ki18n(KDE Activity Management Service),
+ // KAboutData::License_GPL,
+ // ki18n((c) 2010, 2011, 2012 Ivan Cukic), KLocalizedString(),
+@@ -333,7 +333,7 @@ int main(int argc, char **argv)
  // Starting the dameon
  
  QProcess::startDetached(
 -KAMD_INSTALL_PREFIX /bin/kactivitymanagerd,
 +KAMD_INSTALL_PREFIX /bin/kactivitymanagerd5,
- {start-daemon}
+ QStringList{start-daemon}
  );
  
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 38e6e2b..fb762e5 100644
+index 4b4978b..2220f34 100644
 --- 

commit kactivities5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-07-15 08:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-08-16 15:42:24.0 +0200
@@ -1,0 +2,14 @@
+Sat Aug  2 10:20:10 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
+
+---
+Mon Jul 28 17:27:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Split out imports to separate package
+- Improve devel subpackage summary and description
+- Recommends libQt5Sql5-sqlite for sqlite plugin
+
+---

Old:

  kactivities-5.0.0.tar.xz

New:

  kactivities-5.1.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.deUSQY/_old  2014-08-16 15:42:25.0 +0200
+++ /var/tmp/diff_new_pack.deUSQY/_new  2014-08-16 15:42:25.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -31,7 +31,7 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -49,7 +49,9 @@
 BuildRequires:  pkgconfig(Qt5Sql) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
-Obsoletes:  kf5-kactivities
+Recommends: %{name}-imports = %{version}
+# for kactivitymanagerd_plugin_sqlite.so
+Recommends: libQt5Sql5-sqlite
 #Conflicts:  kactivities4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,16 +66,24 @@
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
 
+%package imports
+Summary:KDE Plasma Activities support
+Group:  System/GUI/KDE
+
+%description imports
+Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
+QML imports.
+
 %package devel
-Summary:KDE Base Libraries
+Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.0.0
+Requires:   extra-cmake-modules = 1.1.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
-Obsoletes:  kf5-kactivities-devel
 
 %description devel
-Provides the interface and basic tools for the KDE workspace.
+Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
+Development files.
 
 %lang_package -n %lname
 %prep
@@ -103,11 +113,14 @@
 %files
 %defattr(-,root,root)
 %{_kf5_bindir}/kactivitymanagerd5
-%{_kf5_qmldir}/org/
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
 
+%files imports
+%defattr(-,root,root)
+%{_kf5_qmldir}/
+
 %files -n %lname
 %defattr(-,root,root,-)
 %{_kf5_libdir}/libKF5Activities.so.*

++ kactivities-5.0.0.tar.xz - kactivities-5.1.0.tar.xz ++
 1780 lines of diff (skipped)

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



commit kactivities5 for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

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



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.McvNvy/_old  2014-07-15 08:00:49.0 +0200
+++ /var/tmp/diff_new_pack.McvNvy/_new  2014-07-15 08:00:49.0 +0200
@@ -20,6 +20,7 @@
 Name:   kactivities5
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
@@ -32,14 +33,14 @@
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel = %{_kf5_version}
-BuildRequires:  kcoreaddons-devel = %{_kf5_version}
-BuildRequires:  kdbusaddons-devel = %{_kf5_version}
+BuildRequires:  kconfig-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kdbusaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel = %{_kf5_version}
-BuildRequires:  kio-devel = %{_kf5_version}
-BuildRequires:  kservice-devel = %{_kf5_version}
-BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  ki18n-devel = %{kf5_version}
+BuildRequires:  kio-devel = %{kf5_version}
+BuildRequires:  kservice-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0

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



commit kactivities5 for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-06-10 14:36:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-07-10 14:56:10.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:53 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:

  kactivities-4.100.0.tar.xz

New:

  kactivities-5.0.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.wDHPQV/_old  2014-07-10 14:56:11.0 +0200
+++ /var/tmp/diff_new_pack.wDHPQV/_new  2014-07-10 14:56:11.0 +0200
@@ -18,19 +18,19 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:4.100.0
+Version:5.0.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.14
+BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
@@ -67,7 +67,7 @@
 Summary:KDE Base Libraries
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 0.0.14
+Requires:   extra-cmake-modules = 1.0.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 Obsoletes:  kf5-kactivities-devel
 

++ kactivities-4.100.0.tar.xz - kactivities-5.0.0.tar.xz ++
 2461 lines of diff (skipped)

++ kamd-rename.patch ++
--- /var/tmp/diff_new_pack.wDHPQV/_old  2014-07-10 14:56:11.0 +0200
+++ /var/tmp/diff_new_pack.wDHPQV/_new  2014-07-10 14:56:11.0 +0200
@@ -30,10 +30,10 @@
  }
  
 diff --git a/src/service/Application.cpp b/src/service/Application.cpp
-index 7c88f78..217b0d4 100644
+index 09332f8..572fe48 100644
 --- a/src/service/Application.cpp
 +++ b/src/service/Application.cpp
-@@ -349,7 +349,7 @@ int main(int argc, char **argv)
+@@ -351,7 +351,7 @@ int main(int argc, char **argv)
  // Starting the dameon
  
  QProcess::startDetached(
@@ -68,7 +68,7 @@
  
  install (FILES
 diff --git a/src/service/files/kactivitymanagerd.desktop 
b/src/service/files/kactivitymanagerd.desktop
-index 58ab7df..fb119bf 100644
+index be5faa1..3c9b9a9 100644
 --- a/src/service/files/kactivitymanagerd.desktop
 +++ b/src/service/files/kactivitymanagerd.desktop
 @@ -4,7 +4,7 @@ Icon=preferences-activities
@@ -79,4 +79,4 @@
 +Exec=kactivitymanagerd5
  
  Name=Activity Manager
- Name[bs]=Menadžer aktivnosti
+ Name[ar]=مدير الأنشطة

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



commit kactivities5 for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-05-14 20:28:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-06-10 14:36:46.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:24 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
+- Add baselibs.conf
+
+---

Old:

  kactivities-4.99.0.tar.xz

New:

  baselibs.conf
  kactivities-4.100.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.SeWttZ/_old  2014-06-10 14:36:47.0 +0200
+++ /var/tmp/diff_new_pack.SeWttZ/_new  2014-06-10 14:36:47.0 +0200
@@ -18,24 +18,26 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:4.99.0
+Version:4.100.0
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source0:kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/kactivities-%{version}.tar.xz
+Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kdbusaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel = %{_kf5_version}
+BuildRequires:  kio-devel = %{_kf5_version}
 BuildRequires:  kservice-devel = %{_kf5_version}
 BuildRequires:  kwindowsystem-devel = %{_kf5_version}
 BuildRequires:  xz
@@ -56,6 +58,7 @@
 %package -n %lname
 Summary:Library for KDE's Plasma Activities support
 Group:  System/GUI/KDE
+Recommends: %lname-lang = %{version}
 
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -64,13 +67,14 @@
 Summary:KDE Base Libraries
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 0.0.13
-Requires:   kdbusaddons-devel = %{_kf5_version}
+Requires:   extra-cmake-modules = 0.0.14
+Requires:   pkgconfig(Qt5Core) = 5.2.0
 Obsoletes:  kf5-kactivities-devel
 
 %description devel
 Provides the interface and basic tools for the KDE workspace.
 
+%lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
 %patch0 -p1
@@ -87,10 +91,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}.lang
+
 %files
 %defattr(-,root,root)
 %{_kf5_bindir}/kactivitymanagerd5

++ baselibs.conf ++
libKF5Activities5
kactivities5-devel
requires libKF5Activities5-targettype = version
++ kactivities-4.99.0.tar.xz - kactivities-4.100.0.tar.xz ++
 7330 lines of diff (skipped)

++ kamd-rename.patch ++
--- /var/tmp/diff_new_pack.SeWttZ/_old  2014-06-10 14:36:47.0 +0200
+++ /var/tmp/diff_new_pack.SeWttZ/_new  2014-06-10 14:36:47.0 +0200
@@ -29,8 +29,21 @@
  #endif
  }
  
+diff --git a/src/service/Application.cpp b/src/service/Application.cpp
+index 7c88f78..217b0d4 100644
+--- a/src/service/Application.cpp
 b/src/service/Application.cpp
+@@ -349,7 +349,7 @@ int main(int argc, char **argv)
+ // Starting the dameon
+ 
+ QProcess::startDetached(
+-KAMD_INSTALL_PREFIX /bin/kactivitymanagerd,
++KAMD_INSTALL_PREFIX /bin/kactivitymanagerd5,
+ {start-daemon}
+ );
+ 
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 46ef942..dd976c3 100644
+index 38e6e2b..fb762e5 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
 @@ -60,9 +60,9 @@ qt5_add_dbus_adaptor (

-- 
To unsubscribe, 

commit kactivities5 for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

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

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-04-02 17:22:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-05-14 20:28:30.0 +0200
@@ -1,0 +2,17 @@
+Tue May 13 18:49:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Mark licence as GPL-2.0+, until the relicensing is done upstream
+
+---
+Sun May  4 01:20:20 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
+- Update devel package requires to current reality
+- Added kamd-rename.patch: rename kactivitymanagerd binary so it can
+  co-exist with kactivities4
+
+---

Old:

  kactivities-4.98.0.tar.xz

New:

  kactivities-4.99.0.tar.xz
  kamd-rename.patch



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.5cV4Fo/_old  2014-05-14 20:28:30.0 +0200
+++ /var/tmp/diff_new_pack.5cV4Fo/_new  2014-05-14 20:28:30.0 +0200
@@ -18,22 +18,23 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:4.98.0
+Version:4.99.0
 Release:0
 Summary:KDE Plasma Activities support
-License:LGPL-2.0+ and GPL-2.0+
+License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
 Source0:kactivities-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
+Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.12
+BuildRequires:  extra-cmake-modules = 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kdbusaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kf5umbrella = %{_kf5_version}
 BuildRequires:  ki18n-devel = %{_kf5_version}
 BuildRequires:  kservice-devel = %{_kf5_version}
 BuildRequires:  kwindowsystem-devel = %{_kf5_version}
@@ -46,7 +47,7 @@
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 Obsoletes:  kf5-kactivities
-Conflicts:  kactivities4
+#Conflicts:  kactivities4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,10 +64,8 @@
 Summary:KDE Base Libraries
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   cmake
-Requires:   extra-cmake-modules
+Requires:   extra-cmake-modules = 0.0.13
 Requires:   kdbusaddons-devel = %{_kf5_version}
-Requires:   kf5umbrella = %{_kf5_version}
 Obsoletes:  kf5-kactivities-devel
 
 %description devel
@@ -74,6 +73,7 @@
 
 %prep
 %setup -q -n kactivities-%{version}
+%patch0 -p1
 
 %build
 %if 0%{?suse_version} == 1310
@@ -93,7 +93,7 @@
 
 %files
 %defattr(-,root,root)
-%{_kf5_bindir}/kactivitymanagerd
+%{_kf5_bindir}/kactivitymanagerd5
 %{_kf5_qmldir}/org/
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
@@ -111,5 +111,6 @@
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
 %{_kf5_libdir}/pkgconfig/libKActivities.pc
+%{_kf5_mkspecsdir}/qt_KActivities.pri
 
 %changelog

++ kactivities-4.98.0.tar.xz - kactivities-4.99.0.tar.xz ++
 14741 lines of diff (skipped)

++ kamd-rename.patch ++
diff --git a/autotests/Process.cpp b/autotests/Process.cpp
index a7a0507..afa4bf1 100644
--- a/autotests/Process.cpp
+++ b/autotests/Process.cpp
@@ -83,7 +83,7 @@ void Modifier::initTestCase()
 // qDebug()  env;
 
 s_process-setEnvironment(env);
-s_process-start(QStringLiteral(KAMD_INSTALL_PREFIX 
/bin/kactivitymanagerd));
+s_process-start(QStringLiteral(KAMD_INSTALL_PREFIX 
/bin/kactivitymanagerd5));
 s_process-waitForStarted();
 
 
diff --git a/src/lib/core/manager_p.cpp b/src/lib/core/manager_p.cpp
index 2a81ff8..fc653a4 100644
--- a/src/lib/core/manager_p.cpp
+++ b/src/lib/core/manager_p.cpp
@@ -94,11 +94,11 @@ Manager *Manager::self()
  
-property(org.kde.KActivities.core.disableAutostart)
  .toBool()) {