Accepting request 872078 from KDE:Frameworks5
Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already. (forwarded request 871992 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/872078 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drkonqi5?expand=0&rev=62
This commit is contained in:
commit
5cb4a168b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ee110748c3b257aa2f243f683d9d5712d89fb977459ffdb46bc65ab10882e6
|
||||
size 755736
|
@ -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-----
|
3
drkonqi-5.21.0.tar.xz
Normal file
3
drkonqi-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dad737a49a3c224382d676e5e364e26f41819538b6b8565c397cb8740ccbd8e7
|
||||
size 768864
|
11
drkonqi-5.21.0.tar.xz.sig
Normal file
11
drkonqi-5.21.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHBAACgkQ7JTRj38F
|
||||
mX6IWAgAgtiODq66dcvKkQ/gtJOwTmrdLZ6CU4XN5AZtv+HrKbGeJNIPU2uCCutk
|
||||
b9atSnNr+J9G/cEP18OzvINyaabO+GvE8GmYkMv3pCN3Uub/DiC/V1pb7b4S2IpU
|
||||
tkNiMegccHxFEjrkdJnXRTOjQ6R2Y/CuEZMDWcSw7fGD929hiN9RYHKE8enoUYad
|
||||
w2kHNIXPafBxNv+llp1eYblqIGvFMrwVlVcPnhuRXM0BMq/wtCmVn/jjjZGSbY4Z
|
||||
O409QyZIby99Y+7uZnWm6j1Xbn5KbwSBNF/2sPewjRf/Y4ar1YzBuUY+WbkWC1Iq
|
||||
JgRR8kbXv+P8WdzkWW2nOtJk5Xl1cQ==
|
||||
=piJi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 18:23:10 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.21.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.21.0
|
||||
- Changes since 5.20.90:
|
||||
* discard wayland client crashes following compositor crash (kde#431561)
|
||||
* Fix includes order on windows
|
||||
* Update .gitignore file
|
||||
* Add pre-commit hook for clang-format
|
||||
* Add .git-blame-ignore-revs file
|
||||
* Run clang-format
|
||||
* Prevent clang-format uglification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- 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 <errno.h>
|
||||
* 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 <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -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.21.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/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||
Source: drkonqi-%{version}.tar.xz
|
||||
%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
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user