Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcrash for openSUSE:Factory checked in at 2021-05-10 15:35:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcrash (Old) and /work/SRC/openSUSE:Factory/.kcrash.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcrash" Mon May 10 15:35:23 2021 rev:91 rq:891738 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes 2021-04-12 12:36:01.501263942 +0200 +++ /work/SRC/openSUSE:Factory/.kcrash.new.2988/kcrash.changes 2021-05-10 15:36:54.162151052 +0200 @@ -1,0 +2,10 @@ +Sat May 1 16:40:42 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Changes since 5.81.0: + * remove solaris ifdefs + +------------------------------------------------------------------- Old: ---- kcrash-5.81.0.tar.xz kcrash-5.81.0.tar.xz.sig New: ---- kcrash-5.82.0.tar.xz kcrash-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcrash.spec ++++++ --- /var/tmp/diff_new_pack.d3v42p/_old 2021-05-10 15:36:54.718148899 +0200 +++ /var/tmp/diff_new_pack.d3v42p/_new 2021-05-10 15:36:54.722148884 +0200 @@ -17,7 +17,7 @@ %define lname libKF5Crash5 -%define _tar_path 5.81 +%define _tar_path 5.82 # 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.81.0 +Version: 5.82.0 Release: 0 Summary: An application crash handler License: LGPL-2.1-or-later @@ -43,9 +43,9 @@ BuildRequires: pkgconfig BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.14.0 -BuildRequires: cmake(Qt5Test) >= 5.14.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.14.0 +BuildRequires: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.15.0 BuildRequires: pkgconfig(x11) %description @@ -64,22 +64,22 @@ Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Core) >= 5.14.0 +Requires: cmake(Qt5Core) >= 5.15.0 %description devel KCrash provides support for intercepting and handling application crashes. Development files. %prep -%setup -q +%autosetup -p1 %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig ++++++ kcrash-5.81.0.tar.xz -> kcrash-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.81.0/.git-blame-ignore-revs new/kcrash-5.82.0/.git-blame-ignore-revs --- old/kcrash-5.81.0/.git-blame-ignore-revs 1970-01-01 01:00:00.000000000 +0100 +++ new/kcrash-5.82.0/.git-blame-ignore-revs 2021-05-01 11:39:00.000000000 +0200 @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: CC0-1.0 +# SPDX-FileCopyrightText: none + +# clang-format +03b8fd740f9c9c7b6d0ff7a31c127e7ea2ff0cf7 + +# astyle +0003b51ada4f5abeab0e51fad80dc09ab254abb2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.81.0/.gitignore new/kcrash-5.82.0/.gitignore --- old/kcrash-5.81.0/.gitignore 2021-04-03 11:30:22.000000000 +0200 +++ new/kcrash-5.82.0/.gitignore 2021-05-01 11:39:00.000000000 +0200 @@ -22,3 +22,6 @@ .cmake/ /.clang-format /compile_commands.json +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.81.0/CMakeLists.txt new/kcrash-5.82.0/CMakeLists.txt --- old/kcrash-5.81.0/CMakeLists.txt 2021-04-03 11:30:22.000000000 +0200 +++ new/kcrash-5.82.0/CMakeLists.txt 2021-05-01 11:39:00.000000000 +0200 @@ -1,17 +1,17 @@ cmake_minimum_required(VERSION 3.5) -set(KF_VERSION "5.81.0") # handled by release scripts -set(KF_DEP_VERSION "5.81.0") # handled by release scripts +set(KF_VERSION "5.82.0") # handled by release scripts +set(KF_DEP_VERSION "5.82.0") # handled by release scripts project(KCrash VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.81.0 NO_MODULE) +find_package(ECM 5.82.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.14.0) +set(REQUIRED_QT_VERSION 5.15.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core) include(KDEInstallDirs) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) @@ -58,8 +58,8 @@ endif() -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) add_definitions(-DQT_NO_FOREACH) add_subdirectory(src) if (BUILD_TESTING) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.81.0/autotests/test_crasher.cpp new/kcrash-5.82.0/autotests/test_crasher.cpp --- old/kcrash-5.81.0/autotests/test_crasher.cpp 2021-04-03 11:30:22.000000000 +0200 +++ new/kcrash-5.82.0/autotests/test_crasher.cpp 2021-05-01 11:39:00.000000000 +0200 @@ -10,7 +10,7 @@ #include <QFile> #include <kcrash.h> #ifdef Q_OS_UNIX -#include <errno.h> +#include <cerrno> #include <sys/resource.h> // setrlimit #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.81.0/src/kcrash.cpp new/kcrash-5.82.0/src/kcrash.cpp --- old/kcrash-5.81.0/src/kcrash.cpp 2021-04-03 11:30:22.000000000 +0200 +++ new/kcrash-5.82.0/src/kcrash.cpp 2021-05-01 11:39:00.000000000 +0200 @@ -20,7 +20,7 @@ #include <qplatformdefs.h> #ifndef Q_OS_WIN -#include <errno.h> +#include <cerrno> #include <sys/resource.h> #include <sys/un.h> #else @@ -56,16 +56,6 @@ #include <qx11info_x11.h> #endif -#ifdef Q_OS_SOLARIS -// Solaris has built-in, thread-safe, async-signal-safe, mechanisms -// to walk the stack in the case of a crash, as well as (optionally) -// to demangle C++ symbol names. In the case of a crash, dump a stack -// trace to stderr before starting DrKonqi (because what DrKonqi is -// going to do is -- through a complicated process -- print the -// exact same information, but less reliably). -#include <ucontext.h> -#endif - #include "coreconfig_p.h" // Copy from klauncher_cmds @@ -418,10 +408,6 @@ alarm(3); // Kill me... (in case we deadlock in malloc) #endif -#ifdef Q_OS_SOLARIS - (void)printstack(2 /* stderr, assuming it's still open. */); -#endif - if (crashRecursionCounter < 2) { if (s_emergencySaveFunction) { s_emergencySaveFunction(sig);