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-02-17 18:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcrash (Old) and /work/SRC/openSUSE:Factory/.kcrash.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcrash" Wed Feb 17 18:10:31 2021 rev:88 rq:871681 version:5.79.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes 2021-01-13 18:17:21.173012782 +0100 +++ /work/SRC/openSUSE:Factory/.kcrash.new.28504/kcrash.changes 2021-02-17 18:11:43.169949414 +0100 @@ -1,0 +2,9 @@ +Mon Feb 8 08:46:08 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.79.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.79.0 +- No code change since 5.78.0 + +------------------------------------------------------------------- Old: ---- kcrash-5.78.0.tar.xz kcrash-5.78.0.tar.xz.sig New: ---- kcrash-5.79.0.tar.xz kcrash-5.79.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcrash.spec ++++++ --- /var/tmp/diff_new_pack.gGS6iV/_old 2021-02-17 18:11:43.837949961 +0100 +++ /var/tmp/diff_new_pack.gGS6iV/_new 2021-02-17 18:11:43.837949961 +0100 @@ -17,7 +17,7 @@ %define lname libKF5Crash5 -%define _tar_path 5.78 +%define _tar_path 5.79 # 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.78.0 +Version: 5.79.0 Release: 0 Summary: An application crash handler License: LGPL-2.1-or-later ++++++ kcrash-5.78.0.tar.xz -> kcrash-5.79.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.78.0/.gitignore new/kcrash-5.79.0/.gitignore --- old/kcrash-5.78.0/.gitignore 2021-01-02 13:23:45.000000000 +0100 +++ new/kcrash-5.79.0/.gitignore 2021-01-30 18:39:54.000000000 +0100 @@ -20,3 +20,4 @@ CMakeLists.txt.user* *.unc-backup* .cmake/ +/.clang-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.78.0/CMakeLists.txt new/kcrash-5.79.0/CMakeLists.txt --- old/kcrash-5.78.0/CMakeLists.txt 2021-01-02 13:23:45.000000000 +0100 +++ new/kcrash-5.79.0/CMakeLists.txt 2021-01-30 18:39:54.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.78.0") # handled by release scripts -set(KF5_DEP_VERSION "5.78.0") # handled by release scripts -project(KCrash VERSION ${KF5_VERSION}) +set(KF_VERSION "5.79.0") # handled by release scripts +set(KF_DEP_VERSION "5.79.0") # handled by release scripts +project(KCrash VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.78.0 NO_MODULE) +find_package(ECM 5.79.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) @@ -38,8 +38,8 @@ PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake" SOVERSION 5) -find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) -find_package(KF5WindowSystem ${KF5_DEP_VERSION} REQUIRED) +find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED) +find_package(KF5WindowSystem ${KF_DEP_VERSION} REQUIRED) set(KCRASH_CORE_PATTERN_RAISE_DEFAULT ON) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.78.0/src/CMakeLists.txt new/kcrash-5.79.0/src/CMakeLists.txt --- old/kcrash-5.78.0/src/CMakeLists.txt 2021-01-02 13:23:45.000000000 +0100 +++ new/kcrash-5.79.0/src/CMakeLists.txt 2021-01-30 18:39:54.000000000 +0100 @@ -73,7 +73,7 @@ KF5Crash_QCH NAME KCrash BASE_NAME KF5Crash - VERSION ${KF5_VERSION} + VERSION ${KF_VERSION} ORG_DOMAIN org.kde SOURCES # using only public headers, to cover only public API ${KCrash_HEADERS} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.78.0/src/config-kcrash.h.cmake new/kcrash-5.79.0/src/config-kcrash.h.cmake --- old/kcrash-5.78.0/src/config-kcrash.h.cmake 2021-01-02 13:23:45.000000000 +0100 +++ new/kcrash-5.79.0/src/config-kcrash.h.cmake 2021-01-30 18:39:54.000000000 +0100 @@ -2,4 +2,4 @@ #cmakedefine KCRASH_CORE_PATTERN_RAISE #define kde_socklen_t socklen_t -#define CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}" +#define KDE_INSTALL_FULL_LIBEXECDIR "${KDE_INSTALL_FULL_LIBEXECDIR}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcrash-5.78.0/src/kcrash.cpp new/kcrash-5.79.0/src/kcrash.cpp --- old/kcrash-5.78.0/src/kcrash.cpp 2021-01-02 13:23:45.000000000 +0100 +++ new/kcrash-5.79.0/src/kcrash.cpp 2021-01-30 18:39:54.000000000 +0100 @@ -315,14 +315,10 @@ if (s_launchDrKonqi && !s_drkonqiPath) { // search paths const QStringList paths = QStringList() -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - << QFile::decodeName(qgetenv("LIBEXEC_PATH")).split(QLatin1Char(':'), QString::SkipEmptyParts) // env var is used first -#else << QFile::decodeName(qgetenv("LIBEXEC_PATH")).split(QLatin1Char(':'), Qt::SkipEmptyParts) // env var is used first -#endif << QCoreApplication::applicationDirPath() // then look where our application binary is located << QLibraryInfo::location(QLibraryInfo::LibraryExecutablesPath) // look where libexec path is (can be set in qt.conf) - << QFile::decodeName(CMAKE_INSTALL_FULL_LIBEXECDIR); // look at our installation location + << QFile::decodeName(KDE_INSTALL_FULL_LIBEXECDIR); // look at our installation location const QString exec = QStandardPaths::findExecutable(QStringLiteral("drkonqi"), paths); if (exec.isEmpty()) { qCDebug(LOG_KCRASH) << "Could not find drkonqi in search paths:" << paths;
