SHA256
1
0
forked from pool/drkonqi5

Accepting request 772228 from KDE:Frameworks5

Plasma 5.18.0, not yet final tars. Please publish disable KF5 before accepting. (forwarded request 770821 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/772228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drkonqi5?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2020-02-10 20:50:54 +00:00 committed by Git OBS Bridge
commit f007250751
6 changed files with 52 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:756c50f2458a8c564e608ea97244f6b2b3d5fb4a675a8cec29307be1d5ab5457
size 740416

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4UodwACgkQ7JTRj38F
mX4FhQgAiE7GIxShJNyRngERIJclqk7aIieijLdJbATUH5JjzdRHEZO7JgSToC+j
V1YDPdXmQNZgL4HdC0me97i+Du+rPIlkumZi2gKt32QcQk47EFJaha7wz3eHZBgJ
BzdOzDiYFSkCrvP61F54TSi33hMUcyy4F0jL/s6gq++vWU/5A0B/U84tFJ43Wcq+
3lzKZf0+xZmr9x/hzCR8J6fq4PtiPef2K2kgtmxoD07FlR2kEIqoUuW1mWd/bQdu
FSd5rtIHM0XTS7oPk538TjEiPAG9uqAzXLe/NqAxfYEzaFmto24UQKHtld6N+A7T
GuxgeM1XY4bzFuRfbyiCEYYotUmE0A==
=QPJr
-----END PGP SIGNATURE-----

3
drkonqi-5.18.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a49bfc73333f0944db16ea1101037ca25ab0a61557f1ba76798d72c9a9848c1
size 747076

11
drkonqi-5.18.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48Dr8ACgkQ7JTRj38F
mX5fFwf/QxLL+l5+UU7FH6DjLQWNnVkAqOWm6WncaAbQfshs3PcTmiEm7Qu6zTG5
s3JLrJd2jh4JVO9VIBJxtgM08/qytIg5V5pfNH1SJOsXhKA8R7doO/1hpt8OZuzw
s/k7btf5VfB/XYaN34681RO8dwRRxmnK/mIHjB6rICS9bACS2TLywo8MUMYGse/6
FBfpHBgDu1oevHG0tdT12v3kTdcGB75QGwz/EQE7WjcoogbXbzo02rHe78JKnIn8
PbwtA6amsxfXfcINq/bEHHLU0sWNwBBLAXBkATu1m4ryqIutC4/Nqz8Dew2bMTN7
H5TwszeLykirFGHrcwwDauNK0zwK/A==
=PHjR
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Feb 6 15:10:03 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.0.php
- Changes since 5.17.90:
* fix incorrect parsing of "at foo.so" and empty function name
* installdbgsymbols_suse: Pass --plus-content debug to zypper (kde#416038)
-------------------------------------------------------------------
Thu Jan 23 11:19:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build
-------------------------------------------------------------------
Thu Jan 16 14:04:15 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.17.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.90.php
- Changes since 5.17.5:
* Port to cerr/cout for compiling against qt5.15
* Add KIOFuse to mapping
* unbreak crash reports involving QML
* It's already defined in ecm
* disable bug report when there are signs of an update
* Add KDEClangFormat cmake support
* Report windowing system
* Now we depend against kf5.62
-------------------------------------------------------------------
Tue Jan 7 16:24:34 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -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.17.5
Version: 5.18.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
@ -49,6 +49,7 @@ BuildRequires: cmake(KF5Notifications) >= %{kf5_version}
BuildRequires: cmake(KF5Service) >= %{kf5_version}
BuildRequires: cmake(KF5Wallet) >= %{kf5_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
BuildRequires: cmake(KF5XmlRpcClient) >= %{kf5_version}
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core) >= 5.12.0
@ -72,7 +73,7 @@ The KDE Crash Handler gives the user feedback if a program has crashed.
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build