forked from pool/drkonqi5
Plasma 5.20 Beta again - untested and needs a bit of cleanup still
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=125
This commit is contained in:
parent
defa0d2493
commit
8efe269779
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43bcf7141115e98d590384b1e2081de5c055a341ce38c76b0cda9933b00f7771
|
|
||||||
size 744412
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl9OITMACgkQ7JTRj38F
|
|
||||||
mX4CGwgAlemzggRbfN/TJoI5tGVi1LGWg47JG3MfM6CqrjpfCP/FzpUnKOyG2kgO
|
|
||||||
SwdKU0chrZupJnsUCZ91kfGAfXsCKHSWa6EIsQXNPIqWpcvRt18oKfu8Hm2b4cEp
|
|
||||||
+WiOg16QoeV23sy07+taGV5Xlvh5YIPtPlaYEO0BMm8dRW+sWvuB/oSgRTg3GDou
|
|
||||||
hmnTngWtXhpZZxaY5ic4yBb/HtL4o65G9ZbWmyANInttCVeThiCAJF/QbRasLMlN
|
|
||||||
4vE6A8J7tgCKd4eHasjv86c3jxLOCnzpYJsgQW27wstWBsiZF/PgVCET4wHeUOTN
|
|
||||||
Y7C4cmCBcLbMEWe7Lu9PkKLeG6Az4A==
|
|
||||||
=Gg/m
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
drkonqi-5.19.90.tar.xz
Normal file
3
drkonqi-5.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aaf35bf0a09921ecb4d58759ba6882bea24533cbf174b88cd5da114ea8685cd9
|
||||||
|
size 757408
|
11
drkonqi-5.19.90.tar.xz.sig
Normal file
11
drkonqi-5.19.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAl9jPpwACgkQEZaMRJKM
|
||||||
|
rvwJVAf/dKvjsxDicv/qiyx1WTjKPoeivbQQepC65rry3NjrNeg6MULDaiIX0jQo
|
||||||
|
d6RuK2QD0ODvRcphVY7rKMVL64LO6dsDiYVTxtx6GthXesDYp6Y4AlQKpy2xz9x3
|
||||||
|
VgrAMow7tuf4y36kuaaz3c3G12yccgtN5BcQgH6m8jGtPFh/sok+rGe54oSJh4+L
|
||||||
|
yIo591yskuu5U5iSTsfOm6qAexZclkxxB6gVVcCI00cmEVuoMJOYqjcSgZHC8iF/
|
||||||
|
GGYoTujtCfRxLs7bLEX+PGqZSaOLv7uOR0yKgcUV+y8mQ+P8ZwNqzZdz0ZG3hg3m
|
||||||
|
+E/NPwMWzVG7HfhpbI32d2R0cCEziQ==
|
||||||
|
=4dIN
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 20:02:57 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.19.90
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/plasma-5.19.90
|
||||||
|
- Changes since 5.19.5:
|
||||||
|
* Remove explicit ECM_KDE_MODULE_DIR
|
||||||
|
* Default Save report extension: kcrash.txt => kcrash
|
||||||
|
* Fix the port to QRegularExpression
|
||||||
|
* add gdb line test for thread start and current thread markers
|
||||||
|
* Use camelcase include. (scripted)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Sep 1 11:38:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@ Name: drkonqi5
|
|||||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# 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}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.19.5
|
Version: 5.19.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper for debugging and reporting crashes
|
Summary: Helper for debugging and reporting crashes
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
URL: http://www.kde.org/
|
URL: http://www.kde.org/
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
Source: drkonqi-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig
|
Source1: drkonqi-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
# PATCHES 100-199 are from upstream 5.16 branch
|
# PATCHES 100-199 are from upstream 5.16 branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user