forked from pool/drkonqi5
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
This commit is contained in:
parent
8e47b502fb
commit
d247785569
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1a626c4ed2f9de8f8bc3359d8827e7fa6ac17486b8477674e47627fcf6efad1
|
||||
size 747984
|
@ -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-----
|
3
drkonqi-5.18.90.tar.xz
Normal file
3
drkonqi-5.18.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8d5753a4946bda8734e9354319f888728e886ce32092b6795b8305c59b05d46
|
||||
size 747424
|
11
drkonqi-5.18.90.tar.xz.sig
Normal file
11
drkonqi-5.18.90.tar.xz.sig
Normal file
@ -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-----
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 14:33:01 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- 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 <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.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}
|
||||
|
Loading…
Reference in New Issue
Block a user