SHA256
1
0
forked from pool/drkonqi5

Plasma 5.16 Beta, 2nd try. Please publish disable K:F5 before accepting, to give openQA a chance.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=71
This commit is contained in:
Luca Beltrame 2019-05-17 18:24:20 +00:00 committed by Git OBS Bridge
parent 7a9ab49977
commit da8bcd5942
6 changed files with 50 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzRUusACgkQ7JTRj38F
mX5sCwf9E3+oAtWlEn6fZL94PnSzAYGNM+8cMG6cjguAdnULLucInAsyUVoTKw79
P/UhxQ7Gv0BZAgdfKRZkDT7pkoatSZT8s8pw0Wh+aiI7LUx6N50MjwcsmZ3EnpJy
1Z+CjNxdZMlvUkHlDNW7x47FkTcvjRijMThGQ7zXm+d82leiTSil7Flzg4VmwHsV
+I2NUNQ1yrfadG36FRFR3ZV1Eb8aLaK7N0aJMSg9bRyg8FMk6Tnv0NXh2uv/frQx
Y7abNAsInQoZxm153c0WlBjVyxqD8QPcc9y7I3R5n/hCtUFJgv98FX5IzYEQPHEp
8x05XQtqli49s8zl1cH9FXlK2CRd+A==
=QA16
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlzdOKIACgkQ7JTRj38F
mX62UwgAqwCgMFNLrlvOS/Pqw9l/ELcWH9dcTLYK/MoMJ4RBagB5i0mOuC3mGDS1
OV8IsrstQI8GA5AVydPRKDIY+gppTJZduRy6P9BY+csWg9F9YIbfdQKpKqjwAiPK
0lCPpxQcTsl0RC1rxqZaGyvRfYDy0skfw9grqDqaSQNaMXjn6SxcOF4T2IJPM5Xy
A7XCZW2rQneMtsJPeUaH3T6XXINjOx219nwnqRsBTP5e8ilK1HRL7RZ/86wXbPWU
AcudUXfYAAtyasaACKk7zeNU3InvAEj4ddTL64a2akzVQer/i+TXY1BTptzG/uJe
uPK7b+Ed06784+/R45XTm+AHXDuAuQ==
=rJ4n
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu May 16 16:56:35 UTC 2019 - fabian@ritter-vogt.de
- Update to 5.15.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.15.90.php
- Changes since 5.15.5:
* bump Qt version to 5.12 as agreed at start of cycle
* Add mappings for org_kde_powerdevil and kiod5 processes (kde#405840)
* always support all command line options
* don't connect to lambdas and call slots when you can just call the slots
* Use https for links in the UI
* Add application path as valid path for debuggers
* drop explicit disconnect in dtor
* move version definition into generated header instead of passing it on CLI
* map powerdevil daemon to product
* typos--
* cdb: First working version
* CMakeLists: Fix bfd.h include path on windows
* Fix pragma once problem with process class
* mingw_generator: Fix iterator type in operator==
* mingw_generator: Fix argument type
* mingw_generator: Fix iterator type
* msvc_gnerator: Fix PCHAR cast to QString
* QtCore is common between MINGW and MSVC
* Request change of ptrace scope from KCrash
* Use nullptr
-------------------------------------------------------------------
Tue May 7 11:04:55 UTC 2019 - fabian@ritter-vogt.de

View File

@ -16,26 +16,26 @@
#
%define kf5_version 5.54.0
%define kf5_version 5.58.0
%bcond_without lang
Name: drkonqi5
# Full Plasma 5 version (e.g. 5.9.1)
%{!?_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.15.5
Version: 5.15.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.11 branch
# PATCHES 200-299 and above are from upstream master/5.12 branch
# PATCHES 100-199 are from upstream 5.16 branch
# PATCHES 200-299 and above are from upstream master/5.17+ branch
BuildRequires: extra-cmake-modules >= 1.8.0
BuildRequires: cmake(KF5Completion) >= %{kf5_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{kf5_version}
@ -51,7 +51,7 @@ BuildRequires: cmake(KF5Wallet) >= %{kf5_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
BuildRequires: cmake(KF5XmlRpcClient) >= %{kf5_version}
BuildRequires: cmake(Qt5Concurrent)
BuildRequires: cmake(Qt5Core) >= 5.7.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)