forked from pool/drkonqi5
Plasma 5.18 Beta, some tars respun. Untested - please disable publishing before accepting. KUserFeedback is intentionally disabled in discover and p-w - it's not usable yet.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=97
This commit is contained in:
parent
2bfabe2b68
commit
36a6bb9384
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:756c50f2458a8c564e608ea97244f6b2b3d5fb4a675a8cec29307be1d5ab5457
|
||||
size 740416
|
@ -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.17.90.tar.xz
Normal file
3
drkonqi-5.17.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef2f7793e3ab1d13bda9df31ea96cff56e2643cdcfd56a3287e64a1ca5b6b66f
|
||||
size 746168
|
11
drkonqi-5.17.90.tar.xz.sig
Normal file
11
drkonqi-5.17.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gUsIACgkQ7JTRj38F
|
||||
mX5U/gf/YvxaxyKRNGjvNdeyIal584pzm+wARmAihCF6/9KwECIAjUbfetjhQKHY
|
||||
h5n10IzCXj+0r3WRclhc66r2KjMrHbCWZ9Izrbf/ZplZ2YrJ+hkC7WcAU/BwzVe8
|
||||
g91Md7vTb8Wa6jD1iakES9pp4JiNBm1w/JnaXB6U+wcdw6fZyTtYJpnqfizt4b/I
|
||||
s3vm2fZb4YRzTm6+mrkkFBuwmpsJVcJQCx53Iv5lfvZfh+hBgT6fIiVavHEPChq/
|
||||
aNkUz3teXzz738lsWr0J+vlXeIJ1Q6qAQtREVTfUH8kDGgfALaqbUE+Cb+OD5pAZ
|
||||
+QAuApXv7mDL8pneJ4ez7Z2KuxDKTQ==
|
||||
=U0nv
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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.17.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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user