From d2477855693d27176ac413c986774f9083cde7ecc54b19e6c2d0eb97a2d9db2e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 19 May 2020 13:35:04 +0000 Subject: [PATCH] Plasma 5.19 Beta. Did I forget to submit the fixes? Untested - please publish disable before accepting. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=111 --- drkonqi-5.18.5.tar.xz | 3 --- drkonqi-5.18.5.tar.xz.sig | 11 ----------- drkonqi-5.18.90.tar.xz | 3 +++ drkonqi-5.18.90.tar.xz.sig | 11 +++++++++++ drkonqi5.changes | 28 ++++++++++++++++++++++++++++ drkonqi5.spec | 7 ++++--- 6 files changed, 46 insertions(+), 17 deletions(-) delete mode 100644 drkonqi-5.18.5.tar.xz delete mode 100644 drkonqi-5.18.5.tar.xz.sig create mode 100644 drkonqi-5.18.90.tar.xz create mode 100644 drkonqi-5.18.90.tar.xz.sig diff --git a/drkonqi-5.18.5.tar.xz b/drkonqi-5.18.5.tar.xz deleted file mode 100644 index a3f8a16..0000000 --- a/drkonqi-5.18.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a626c4ed2f9de8f8bc3359d8827e7fa6ac17486b8477674e47627fcf6efad1 -size 747984 diff --git a/drkonqi-5.18.5.tar.xz.sig b/drkonqi-5.18.5.tar.xz.sig deleted file mode 100644 index f365f7c..0000000 --- a/drkonqi-5.18.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl6xeW0ACgkQ7JTRj38F -mX7/7QgAkWzVlhpofiRC/hRUThK/TH3o5uIkkK8QS71h2w7ng1XAsFeENF2c+XOG -t/VY02Gsz/aTmLvXqffC5xDZgd0Ruy0PzKbexWCCjLy9crz8zC9h0AqQz6naXI6A -Jzu7AHtIy5hdkJ/EHpFukAOzUJ+qOBL4DgbBETnWYTLEv+WuH5CHb8SpvKY9py18 -JFYYK9axUIERhQYsoqjsWjuTNmF2aHUNzVoH7KdEXdMrsD5cYB0HGpEkXoJLwo58 -Slze7/uglFN66DadqwHQ/G4HZ5gbvSSLrExFYKlSIVo8sx1uks3maHwJ8guz6tPK -8g6RQt7dCJvZmN3W517UX6aeqhlh4A== -=J9dj ------END PGP SIGNATURE----- diff --git a/drkonqi-5.18.90.tar.xz b/drkonqi-5.18.90.tar.xz new file mode 100644 index 0000000..c71bf26 --- /dev/null +++ b/drkonqi-5.18.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d5753a4946bda8734e9354319f888728e886ce32092b6795b8305c59b05d46 +size 747424 diff --git a/drkonqi-5.18.90.tar.xz.sig b/drkonqi-5.18.90.tar.xz.sig new file mode 100644 index 0000000..6e5a082 --- /dev/null +++ b/drkonqi-5.18.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl69HgQACgkQ7JTRj38F +mX4RbAf/ZGS8Hn6U9xJA1nl1MIgOUbkkSIVw9pm8zo8PPf7Xuq7wTiafMj/5Nn/m +NF8eZGTYdwrjUI3/AVoabvYiPbHYziiDTVrY/H1LT5P/Hdoi2IbrsjbvIdqi1BMp +kFiBg70UTzhAg09cu38lU986eh3BTgWrisfXqrAwtKyUUYq1f4tISAenKxOT/MaX +3TcTnBg3DEu4JVWPPccEcOV3TYE4hkzXeZXFJjMtcDYxH3tmYG/BjDR3Bs1s92fu +5S9u6u3A68PNSFoKzXXxMUauVqfGCAO8Q9Og59u6rhqx4g8UXNeGV/+a0IfhgfZD +ApRVcAFDQBXs+7Jhf8IvLklGQTqYdw== +=PSGN +-----END PGP SIGNATURE----- diff --git a/drkonqi5.changes b/drkonqi5.changes index f9f8787..890eb2e 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu May 14 14:33:01 UTC 2020 - Fabian Vogt + +- Update to 5.18.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.90.php +- Changes since 5.18.5: + * initialize bools to false by default (kde#421187) + * Revert "Make it compile with qt5.15" + * Don't leak DrKonqi dialog / fix crash on wayland + * bump to require Qt 5.14 + * Read the new message string after rather than before + * Use SyntaxHighlighter for highlighting + * Adapt to changes in kcrash + * [DrKonqi] Port QRegExp to QRegularExpression + * Bump required version of KF5 to 5.69.0 + * Reduce unneeded dependencies + * skip over _start and __libc_start_main + * style++ + * Include s_kcrashErrorMessage in our traces + * Make it compile against qt5.15. SkipEmptyParts is part of Qt::. + * Revert "remove pointless ifdef" + * remove pointless ifdef + * Port away from deprecated API on Qt 5.15.0 + * Make it compile with qt5.15 + * fix windows compilation, QString.sprintf() is deprecated + ------------------------------------------------------------------- Tue May 5 13:01:51 UTC 2020 - Fabian Vogt diff --git a/drkonqi5.spec b/drkonqi5.spec index 5056849..dd0f7c5 100644 --- a/drkonqi5.spec +++ b/drkonqi5.spec @@ -23,15 +23,15 @@ Name: drkonqi5 %{!?_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.18.5 +Version: 5.18.90 Release: 0 Summary: Helper for debugging and reporting crashes License: GPL-2.0-or-later Group: Development/Tools/Debuggers URL: http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCHES 100-199 are from upstream 5.16 branch @@ -47,6 +47,7 @@ BuildRequires: cmake(KF5JobWidgets) >= %{kf5_version} BuildRequires: cmake(KF5KIO) >= %{kf5_version} BuildRequires: cmake(KF5Notifications) >= %{kf5_version} BuildRequires: cmake(KF5Service) >= %{kf5_version} +BuildRequires: cmake(KF5SyntaxHighlighting) >= %{kf5_version} BuildRequires: cmake(KF5Wallet) >= %{kf5_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version} BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}