forked from pool/drkonqi5
Accepting request 640286 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drkonqi5?expand=0&rev=20
This commit is contained in:
commit
4afe2216b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d34abc8acf58a3821954e205870f7da96ca7d1a59d18a7a84e4ec3ffabaf6b0a
|
|
||||||
size 736196
|
|
3
drkonqi-5.14.0.tar.xz
Normal file
3
drkonqi-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:775ec3e9ebdd59e40e8e4c1b379ff0ceb9f26a7b3e20ee30e686f7369d7abf44
|
||||||
|
size 736196
|
11
drkonqi-5.14.0.tar.xz.sig
Normal file
11
drkonqi-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3kcgACgkQEZaMRJKM
|
||||||
|
rvwjdQf+JUAjcmfU9Hy6v/LYmbCpcwS93udvvV06xhijrikwfuScf7gbFlceQKz4
|
||||||
|
Y7/rmvefdIhQIt7VVHM3ROf8XEQbQ/cNTIFHIFaacnf5t6Ep0vdmOnAuvhQDeHd0
|
||||||
|
2ixdinw/EF0gV2Q+kJPITaJIB0xnADhWate2aJpxxlwTJfs+99FIOjceVjA+Y/Dh
|
||||||
|
JFkfYphYB7DnWK2+VQ62FxZ6ZXssa9RBfNvDNPf7Xip98MrcgoQUmqbjHM0GB/HS
|
||||||
|
IS14QPhpNsWAIsiM8EL89CZoZ9a3ImVB5tW6O2O3iAnmMFYp2lH+/clifdizFpDP
|
||||||
|
sRB74CKlu9eQZZeaZB1BiTWyfX1SBw==
|
||||||
|
=yczy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 10:01:09 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.14.0
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||||
|
- No code changes since 5.13.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 15 16:25:26 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add tarball signature and keyring containing keys of release managers
|
||||||
|
Jonathan Riddell and Bhushan Shah
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 17:24:58 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.13.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||||
|
- Changes since 5.13.5:
|
||||||
|
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
|
||||||
|
* Mingw compile fix (kde#396821)
|
||||||
|
* Fix signal/slot
|
||||||
|
* Use KPasswordLineEdit
|
||||||
|
* Fix enable/disable widget
|
||||||
|
* Fix warning
|
||||||
|
* Add Exec= key
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -16,20 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define kf5_version 5.45.0
|
%define kf5_version 5.50.0
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: drkonqi5
|
Name: drkonqi5
|
||||||
# Full Plasma 5 version (e.g. 5.9.1)
|
# Full Plasma 5 version (e.g. 5.9.1)
|
||||||
%{!?_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.13.5
|
Version: 5.14.0
|
||||||
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: http://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
Source: drkonqi-%{version}.tar.xz
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: drkonqi-%{version}.tar.xz.sig
|
||||||
|
Source2: plasma.keyring
|
||||||
|
%endif
|
||||||
# PATCHES 100-199 are from upstream 5.11 branch
|
# PATCHES 100-199 are from upstream 5.11 branch
|
||||||
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
||||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user