From 2ed64d3976379bd1125d20b62ba7319be4d933e147b00149abdaccb892c836e2 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 24 Jan 2021 21:11:01 +0000 Subject: [PATCH] Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=138 --- drkonqi-5.20.5.tar.xz | 3 --- drkonqi-5.20.5.tar.xz.sig | 11 ----------- drkonqi-5.20.90.tar.xz | 3 +++ drkonqi-5.20.90.tar.xz.sig | 11 +++++++++++ drkonqi5.changes | 32 ++++++++++++++++++++++++++++++++ drkonqi5.spec | 8 ++++---- 6 files changed, 50 insertions(+), 18 deletions(-) delete mode 100644 drkonqi-5.20.5.tar.xz delete mode 100644 drkonqi-5.20.5.tar.xz.sig create mode 100644 drkonqi-5.20.90.tar.xz create mode 100644 drkonqi-5.20.90.tar.xz.sig diff --git a/drkonqi-5.20.5.tar.xz b/drkonqi-5.20.5.tar.xz deleted file mode 100644 index 5a9eb15..0000000 --- a/drkonqi-5.20.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ee110748c3b257aa2f243f683d9d5712d89fb977459ffdb46bc65ab10882e6 -size 755736 diff --git a/drkonqi-5.20.5.tar.xz.sig b/drkonqi-5.20.5.tar.xz.sig deleted file mode 100644 index 9c1558f..0000000 --- a/drkonqi-5.20.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0UnwACgkQ7JTRj38F -mX49lwf/fbFtIOcfoEPkJefiLdK+kIhiJgbm/COGXwK8MxXuS2dAB3vsm6ieqlCC -rUktSFq3LE09W4FtXw0SlDFHSb358gDCCS0Bbk9S5e7P/LXTFCvtiVw9ht+7elu8 -YwGDN0ClyXEo/vgtDwEa7a+f2PByqwC7BupaU8Pd6tzIzlqgji1LpPJJArMtw+pI -10lYRygcxFk3jwbiLTR2Lz46l7FRP5P3q+C4rE1eUlmc0RCyTd+77aNH0IGrXH9y -dNHLTVbZBHeTLmNWY0l8q8NkooTEQUUuJ20OsRok3xZA/xvhhZhKZNZxCAPNbDVc -+ufUfEsljw5h79WcZEp9McyU5Tjdgw== -=2M2u ------END PGP SIGNATURE----- diff --git a/drkonqi-5.20.90.tar.xz b/drkonqi-5.20.90.tar.xz new file mode 100644 index 0000000..1b24e54 --- /dev/null +++ b/drkonqi-5.20.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc19c2617a060a052b0a561bee2100e2ed098ee2f389223e38b8ab71cd0f5f4f +size 765080 diff --git a/drkonqi-5.20.90.tar.xz.sig b/drkonqi-5.20.90.tar.xz.sig new file mode 100644 index 0000000..1eee577 --- /dev/null +++ b/drkonqi-5.20.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJdp4ACgkQ7JTRj38F +mX5gawf/d9aAYe4xnZ3fGgcfNdi21qfGyNu2h09BHOkRcKaItR9Joty1FSwCOflm +kGqaYceASVNOxg8QLavJPORS+8iOF2eYra6wJjzBWO97Hr2Prw+SqPC6Lu8etg5M +MHG627kZyJvpVlRJ40OM3xCBa1NSyr0OK0QEDqaq7myRncLh43HX28ujkEvlF/YY +BvZVvN72qsMQlv2pim4fU+vTo4b5Y0929so+RENwC0PGw1qNzMSM+wb39eH9T/8K +xEJBvxUwzCBLftn3pBMLiyxDHHxTelqRgeAryl0cQp3zhlWkSP+XZ3sMQ905zPzw +ICYzdCgyKV5giRVX55TOERBQOx45OQ== +=rnfN +-----END PGP SIGNATURE----- diff --git a/drkonqi5.changes b/drkonqi5.changes index 846b1a6..b70ef9f 100644 --- a/drkonqi5.changes +++ b/drkonqi5.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt + +- Update to 5.20.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/20.90/ +- Changes since 5.20.5: + * Remove duplicate line + * include the drkonqi version in reports + * report all reproducible selections + * capitalize consistently + * Layout have already a parent. Not necessary to call this method + * Don't include QtTest + * Modify DBus service name to allow using QDBusServiceWatcher + * fix warning about unused capture + * focus lineedits for bug info page (kde#428350) + * Fix for Clang: ptracer.cpp needs + * fix buttongroup state toggles (kde#428346) + * Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation + * Don't use deprecated signal + * If include is define in .h remove it if it's defined in .cpp too (scripted) + * Remove this add_definition + * Compile without deprecated method + * Add .gitignore file + * it depends against kf5.74 + * it depends against qt5.15 + * Remove not implemented method + * [systeminformation] Fix cpp17+ compatibility + * Remove unused forward declaration + * Convert copyright statements to SPDX expressions + ------------------------------------------------------------------- Tue Jan 5 14:40:01 UTC 2021 - Fabian Vogt diff --git a/drkonqi5.spec b/drkonqi5.spec index 319794a..07bbc69 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.20.5 +Version: 5.20.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 @@ -87,7 +87,7 @@ The KDE Crash Handler gives the user feedback if a program has crashed. %{buildroot}%{_kf5_bindir}/installdbgsymbols.sh %files -%license COPYING +%license LICENSES/* %{_kf5_bindir}/installdbgsymbols.sh %dir %{_kf5_libdir}/libexec %{_kf5_libdir}/libexec/drkonqi