Hello community, here is the log from the commit of package drkonqi5 for openSUSE:Factory checked in at 2019-10-31 18:10:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drkonqi5 (Old) and /work/SRC/openSUSE:Factory/.drkonqi5.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drkonqi5" Thu Oct 31 18:10:18 2019 rev:40 rq:744211 version:5.17.2 Changes: -------- --- /work/SRC/openSUSE:Factory/drkonqi5/drkonqi5.changes 2019-10-27 13:36:52.748956753 +0100 +++ /work/SRC/openSUSE:Factory/.drkonqi5.new.2990/drkonqi5.changes 2019-10-31 18:10:19.649701209 +0100 @@ -1,0 +2,10 @@ +Tue Oct 29 20:45:50 UTC 2019 - Fabian Vogt <[email protected]> + +- Update to 5.17.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.17.2.php +- Changes since 5.17.1: + * typo-- + +------------------------------------------------------------------- Old: ---- drkonqi-5.17.1.tar.xz drkonqi-5.17.1.tar.xz.sig New: ---- drkonqi-5.17.2.tar.xz drkonqi-5.17.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drkonqi5.spec ++++++ --- /var/tmp/diff_new_pack.ZFOcox/_old 2019-10-31 18:10:20.397701993 +0100 +++ /var/tmp/diff_new_pack.ZFOcox/_new 2019-10-31 18:10:20.401701997 +0100 @@ -23,7 +23,7 @@ %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF) %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} -Version: 5.17.1 +Version: 5.17.2 Release: 0 Summary: Helper for debugging and reporting crashes License: GPL-2.0-or-later ++++++ drkonqi-5.17.1.tar.xz -> drkonqi-5.17.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.17.1/CMakeLists.txt new/drkonqi-5.17.2/CMakeLists.txt --- old/drkonqi-5.17.1/CMakeLists.txt 2019-10-22 17:15:18.000000000 +0200 +++ new/drkonqi-5.17.2/CMakeLists.txt 2019-10-29 19:08:06.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(drkonqi) -set(PROJECT_VERSION "5.17.1") +set(PROJECT_VERSION "5.17.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.12.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/drkonqi-5.17.1/Testing.md new/drkonqi-5.17.2/Testing.md --- old/drkonqi-5.17.1/Testing.md 2019-10-22 17:14:43.000000000 +0200 +++ new/drkonqi-5.17.2/Testing.md 2019-10-29 19:07:38.000000000 +0100 @@ -2,11 +2,11 @@ Drkonqi also doesn't technically require a process to actually crash, you can simply run it manually on any old pid. Do note that in most cases you only need -to define the pid, however not giving certin cmdline options can change +to define the pid, however not giving certain cmdline options can change behavior somewhat drastically (e.g. kdeinit vs. notkdeinit behaves radically different as far as process name detection goes) -sample command to doctor a running dolphin: +example command to doctor a running dolphin: ``` DRKONQI_HTTP_DELAY_MS=1000 \ @@ -34,7 +34,7 @@ # Backends Drkonqi has a number of backends that may be used. Backends are stacked by -order of perference, backends in the directory of the binary are most preferred. +order of preference, backends in the directory of the binary are most preferred. This means that you can dump debuggers/internal/ into your build's bin/ directory and override for example gdb. This essentially allows you to replace the gdb debugger with a `cat` of a fixture file to not have to trace live
