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.changes    2019-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.txt    2019-02-02 18:20:25.000000000 +0100
+++ new/kcrash-5.56.0/CMakeLists.txt    2019-03-02 14:25:13.000000000 +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)


Reply via email to