commit kcrash for openSUSE:Factory

2020-10-12 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Oct 12 13:54:07 2020 rev:84 rq:840806 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-09-18 
14:39:30.171900728 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3486/kcrash.changes  2020-10-12 
13:55:42.834126156 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:33:01 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- No code change since 5.74.0
+
+---

Old:

  kcrash-5.74.0.tar.xz
  kcrash-5.74.0.tar.xz.sig

New:

  kcrash-5.75.0.tar.xz
  kcrash-5.75.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.JqiW2M/_old  2020-10-12 13:55:43.506126430 +0200
+++ /var/tmp/diff_new_pack.JqiW2M/_new  2020-10-12 13:55:43.510126431 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.74.0.tar.xz -> kcrash-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.74.0/CMakeLists.txt 
new/kcrash-5.75.0/CMakeLists.txt
--- old/kcrash-5.74.0/CMakeLists.txt2020-09-06 11:12:25.0 +0200
+++ new/kcrash-5.75.0/CMakeLists.txt2020-10-04 11:48:43.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.75.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2020-09-18 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Sep 18 14:38:26 2020 rev:83 rq:834391 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-08-12 
12:25:10.228161021 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.4249/kcrash.changes  2020-09-18 
14:39:30.171900728 +0200
@@ -1,0 +2,11 @@
+Sun Sep  6 12:48:58 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:
+  * Use Q_DECLARE_OPERATORS_FOR_FLAGS in same namespace as flags definition
+  * Remove obsolete COPYING files
+
+---

Old:

  kcrash-5.73.0.tar.xz
  kcrash-5.73.0.tar.xz.sig

New:

  kcrash-5.74.0.tar.xz
  kcrash-5.74.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.PDMxBQ/_old  2020-09-18 14:39:30.915901391 +0200
+++ /var/tmp/diff_new_pack.PDMxBQ/_new  2020-09-18 14:39:30.915901391 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.73.0.tar.xz -> kcrash-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.73.0/CMakeLists.txt 
new/kcrash-5.74.0/CMakeLists.txt
--- old/kcrash-5.73.0/CMakeLists.txt2020-08-01 19:02:42.0 +0200
+++ new/kcrash-5.74.0/CMakeLists.txt2020-09-06 11:12:25.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.74.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -57,7 +57,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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.73.0/COPYING.LIB 
new/kcrash-5.74.0/COPYING.LIB
--- old/kcrash-5.73.0/COPYING.LIB   2020-08-01 19:02:42.0 +0200
+++ new/kcrash-5.74.0/COPYING.LIB   1970-01-01 01:00:00.0 +0100
@@ -1,510 +0,0 @@
-
-  GNU LESSER GENERAL PUBLIC LICENSE
-   Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-   51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations
-below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General 

commit kcrash for openSUSE:Factory

2020-08-12 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Aug 12 12:23:31 2020 rev:82 rq:825064 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-07-14 
07:53:04.900583588 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3399/kcrash.changes  2020-08-12 
12:25:10.228161021 +0200
@@ -1,0 +2,11 @@
+Sun Aug  2 07:13:13 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Use KF-standardized Qt logging categories
+  * Use camelcase include. (scripted)
+
+---

Old:

  kcrash-5.72.0.tar.xz
  kcrash-5.72.0.tar.xz.sig

New:

  kcrash-5.73.0.tar.xz
  kcrash-5.73.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.I5xmI9/_old  2020-08-12 12:25:11.532161878 +0200
+++ /var/tmp/diff_new_pack.I5xmI9/_new  2020-08-12 12:25:11.532161878 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -88,6 +88,7 @@
 %license LICENSES/*
 %doc README*
 %{_kf5_debugdir}/*.categories
+%{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5Crash.so.*
 
 %files devel


++ kcrash-5.72.0.tar.xz -> kcrash-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.72.0/CMakeLists.txt 
new/kcrash-5.73.0/CMakeLists.txt
--- old/kcrash-5.72.0/CMakeLists.txt2020-07-04 11:47:40.0 +0200
+++ new/kcrash-5.73.0/CMakeLists.txt2020-08-01 19:02:42.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.73.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.72.0/src/CMakeLists.txt 
new/kcrash-5.73.0/src/CMakeLists.txt
--- old/kcrash-5.72.0/src/CMakeLists.txt2020-07-04 11:47:40.0 
+0200
+++ new/kcrash-5.73.0/src/CMakeLists.txt2020-08-01 19:02:42.0 
+0200
@@ -12,7 +12,8 @@
 
 ecm_qt_export_logging_category(
 IDENTIFIER LOG_KCRASH
-CATEGORY_NAME org.kde.kcrash
+CATEGORY_NAME kf.crash
+OLD_CATEGORY_NAMES org.kde.kcrash
 DESCRIPTION "KCrash"
 EXPORT KCRASH
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.72.0/src/kcrash.cpp 
new/kcrash-5.73.0/src/kcrash.cpp
--- old/kcrash-5.72.0/src/kcrash.cpp2020-07-04 11:47:40.0 +0200
+++ new/kcrash-5.73.0/src/kcrash.cpp2020-08-01 19:02:42.0 +0200
@@ -31,7 +31,7 @@
 #include 
 #endif
 
-#include 
+#include 
 #include 
 
 #include 
@@ -48,7 +48,7 @@
 Q_DECLARE_LOGGING_CATEGORY(LOG_KCRASH)
 
 // logging category for this framework, default: log stuff >= info
-Q_LOGGING_CATEGORY(LOG_KCRASH, "org.kde.kcrash", QtInfoMsg)
+Q_LOGGING_CATEGORY(LOG_KCRASH, "kf.crash", QtInfoMsg)
 
 #if HAVE_X11
 #include 




commit kcrash for openSUSE:Factory

2020-07-13 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Jul 14 07:52:06 2020 rev:81 rq:820352 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-06-16 
13:42:19.729002778 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3060/kcrash.changes  2020-07-14 
07:53:04.900583588 +0200
@@ -1,0 +2,15 @@
+Sun Jul  5 07:55:12 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Don't use execvpe
+  * Fix undefined reference to environ by a small hack
+  * Add missing declaration of environ, otherwise available only on GNU
+  * State copyright information correctly according to FLA
+  * Add license texts as required by REUSE specification
+  * Convert license statements to SPDX
+
+---

Old:

  kcrash-5.71.0.tar.xz
  kcrash-5.71.0.tar.xz.sig

New:

  kcrash-5.72.0.tar.xz
  kcrash-5.72.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.riDHV3/_old  2020-07-14 07:53:05.716586231 +0200
+++ /var/tmp/diff_new_pack.riDHV3/_new  2020-07-14 07:53:05.716586231 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-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
@@ -86,17 +85,18 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%license COPYING*
+%license LICENSES/*
 %doc README*
-%{_kf5_libdir}/libKF5Crash.so.*
 %{_kf5_debugdir}/*.categories
+%{_kf5_libdir}/libKF5Crash.so.*
 
 %files devel
-%{_kf5_libdir}/libKF5Crash.so
-%{_kf5_libdir}/cmake/KF5Crash/
+%license LICENSES/*
 %dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
+%{_kf5_includedir}/*/
+%{_kf5_libdir}/cmake/KF5Crash/
+%{_kf5_libdir}/libKF5Crash.so
 %{_kf5_mkspecsdir}/qt_KCrash.pri
 
 %changelog


++ kcrash-5.71.0.tar.xz -> kcrash-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.71.0/CMakeLists.txt 
new/kcrash-5.72.0/CMakeLists.txt
--- old/kcrash-5.71.0/CMakeLists.txt2020-06-07 11:24:34.0 +0200
+++ new/kcrash-5.72.0/CMakeLists.txt2020-07-04 11:47:40.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.71.0/LICENSES/LGPL-2.0-or-later.txt 
new/kcrash-5.72.0/LICENSES/LGPL-2.0-or-later.txt
--- old/kcrash-5.71.0/LICENSES/LGPL-2.0-or-later.txt1970-01-01 
01:00:00.0 +0100
+++ new/kcrash-5.72.0/LICENSES/LGPL-2.0-or-later.txt2020-07-04 
11:47:40.0 +0200
@@ -0,0 +1,446 @@
+GNU LIBRARY GENERAL PUBLIC LICENSE
+
+Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc.
+
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+[This is the first released version of the library GPL. It is numbered 2 
because
+it goes with version 2 of the ordinary GPL.]
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public Licenses are intended to

commit kcrash for openSUSE:Factory

2020-06-16 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Jun 16 13:41:34 2020 rev:80 rq:814347 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-05-11 
13:28:46.935536395 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3606/kcrash.changes  2020-06-16 
13:42:19.729002778 +0200
@@ -1,0 +2,12 @@
+Sun Jun  7 08:06:27 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * Don't invoke qstring localized stuff in critical section
+  * KCrash: remove debug output which breaks unittests
+from using ~/.qttest/config for categorized logging
+
+---

Old:

  kcrash-5.70.0.tar.xz
  kcrash-5.70.0.tar.xz.sig

New:

  kcrash-5.71.0.tar.xz
  kcrash-5.71.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.4ULnQp/_old  2020-06-16 13:42:22.061011279 +0200
+++ /var/tmp/diff_new_pack.4ULnQp/_new  2020-06-16 13:42:22.061011279 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.70.0.tar.xz -> kcrash-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.70.0/.arcconfig new/kcrash-5.71.0/.arcconfig
--- old/kcrash-5.70.0/.arcconfig2020-05-02 23:56:31.0 +0200
+++ new/kcrash-5.71.0/.arcconfig1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.70.0/CMakeLists.txt 
new/kcrash-5.71.0/CMakeLists.txt
--- old/kcrash-5.70.0/CMakeLists.txt2020-05-02 23:56:31.0 +0200
+++ new/kcrash-5.71.0/CMakeLists.txt2020-06-07 11:24:34.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -57,7 +57,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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.70.0/src/kcrash.cpp 
new/kcrash-5.71.0/src/kcrash.cpp
--- old/kcrash-5.70.0/src/kcrash.cpp2020-05-02 23:56:31.0 +0200
+++ new/kcrash-5.71.0/src/kcrash.cpp2020-06-07 11:24:34.0 +0200
@@ -47,6 +47,9 @@
 #include 
 #include 
 
+#include 
+#include 
+
 #include 
 #include 
 #include 
@@ -90,7 +93,11 @@
 {
 KCRASH_EXPORT bool loadedByKdeinit = false;
 void setApplicationFilePath(const QString );
+// Create socket path to transfer ptrace scope and open connection
 }
+#ifdef Q_OS_LINUX
+static QByteArray s_socketpath;
+#endif
 
 static KCrash::HandlerType s_emergencySaveFunction = nullptr;
 static KCrash::HandlerType s_crashHandler = nullptr;
@@ -98,7 +105,7 @@
 static char *s_autoRestartCommand = nullptr;
 static char *s_appPath = nullptr;
 static int s_autoRestartArgc = 0;
-static char **s_autoRestartCommandLine = nullptr;
+static char **s_autoRestartCommandLine = new char*[1]{ nullptr };
 static char *s_drkonqiPath = nullptr;
 static KCrash::CrashFlags s_flags = KCrash::CrashFlags();
 static int s_launchDrKonqi = -1; // -1=initial value 0=disabled 1=enabled
@@ -167,7 +174,8 @@
 // enable 

commit kcrash for openSUSE:Factory

2020-05-11 Thread root
Hello community,

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

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


Package is "kcrash"

Mon May 11 13:27:32 2020 rev:79 rq:802073 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-04-15 
20:02:27.613931976 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.2738/kcrash.changes  2020-05-11 
13:28:46.935536395 +0200
@@ -1,0 +2,10 @@
+Sun May  3 09:39:49 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Drop klauncher usage from KCrash
+
+---

Old:

  kcrash-5.69.0.tar.xz
  kcrash-5.69.0.tar.xz.sig

New:

  kcrash-5.70.0.tar.xz
  kcrash-5.70.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.C8LiDA/_old  2020-05-11 13:28:48.323539305 +0200
+++ /var/tmp/diff_new_pack.C8LiDA/_new  2020-05-11 13:28:48.327539313 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.69.0.tar.xz -> kcrash-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.69.0/CMakeLists.txt 
new/kcrash-5.70.0/CMakeLists.txt
--- old/kcrash-5.69.0/CMakeLists.txt2020-04-05 00:33:48.0 +0200
+++ new/kcrash-5.70.0/CMakeLists.txt2020-05-02 23:56:31.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.69.0/src/kcrash.cpp 
new/kcrash-5.70.0/src/kcrash.cpp
--- old/kcrash-5.69.0/src/kcrash.cpp2020-04-05 00:33:48.0 +0200
+++ new/kcrash-5.70.0/src/kcrash.cpp2020-05-02 23:56:31.0 +0200
@@ -100,7 +100,6 @@
 static int s_autoRestartArgc = 0;
 static char **s_autoRestartCommandLine = nullptr;
 static char *s_drkonqiPath = nullptr;
-static char *s_kdeinit_socket_file = nullptr;
 static KCrash::CrashFlags s_flags = KCrash::CrashFlags();
 static int s_launchDrKonqi = -1; // -1=initial value 0=disabled 1=enabled
 
@@ -314,45 +313,9 @@
 }
 #endif
 
-// adapted from kdeinit/kinit.cpp
-// WARNING, if you change the socket name, adjust kinit.cpp too
-static const QString generate_socket_file_name()
-{
-
-#if HAVE_X11 || HAVE_XCB
-QByteArray display = qgetenv(displayEnvVarName_c());
-if (display.isEmpty()) {
-fprintf(stderr, "Error: could not determine $%s.\n", 
displayEnvVarName_c());
-return QString();
-}
-int i;
-if ((i = display.lastIndexOf('.')) > display.lastIndexOf(':') && i >= 0) {
-display.truncate(i);
-}
-
-display.replace(':', '_');
-#ifdef __APPLE__
-display.replace('/', '_');
-#endif
-#else
-// not using a DISPLAY variable; use an empty string instead
-QByteArray display = "";
-#endif
-const QString socketFileName = 
QString::fromLatin1("kdeinit5_%1").arg(QLatin1String(display));
-return socketFileName;
-}
-
 void
 KCrash::setCrashHandler(HandlerType handler)
 {
-if (!s_kdeinit_socket_file) {
-// Prepare this now to avoid mallocs in the crash handler.
-const QString socketFileName = generate_socket_file_name();
-QByteArray socketName = 
QFile::encodeName(QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation)
 +
-QLatin1Char('/') + socketFileName);
-s_kdeinit_socket_file = qstrdup(socketName.constData());
-}
-
 #if defined(Q_OS_WIN)
   

commit kcrash for openSUSE:Factory

2020-04-15 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Apr 15 20:01:11 2020 rev:78 rq:793140 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-03-19 
19:43:54.583973590 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.2738/kcrash.changes  2020-04-15 
20:02:27.613931976 +0200
@@ -1,0 +2,11 @@
+Sun Apr  5 19:45:25 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- Changes since 5.68.0:
+  * move setErrorMessage definition out of the linux ifdef
+  * Allow providing an error message from the application
+
+---

Old:

  kcrash-5.68.0.tar.xz
  kcrash-5.68.0.tar.xz.sig

New:

  kcrash-5.69.0.tar.xz
  kcrash-5.69.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.7MMhI3/_old  2020-04-15 20:02:29.305933247 +0200
+++ /var/tmp/diff_new_pack.7MMhI3/_new  2020-04-15 20:02:29.309933250 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.68.0.tar.xz -> kcrash-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.68.0/CMakeLists.txt 
new/kcrash-5.69.0/CMakeLists.txt
--- old/kcrash-5.68.0/CMakeLists.txt2020-03-07 09:51:01.0 +0100
+++ new/kcrash-5.69.0/CMakeLists.txt2020-04-05 00:33:48.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -57,7 +57,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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.68.0/src/kcrash.cpp 
new/kcrash-5.69.0/src/kcrash.cpp
--- old/kcrash-5.68.0/src/kcrash.cpp2020-03-07 09:51:01.0 +0100
+++ new/kcrash-5.69.0/src/kcrash.cpp2020-04-05 00:33:48.0 +0200
@@ -103,6 +103,8 @@
 static char *s_kdeinit_socket_file = nullptr;
 static KCrash::CrashFlags s_flags = KCrash::CrashFlags();
 static int s_launchDrKonqi = -1; // -1=initial value 0=disabled 1=enabled
+
+static char *s_kcrashErrorMessage = nullptr;
 Q_GLOBAL_STATIC(KCrash::CoreConfig, s_coreConfig)
 
 static void kcrashInitialize()
@@ -990,3 +992,9 @@
 #endif
 
 #endif // Q_OS_UNIX
+
+void KCrash::setErrorMessage(const QString )
+{
+free(s_kcrashErrorMessage);
+s_kcrashErrorMessage = qstrdup(message.toUtf8().constData());
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.68.0/src/kcrash.h 
new/kcrash-5.69.0/src/kcrash.h
--- old/kcrash-5.68.0/src/kcrash.h  2020-03-07 09:51:01.0 +0100
+++ new/kcrash-5.69.0/src/kcrash.h  2020-04-05 00:33:48.0 +0200
@@ -154,6 +154,14 @@
  * @since 4.5
  */
 KCRASH_EXPORT bool isDrKonqiEnabled();
+
+/**
+ * Allows providing information to be included in the bug report.
+ *
+ * @since 5.69
+ */
+KCRASH_EXPORT void setErrorMessage(const QString );
+
 }
 
 Q_DECLARE_OPERATORS_FOR_FLAGS(KCrash::CrashFlags)




commit kcrash for openSUSE:Factory

2020-03-19 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Mar 19 19:42:04 2020 rev:77 rq:785309 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-02-14 
16:32:58.943438874 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.3160/kcrash.changes  2020-03-19 
19:43:54.583973590 +0100
@@ -1,0 +2,11 @@
+Sun Mar  8 09:17:40 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+---

Old:

  kcrash-5.67.0.tar.xz
  kcrash-5.67.0.tar.xz.sig

New:

  kcrash-5.68.0.tar.xz
  kcrash-5.68.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.SGJwmV/_old  2020-03-19 19:43:55.103973892 +0100
+++ /var/tmp/diff_new_pack.SGJwmV/_new  2020-03-19 19:43:55.107973894 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.67.0.tar.xz -> kcrash-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.67.0/.gitignore new/kcrash-5.68.0/.gitignore
--- old/kcrash-5.67.0/.gitignore2020-02-01 10:01:19.0 +0100
+++ new/kcrash-5.68.0/.gitignore2020-03-07 09:51:01.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.67.0/CMakeLists.txt 
new/kcrash-5.68.0/CMakeLists.txt
--- old/kcrash-5.67.0/CMakeLists.txt2020-02-01 10:01:19.0 +0100
+++ new/kcrash-5.68.0/CMakeLists.txt2020-03-07 09:51:01.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -28,6 +28,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(ECMAddQch)
+include(ECMQtDeclareLoggingCategory)
 
 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)")
@@ -56,7 +57,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)
 if (BUILD_TESTING)
@@ -98,6 +99,4 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-install(FILES kcrash.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.67.0/kcrash.categories 
new/kcrash-5.68.0/kcrash.categories
--- old/kcrash-5.67.0/kcrash.categories 2020-02-01 10:01:19.0 +0100
+++ new/kcrash-5.68.0/kcrash.categories 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-# Logging categories (for kdebugsettings)
-org.kde.kcrash KCrash DEFAULT_SEVERITY [INFO] IDENTIFIER [LOG_KCRASH]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.67.0/src/CMakeLists.txt 
new/kcrash-5.68.0/src/CMakeLists.txt
--- old/kcrash-5.67.0/src/CMakeLists.txt2020-02-01 

commit kcrash for openSUSE:Factory

2020-02-14 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Feb 14 16:31:55 2020 rev:76 rq:773247 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2020-01-14 
21:03:51.882667923 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.26092/kcrash.changes 2020-02-14 
16:32:58.943438874 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:06:49 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:36 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
+- No code change since 5.66.0
+
+---

Old:

  kcrash-5.66.0.tar.xz
  kcrash-5.66.0.tar.xz.sig

New:

  kcrash-5.67.0.tar.xz
  kcrash-5.67.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.43eQTm/_old  2020-02-14 16:33:00.519439753 +0100
+++ /var/tmp/diff_new_pack.43eQTm/_new  2020-02-14 16:33:00.523439755 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -44,9 +44,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.12.0
 BuildRequires:  pkgconfig(x11)
 
 %description
@@ -65,7 +65,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.11.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.
@@ -76,7 +76,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kcrash-5.66.0.tar.xz -> kcrash-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.66.0/CMakeLists.txt 
new/kcrash-5.67.0/CMakeLists.txt
--- old/kcrash-5.66.0/CMakeLists.txt2020-01-04 00:10:33.0 +0100
+++ new/kcrash-5.67.0/CMakeLists.txt2020-02-01 10:01:19.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.66.0  NO_MODULE)
+find_package(ECM 5.67.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -56,7 +56,7 @@
 
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)




commit kcrash for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2020-01-14 21:00:05

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


Package is "kcrash"

Tue Jan 14 21:00:05 2020 rev:75 rq:763446 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-12-18 
14:42:27.209777662 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.6675/kcrash.changes  2020-01-14 
21:03:51.882667923 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:02:04 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:

  kcrash-5.65.0.tar.xz
  kcrash-5.65.0.tar.xz.sig

New:

  kcrash-5.66.0.tar.xz
  kcrash-5.66.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.o96JSd/_old  2020-01-14 21:03:52.558668236 +0100
+++ /var/tmp/diff_new_pack.o96JSd/_new  2020-01-14 21:03:52.558668236 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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   libKF5Crash5
-%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:   kcrash
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.65.0.tar.xz -> kcrash-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.65.0/CMakeLists.txt 
new/kcrash-5.66.0/CMakeLists.txt
--- old/kcrash-5.65.0/CMakeLists.txt2019-12-07 20:42:06.0 +0100
+++ new/kcrash-5.66.0/CMakeLists.txt2020-01-04 00:10:33.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -56,7 +56,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)
 if (BUILD_TESTING)




commit kcrash for openSUSE:Factory

2019-12-18 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Dec 18 14:40:24 2019 rev:74 rq:757021 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-11-12 
11:43:45.394621166 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.4691/kcrash.changes  2019-12-18 
14:42:27.209777662 +0100
@@ -1,0 +2,13 @@
+Sun Dec  8 11:18:26 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:
+  * actually set a dependency between kcrashtest and test_crasher
+  * disable kcrashtest and its helper executable test_crasher on windows
+  * Disable execution of test_crasher, which enters an infinite loop on
+Windows (one step from a fork bomb) and holds up the CI system infinitely
+
+---

Old:

  kcrash-5.64.0.tar.xz
  kcrash-5.64.0.tar.xz.sig

New:

  kcrash-5.65.0.tar.xz
  kcrash-5.65.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.GaxTfp/_old  2019-12-18 14:42:27.705777888 +0100
+++ /var/tmp/diff_new_pack.GaxTfp/_new  2019-12-18 14:42:27.705777888 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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   libKF5Crash5
-%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:   kcrash
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.64.0.tar.xz -> kcrash-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.64.0/CMakeLists.txt 
new/kcrash-5.65.0/CMakeLists.txt
--- old/kcrash-5.64.0/CMakeLists.txt2019-11-02 12:43:03.0 +0100
+++ new/kcrash-5.65.0/CMakeLists.txt2019-12-07 20:42:06.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -56,7 +56,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)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.64.0/autotests/CMakeLists.txt 
new/kcrash-5.65.0/autotests/CMakeLists.txt
--- old/kcrash-5.64.0/autotests/CMakeLists.txt  2019-11-02 12:43:03.0 
+0100
+++ new/kcrash-5.65.0/autotests/CMakeLists.txt  2019-12-07 20:42:06.0 
+0100
@@ -18,13 +18,23 @@
 # Include src so we have access to config-kcrash.h
 include_directories(${CMAKE_CURRENT_BINARY_DIR}/../src)
 
+# crash_tester enter an infinite loop on Windows (one step from a fork bomb)
+# and holds up the CI system infinitely. Disable it in absence of a fix.
+if(NOT WIN32)
+ecm_add_tests(
+kcrashtest.cpp
+LINK_LIBRARIES Qt5::Core Qt5::Test
+)
+
+add_executable(test_crasher test_crasher.cpp)
+target_link_libraries(test_crasher Qt5::Widgets KF5::Crash)
+ecm_mark_as_test(test_crasher)
+ecm_mark_nongui_executable(test_crasher)
+
+add_dependencies(kcrashtest test_crasher)
+endif()
+
 ecm_add_tests(
   coreconfigtest.cpp
-  kcrashtest.cpp
   LINK_LIBRARIES Qt5::Core Qt5::Test
 )
-
-add_executable(test_crasher test_crasher.cpp)
-target_link_libraries(test_crasher 

commit kcrash for openSUSE:Factory

2019-11-12 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Nov 12 11:43:44 2019 rev:73 rq:747098 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-10-14 
13:34:41.174463296 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.2990/kcrash.changes  2019-11-12 
11:43:45.394621166 +0100
@@ -1,0 +2,9 @@
+Sun Nov  3 15:46:54 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
+- No code change since 5.63.0
+
+---

Old:

  kcrash-5.63.0.tar.xz
  kcrash-5.63.0.tar.xz.sig

New:

  kcrash-5.64.0.tar.xz
  kcrash-5.64.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.HPUjWj/_old  2019-11-12 11:43:45.910621709 +0100
+++ /var/tmp/diff_new_pack.HPUjWj/_new  2019-11-12 11:43:45.914621713 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later


++ kcrash-5.63.0.tar.xz -> kcrash-5.64.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.63.0/CMakeLists.txt 
new/kcrash-5.64.0/CMakeLists.txt
--- old/kcrash-5.63.0/CMakeLists.txt2019-10-06 11:34:24.0 +0200
+++ new/kcrash-5.64.0/CMakeLists.txt2019-11-02 12:43:03.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -56,6 +56,7 @@
 
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x06)
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)




commit kcrash for openSUSE:Factory

2019-10-14 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Oct 14 13:34:21 2019 rev:72 rq:738016 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-09-23 
12:22:06.877760586 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.2352/kcrash.changes  2019-10-14 
13:34:41.174463296 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:23 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- No code change since 5.62.0
+
+---

Old:

  kcrash-5.62.0.tar.xz
  kcrash-5.62.0.tar.xz.sig

New:

  kcrash-5.63.0.tar.xz
  kcrash-5.63.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.T0qqCc/_old  2019-10-14 13:34:41.634462097 +0200
+++ /var/tmp/diff_new_pack.T0qqCc/_new  2019-10-14 13:34:41.634462097 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -44,9 +44,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.11.0
 BuildRequires:  pkgconfig(x11)
 
 %description
@@ -65,7 +65,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.6.0
+Requires:   cmake(Qt5Core) >= 5.11.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.


++ kcrash-5.62.0.tar.xz -> kcrash-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.62.0/CMakeLists.txt 
new/kcrash-5.63.0/CMakeLists.txt
--- old/kcrash-5.62.0/CMakeLists.txt2019-09-07 14:33:30.0 +0200
+++ new/kcrash-5.63.0/CMakeLists.txt2019-10-06 11:34:24.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.62.0/src/CMakeLists.txt 
new/kcrash-5.63.0/src/CMakeLists.txt
--- old/kcrash-5.62.0/src/CMakeLists.txt2019-09-07 14:33:30.0 
+0200
+++ new/kcrash-5.63.0/src/CMakeLists.txt2019-10-06 11:34:24.0 
+0200
@@ -58,6 +58,8 @@
 MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
 LINK_QCHS
 Qt5Core_QCH
+INCLUDE_DIRS
+${CMAKE_CURRENT_BINARY_DIR}
 BLANK_MACROS
 KCRASH_EXPORT
 KCRASH_DEPRECATED




commit kcrash for openSUSE:Factory

2019-09-23 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Sep 23 12:22:04 2019 rev:71 rq:730916 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-08-19 
21:04:25.184901207 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.7948/kcrash.changes  2019-09-23 
12:22:06.877760586 +0200
@@ -1,0 +2,13 @@
+Sat Sep  7 20:36:36 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:
+  * Avoid enabling kcrash if it's only included via a plugin (kde#401637)
+  * Disable kcrash when running under rr
+  * Remove unused includes
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kcrash-5.61.0.tar.xz
  kcrash-5.61.0.tar.xz.sig

New:

  kcrash-5.62.0.tar.xz
  kcrash-5.62.0.tar.xz.sig



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.WeURk0/_old  2019-09-23 12:22:07.541760477 +0200
+++ /var/tmp/diff_new_pack.WeURk0/_new  2019-09-23 12:22:07.541760477 +0200
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
@@ -40,10 +40,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0


++ kcrash-5.61.0.tar.xz -> kcrash-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.61.0/CMakeLists.txt 
new/kcrash-5.62.0/CMakeLists.txt
--- old/kcrash-5.61.0/CMakeLists.txt2019-08-03 21:31:41.0 +0200
+++ new/kcrash-5.62.0/CMakeLists.txt2019-09-07 14:33:30.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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/kcrash-5.61.0/autotests/kcrashtest.cpp 
new/kcrash-5.62.0/autotests/kcrashtest.cpp
--- old/kcrash-5.61.0/autotests/kcrashtest.cpp  2019-08-03 21:31:41.0 
+0200
+++ new/kcrash-5.62.0/autotests/kcrashtest.cpp  2019-09-07 14:33:30.0 
+0200
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 class KCrashTest : public QObject
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.61.0/src/kcrash.cpp 
new/kcrash-5.62.0/src/kcrash.cpp
--- old/kcrash-5.61.0/src/kcrash.cpp2019-08-03 21:31:41.0 +0200
+++ new/kcrash-5.62.0/src/kcrash.cpp2019-09-07 14:33:30.0 +0200
@@ -49,11 +49,10 @@
 
 #include 
 #include 
-#include 
-#include 
 #include 
 #include 
 #include 
+#include 
 
 #include 
 Q_DECLARE_LOGGING_CATEGORY(LOG_KCRASH)
@@ -108,6 +107,39 @@
 
 static void kcrashInitialize()
 {
+
+// Static because in some cases this is called multiple times
+// but if an application had any of the bad cases we always want
+// to skip the check
+static bool doAutoInitKCrash = true;
+
+if (!doAutoInitKCrash) {
+return;
+}
+
+

commit kcrash for openSUSE:Factory

2019-08-19 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Aug 19 21:03:28 2019 rev:70 rq:722453 version:5.61.0

Changes:

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

Old:

  kcrash-5.60.0.tar.xz

New:

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



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.zo7KSk/_old  2019-08-19 21:04:25.596901140 +0200
+++ /var/tmp/diff_new_pack.zo7KSk/_new  2019-08-19 21:04:25.600901139 +0200
@@ -17,20 +17,26 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -67,9 +73,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++ kcrash-5.60.0.tar.xz -> kcrash-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.60.0/CMakeLists.txt 
new/kcrash-5.61.0/CMakeLists.txt
--- old/kcrash-5.60.0/CMakeLists.txt2019-07-06 15:14:11.0 +0200
+++ new/kcrash-5.61.0/CMakeLists.txt2019-08-03 21:31:41.0 +0200
@@ -1,15 +1,15 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)




commit kcrash for openSUSE:Factory

2019-07-26 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Jul 26 12:11:27 2019 rev:69 rq:715865 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-06-22 
11:10:17.064417137 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.4126/kcrash.changes  2019-07-26 
12:11:32.354840590 +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:

  kcrash-5.59.0.tar.xz

New:

  kcrash-5.60.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.SlCVy2/_old  2019-07-26 12:11:33.790840382 +0200
+++ /var/tmp/diff_new_pack.SlCVy2/_new  2019-07-26 12:11:33.826840376 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later

++ kcrash-5.59.0.tar.xz -> kcrash-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.59.0/CMakeLists.txt 
new/kcrash-5.60.0/CMakeLists.txt
--- old/kcrash-5.59.0/CMakeLists.txt2019-06-01 18:36:47.0 +0200
+++ new/kcrash-5.60.0/CMakeLists.txt2019-07-06 15:14:11.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -97,6 +97,6 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-install(FILES kcrash.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+install(FILES kcrash.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)




commit kcrash for openSUSE:Factory

2019-06-22 Thread root
Hello community,

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

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


Package is "kcrash"

Sat Jun 22 11:09:15 2019 rev:68 rq:710727 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-05-21 
10:26:30.003526595 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.4615/kcrash.changes  2019-06-22 
11:10:17.064417137 +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:

  kcrash-5.58.0.tar.xz

New:

  kcrash-5.59.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.BYHzvC/_old  2019-06-22 11:10:18.336419011 +0200
+++ /var/tmp/diff_new_pack.BYHzvC/_new  2019-06-22 11:10:18.372419064 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later

++ kcrash-5.58.0.tar.xz -> kcrash-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.58.0/CMakeLists.txt 
new/kcrash-5.59.0/CMakeLists.txt
--- old/kcrash-5.58.0/CMakeLists.txt2019-05-05 00:42:30.0 +0200
+++ new/kcrash-5.59.0/CMakeLists.txt2019-06-01 18:36:47.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.59.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcrash for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2019-05-21 10:26:22

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


Package is "kcrash"

Tue May 21 10:26:22 2019 rev:67 rq:703338 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-04-19 
21:22:22.191720304 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new.5148/kcrash.changes  2019-05-21 
10:26:30.003526595 +0200
@@ -1,0 +2,9 @@
+Wed May 15 18:16:16 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:

  kcrash-5.57.0.tar.xz

New:

  kcrash-5.58.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.JtVSTo/_old  2019-05-21 10:26:31.863525881 +0200
+++ /var/tmp/diff_new_pack.JtVSTo/_new  2019-05-21 10:26:31.867525879 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later

++ kcrash-5.57.0.tar.xz -> kcrash-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.57.0/CMakeLists.txt 
new/kcrash-5.58.0/CMakeLists.txt
--- old/kcrash-5.57.0/CMakeLists.txt2019-04-07 09:17:21.0 +0200
+++ new/kcrash-5.58.0/CMakeLists.txt2019-05-05 00:42:30.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.58.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcrash for openSUSE:Factory

2019-04-19 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Apr 19 21:21:30 2019 rev:66 rq:695209 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-03-21 
09:44:42.746919490 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.5536/kcrash.changes  2019-04-19 
21:22:22.191720304 +0200
@@ -1,0 +2,9 @@
+Sun Apr 14 20:21:42 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- No code changes since 5.56.0
+
+---

Old:

  kcrash-5.56.0.tar.xz

New:

  kcrash-5.57.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.GGn6PB/_old  2019-04-19 21:22:22.631720864 +0200
+++ /var/tmp/diff_new_pack.GGn6PB/_new  2019-04-19 21:22:22.631720864 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later

++ kcrash-5.56.0.tar.xz -> kcrash-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.56.0/.gitignore new/kcrash-5.57.0/.gitignore
--- old/kcrash-5.56.0/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/kcrash-5.57.0/.gitignore2019-04-07 09:17:21.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.56.0/CMakeLists.txt 
new/kcrash-5.57.0/CMakeLists.txt
--- old/kcrash-5.56.0/CMakeLists.txt2019-03-02 14:25:13.0 +0100
+++ new/kcrash-5.57.0/CMakeLists.txt2019-04-07 09:17:21.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 




commit kcrash for openSUSE:Factory

2019-03-21 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Mar 21 09:44:15 2019 rev:65 rq:686727 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-02-28 
21:28:42.837826539 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.28833/kcrash.changes 2019-03-21 
09:44:42.746919490 +0100
@@ -1,0 +2,12 @@
+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:
+  * It compiles fine in qt5.13
+  * It compiles fine without foreach
+  * We can remove it
+
+---

Old:

  kcrash-5.55.0.tar.xz

New:

  kcrash-5.56.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.NZ8edt/_old  2019-03-21 09:44:43.446919328 +0100
+++ /var/tmp/diff_new_pack.NZ8edt/_new  2019-03-21 09:44:43.446919328 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:An application crash handler
 License:LGPL-2.1-or-later

++ kcrash-5.55.0.tar.xz -> kcrash-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.55.0/CMakeLists.txt 
new/kcrash-5.56.0/CMakeLists.txt
--- old/kcrash-5.55.0/CMakeLists.txt2019-02-02 18:20:25.0 +0100
+++ new/kcrash-5.56.0/CMakeLists.txt2019-03-02 14:25:13.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -40,14 +40,7 @@
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
 
-# On KF5.29 we want kernel pattern raising to be default, so automate the
-# switch.
-# This can be savely removed for KF5.29+
 set(KCRASH_CORE_PATTERN_RAISE_DEFAULT ON)
-if(${KF5_VERSION} VERSION_LESS "5.29.0")
-set(KCRASH_CORE_PATTERN_RAISE_DEFAULT OFF)
-set(FEATURE_ADDENDUM "This will be enabled by default in 5.29.")
-endif()
 
 option(KCRASH_CORE_PATTERN_RAISE
 "Enables raising signals to kernel core patterns (iff the pattern is a 
process). You may wish to not intall drkonqi if this can cause a UI conflict."
@@ -62,8 +55,8 @@
 endif()
 
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
-
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
+add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)




commit kcrash for openSUSE:Factory

2019-02-28 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Feb 28 21:28:39 2019 rev:64 rq:678675 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-02-14 
14:24:26.299900619 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.28833/kcrash.changes 2019-02-28 
21:28:42.837826539 +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:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.9MoAKE/_old  2019-02-28 21:28:43.721826244 +0100
+++ /var/tmp/diff_new_pack.9MoAKE/_new  2019-02-28 21:28:43.721826244 +0100
@@ -67,6 +67,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kcrash for openSUSE:Factory

2019-02-14 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Feb 14 14:24:24 2019 rev:63 rq:674226 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2019-01-21 
10:19:09.374147274 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.28833/kcrash.changes 2019-02-14 
14:24:26.299900619 +0100
@@ -1,0 +2,12 @@
+Sun Feb 10 22:03:03 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * Comment why changing the ptracer is required
+  * [KCrash] Establish socket to allow change of ptracer
+  * Fix out-of-bounds assert while running unittests with argv==nullptr.
+
+---
@@ -19,0 +32,5 @@
+
+---
+Mon Nov 12 14:13:00 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summaries.

Old:

  kcrash-5.54.0.tar.xz

New:

  kcrash-5.55.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.swQvpz/_old  2019-02-14 14:24:27.695899961 +0100
+++ /var/tmp/diff_new_pack.swQvpz/_new  2019-02-14 14:24:27.695899961 +0100
@@ -17,15 +17,15 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.54.0
+Version:5.55.0
 Release:0
-Summary:Gracefull handling of application crashes
+Summary:An application crash handler
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
@@ -47,7 +47,7 @@
 KCrash provides support for intercepting and handling application crashes.
 
 %package -n %{lname}
-Summary:Gracefull handling of application crashes
+Summary:An application crash handler
 Group:  System/GUI/KDE
 Recommends: drkonqi5
 
@@ -55,7 +55,7 @@
 KCrash provides support for intercepting and handling application crashes.
 
 %package devel
-Summary:Gracefull handling of application crashes: Build Environment
+Summary:Build environment for the KCrash application crash handler
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules

++ kcrash-5.54.0.tar.xz -> kcrash-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.54.0/CMakeLists.txt 
new/kcrash-5.55.0/CMakeLists.txt
--- old/kcrash-5.54.0/CMakeLists.txt2019-01-04 22:41:32.0 +0100
+++ new/kcrash-5.55.0/CMakeLists.txt2019-02-02 18:20:25.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.54.0/src/kcrash.cpp 
new/kcrash-5.55.0/src/kcrash.cpp
--- old/kcrash-5.54.0/src/kcrash.cpp2019-01-04 22:41:32.0 +0100
+++ new/kcrash-5.55.0/src/kcrash.cpp2019-02-02 18:20:25.0 +0100
@@ -40,6 +40,7 @@
 #include 
 #endif
 #ifdef Q_OS_LINUX
+#include 
 #include 
 #endif
 
@@ -218,14 +219,16 @@
 s_autoRestartCommand = qstrdup(QFile::encodeName(filePath).constData());
 
 QStringList args = QCoreApplication::arguments();
-args[0] = filePath; // replace argv[0] with full path above
-delete[] s_autoRestartCommandLine;
-

commit kcrash for openSUSE:Factory

2019-01-21 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Jan 21 10:18:55 2019 rev:62 rq:665789 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-12-19 
13:40:10.892061315 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.28833/kcrash.changes 2019-01-21 
10:19:09.374147274 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * No code changes since 5.53.0
+
+---

Old:

  kcrash-5.53.0.tar.xz

New:

  kcrash-5.54.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.i6hKDr/_old  2019-01-21 10:19:09.754146892 +0100
+++ /var/tmp/diff_new_pack.i6hKDr/_new  2019-01-21 10:19:09.754146892 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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   libKF5Crash5
-%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:   kcrash
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1-or-later

++ kcrash-5.53.0.tar.xz -> kcrash-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.53.0/CMakeLists.txt 
new/kcrash-5.54.0/CMakeLists.txt
--- old/kcrash-5.53.0/CMakeLists.txt2018-12-01 15:38:53.0 +0100
+++ new/kcrash-5.54.0/CMakeLists.txt2019-01-04 22:41:32.0 +0100
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 




commit kcrash for openSUSE:Factory

2018-12-19 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Dec 19 13:39:48 2018 rev:61 rq:658551 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-11-14 
14:32:39.863368626 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new.28833/kcrash.changes 2018-12-19 
13:40:10.892061315 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:43 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use new syntax
+
+---

Old:

  kcrash-5.52.0.tar.xz

New:

  kcrash-5.53.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.WHIZYh/_old  2018-12-19 13:40:11.308060726 +0100
+++ /var/tmp/diff_new_pack.WHIZYh/_new  2018-12-19 13:40:11.312060721 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1-or-later

++ kcrash-5.52.0.tar.xz -> kcrash-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.52.0/CMakeLists.txt 
new/kcrash-5.53.0/CMakeLists.txt
--- old/kcrash-5.52.0/CMakeLists.txt2018-11-03 12:59:22.0 +0100
+++ new/kcrash-5.53.0/CMakeLists.txt2018-12-01 15:38:53.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.52.0/kcrash.categories 
new/kcrash-5.53.0/kcrash.categories
--- old/kcrash-5.52.0/kcrash.categories 2018-11-03 12:59:22.0 +0100
+++ new/kcrash-5.53.0/kcrash.categories 2018-12-01 15:38:53.0 +0100
@@ -1,2 +1,2 @@
 # Logging categories (for kdebugsettings)
-org.kde.kcrash KCrash [INFO]
+org.kde.kcrash KCrash DEFAULT_SEVERITY [INFO] IDENTIFIER [LOG_KCRASH]




commit kcrash for openSUSE:Factory

2018-11-14 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Nov 14 14:32:20 2018 rev:60 rq:648502 version:5.52.0

Changes:

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

Old:

  kcrash-5.51.0.tar.xz

New:

  kcrash-5.52.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.7rPXZ8/_old  2018-11-14 14:32:41.579366959 +0100
+++ /var/tmp/diff_new_pack.7rPXZ8/_new  2018-11-14 14:32:41.587366952 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1-or-later

++ kcrash-5.51.0.tar.xz -> kcrash-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.51.0/CMakeLists.txt 
new/kcrash-5.52.0/CMakeLists.txt
--- old/kcrash-5.51.0/CMakeLists.txt2018-10-14 11:34:01.0 +0200
+++ new/kcrash-5.52.0/CMakeLists.txt2018-11-03 12:59:22.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.52.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -61,12 +61,8 @@
   ecm_install_po_files_as_qm(po)
 endif()
 
-add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 add_subdirectory(src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.51.0/src/kcrash.cpp 
new/kcrash-5.52.0/src/kcrash.cpp
--- old/kcrash-5.51.0/src/kcrash.cpp2018-10-14 11:34:01.0 +0200
+++ new/kcrash-5.52.0/src/kcrash.cpp2018-11-03 12:59:22.0 +0100
@@ -135,10 +135,11 @@
 qCDebug(LOG_KCRASH) << "KCrash disabled through environment.";
 }
 
-if (QCoreApplication::instance())
+if (QCoreApplication::instance()) {
 
KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());
-else
+} else {
 qWarning() << "This process needs a QCoreApplication instance in order 
to use KCrash";
+}
 
 s_coreConfig(); // Initialize.
 }




commit kcrash for openSUSE:Factory

2018-10-22 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Oct 22 11:10:10 2018 rev:59 rq:642305 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-10-01 
08:05:12.802391402 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-10-22 
11:10:13.563929184 +0200
@@ -1,0 +2,16 @@
+Tue Oct 16 08:01:58 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:47 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * KCrash: fix crash (ironic heh) when used in an app without QCoreApplication
+  * Add more strict compile flags
+
+---

Old:

  kcrash-5.50.0.tar.xz

New:

  kcrash-5.51.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.nXBGM8/_old  2018-10-22 11:10:14.067928773 +0200
+++ /var/tmp/diff_new_pack.nXBGM8/_new  2018-10-22 11:10:14.067928773 +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   libKF5Crash5
-%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:   kcrash
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kcrash-5.50.0.tar.xz -> kcrash-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.50.0/CMakeLists.txt 
new/kcrash-5.51.0/CMakeLists.txt
--- old/kcrash-5.50.0/CMakeLists.txt2018-09-01 00:20:24.0 +0200
+++ new/kcrash-5.51.0/CMakeLists.txt2018-10-14 11:34:01.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.51.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -63,6 +63,10 @@
 
 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
+add_definitions(-DQT_NO_CAST_FROM_ASCII)
+add_definitions(-DQT_NO_CAST_TO_ASCII)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
+add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 add_subdirectory(src)
 if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.50.0/src/kcrash.cpp 
new/kcrash-5.51.0/src/kcrash.cpp
--- old/kcrash-5.50.0/src/kcrash.cpp2018-09-01 00:20:24.0 +0200
+++ new/kcrash-5.51.0/src/kcrash.cpp2018-10-14 11:34:01.0 +0200
@@ -135,7 +135,10 @@
 qCDebug(LOG_KCRASH) << "KCrash disabled through environment.";
 }
 
-KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());
+if (QCoreApplication::instance())
+
KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());
+else
+qWarning() << "This process needs a QCoreApplication instance in order 
to use KCrash";
 
 s_coreConfig(); // Initialize.
 }




commit kcrash for openSUSE:Factory

2018-10-01 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Oct  1 08:05:01 2018 rev:58 rq:635984 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-08-24 
16:52:04.957218396 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-10-01 
08:05:12.802391402 +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:

  kcrash-5.49.0.tar.xz

New:

  kcrash-5.50.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.Ygcdv8/_old  2018-10-01 08:05:14.230390637 +0200
+++ /var/tmp/diff_new_pack.Ygcdv8/_new  2018-10-01 08:05:14.230390637 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1-or-later

++ kcrash-5.49.0.tar.xz -> kcrash-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.49.0/CMakeLists.txt 
new/kcrash-5.50.0/CMakeLists.txt
--- old/kcrash-5.49.0/CMakeLists.txt2018-08-04 10:42:28.0 +0200
+++ new/kcrash-5.50.0/CMakeLists.txt2018-09-01 00:20:24.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.50.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2018-08-24 16:52:03

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


Package is "kcrash"

Fri Aug 24 16:52:03 2018 rev:57 rq:630595 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-07-21 
10:11:45.003149369 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-08-24 
16:52:04.957218396 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:18:55 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:

  kcrash-5.48.0.tar.xz

New:

  kcrash-5.49.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.N9LMUc/_old  2018-08-24 16:52:05.481219013 +0200
+++ /var/tmp/diff_new_pack.N9LMUc/_new  2018-08-24 16:52:05.485219018 +0200
@@ -17,47 +17,47 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:Gracefull handling of application crashes
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
-Summary:Gracefull handling of application crashes
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 KCrash provides support for intercepting and handling application crashes.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Gracefull handling of application crashes
 Group:  System/GUI/KDE
 Recommends: drkonqi5
 
-%description -n %lname
+%description -n %{lname}
 KCrash provides support for intercepting and handling application crashes.
 
 %package devel
 Summary:Gracefull handling of application crashes: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 Requires:   extra-cmake-modules
 Requires:   cmake(Qt5Core) >= 5.6.0
 
@@ -76,18 +76,16 @@
   %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 -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5Crash.so.*
 %{_kf5_debugdir}/*.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Crash.so
 %{_kf5_libdir}/cmake/KF5Crash/
 %dir %{_kf5_includedir}/*/

++ kcrash-5.48.0.tar.xz -> kcrash-5.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.48.0/CMakeLists.txt 
new/kcrash-5.49.0/CMakeLists.txt
--- old/kcrash-5.48.0/CMakeLists.txt2018-07-07 23:52:12.0 +0200
+++ new/kcrash-5.49.0/CMakeLists.txt2018-08-04 10:42:28.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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 scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." 

commit kcrash for openSUSE:Factory

2018-07-21 Thread root
Hello community,

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

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


Package is "kcrash"

Sat Jul 21 10:11:42 2018 rev:56 rq:623269 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-06-22 
13:19:26.242018081 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-07-21 
10:11:45.003149369 +0200
@@ -1,0 +2,13 @@
+Mon Jul 16 04:37:37 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Reduce QT_DISABLE_DEPRECATED_BEFORE to minimum dep of Qt
+  * Remove QT definitions duplicated from KDEFrameworkCompilerSettings
+  * Make sure to build with strict compile flags
+  * Use override
+
+---

Old:

  kcrash-5.47.0.tar.xz

New:

  kcrash-5.48.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.7nmxjp/_old  2018-07-21 10:11:45.679149212 +0200
+++ /var/tmp/diff_new_pack.7nmxjp/_new  2018-07-21 10:11:45.679149212 +0200
@@ -17,15 +17,14 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ kcrash-5.47.0.tar.xz -> kcrash-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.47.0/CMakeLists.txt 
new/kcrash-5.48.0/CMakeLists.txt
--- old/kcrash-5.47.0/CMakeLists.txt2018-06-02 18:27:10.0 +0200
+++ new/kcrash-5.48.0/CMakeLists.txt2018-07-07 23:52:12.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -61,6 +61,9 @@
   ecm_install_po_files_as_qm(po)
 endif()
 
+add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050800)
+
 add_subdirectory(src)
 add_subdirectory(autotests)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.47.0/src/kcrash.cpp 
new/kcrash-5.48.0/src/kcrash.cpp
--- old/kcrash-5.47.0/src/kcrash.cpp2018-06-02 18:27:10.0 +0200
+++ new/kcrash-5.48.0/src/kcrash.cpp2018-07-07 23:52:12.0 +0200
@@ -174,7 +174,7 @@
 startTimer(1); // 10 s
 }
 protected:
-void timerEvent(QTimerEvent *event) Q_DECL_OVERRIDE
+void timerEvent(QTimerEvent *event) override 
 {
 if (!s_crashHandler) { // not set meanwhile
 KCrash::setCrashHandler(KCrash::defaultCrashHandler);




commit kcrash for openSUSE:Factory

2018-06-22 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Jun 22 13:18:33 2018 rev:55 rq:616747 version:5.47.0

Changes:

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

Old:

  kcrash-5.46.0.tar.xz

New:

  kcrash-5.47.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.mNuPMG/_old  2018-06-22 13:19:26.805997169 +0200
+++ /var/tmp/diff_new_pack.mNuPMG/_new  2018-06-22 13:19:26.809997021 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.46.0.tar.xz -> kcrash-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.46.0/CMakeLists.txt 
new/kcrash-5.47.0/CMakeLists.txt
--- old/kcrash-5.46.0/CMakeLists.txt2018-05-05 14:38:33.0 +0200
+++ new/kcrash-5.47.0/CMakeLists.txt2018-06-02 18:27:10.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.47.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcrash for openSUSE:Factory

2018-05-18 Thread root
Hello community,

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

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


Package is "kcrash"

Fri May 18 14:19:45 2018 rev:54 rq:607545 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-04-19 
15:15:48.248183098 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-05-18 
14:20:23.586907629 +0200
@@ -1,0 +2,10 @@
+Sun May 13 21:03:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * None
+
+---

Old:

  kcrash-5.45.0.tar.xz

New:

  kcrash-5.46.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.3utJGU/_old  2018-05-18 14:20:24.210884731 +0200
+++ /var/tmp/diff_new_pack.3utJGU/_new  2018-05-18 14:20:24.214884584 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.45.0.tar.xz -> kcrash-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.45.0/CMakeLists.txt 
new/kcrash-5.46.0/CMakeLists.txt
--- old/kcrash-5.45.0/CMakeLists.txt2018-04-07 09:47:02.0 +0200
+++ new/kcrash-5.46.0/CMakeLists.txt2018-05-05 14:38:33.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 




commit kcrash for openSUSE:Factory

2018-04-19 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Apr 19 15:15:11 2018 rev:53 rq:596858 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-03-20 
21:45:08.398562947 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-04-19 
15:15:48.248183098 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 13:19:03 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Remove not necessary QtCore and co
+
+---

Old:

  kcrash-5.44.0.tar.xz

New:

  kcrash-5.45.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.nKBSO3/_old  2018-04-19 15:15:49.460134975 +0200
+++ /var/tmp/diff_new_pack.nKBSO3/_new  2018-04-19 15:15:49.464134816 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.44.0.tar.xz -> kcrash-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.44.0/CMakeLists.txt 
new/kcrash-5.45.0/CMakeLists.txt
--- old/kcrash-5.44.0/CMakeLists.txt2018-03-03 10:52:04.0 +0100
+++ new/kcrash-5.45.0/CMakeLists.txt2018-04-07 09:47:02.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.44.0/src/kcrash.cpp 
new/kcrash-5.45.0/src/kcrash.cpp
--- old/kcrash-5.44.0/src/kcrash.cpp2018-03-03 10:52:04.0 +0100
+++ new/kcrash-5.45.0/src/kcrash.cpp2018-04-07 09:47:02.0 +0200
@@ -48,8 +48,8 @@
 
 #include 
 #include 
-#include 
-#include 
+#include 
+#include 
 #include 
 #include 
 #include 




commit kcrash for openSUSE:Factory

2018-03-20 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Mar 20 21:44:06 2018 rev:52 rq:586815 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-02-16 
21:29:16.004449146 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-03-20 
21:45:08.398562947 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Add default value
+
+---

Old:

  kcrash-5.43.0.tar.xz

New:

  kcrash-5.44.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.clWIYG/_old  2018-03-20 21:45:09.298530557 +0100
+++ /var/tmp/diff_new_pack.clWIYG/_new  2018-03-20 21:45:09.310530125 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -37,7 +37,7 @@
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
 Summary:Gracefull handling of application crashes
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz

++ kcrash-5.43.0.tar.xz -> kcrash-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.43.0/CMakeLists.txt 
new/kcrash-5.44.0/CMakeLists.txt
--- old/kcrash-5.43.0/CMakeLists.txt2018-02-05 09:10:29.0 +0100
+++ new/kcrash-5.44.0/CMakeLists.txt2018-03-03 10:52:04.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.44.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.43.0/kcrash.categories 
new/kcrash-5.44.0/kcrash.categories
--- old/kcrash-5.43.0/kcrash.categories 2018-02-05 09:10:29.0 +0100
+++ new/kcrash-5.44.0/kcrash.categories 2018-03-03 10:52:04.0 +0100
@@ -1,2 +1,2 @@
 # Logging categories (for kdebugsettings)
-org.kde.kcrash KCrash
+org.kde.kcrash KCrash [INFO]




commit kcrash for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2018-02-16 21:29:05

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


Package is "kcrash"

Fri Feb 16 21:29:05 2018 rev:51 rq:576519 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-01-22 
15:59:20.735757030 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-02-16 
21:29:16.004449146 +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:

  kcrash-5.42.0.tar.xz

New:

  kcrash-5.43.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.mwvyug/_old  2018-02-16 21:29:17.104409425 +0100
+++ /var/tmp/diff_new_pack.mwvyug/_new  2018-02-16 21:29:17.108409281 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.42.0.tar.xz -> kcrash-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.42.0/CMakeLists.txt 
new/kcrash-5.43.0/CMakeLists.txt
--- old/kcrash-5.42.0/CMakeLists.txt2018-01-06 00:41:18.0 +0100
+++ new/kcrash-5.43.0/CMakeLists.txt2018-02-05 09:10:29.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2018-01-22 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Jan 22 15:59:11 2018 rev:50 rq:55 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2018-01-09 
14:41:38.192315104 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-01-22 
15:59:20.735757030 +0100
@@ -1,0 +2,14 @@
+Tue Jan 16 22:50:15 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * Fix build on Linux without X11
+  * Autotest: fix it to avoid a SIGPIPE.
+  * Add autotest for KCrash::AlwaysDirectly
+  * Add categories file for kdebugsettings
+
+---

Old:

  kcrash-5.41.0.tar.xz

New:

  kcrash-5.42.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.TL1uja/_old  2018-01-22 15:59:21.519720341 +0100
+++ /var/tmp/diff_new_pack.TL1uja/_new  2018-01-22 15:59:21.523720153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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   libKF5Crash5
-%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:   kcrash
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -85,6 +85,7 @@
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Crash.so.*
+%{_kf5_debugdir}/*.categories
 
 %files devel
 %defattr(-,root,root)

++ kcrash-5.41.0.tar.xz -> kcrash-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.41.0/.reviewboardrc 
new/kcrash-5.42.0/.reviewboardrc
--- old/kcrash-5.41.0/.reviewboardrc2017-12-02 10:55:44.0 +0100
+++ new/kcrash-5.42.0/.reviewboardrc1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/kcrash'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.41.0/CMakeLists.txt 
new/kcrash-5.42.0/CMakeLists.txt
--- old/kcrash-5.41.0/CMakeLists.txt2017-12-02 10:55:44.0 +0100
+++ new/kcrash-5.42.0/CMakeLists.txt2018-01-06 00:41:18.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.42.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -99,4 +99,6 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
+install(FILES kcrash.categories DESTINATION ${KDE_INSTALL_CONFDIR})
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.41.0/autotests/kcrashtest.cpp 
new/kcrash-5.42.0/autotests/kcrashtest.cpp
--- old/kcrash-5.41.0/autotests/kcrashtest.cpp  2017-12-02 10:55:44.0 
+0100
+++ new/kcrash-5.42.0/autotests/kcrashtest.cpp  2018-01-06 00:41:18.0 
+0100
@@ -34,6 +34,7 @@
 QDir::setCurrent(QCoreApplication::applicationDirPath());
 }
 void testAutoRestart();
+void testAutoRestartDirectly();
 void testEmergencySave();
 
 };
@@ -66,6 +67,7 @@
 QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
 env.insert(QStringLiteral("ASAN_OPTIONS"), 

commit kcrash for openSUSE:Factory

2018-01-09 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Jan  9 14:40:30 2018 rev:49 rq:559428 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-11-16 
14:36:42.832026338 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2018-01-09 
14:41:38.192315104 +0100
@@ -1,0 +2,10 @@
+Sun Dec 17 09:43:48 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * None
+
+---

Old:

  kcrash-5.40.0.tar.xz

New:

  kcrash-5.41.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.jPkdZz/_old  2018-01-09 14:41:39.032275711 +0100
+++ /var/tmp/diff_new_pack.jPkdZz/_new  2018-01-09 14:41:39.036275523 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.40.0.tar.xz -> kcrash-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.40.0/CMakeLists.txt 
new/kcrash-5.41.0/CMakeLists.txt
--- old/kcrash-5.40.0/CMakeLists.txt2017-11-04 22:39:31.0 +0100
+++ new/kcrash-5.41.0/CMakeLists.txt2017-12-02 10:55:44.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.41.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcrash for openSUSE:Factory

2017-11-16 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Nov 16 14:36:40 2017 rev:48 rq:541645 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-10-27 
13:54:20.451875706 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-11-16 
14:36:42.832026338 +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:

  kcrash-5.39.0.tar.xz

New:

  kcrash-5.40.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.gpUWw9/_old  2017-11-16 14:36:45.191940789 +0100
+++ /var/tmp/diff_new_pack.gpUWw9/_new  2017-11-16 14:36:45.195940644 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.39.0.tar.xz -> kcrash-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.39.0/CMakeLists.txt 
new/kcrash-5.40.0/CMakeLists.txt
--- old/kcrash-5.39.0/CMakeLists.txt2017-10-07 13:10:55.0 +0200
+++ new/kcrash-5.40.0/CMakeLists.txt2017-11-04 22:39:31.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.40.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2017-10-27 Thread root
Hello community,

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

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


Package is "kcrash"

Fri Oct 27 13:53:54 2017 rev:47 rq:536311 version:5.39.0

Changes:

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

Old:

  kcrash-5.38.0.tar.xz

New:

  kcrash-5.39.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.PU4MQj/_old  2017-10-27 13:54:21.239838875 +0200
+++ /var/tmp/diff_new_pack.PU4MQj/_new  2017-10-27 13:54:21.239838875 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.38.0.tar.xz -> kcrash-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.38.0/CMakeLists.txt 
new/kcrash-5.39.0/CMakeLists.txt
--- old/kcrash-5.38.0/CMakeLists.txt2017-09-02 23:12:36.0 +0200
+++ new/kcrash-5.39.0/CMakeLists.txt2017-10-07 13:10:55.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.39.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2017-09-19 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Sep 19 16:22:44 2017 rev:46 rq:526634 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-08-24 
17:55:51.435198550 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-09-19 
16:22:46.176630094 +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:

  kcrash-5.37.0.tar.xz

New:

  kcrash-5.38.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.u2ZDgv/_old  2017-09-19 16:22:47.960378676 +0200
+++ /var/tmp/diff_new_pack.u2ZDgv/_new  2017-09-19 16:22:47.964378113 +0200
@@ -17,17 +17,21 @@
 
 
 %define lname   libKF5Crash5
-%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:   kcrash
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0

++ kcrash-5.37.0.tar.xz -> kcrash-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.37.0/CMakeLists.txt 
new/kcrash-5.38.0/CMakeLists.txt
--- old/kcrash-5.37.0/CMakeLists.txt2017-08-06 18:32:15.0 +0200
+++ new/kcrash-5.38.0/CMakeLists.txt2017-09-02 23:12:36.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.38.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcrash for openSUSE:Factory

2017-08-24 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Aug 24 17:54:43 2017 rev:45 rq:51 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-07-17 
10:22:50.430032758 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-08-24 
17:55:51.435198550 +0200
@@ -1,0 +2,10 @@
+Sat Aug 12 09:23:21 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 :
+  * autotests: prepare for CMAKE_RUNTIME_OUTPUT_DIRECTORY being set
+
+---

Old:

  kcrash-5.36.0.tar.xz

New:

  kcrash-5.37.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.hCwiY8/_old  2017-08-24 17:55:52.227087013 +0200
+++ /var/tmp/diff_new_pack.hCwiY8/_new  2017-08-24 17:55:52.231086449 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kcrash
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.36.0.tar.xz -> kcrash-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.36.0/.arcconfig new/kcrash-5.37.0/.arcconfig
--- old/kcrash-5.36.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kcrash-5.37.0/.arcconfig2017-08-06 18:32:15.0 +0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.36.0/CMakeLists.txt 
new/kcrash-5.37.0/CMakeLists.txt
--- old/kcrash-5.36.0/CMakeLists.txt2017-06-30 12:23:09.0 +0200
+++ new/kcrash-5.37.0/CMakeLists.txt2017-08-06 18:32:15.0 +0200
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.37.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.36.0/autotests/kcrashtest.cpp 
new/kcrash-5.37.0/autotests/kcrashtest.cpp
--- old/kcrash-5.36.0/autotests/kcrashtest.cpp  2017-06-30 12:23:09.0 
+0200
+++ new/kcrash-5.37.0/autotests/kcrashtest.cpp  2017-08-06 18:32:15.0 
+0200
@@ -30,6 +30,8 @@
 void initTestCase() {
 // Don't bring up drkonqi
 qputenv("KDE_DEBUG", "1");
+// change to the bin dir
+QDir::setCurrent(QCoreApplication::applicationDirPath());
 }
 void testAutoRestart();
 void testEmergencySave();




commit kcrash for openSUSE:Factory

2017-07-17 Thread root
Hello community,

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

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


Package is "kcrash"

Mon Jul 17 10:22:21 2017 rev:44 rq:509892 version:5.36.0

Changes:

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

Old:

  kcrash-5.35.0.tar.xz

New:

  kcrash-5.36.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.V43OCl/_old  2017-07-17 10:22:50.885968485 +0200
+++ /var/tmp/diff_new_pack.V43OCl/_new  2017-07-17 10:22:50.889967921 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kcrash
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.35.0.tar.xz -> kcrash-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.35.0/CMakeLists.txt 
new/kcrash-5.36.0/CMakeLists.txt
--- old/kcrash-5.35.0/CMakeLists.txt2017-06-03 10:52:42.0 +0200
+++ new/kcrash-5.36.0/CMakeLists.txt2017-06-30 12:23:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -27,6 +27,10 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 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)")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
@@ -63,6 +67,16 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Crash")
 
+if (BUILD_QCH)
+ecm_install_qch_export(
+TARGETS KF5Crash_QCH
+FILE KF5CrashQchTargets.cmake
+DESTINATION "${CMAKECONFIG_INSTALL_DIR}"
+COMPONENT Devel
+)
+set(PACKAGE_INCLUDE_QCHTARGETS 
"include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5CrashQchTargets.cmake\")")
+endif()
+
 include(CMakePackageConfigHelpers)
 
 configure_package_config_file(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.35.0/KF5CrashConfig.cmake.in 
new/kcrash-5.36.0/KF5CrashConfig.cmake.in
--- old/kcrash-5.35.0/KF5CrashConfig.cmake.in   2017-06-03 10:52:42.0 
+0200
+++ new/kcrash-5.36.0/KF5CrashConfig.cmake.in   2017-06-30 12:23:09.0 
+0200
@@ -7,4 +7,4 @@
 
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CrashTargets.cmake")
-
+@PACKAGE_INCLUDE_QCHTARGETS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.35.0/src/CMakeLists.txt 
new/kcrash-5.36.0/src/CMakeLists.txt
--- old/kcrash-5.35.0/src/CMakeLists.txt2017-06-03 10:52:42.0 
+0200
+++ new/kcrash-5.36.0/src/CMakeLists.txt2017-06-30 12:23:09.0 
+0200
@@ -46,6 +46,28 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KCrash COMPONENT Devel
 )
 
+if(BUILD_QCH)
+ecm_add_qch(
+KF5Crash_QCH
+NAME KCrash
+BASE_NAME KF5Crash
+VERSION ${KF5_VERSION}
+ORG_DOMAIN org.kde
+SOURCES # using only public headers, to cover only public API
+${KCrash_HEADERS}
+MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
+LINK_QCHS
+

commit kcrash for openSUSE:Factory

2017-07-05 Thread root
Hello community,

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

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


Package is "kcrash"

Wed Jul  5 23:49:24 2017 rev:43 rq:502932 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-06-01 
16:18:52.332403971 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-07-05 
23:49:42.969949539 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * Use explicit flag constructor instead of nullptr
+
+---

Old:

  kcrash-5.34.0.tar.xz

New:

  kcrash-5.35.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.vGdgsn/_old  2017-07-05 23:49:43.517872364 +0200
+++ /var/tmp/diff_new_pack.vGdgsn/_new  2017-07-05 23:49:43.521871800 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kcrash
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.34.0.tar.xz -> kcrash-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.34.0/CMakeLists.txt 
new/kcrash-5.35.0/CMakeLists.txt
--- old/kcrash-5.34.0/CMakeLists.txt2017-05-06 10:27:13.0 +0200
+++ new/kcrash-5.35.0/CMakeLists.txt2017-06-03 10:52:42.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-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(KCrash VERSION ${KF5_VERSION})
 
 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/kcrash-5.34.0/src/kcrash.cpp 
new/kcrash-5.35.0/src/kcrash.cpp
--- old/kcrash-5.34.0/src/kcrash.cpp2017-05-06 10:27:13.0 +0200
+++ new/kcrash-5.35.0/src/kcrash.cpp2017-06-03 10:52:42.0 +0200
@@ -101,7 +101,7 @@
 static char **s_autoRestartCommandLine = nullptr;
 static char *s_drkonqiPath = nullptr;
 static char *s_kdeinit_socket_file = nullptr;
-static KCrash::CrashFlags s_flags = nullptr;
+static KCrash::CrashFlags s_flags = KCrash::CrashFlags();
 static int s_launchDrKonqi = -1; // -1=initial value 0=disabled 1=enabled
 Q_GLOBAL_STATIC(KCrash::CoreConfig, s_coreConfig)
 




commit kcrash for openSUSE:Factory

2017-06-01 Thread root
Hello community,

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

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


Package is "kcrash"

Thu Jun  1 16:18:10 2017 rev:42 rq:495029 version:5.34.0

Changes:

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

Old:

  kcrash-5.33.0.tar.xz

New:

  kcrash-5.34.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.j66a4c/_old  2017-06-01 16:18:52.756344189 +0200
+++ /var/tmp/diff_new_pack.j66a4c/_new  2017-06-01 16:18:52.760343626 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kcrash
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.33.0.tar.xz -> kcrash-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.33.0/CMakeLists.txt 
new/kcrash-5.34.0/CMakeLists.txt
--- old/kcrash-5.33.0/CMakeLists.txt2017-04-01 11:13:27.0 +0200
+++ new/kcrash-5.34.0/CMakeLists.txt2017-05-06 10:27:13.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.34.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 




commit kcrash for openSUSE:Factory

2017-04-30 Thread root
Hello community,

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

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


Package is "kcrash"

Sun Apr 30 21:16:40 2017 rev:41 rq:492050 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-03-28 
15:09:03.341467132 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-04-30 
21:17:54.939308757 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:46 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.
+  * debug when disabling kcrash due to env vars
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcrash-5.32.0.tar.xz

New:

  kcrash-5.33.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.z0hZGB/_old  2017-04-30 21:17:55.619212892 +0200
+++ /var/tmp/diff_new_pack.z0hZGB/_new  2017-04-30 21:17:55.623212328 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcrash
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.32.0.tar.xz -> kcrash-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.32.0/CMakeLists.txt 
new/kcrash-5.33.0/CMakeLists.txt
--- old/kcrash-5.32.0/CMakeLists.txt2017-03-03 13:46:43.0 +0100
+++ new/kcrash-5.33.0/CMakeLists.txt2017-04-01 11:13:27.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.32.0/src/kcrash.cpp 
new/kcrash-5.33.0/src/kcrash.cpp
--- old/kcrash-5.32.0/src/kcrash.cpp2017-03-03 13:46:43.0 +0100
+++ new/kcrash-5.33.0/src/kcrash.cpp2017-04-01 11:13:27.0 +0200
@@ -131,6 +131,8 @@
 && !qEnvironmentVariableIsSet("KCRASH_AUTO_RESTARTED")) {
 // enable drkonqi
 KCrash::setDrKonqiEnabled(true);
+} else {
+qCDebug(LOG_KCRASH) << "KCrash disabled through environment.";
 }
 
 KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());




commit kcrash for openSUSE:Factory

2017-03-28 Thread root
Hello community,

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

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


Package is "kcrash"

Tue Mar 28 15:08:52 2017 rev:40 rq:481498 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-03-03 
15:20:11.534639449 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-03-28 
15:09:03.341467132 +0200
@@ -1,0 +2,11 @@
+Sun Mar 19 14:50:19 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:

  kcrash-5.31.0.tar.xz

New:

  kcrash-5.32.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.F6Rde9/_old  2017-03-28 15:09:03.897388373 +0200
+++ /var/tmp/diff_new_pack.F6Rde9/_new  2017-03-28 15:09:03.897388373 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kcrash
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.31.0.tar.xz -> kcrash-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.31.0/CMakeLists.txt 
new/kcrash-5.32.0/CMakeLists.txt
--- old/kcrash-5.31.0/CMakeLists.txt2017-02-04 19:10:19.0 +0100
+++ new/kcrash-5.32.0/CMakeLists.txt2017-03-03 13:46:43.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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 kcrash for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2017-03-03 15:20:10

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


Package is "kcrash"

Fri Mar  3 15:20:10 2017 rev:39 rq:461408 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-02-03 
17:44:08.246040971 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-03-03 
15:20:11.534639449 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:25:25 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:

  kcrash-5.30.0.tar.xz

New:

  kcrash-5.31.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.KJvZqW/_old  2017-03-03 15:20:12.118556776 +0100
+++ /var/tmp/diff_new_pack.KJvZqW/_new  2017-03-03 15:20:12.118556776 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kcrash
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -28,9 +28,9 @@
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1+
@@ -56,7 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.5.0
+Requires:   cmake(Qt5Core) >= 5.6.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.

++ kcrash-5.30.0.tar.xz -> kcrash-5.31.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.30.0/CMakeLists.txt 
new/kcrash-5.31.0/CMakeLists.txt
--- old/kcrash-5.30.0/CMakeLists.txt2017-01-08 16:21:21.0 +0100
+++ new/kcrash-5.31.0/CMakeLists.txt2017-02-04 19:10:19.0 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.30.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.31.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.5.0)
+set(REQUIRED_QT_VERSION 5.6.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.30.0/src/kcrash.cpp 
new/kcrash-5.31.0/src/kcrash.cpp
--- old/kcrash-5.30.0/src/kcrash.cpp2017-01-08 16:21:21.0 +0100
+++ new/kcrash-5.31.0/src/kcrash.cpp2017-02-04 19:10:19.0 +0100
@@ -92,16 +92,16 @@
 void setApplicationFilePath(const QString );
 }
 
-static KCrash::HandlerType s_emergencySaveFunction = 0;
-static KCrash::HandlerType s_crashHandler = 0;
-static char *s_appName = 0;
-static char *s_autoRestartCommand = 0;
-static char *s_appPath = 0;
+static KCrash::HandlerType s_emergencySaveFunction = nullptr;
+static KCrash::HandlerType s_crashHandler = nullptr;
+static char *s_appName = nullptr;
+static char *s_autoRestartCommand = nullptr;
+static char *s_appPath = nullptr;
 static int s_autoRestartArgc = 0;
-static char **s_autoRestartCommandLine = 0;
-static char *s_drkonqiPath = 0;
-static char *s_kdeinit_socket_file = 0;
-static KCrash::CrashFlags s_flags = 0;
+static char **s_autoRestartCommandLine = nullptr;
+static char *s_drkonqiPath = nullptr;
+static char *s_kdeinit_socket_file = nullptr;
+static KCrash::CrashFlags s_flags = nullptr;
 static int s_launchDrKonqi = -1; // -1=initial value 0=disabled 1=enabled
 

commit kcrash for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2017-01-31 11:57:02

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-12-17 
11:06:20.265947930 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-02-03 
17:44:08.246040971 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:39:12 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:

  kcrash-5.29.0.tar.xz

New:

  kcrash-5.30.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.MbJEaF/_old  2017-02-03 17:44:08.593991721 +0100
+++ /var/tmp/diff_new_pack.MbJEaF/_new  2017-02-03 17:44:08.597991155 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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,12 +17,12 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kcrash
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}

++ kcrash-5.29.0.tar.xz -> kcrash-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.29.0/CMakeLists.txt 
new/kcrash-5.30.0/CMakeLists.txt
--- old/kcrash-5.29.0/CMakeLists.txt2016-12-03 11:14:00.0 +0100
+++ new/kcrash-5.30.0/CMakeLists.txt2017-01-08 16:21:21.0 +0100
@@ -1,9 +1,11 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KCrash)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+project(KCrash VERSION ${KF5_VERSION})
 
 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)
 
@@ -26,9 +28,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.29.0") # handled by release scripts
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
+ecm_setup_version(PROJECT VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
 SOVERSION 5)
@@ -63,9 +63,9 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Crash")
 
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 
-ecm_configure_package_config_file(
+configure_package_config_file(
   "${CMAKE_CURRENT_SOURCE_DIR}/KF5CrashConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.29.0/KF5CrashConfig.cmake.in 
new/kcrash-5.30.0/KF5CrashConfig.cmake.in
--- old/kcrash-5.29.0/KF5CrashConfig.cmake.in   2016-12-03 11:14:00.0 
+0100
+++ new/kcrash-5.30.0/KF5CrashConfig.cmake.in   2017-01-08 16:21:21.0 
+0100
@@ -2,6 +2,7 @@
 
 # Any changes in this file will be overwritten by CMake.
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.29.0/metainfo.yaml 
new/kcrash-5.30.0/metainfo.yaml
--- old/kcrash-5.29.0/metainfo.yaml 2016-12-03 11:14:00.0 +0100
+++ new/kcrash-5.30.0/metainfo.yaml 2017-01-08 16:21:21.0 +0100
@@ -4,6 +4,7 @@
 type: integration
 platforms:
 - name: Linux
+- name: FreeBSD
 - name: Windows
 portingAid: false
 deprecated: false




commit kcrash for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-10-28 
12:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-11-17 
12:28:45.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov  5 20:26:14 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:

  kcrash-5.27.0.tar.xz

New:

  kcrash-5.28.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.0x6Mnb/_old  2016-11-17 12:28:46.0 +0100
+++ /var/tmp/diff_new_pack.0x6Mnb/_new  2016-11-17 12:28:46.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kcrash
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.27.0.tar.xz -> kcrash-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.27.0/CMakeLists.txt 
new/kcrash-5.28.0/CMakeLists.txt
--- old/kcrash-5.27.0/CMakeLists.txt2016-10-02 09:51:18.0 +0200
+++ new/kcrash-5.28.0/CMakeLists.txt2016-11-05 11:52:30.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.28.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-09-14 
23:17:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-10-28 
12:17:38.0 +0200
@@ -1,0 +2,9 @@
+Sun Oct  2 12:51:52 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * CMake option KCRASH_CORE_PATTERN_RAISE to forward to kernel
+  * Change default log level from Warning to Info
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kcrash-5.26.0.tar.xz

New:

  kcrash-5.27.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.AbTgi6/_old  2016-10-28 12:17:39.0 +0200
+++ /var/tmp/diff_new_pack.AbTgi6/_new  2016-10-28 12:17:39.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kcrash
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.26.0.tar.xz -> kcrash-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.26.0/CMakeLists.txt 
new/kcrash-5.27.0/CMakeLists.txt
--- old/kcrash-5.26.0/CMakeLists.txt2016-09-06 00:31:56.0 +0200
+++ new/kcrash-5.27.0/CMakeLists.txt2016-10-02 09:51:18.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-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
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
@@ -36,6 +36,22 @@
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
 
+# On KF5.29 we want kernel pattern raising to be default, so automate the
+# switch.
+# This can be savely removed for KF5.29+
+set(KCRASH_CORE_PATTERN_RAISE_DEFAULT ON)
+if(${KF5_VERSION} VERSION_LESS "5.29.0")
+set(KCRASH_CORE_PATTERN_RAISE_DEFAULT OFF)
+set(FEATURE_ADDENDUM "This will be enabled by default in 5.29.")
+endif()
+
+option(KCRASH_CORE_PATTERN_RAISE
+"Enables raising signals to kernel core patterns (iff the pattern is a 
process). You may wish to not intall drkonqi if this can cause a UI conflict."
+${KCRASH_CORE_PATTERN_RAISE_DEFAULT})
+add_feature_info("Core Pattern Raising"
+KCRASH_CORE_PATTERN_RAISE
+"Raising signals to kernel core patterns (iff the pattern is a process). 
You may wish to not install drkonqi if this can cause a UI conflict. 
${FEATURE_ADDENDUM}")
+
 if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/po)
   include(ECMPoQmTools)
   ecm_install_po_files_as_qm(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.26.0/autotests/CMakeLists.txt 
new/kcrash-5.27.0/autotests/CMakeLists.txt
--- old/kcrash-5.26.0/autotests/CMakeLists.txt  2016-09-06 00:31:56.0 
+0200
+++ new/kcrash-5.27.0/autotests/CMakeLists.txt  2016-10-02 09:51:18.0 
+0200
@@ -15,7 +15,11 @@
 return()
 endif()
 
+# Include src so we have access to config-kcrash.h
+include_directories(${CMAKE_CURRENT_BINARY_DIR}/../src)
+
 ecm_add_tests(
+  coreconfigtest.cpp
   kcrashtest.cpp
   LINK_LIBRARIES Qt5::Core Qt5::Test
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.26.0/autotests/core_patterns/exec 
new/kcrash-5.27.0/autotests/core_patterns/exec
--- old/kcrash-5.26.0/autotests/core_patterns/exec  1970-01-01 
01:00:00.0 +0100
+++ new/kcrash-5.27.0/autotests/core_patterns/exec  2016-10-02 
09:51:18.0 +0200
@@ -0,0 +1 @@
+|/lib/systemd/systemd-coredump %P %u 

commit kcrash for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-08-29 
15:00:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-09-14 
23:17:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:48:04 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:

  kcrash-5.25.0.tar.xz

New:

  kcrash-5.26.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.dDHISn/_old  2016-09-14 23:17:58.0 +0200
+++ /var/tmp/diff_new_pack.dDHISn/_new  2016-09-14 23:17:58.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kcrash
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.25.0.tar.xz -> kcrash-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.25.0/CMakeLists.txt 
new/kcrash-5.26.0/CMakeLists.txt
--- old/kcrash-5.25.0/CMakeLists.txt2016-08-06 10:29:02.0 +0200
+++ new/kcrash-5.26.0/CMakeLists.txt2016-09-06 00:31:56.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2016-08-29 15:00:02

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


Package is "kcrash"

Changes:

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

Old:

  kcrash-5.24.0.tar.xz

New:

  kcrash-5.25.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.XJnTG9/_old  2016-08-29 15:00:10.0 +0200
+++ /var/tmp/diff_new_pack.XJnTG9/_new  2016-08-29 15:00:10.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kcrash
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -28,9 +28,9 @@
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.5.0
 BuildRequires:  pkgconfig(x11)
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1+
@@ -56,7 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Core) >= 5.5.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.

++ kcrash-5.24.0.tar.xz -> kcrash-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.24.0/CMakeLists.txt 
new/kcrash-5.25.0/CMakeLists.txt
--- old/kcrash-5.24.0/CMakeLists.txt2016-07-02 10:43:15.0 +0200
+++ new/kcrash-5.25.0/CMakeLists.txt2016-08-06 10:29:02.0 +0200
@@ -3,13 +3,13 @@
 project(KCrash)
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-07-03 
12:20:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-07-15 
12:32:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:02:39 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:

  kcrash-5.23.0.tar.xz

New:

  kcrash-5.24.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.NuisDw/_old  2016-07-15 12:32:49.0 +0200
+++ /var/tmp/diff_new_pack.NuisDw/_new  2016-07-15 12:32:49.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kcrash
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.23.0.tar.xz -> kcrash-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.23.0/CMakeLists.txt 
new/kcrash-5.24.0/CMakeLists.txt
--- old/kcrash-5.23.0/CMakeLists.txt2016-06-06 11:27:29.0 +0200
+++ new/kcrash-5.24.0/CMakeLists.txt2016-07-02 10:43:15.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.24.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-05-19 
12:06:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-07-03 
12:20:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 21:24:13 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * Check size of unix domain socket path before copying to it
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kcrash-5.22.0.tar.xz

New:

  kcrash-5.23.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.fEReKV/_old  2016-07-03 12:20:46.0 +0200
+++ /var/tmp/diff_new_pack.fEReKV/_new  2016-07-03 12:20:46.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kcrash
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.22.0.tar.xz -> kcrash-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.22.0/CMakeLists.txt 
new/kcrash-5.23.0/CMakeLists.txt
--- old/kcrash-5.22.0/CMakeLists.txt2016-05-06 21:33:16.0 +0200
+++ new/kcrash-5.23.0/CMakeLists.txt2016-06-06 11:27:29.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.22.0/metainfo.yaml 
new/kcrash-5.23.0/metainfo.yaml
--- old/kcrash-5.22.0/metainfo.yaml 2016-05-06 21:33:16.0 +0200
+++ new/kcrash-5.23.0/metainfo.yaml 2016-06-06 11:27:29.0 +0200
@@ -12,3 +12,7 @@
  - qmake: KCrash
cmake: "KF5::Crash"
 cmakename: KF5Crash
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.22.0/src/kcrash.cpp 
new/kcrash-5.23.0/src/kcrash.cpp
--- old/kcrash-5.22.0/src/kcrash.cpp2016-05-06 21:33:16.0 +0200
+++ new/kcrash-5.23.0/src/kcrash.cpp2016-06-06 11:27:29.0 +0200
@@ -784,6 +784,13 @@
 static int openSocket()
 {
 struct sockaddr_un server;
+if (!s_kdeinit_socket_file ||
+strlen(s_kdeinit_socket_file) > (sizeof(server.sun_path) - 1))
+{
+fprintf(stderr, "kcrash: Unable to communicate with kdeinit5, socket 
name is %s!",
+(s_kdeinit_socket_file) ? "too long" : "undefined");
+return -1;
+}
 
 /*
  * create the socket stream




commit kcrash for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-04-12 
19:13:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-05-19 
12:06:31.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:30:36 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:

  kcrash-5.21.0.tar.xz

New:

  kcrash-5.22.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.SqqMKn/_old  2016-05-19 12:06:32.0 +0200
+++ /var/tmp/diff_new_pack.SqqMKn/_new  2016-05-19 12:06:32.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kcrash
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.21.0.tar.xz -> kcrash-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.21.0/CMakeLists.txt 
new/kcrash-5.22.0/CMakeLists.txt
--- old/kcrash-5.21.0/CMakeLists.txt2016-04-03 22:28:53.0 +0200
+++ new/kcrash-5.22.0/CMakeLists.txt2016-05-06 21:33:16.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 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)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-03-16 
10:28:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-04-12 
19:13:01.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:19:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * 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:

  kcrash-5.20.0.tar.xz

New:

  kcrash-5.21.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.R6ROMN/_old  2016-04-12 19:13:02.0 +0200
+++ /var/tmp/diff_new_pack.R6ROMN/_new  2016-04-12 19:13:02.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kcrash
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -28,9 +28,9 @@
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1+
@@ -56,7 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.

++ kcrash-5.20.0.tar.xz -> kcrash-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.20.0/CMakeLists.txt 
new/kcrash-5.21.0/CMakeLists.txt
--- old/kcrash-5.20.0/CMakeLists.txt2016-03-04 23:12:29.0 +0100
+++ new/kcrash-5.21.0/CMakeLists.txt2016-04-03 22:28:53.0 +0200
@@ -3,13 +3,13 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.21.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

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

Old:

  kcrash-5.19.0.tar.xz

New:

  kcrash-5.20.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.nPBnC3/_old  2016-03-16 10:28:33.0 +0100
+++ /var/tmp/diff_new_pack.nPBnC3/_new  2016-03-16 10:28:33.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kcrash
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.19.0.tar.xz -> kcrash-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.19.0/CMakeLists.txt 
new/kcrash-5.20.0/CMakeLists.txt
--- old/kcrash-5.19.0/CMakeLists.txt2016-02-06 10:32:15.0 +0100
+++ new/kcrash-5.20.0/CMakeLists.txt2016-03-04 23:12:29.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2016-01-20 
09:41:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2016-02-24 
18:54:02.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb  6 18:00:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * Update docs for KCrash::initialize.
+Application developers are encourage to call it explicitly.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kcrash-5.18.0.tar.xz

New:

  kcrash-5.19.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.N96H23/_old  2016-02-24 18:54:03.0 +0100
+++ /var/tmp/diff_new_pack.N96H23/_new  2016-02-24 18:54:03.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kcrash
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.18.0.tar.xz -> kcrash-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.18.0/CMakeLists.txt 
new/kcrash-5.19.0/CMakeLists.txt
--- old/kcrash-5.18.0/CMakeLists.txt2016-01-01 20:52:07.0 +0100
+++ new/kcrash-5.19.0/CMakeLists.txt2016-02-06 10:32:15.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -12,7 +12,7 @@
 set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 if (NOT APPLE)
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.18.0/src/kcrash.h 
new/kcrash-5.19.0/src/kcrash.h
--- old/kcrash-5.18.0/src/kcrash.h  2016-01-01 20:52:07.0 +0100
+++ new/kcrash-5.19.0/src/kcrash.h  2016-02-06 10:32:15.0 +0100
@@ -53,8 +53,7 @@
  *
  * This does nothing if $KDE_DEBUG is set.
  *
- * You can call this in your main(). Note that the platform plugin
- * does this too, so on a full KF5 installation this happens automatically.
+ * Call this in your main() to ensure that the crash handler is always 
launched.
  * @since 5.15
  */
 KCRASH_EXPORT void initialize();




commit kcrash for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

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

Old:

  kcrash-5.17.0.tar.xz

New:

  kcrash-5.18.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.eyxh3p/_old  2016-01-20 09:41:52.0 +0100
+++ /var/tmp/diff_new_pack.eyxh3p/_new  2016-01-20 09:41:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# 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
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kcrash
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.17.0.tar.xz -> kcrash-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.17.0/CMakeLists.txt 
new/kcrash-5.18.0/CMakeLists.txt
--- old/kcrash-5.17.0/CMakeLists.txt2015-12-06 15:01:09.0 +0100
+++ new/kcrash-5.18.0/CMakeLists.txt2016-01-01 20:52:07.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

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

Old:

  kcrash-5.16.0.tar.xz

New:

  kcrash-5.17.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.8m37Y0/_old  2015-12-29 12:51:43.0 +0100
+++ /var/tmp/diff_new_pack.8m37Y0/_new  2015-12-29 12:51:43.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kcrash
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.16.0.tar.xz -> kcrash-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.16.0/CMakeLists.txt 
new/kcrash-5.17.0/CMakeLists.txt
--- old/kcrash-5.16.0/CMakeLists.txt2015-11-08 12:02:01.0 +0100
+++ new/kcrash-5.17.0/CMakeLists.txt2015-12-06 15:01:09.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.17.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-10-19 
22:23:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-11-24 
22:22:41.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 16:58:41 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Improve search for drkonqui and keep it silent per default
+if not found
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kcrash-5.15.0.tar.xz

New:

  kcrash-5.16.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.jv584P/_old  2015-11-24 22:22:42.0 +0100
+++ /var/tmp/diff_new_pack.jv584P/_new  2015-11-24 22:22:42.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kcrash
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.15.0.tar.xz -> kcrash-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.15.0/CMakeLists.txt 
new/kcrash-5.16.0/CMakeLists.txt
--- old/kcrash-5.15.0/CMakeLists.txt2015-10-03 22:27:03.0 +0200
+++ new/kcrash-5.16.0/CMakeLists.txt2015-11-08 12:02:01.0 +0100
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.15.0/autotests/kcrashtest.cpp 
new/kcrash-5.16.0/autotests/kcrashtest.cpp
--- old/kcrash-5.15.0/autotests/kcrashtest.cpp  2015-10-03 22:27:03.0 
+0200
+++ new/kcrash-5.16.0/autotests/kcrashtest.cpp  2015-11-08 12:02:01.0 
+0100
@@ -58,11 +58,11 @@
 processName = "test_crasher.exe";
 #else
 QVERIFY(QFile::exists("./test_crasher"));
-processName = "./test_crasher";
+processName = QStringLiteral("./test_crasher");
 #endif
 //qDebug() << proc.args();
 QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
-env.insert("ASAN_OPTIONS", "handle_segv=0,poison_heap=0"); // Disable ASAN
+env.insert(QStringLiteral("ASAN_OPTIONS"), 
QStringLiteral("handle_segv=0,poison_heap=0")); // Disable ASAN
 proc.setProcessEnvironment(env);
 proc.start(processName, QStringList() << flag);
 bool ok = proc.waitForFinished();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.15.0/autotests/test_crasher.cpp 
new/kcrash-5.16.0/autotests/test_crasher.cpp
--- old/kcrash-5.15.0/autotests/test_crasher.cpp2015-10-03 
22:27:03.0 +0200
+++ new/kcrash-5.16.0/autotests/test_crasher.cpp2015-11-08 
12:02:01.0 +0100
@@ -57,7 +57,7 @@
 }
 #endif
 
-output.setFileName("kcrashtest_log");
+output.setFileName(QStringLiteral("kcrashtest_log"));
 if (!output.open(QIODevice::WriteOnly | QIODevice::Append))
 return 1;
 if (qgetenv("KCRASH_AUTO_RESTARTED").isEmpty()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.15.0/src/kcrash.cpp 
new/kcrash-5.16.0/src/kcrash.cpp
--- old/kcrash-5.15.0/src/kcrash.cpp2015-10-03 22:27:03.0 +0200
+++ new/kcrash-5.16.0/src/kcrash.cpp2015-11-08 12:02:01.0 +0100
@@ -52,6 +52,17 @@
 #include 
 #include 
 #include 
+#include 
+
+#include 
+Q_DECLARE_LOGGING_CATEGORY(LOG_KCRASH)
+
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+// 

commit kcrash for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-09-24 
07:10:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-10-19 
22:23:25.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct  5 17:37:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * KCrash: pass cwd to kdeinit when auto-restarting the app via
+kdeinit. (kde#337760)
+  * Add KCrash::initialize() so that apps and the platform plugin
+can explicitly enable KCrash.
+  * Disable ASAN if enabled
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kcrash-5.14.0.tar.xz

New:

  kcrash-5.15.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.0X4TQn/_old  2015-10-19 22:23:26.0 +0200
+++ /var/tmp/diff_new_pack.0X4TQn/_new  2015-10-19 22:23:26.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kcrash
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.14.0.tar.xz -> kcrash-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.14.0/CMakeLists.txt 
new/kcrash-5.15.0/CMakeLists.txt
--- old/kcrash-5.14.0/CMakeLists.txt2015-09-04 22:08:26.0 +0200
+++ new/kcrash-5.15.0/CMakeLists.txt2015-10-03 22:27:03.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.14.0/autotests/kcrashtest.cpp 
new/kcrash-5.15.0/autotests/kcrashtest.cpp
--- old/kcrash-5.14.0/autotests/kcrashtest.cpp  2015-09-04 22:08:26.0 
+0200
+++ new/kcrash-5.15.0/autotests/kcrashtest.cpp  2015-10-03 22:27:03.0 
+0200
@@ -26,10 +26,11 @@
 class KCrashTest : public QObject
 {
 Q_OBJECT
-public:
-KCrashTest() {}
-
 private Q_SLOTS:
+void initTestCase() {
+// Don't bring up drkonqi
+qputenv("KDE_DEBUG", "1");
+}
 void testAutoRestart();
 void testEmergencySave();
 
@@ -60,6 +61,9 @@
 processName = "./test_crasher";
 #endif
 //qDebug() << proc.args();
+QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
+env.insert("ASAN_OPTIONS", "handle_segv=0,poison_heap=0"); // Disable ASAN
+proc.setProcessEnvironment(env);
 proc.start(processName, QStringList() << flag);
 bool ok = proc.waitForFinished();
 QVERIFY(ok);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.14.0/src/kcrash.cpp 
new/kcrash-5.15.0/src/kcrash.cpp
--- old/kcrash-5.14.0/src/kcrash.cpp2015-09-04 22:08:26.0 +0200
+++ new/kcrash-5.15.0/src/kcrash.cpp2015-10-03 22:27:03.0 +0200
@@ -97,17 +97,7 @@
 
 static void kcrashInitialize()
 {
-if (s_launchDrKonqi == 0) { // disabled by the program itself
-return;
-}
-const QStringList args = QCoreApplication::arguments();
-if (qgetenv("KDE_DEBUG").isEmpty()
-&& qgetenv("KCRASH_AUTO_RESTARTED").isEmpty()) {
-// enable drkonqi
-KCrash::setDrKonqiEnabled(true);
-}
-
-KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());
+KCrash::initialize();
 }
 Q_COREAPP_STARTUP_FUNCTION(kcrashInitialize)
 
@@ -121,6 +111,21 @@
 #endif
 }
 
+void KCrash::initialize()
+{
+if (s_launchDrKonqi == 

commit kcrash for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

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

Old:

  kcrash-5.13.0.tar.xz

New:

  kcrash-5.14.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.NrokEy/_old  2015-09-24 07:10:35.0 +0200
+++ /var/tmp/diff_new_pack.NrokEy/_new  2015-09-24 07:10:35.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kcrash
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kcrash-5.13.0.tar.xz -> kcrash-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.13.0/CMakeLists.txt 
new/kcrash-5.14.0/CMakeLists.txt
--- old/kcrash-5.13.0/CMakeLists.txt2015-08-01 14:41:18.0 +0200
+++ new/kcrash-5.14.0/CMakeLists.txt2015-09-04 22:08:26.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"




commit kcrash for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

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

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-07-14 
17:22:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-09-02 
07:44:38.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:18 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:

  kcrash-5.12.0.tar.xz

New:

  kcrash-5.13.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.NV6f4E/_old  2015-09-02 07:44:38.0 +0200
+++ /var/tmp/diff_new_pack.NV6f4E/_new  2015-09-02 07:44:38.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kcrash
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -28,9 +28,9 @@
 BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kwindowsystem-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
 BuildRequires:  pkgconfig(x11)
 Summary:Gracefull handling of application crashes
 License:LGPL-2.1+
@@ -56,7 +56,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   cmake(Qt5Core) >= 5.3.0
 
 %description devel
 KCrash provides support for intercepting and handling application crashes.

++ kcrash-5.12.0.tar.xz -> kcrash-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.12.0/CMakeLists.txt 
new/kcrash-5.13.0/CMakeLists.txt
--- old/kcrash-5.12.0/CMakeLists.txt2015-07-04 22:32:01.0 +0200
+++ new/kcrash-5.13.0/CMakeLists.txt2015-08-01 14:41:18.0 +0200
@@ -3,13 +3,13 @@
 project(KCrash)
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.12.0/README.md new/kcrash-5.13.0/README.md
--- old/kcrash-5.12.0/README.md 2015-07-04 22:32:01.0 +0200
+++ new/kcrash-5.13.0/README.md 2015-08-01 14:41:18.0 +0200
@@ -1,5 +1,7 @@
 # KCrash
 
+Graceful handling of application crashes
+
 ## Introduction
 
 KCrash provides support for intercepting and handling application crashes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.12.0/src/CMakeLists.txt 
new/kcrash-5.13.0/src/CMakeLists.txt
--- old/kcrash-5.12.0/src/CMakeLists.txt2015-07-04 22:32:01.0 
+0200
+++ new/kcrash-5.13.0/src/CMakeLists.txt2015-08-01 14:41:18.0 
+0200
@@ -20,7 +20,7 @@
 
 
 if(${X11_FOUND})
-  find_package(Qt5X11Extras 5.2.0 REQUIRED 

commit kcrash for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

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

Old:

  kcrash-5.11.0.tar.xz

New:

  kcrash-5.12.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.pECuX4/_old  2015-07-14 17:22:49.0 +0200
+++ /var/tmp/diff_new_pack.pECuX4/_new  2015-07-14 17:22:49.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kcrash
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcrash-5.11.0.tar.xz - kcrash-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.11.0/CMakeLists.txt 
new/kcrash-5.12.0/CMakeLists.txt
--- old/kcrash-5.11.0/CMakeLists.txt2015-06-06 11:24:26.0 +0200
+++ new/kcrash-5.12.0/CMakeLists.txt2015-07-04 22:32:01.0 +0200
@@ -3,7 +3,7 @@
 project(KCrash)
 
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION Extra CMake 
Modules. URL 
https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -26,8 +26,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.11.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
+set(KF5_VERSION 5.12.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.12.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake




commit kcrash for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-05-11 
19:48:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-06-23 
12:07:04.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 19:07:16 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
+
+---

Old:

  kcrash-5.10.0.tar.xz

New:

  kcrash-5.11.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.x9h7SQ/_old  2015-06-23 12:07:05.0 +0200
+++ /var/tmp/diff_new_pack.x9h7SQ/_new  2015-06-23 12:07:05.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kcrash
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcrash-5.10.0.tar.xz - kcrash-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.10.0/CMakeLists.txt 
new/kcrash-5.11.0/CMakeLists.txt
--- old/kcrash-5.10.0/CMakeLists.txt2015-05-01 17:12:53.0 +0200
+++ new/kcrash-5.11.0/CMakeLists.txt2015-06-06 11:24:26.0 +0200
@@ -2,7 +2,11 @@
 
 project(KCrash)
 
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION Extra CMake 
Modules. URL 
https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -17,13 +21,13 @@
 
 set(HAVE_X11 ${X11_FOUND})
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.10.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
+set(KF5_VERSION 5.11.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.11.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake




commit kcrash for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-04-13 
20:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-05-11 
19:48:03.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:47:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kcrash-5.9.0.tar.xz

New:

  kcrash-5.10.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.BtddTY/_old  2015-05-11 19:48:04.0 +0200
+++ /var/tmp/diff_new_pack.BtddTY/_new  2015-05-11 19:48:04.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kcrash
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12

++ kcrash-5.9.0.tar.xz - kcrash-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.9.0/CMakeLists.txt 
new/kcrash-5.10.0/CMakeLists.txt
--- old/kcrash-5.9.0/CMakeLists.txt 2015-04-04 13:47:32.0 +0200
+++ new/kcrash-5.10.0/CMakeLists.txt2015-05-01 17:12:53.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.9.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
+set(KF5_VERSION 5.10.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.10.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake




commit kcrash for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

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

Old:

  kcrash-5.8.0.tar.xz

New:

  kcrash-5.9.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.ztSQdB/_old  2015-04-13 20:25:27.0 +0200
+++ /var/tmp/diff_new_pack.ztSQdB/_new  2015-04-13 20:25:27.0 +0200
@@ -17,17 +17,17 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kcrash
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.8.0
+BuildRequires:  extra-cmake-modules = %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.2.0
@@ -71,7 +71,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++ kcrash-5.8.0.tar.xz - kcrash-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.8.0/CMakeLists.txt 
new/kcrash-5.9.0/CMakeLists.txt
--- old/kcrash-5.8.0/CMakeLists.txt 2015-03-06 03:37:44.0 +0100
+++ new/kcrash-5.9.0/CMakeLists.txt 2015-04-04 13:47:32.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.8.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
+set(KF5_VERSION 5.9.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.9.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake




commit kcrash for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2015-02-16 
17:30:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-03-16 
09:31:35.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar  7 16:58:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Drop kcoreaddons-devel and kwindowsystem-devel from devel package
+  requires
+
+---

Old:

  kcrash-5.7.0.tar.xz

New:

  kcrash-5.8.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.Q4GDsu/_old  2015-03-16 09:31:36.0 +0100
+++ /var/tmp/diff_new_pack.Q4GDsu/_new  2015-03-16 09:31:36.0 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kcrash
 Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.7.0
+BuildRequires:  extra-cmake-modules = 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -56,8 +56,6 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel = %{kf5_version}
-Requires:   kwindowsystem-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kcrash-5.7.0.tar.xz - kcrash-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.7.0/CMakeLists.txt 
new/kcrash-5.8.0/CMakeLists.txt
--- old/kcrash-5.7.0/CMakeLists.txt 2015-01-23 21:28:50.0 +0100
+++ new/kcrash-5.8.0/CMakeLists.txt 2015-03-06 03:37:44.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.7.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
+set(KF5_VERSION 5.8.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.8.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.7.0/KF5CrashConfig.cmake.in 
new/kcrash-5.8.0/KF5CrashConfig.cmake.in
--- old/kcrash-5.7.0/KF5CrashConfig.cmake.in2015-01-23 21:28:50.0 
+0100
+++ new/kcrash-5.8.0/KF5CrashConfig.cmake.in2015-03-06 03:37:44.0 
+0100
@@ -2,9 +2,6 @@
 
 # Any changes in this file will be overwritten by CMake.
 
-find_dependency(KF5CoreAddons @KF5_DEP_VERSION@)
-find_dependency(KF5WindowSystem @KF5_DEP_VERSION@)
-
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.7.0/src/kcrash.cpp 
new/kcrash-5.8.0/src/kcrash.cpp
--- old/kcrash-5.7.0/src/kcrash.cpp 2015-01-23 21:28:50.0 +0100
+++ new/kcrash-5.8.0/src/kcrash.cpp 2015-03-06 03:37:44.0 +0100
@@ -155,7 +155,7 @@
 startTimer(1); // 10 s
 }
 protected:
-void timerEvent(QTimerEvent *event)
+void timerEvent(QTimerEvent *event) Q_DECL_OVERRIDE
 {
 if (!s_crashHandler) { // not set meanwhile
 KCrash::setCrashHandler(KCrash::defaultCrashHandler);

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



commit kcrash for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

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

Old:

  kcrash-5.6.0.tar.xz

New:

  kcrash-5.7.0.tar.xz



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

++ kcrash-5.6.0.tar.xz - kcrash-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.6.0/CMakeLists.txt 
new/kcrash-5.7.0/CMakeLists.txt
--- old/kcrash-5.6.0/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
+++ new/kcrash-5.7.0/CMakeLists.txt 2015-01-23 21:28:50.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
@@ -41,7 +41,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Crash)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Crash)
 
 include(ECMPackageConfigHelpers)
 
@@ -62,7 +62,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.6.0/src/CMakeLists.txt 
new/kcrash-5.7.0/src/CMakeLists.txt
--- old/kcrash-5.6.0/src/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
+++ new/kcrash-5.7.0/src/CMakeLists.txt 2015-01-23 21:28:50.0 +0100
@@ -13,7 +13,7 @@
 generate_export_header(KF5Crash BASE_NAME KCrash)
 add_library(KF5::Crash ALIAS KF5Crash)
 
-target_include_directories(KF5Crash INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KCrash)
+target_include_directories(KF5Crash INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KCrash)
 
 target_link_libraries(KF5Crash PUBLIC Qt5::Core)
 target_link_libraries(KF5Crash PRIVATE KF5::CoreAddons KF5::WindowSystem)
@@ -42,9 +42,9 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kcrash_export.h
   ${KCrash_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KCrash 

commit kcrash for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-12-21 
11:58:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-01-29 
12:51:26.0 +0100
@@ -1,0 +2,8 @@
+Sat Jan  3 18:03:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * Fix build on FreeBSD
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kcrash-5.5.0.tar.xz

New:

  kcrash-5.6.0.tar.xz



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

++ kcrash-5.5.0.tar.xz - kcrash-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.5.0/CMakeLists.txt 
new/kcrash-5.6.0/CMakeLists.txt
--- old/kcrash-5.5.0/CMakeLists.txt 2014-12-02 17:45:25.0 +0100
+++ new/kcrash-5.6.0/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.5.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
+set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.5.0/src/CMakeLists.txt 
new/kcrash-5.6.0/src/CMakeLists.txt
--- old/kcrash-5.5.0/src/CMakeLists.txt 2014-12-02 17:45:25.0 +0100
+++ new/kcrash-5.6.0/src/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
@@ -22,6 +22,7 @@
 if(${X11_FOUND})
   find_package(Qt5X11Extras 5.2.0 REQUIRED NO_MODULE)
   target_link_libraries(KF5Crash PRIVATE Qt5::X11Extras ${X11_LIBRARIES})
+  target_include_directories(KF5Crash PRIVATE ${X11_X11_INCLUDE_PATH})
 endif()
 
 set_target_properties(KF5Crash PROPERTIES VERSION   ${KCrash_VERSION_STRING}

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



commit kcrash for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-11-11 
01:09:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-12-21 
11:58:18.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kcrash-5.4.0.tar.xz

New:

  kcrash-5.5.0.tar.xz



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

++ kcrash-5.4.0.tar.xz - kcrash-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.4.0/CMakeLists.txt 
new/kcrash-5.5.0/CMakeLists.txt
--- old/kcrash-5.4.0/CMakeLists.txt 2014-10-31 21:16:07.0 +0100
+++ new/kcrash-5.5.0/CMakeLists.txt 2014-12-02 17:45:25.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.4.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
+set(KF5_VERSION 5.5.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.5.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake

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



commit kcrash for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-10-07 
15:59:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-11-11 
01:09:36.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:17 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:

  kcrash-5.3.0.tar.xz

New:

  kcrash-5.4.0.tar.xz



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

++ kcrash-5.3.0.tar.xz - kcrash-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.3.0/CMakeLists.txt 
new/kcrash-5.4.0/CMakeLists.txt
--- old/kcrash-5.3.0/CMakeLists.txt 2014-10-03 19:54:08.0 +0200
+++ new/kcrash-5.4.0/CMakeLists.txt 2014-10-31 21:16:07.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.3.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
+set(KF5_VERSION 5.4.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.4.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake

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



commit kcrash for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-09-12 
17:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-10-07 
15:59:45.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  4 17:59:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kcrash-5.2.0.tar.xz

New:

  kcrash-5.3.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.ifHwwS/_old  2014-10-07 15:59:47.0 +0200
+++ /var/tmp/diff_new_pack.ifHwwS/_new  2014-10-07 15:59:47.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:5.2.0
+Version:5.3.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.2.0
+BuildRequires:  extra-cmake-modules = 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcrash-5.2.0.tar.xz - kcrash-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.2.0/CMakeLists.txt 
new/kcrash-5.3.0/CMakeLists.txt
--- old/kcrash-5.2.0/CMakeLists.txt 2014-09-08 01:24:07.0 +0200
+++ new/kcrash-5.3.0/CMakeLists.txt 2014-10-03 19:54:08.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.2.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.2.0) # handled by release scripts
+set(KF5_VERSION 5.3.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.3.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake

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



commit kcrash for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-08-16 
15:42:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-09-12 
17:04:18.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep  9 09:49:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Fri Aug 22 18:55:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Let libKF5Crash5 Recommends drkonqi5
+
+---

Old:

  kcrash-5.1.0.tar.xz

New:

  kcrash-5.2.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.t1Xi6r/_old  2014-09-12 17:04:21.0 +0200
+++ /var/tmp/diff_new_pack.t1Xi6r/_new  2014-09-12 17:04:21.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.1.0
+BuildRequires:  extra-cmake-modules = 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -45,6 +45,7 @@
 %package -n %lname
 Summary:Gracefull handling of application crashes
 Group:  System/GUI/KDE
+Recommends: drkonqi5
 
 %description -n %lname
 KCrash provides support for intercepting and handling application crashes.

++ kcrash-5.1.0.tar.xz - kcrash-5.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/CMakeLists.txt 
new/kcrash-5.2.0/CMakeLists.txt
--- old/kcrash-5.1.0/CMakeLists.txt 2014-08-02 10:17:32.0 +0200
+++ new/kcrash-5.2.0/CMakeLists.txt 2014-09-08 01:24:07.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.1.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
+set(KF5_VERSION 5.2.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.2.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/README.md new/kcrash-5.2.0/README.md
--- old/kcrash-5.1.0/README.md  2014-08-02 10:17:32.0 +0200
+++ new/kcrash-5.2.0/README.md  2014-09-08 01:24:07.0 +0200
@@ -1,14 +1,6 @@
 # KCrash
 
-Graceful handling of application crashes
-
 ## Introduction
 
 KCrash provides support for intercepting and handling application crashes.
 
-## Links
-
-- Home page: https://projects.kde.org/projects/frameworks/kcrash
-- Mailing list: https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
-- IRC channel: #kde-devel on Freenode
-- Git repository: 
https://projects.kde.org/projects/frameworks/kcrash/repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/metainfo.yaml 
new/kcrash-5.2.0/metainfo.yaml
--- old/kcrash-5.1.0/metainfo.yaml  2014-08-02 10:17:32.0 +0200
+++ new/kcrash-5.2.0/metainfo.yaml  2014-09-08 01:24:07.0 +0200
@@ -8,3 +8,7 @@
 portingAid: false
 deprecated: false
 release: true
+libraries:
+ - qmake: KCrash
+   cmake: KF5::Crash
+cmakename: KF5Crash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/src/config-kcrash.h.cmake 
new/kcrash-5.2.0/src/config-kcrash.h.cmake
--- old/kcrash-5.1.0/src/config-kcrash.h.cmake  2014-08-02 10:17:32.0 
+0200
+++ new/kcrash-5.2.0/src/config-kcrash.h.cmake  2014-09-08 01:24:07.0 
+0200
@@ -1,5 +1,4 @@
 #cmakedefine01 HAVE_X11
 
 #define kde_socklen_t socklen_t
-#define CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}
-#define LIBEXEC_INSTALL_DIR ${LIBEXEC_INSTALL_DIR}
+#define CMAKE_INSTALL_FULL_LIBEXECDIR ${CMAKE_INSTALL_FULL_LIBEXECDIR}
diff -urN '--exclude=CVS' 

commit kcrash for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-07-15 
08:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-08-16 
15:42:25.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---

Old:

  kcrash-5.0.0.tar.xz

New:

  kcrash-5.1.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.63PNmN/_old  2014-08-16 15:42:26.0 +0200
+++ /var/tmp/diff_new_pack.63PNmN/_new  2014-08-16 15:42:26.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcrash-5.0.0.tar.xz - kcrash-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.0.0/CMakeLists.txt 
new/kcrash-5.1.0/CMakeLists.txt
--- old/kcrash-5.0.0/CMakeLists.txt 2014-07-01 20:14:27.0 +0200
+++ new/kcrash-5.1.0/CMakeLists.txt 2014-08-02 10:17:32.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake

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



commit kcrash for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

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



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.lsgfAk/_old  2014-07-15 08:00:27.0 +0200
+++ /var/tmp/diff_new_pack.lsgfAk/_new  2014-07-15 08:00:27.0 +0200
@@ -20,12 +20,13 @@
 Name:   kcrash
 Version:5.0.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 1.0.0
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel = %{_kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel = %{_kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.2.0
@@ -53,8 +54,8 @@
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
 Requires:   extra-cmake-modules
-Requires:   kcoreaddons-devel = %{_kf5_version}
-Requires:   kwindowsystem-devel = %{_kf5_version}
+Requires:   kcoreaddons-devel = %{kf5_version}
+Requires:   kwindowsystem-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

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



commit kcrash for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-06-10 
14:36:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-07-10 
14:56:11.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:54 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:

  kcrash-4.100.0.tar.xz

New:

  kcrash-5.0.0.tar.xz



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

++ kcrash-4.100.0.tar.xz - kcrash-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.100.0/CMakeLists.txt 
new/kcrash-5.0.0/CMakeLists.txt
--- old/kcrash-4.100.0/CMakeLists.txt   2014-06-01 12:38:39.0 +0200
+++ new/kcrash-5.0.0/CMakeLists.txt 2014-07-01 20:14:27.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.100.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
+set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.100.0/autotests/CMakeLists.txt 
new/kcrash-5.0.0/autotests/CMakeLists.txt
--- old/kcrash-4.100.0/autotests/CMakeLists.txt 2014-06-01 12:38:39.0 
+0200
+++ new/kcrash-5.0.0/autotests/CMakeLists.txt   2014-07-01 20:14:27.0 
+0200
@@ -17,7 +17,6 @@
 
 ecm_add_tests(
   kcrashtest.cpp
-  NAME_PREFIX kcrash-
   LINK_LIBRARIES Qt5::Core Qt5::Test
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.100.0/src/kcrash.cpp 
new/kcrash-5.0.0/src/kcrash.cpp
--- old/kcrash-4.100.0/src/kcrash.cpp   2014-06-01 12:38:39.0 +0200
+++ new/kcrash-5.0.0/src/kcrash.cpp 2014-07-01 20:14:27.0 +0200
@@ -278,6 +278,7 @@
 // Prepare this now to avoid mallocs in the crash handler.
 char *display = getDisplay();
 const QString socketFileName = 
QString::fromLatin1(kdeinit5_%1).arg(QLatin1String(display));
+free(display);
 QByteArray socketName = 
QFile::encodeName(QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation)
 +
 QLatin1Char('/') + socketFileName);
 s_kdeinit_socket_file = qstrdup(socketName.constData());
@@ -690,6 +691,7 @@
 fprintf(stderr, KCrash failed to fork(), errno = %d\n, errno);
 return 0;
 case 0:
+setgroups(0, 0); // Remove any extraneous groups
 if (setgid(getgid())  0 || setuid(getuid())  0) {
 _exit(253);// This cannot happen. Theoretically.
 }

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



commit kcrash for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-05-14 
20:26:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-06-10 
14:36:47.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:

  kcrash-4.99.0.tar.xz

New:

  baselibs.conf
  kcrash-4.100.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.EJBup1/_old  2014-06-10 14:36:48.0 +0200
+++ /var/tmp/diff_new_pack.EJBup1/_new  2014-06-10 14:36:48.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.13
+BuildRequires:  extra-cmake-modules = 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kcrash-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ baselibs.conf ++
libKF5Crash5
kcrash-devel
requires libKF5Crash5-targettype = version
++ kcrash-4.99.0.tar.xz - kcrash-4.100.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.99.0/CMakeLists.txt 
new/kcrash-4.100.0/CMakeLists.txt
--- old/kcrash-4.99.0/CMakeLists.txt2014-05-04 22:14:43.0 +0200
+++ new/kcrash-4.100.0/CMakeLists.txt   2014-06-01 12:38:39.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,17 +22,15 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.99.0) # handled by release scripts
-set(KF5_DEP_VERSION 4.99.0) # handled by release scripts
+set(KF5_VERSION 4.100.0) # handled by release scripts
+set(KF5_DEP_VERSION 4.100.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
 SOVERSION 5)
 
-if(NOT kdelibs_SOURCE_DIR)
-  find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-  find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
-endif()
+find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED)
 
 if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/po)
   include(ECMPoQmTools)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.99.0/autotests/CMakeLists.txt 
new/kcrash-4.100.0/autotests/CMakeLists.txt
--- old/kcrash-4.99.0/autotests/CMakeLists.txt  2014-05-04 22:14:43.0 
+0200
+++ new/kcrash-4.100.0/autotests/CMakeLists.txt 2014-06-01 12:38:39.0 
+0200
@@ -1,6 +1,6 @@
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-include(ECMMarkAsTest)
+include(ECMAddTests)
 
 find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG QUIET)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} CONFIG QUIET)
@@ -15,20 +15,13 @@
 return()
 endif()
 
-macro(KCRASH_UNIT_TESTS)
-   foreach(_testname ${ARGN})
-  add_executable(${_testname} ${_testname}.cpp)
-  add_test(kcrash-${_testname} ${_testname})
-  target_link_libraries(${_testname} Qt5::Core Qt5::Test)
-  ecm_mark_as_test(${_testname})
-   endforeach(_testname)
-endmacro(KCRASH_UNIT_TESTS)
-
-kcrash_unit_tests(
-  kcrashtest
+ecm_add_tests(
+  kcrashtest.cpp
+  NAME_PREFIX kcrash-
+  LINK_LIBRARIES Qt5::Core Qt5::Test
 )
 
 add_executable(test_crasher test_crasher.cpp)
 target_link_libraries(test_crasher Qt5::Widgets KF5::Crash)
 ecm_mark_as_test(test_crasher)
-
+ecm_mark_nongui_executable(test_crasher)
diff -urN '--exclude=CVS' 

commit kcrash for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-03-10 
12:17:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-04-02 
17:21:58.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  kcrash-4.97.0.tar.xz

New:

  kcrash-4.98.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.AGT5Xw/_old  2014-04-02 17:21:59.0 +0200
+++ /var/tmp/diff_new_pack.AGT5Xw/_new  2014-04-02 17:21:59.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.11
+BuildRequires:  extra-cmake-modules = 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem

++ kcrash-4.97.0.tar.xz - kcrash-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.97.0/CMakeLists.txt 
new/kcrash-4.98.0/CMakeLists.txt
--- old/kcrash-4.97.0/CMakeLists.txt2014-03-01 12:50:23.0 +0100
+++ new/kcrash-4.98.0/CMakeLists.txt2014-03-28 19:16:21.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,7 +22,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.97.0)
+set(KF5_VERSION 4.98.0)
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.97.0/README.md new/kcrash-4.98.0/README.md
--- old/kcrash-4.97.0/README.md 2014-03-01 12:50:23.0 +0100
+++ new/kcrash-4.98.0/README.md 2014-03-28 19:16:21.0 +0100
@@ -1,6 +1,6 @@
 # KCrash
 
-Gracefull handling of application crashes
+Graceful handling of application crashes
 
 ## Introduction
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.97.0/src/CMakeLists.txt 
new/kcrash-4.98.0/src/CMakeLists.txt
--- old/kcrash-4.97.0/src/CMakeLists.txt2014-03-01 12:50:23.0 
+0100
+++ new/kcrash-4.98.0/src/CMakeLists.txt2014-03-28 19:16:21.0 
+0100
@@ -1,14 +1,6 @@
-include(CheckFunctionExists)
-include(CheckIncludeFiles)
-include(CheckPrototypeDefinition)
-
-check_function_exists(strlcpy HAVE_STRLCPY)
-check_prototype_definition(strlcpy unsigned long strlcpy(char*, const char*, 
unsigned long) 0 string.h HAVE_STRLCPY_PROTO)
-check_include_files(string.h HAVE_STRING_H)
 
 set(kcrash_SRCS
   kcrash.cpp
-  strlcpy-fake.c
 )
 
 configure_file(
@@ -16,11 +8,6 @@
 ${CMAKE_CURRENT_BINARY_DIR}/config-kcrash.h
 )
 
-configure_file(
-${CMAKE_CURRENT_SOURCE_DIR}/config-strlcpy.h.cmake
-${CMAKE_CURRENT_BINARY_DIR}/config-strlcpy.h
-)
-
 add_library(KF5Crash ${kcrash_SRCS})
 generate_export_header(KF5Crash BASE_NAME KCrash)
 add_library(KF5::Crash ALIAS KF5Crash)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.97.0/src/Messages.sh 
new/kcrash-4.98.0/src/Messages.sh
--- old/kcrash-4.97.0/src/Messages.sh   1970-01-01 01:00:00.0 +0100
+++ new/kcrash-4.98.0/src/Messages.sh   2014-03-28 19:16:21.0 +0100
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources.
+# The results are stored in a pseudo .cpp file to be picked up by xgettext.
+lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg`
+if [ -n $lst ] ; then
+$EXTRACTRC $lst  rc.cpp
+fi
+
+# If your framework contains tips-of-the-day, call preparetips as well.
+if [ -f data/tips ] ; then
+( cd data  $PREPARETIPS  ../tips.cpp )
+fi
+
+# Extract strings from all source files.
+# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt 

commit kcrash for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

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

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


Package is kcrash

Changes:

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

Old:

  kcrash-4.96.0.tar.xz

New:

  kcrash-4.97.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.jc5ET9/_old  2014-03-10 12:17:43.0 +0100
+++ /var/tmp/diff_new_pack.jc5ET9/_new  2014-03-10 12:17:43.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define lname   libKF5Crash4
+%define lname   libKF5Crash5
 Name:   kcrash
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 0.0.10
+BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem

++ kcrash-4.96.0.tar.xz - kcrash-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.96.0/CMakeLists.txt 
new/kcrash-4.97.0/CMakeLists.txt
--- old/kcrash-4.96.0/CMakeLists.txt2014-02-05 00:02:37.0 +0100
+++ new/kcrash-4.97.0/CMakeLists.txt2014-03-01 12:50:23.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -11,7 +11,10 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-find_package(X11)
+if (NOT APPLE)
+find_package(X11)
+endif()
+
 set(HAVE_X11 ${X11_FOUND})
 
 include(FeatureSummary)
@@ -19,10 +22,11 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 4.96.0)
+set(KF5_VERSION 4.97.0)
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
-PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake)
+PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake
+SOVERSION 5)
 
 if(NOT kdelibs_SOURCE_DIR)
   find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED)
@@ -35,9 +39,9 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Crash)
 
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 
-configure_package_config_file(
+ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KF5CrashConfig.cmake.in
   ${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.96.0/autotests/test_crasher.cpp 
new/kcrash-4.97.0/autotests/test_crasher.cpp
--- old/kcrash-4.96.0/autotests/test_crasher.cpp2014-02-05 
00:02:37.0 +0100
+++ new/kcrash-4.97.0/autotests/test_crasher.cpp2014-03-01 
12:50:23.0 +0100
@@ -23,6 +23,7 @@
 #include kcrash.h
 #ifdef Q_OS_UNIX
 #include sys/resource.h // setrlimit
+#include errno.h
 #endif
 
 QFile output;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.96.0/src/CMakeLists.txt 
new/kcrash-4.97.0/src/CMakeLists.txt
--- old/kcrash-4.96.0/src/CMakeLists.txt2014-02-05 00:02:37.0 
+0100
+++ new/kcrash-4.97.0/src/CMakeLists.txt2014-03-01 12:50:23.0 
+0100
@@ -41,13 +41,12 @@
   EXPORT_NAME Crash
 )
 
-ecm_generate_headers(
+ecm_generate_headers(KCrash_HEADERS
+  HEADER_NAMES
   KCrash
 
-  MODULE_NAME KCrash
   REQUIRED_HEADERS KCrash_HEADERS
 )
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KCrash DESTINATION 
${INCLUDE_INSTALL_DIR} COMPONENT Devel)
 
 install(TARGETS KF5Crash EXPORT KF5CrashTargets 
${INSTALL_TARGETS_DEFAULT_ARGS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-4.96.0/src/kcrash.cpp 
new/kcrash-4.97.0/src/kcrash.cpp
--- old/kcrash-4.96.0/src/kcrash.cpp