From d2477855693d27176ac413c986774f9083cde7ecc54b19e6c2d0eb97a2d9db2e Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 19 May 2020 13:35:04 +0000 Subject: [PATCH 1/3] 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} From 84b266c9128f2b90293f6e757e523a82ea9ecf5fe4ae908b770a3e5c5573e960 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 19 May 2020 13:36:51 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=112 --- drkonqi5.changes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drkonqi5.changes b/drkonqi5.changes index 890eb2e..56d62c3 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -7,7 +7,6 @@ Thu May 14 14:33:01 UTC 2020 - Fabian Vogt * 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 @@ -20,10 +19,7 @@ Thu May 14 14:33:01 UTC 2020 - Fabian Vogt * 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 ------------------------------------------------------------------- From 54c891bf5ae029b38c6c936cf5f191add8904f27cf6a3f6441b7e70cd86b95a0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 7 Jun 2020 18:00:56 +0000 Subject: [PATCH 3/3] Plasma 5.19.0, 2nd try. Not public, please publish disable before accepting OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=113 --- drkonqi-5.18.90.tar.xz | 3 --- drkonqi-5.18.90.tar.xz.sig | 11 ----------- drkonqi-5.19.0.tar.xz | 3 +++ drkonqi-5.19.0.tar.xz.sig | 11 +++++++++++ drkonqi5.changes | 9 +++++++++ drkonqi5.spec | 6 +++--- 6 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 drkonqi-5.18.90.tar.xz delete mode 100644 drkonqi-5.18.90.tar.xz.sig create mode 100644 drkonqi-5.19.0.tar.xz create mode 100644 drkonqi-5.19.0.tar.xz.sig diff --git a/drkonqi-5.18.90.tar.xz b/drkonqi-5.18.90.tar.xz deleted file mode 100644 index c71bf26..0000000 --- a/drkonqi-5.18.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6e5a082..0000000 --- a/drkonqi-5.18.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------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/drkonqi-5.19.0.tar.xz b/drkonqi-5.19.0.tar.xz new file mode 100644 index 0000000..1c87d1e --- /dev/null +++ b/drkonqi-5.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074d59664a044f575ff9a1b067ac3b99f71680fa17f2fddd1230980c23e5ac71 +size 747908 diff --git a/drkonqi-5.19.0.tar.xz.sig b/drkonqi-5.19.0.tar.xz.sig new file mode 100644 index 0000000..aaad223 --- /dev/null +++ b/drkonqi-5.19.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl7Y1cIACgkQ7JTRj38F +mX51jAgAjHH1vVZ0qbMYUf8Zg3JreN2OzUBw8Faq3vQ9b9D3bW/Fzn9DvQHpK+v7 +desyMthYXV2vkaDDoZajHckuelgfLzSWCeNiY2XCOyOaj0CbDXRFaiYGoOF1FIl5 +ebwCCJe2xt73LTwm+auaprd5OW+I0l/UOwzWm7icSd+pol2OBJQyE02SK9qlJVyV +neGfEz5e69xUqu1tkHuna1ie16KJS59FDwk/00OPPL9I4wIaGKxF+dnIscL2dT2a +/iOluS/Y7gtep665+uMicmi/9pGa7uhoAen8DG/Xu4XChF3g9b2Yzp2W0BLVbhgM +yMV2FKFOFLFKCAs3o6TwU8xo7O1P2g== +=Q4J+ +-----END PGP SIGNATURE----- diff --git a/drkonqi5.changes b/drkonqi5.changes index 56d62c3..e9ae30b 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 4 13:27:11 UTC 2020 - Fabian Vogt + +- Update to 5.19.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.19.0.php +- No code changes since 5.18.90 + ------------------------------------------------------------------- Thu May 14 14:33:01 UTC 2020 - Fabian Vogt diff --git a/drkonqi5.spec b/drkonqi5.spec index dd0f7c5..d6f7925 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.90 +Version: 5.19.0 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/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz +Source: drkonqi-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig +Source1: drkonqi-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCHES 100-199 are from upstream 5.16 branch