forked from pool/drkonqi5
Plasma 5.16.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=74
This commit is contained in:
parent
fe83600b45
commit
e7c2f83ea6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5faf9a71393d1d46ca5a49be8610637e4b7b482f6d5d1799560b29b9c18f86c0
|
|
||||||
size 740852
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAlz5CwoACgkQ7JTRj38F
|
|
||||||
mX7/kQf/YmAzZjs2Vb52xZ1V6fvWKKFr+e0QnfpeS2NRkdJhG+0XuAaqTMWu+cic
|
|
||||||
W7iRMfSGV9yNVrOvDpRKlf27eb4vwYMdEinDkzZXexDsdzPeedBEygoC16G3UGyl
|
|
||||||
zzZVBntj0eqpufzIij2nUCnsdXv5xftatj70HOKLT9ht2Wstl7LSzXqP9/d01hkU
|
|
||||||
x/NuzQEgPltmt7CWgzO5HdjOQmdzeHYDqQYjAFHiWMeEHttWcvhdctvdcRIvb2TX
|
|
||||||
j0S5hLLQ9ZHtdJ2izc5U91ht5mWlQ9gQRpTG/n4xpJyGtH65nc9C3H0CmNoWDped
|
|
||||||
M+OdXiIph6qMVz5y/xCZQ1A8tWA5dQ==
|
|
||||||
=0Hgf
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
drkonqi-5.16.1.tar.xz
Normal file
3
drkonqi-5.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e65f25b13e98b272bc2d7338b003d7ee6ebdd6a326265782a91ecf716efa45e
|
||||||
|
size 741440
|
11
drkonqi-5.16.1.tar.xz.sig
Normal file
11
drkonqi-5.16.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl0Is2UACgkQ7JTRj38F
|
||||||
|
mX6U3Qf/WFubAICwtDSBP03A8K644Zm4DCiYA5ZFjoTCGnLxDJCBw74kYzE6zKav
|
||||||
|
XbnZvDL9TtZeJzAw9yAqHiVNqMwAPPdZ1nz+yo2KJ7ZeUvCfO2oC+4JOFiNG4/8F
|
||||||
|
t6pyBsNWuqqTz108XaJvfJoTezsWA9opFc7cdjVlgfeKrkHZEsrpHxfra2psQwAM
|
||||||
|
rUo8PT78v9+Axudj8KlyQX7R3hN5jGt/TKJDPWUhuhejwgRenhPNdMNFiZMOsEcs
|
||||||
|
BJIEMAXBqdXfNoQnO2XK/CBnzY71pvQa1HMmOd1Ql0c8Dlotrq0ksRal6rLE5yjG
|
||||||
|
tqgRZomjfu3crHWray88CIeyHC9iIw==
|
||||||
|
=x+64
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 16:38:13 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.16.1
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.16.1.php
|
||||||
|
- Changes since 5.16.0:
|
||||||
|
* move various properties away from qapp and to kaboutdata
|
||||||
|
* actually set kaboutdata as application aboutdata (kde#383842)
|
||||||
|
* use even more resizing (kde#406748)
|
||||||
|
* copy backtrace file with overwrite flag (kde#405597)
|
||||||
|
* use errorString instead of errorText
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 14:07:07 UTC 2019 - fabian@ritter-vogt.de
|
Thu Jun 6 14:07:07 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@ Name: drkonqi5
|
|||||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
# 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}')}
|
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Version: 5.16.0
|
Version: 5.16.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper for debugging and reporting crashes
|
Summary: Helper for debugging and reporting crashes
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org/
|
||||||
Source: drkonqi-%{version}.tar.xz
|
Source: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: drkonqi-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
# PATCHES 100-199 are from upstream 5.16 branch
|
# PATCHES 100-199 are from upstream 5.16 branch
|
||||||
|
Loading…
Reference in New Issue
Block a user