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/kactivitymanagerd?expand=0&rev=106
This commit is contained in:
parent
54a423a3de
commit
6e437ed148
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:362721c3a9712751fba29cd1f1ef440a1e74561a611f2d171692a4ddc895b3e4
|
||||
size 86660
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4Uof4ACgkQ7JTRj38F
|
||||
mX6fYQgAqIEcSQGlQ/TaoiwrYrjdq2lUY/ekGtvgUn6ubtgmcu5dk9hGkKesVbGI
|
||||
ken694+7zXE2BTrRePqvDFFqK2KIVHAZMx7sbH754P+bEUTtT+8xu43D94qbwddg
|
||||
2xACLwZ0R/bAjV3xMDctXU6br0CzkniG/1xXhEYAsVc7QMBCvE/EllgA4c1CBczJ
|
||||
hCIeD3apSX4q//LUyB/JU7pOy8t/DH+Yab3a/1210USsB001mN1gCFNOXwet/tMF
|
||||
7C0mCaKL7/k56naDNgZjxpLSAdyQloeDBFVJlKsLTr0CCplJBz4Bju7RUhIMS7Rb
|
||||
wUOF8+OdvJFjty/N3igZ5fct9xlvaA==
|
||||
=Hsme
|
||||
-----END PGP SIGNATURE-----
|
3
kactivitymanagerd-5.17.90.tar.xz
Normal file
3
kactivitymanagerd-5.17.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49aa159d1df85d2f0f2af6f49b457442f56358c3308a655ef39bb6c5d3ab0af
|
||||
size 87080
|
11
kactivitymanagerd-5.17.90.tar.xz.sig
Normal file
11
kactivitymanagerd-5.17.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gUuAACgkQ7JTRj38F
|
||||
mX4sHwgAgOldm6Zw+DYm6qDjK01F7kaPF2Noa5sU7WEd7zSSaxDJYIHptq9aZqMt
|
||||
wvempled7baM2qnXe6jiTTpSXUHJ/VIeryvgpWf6SHxo+HMy8MM6B1S68KY+zGdx
|
||||
o6VqcW4J2y/hzcwJ/qLvf4GfDW2OJdqNwSEAEtZojZ2cyngK2PKtxYgn75PAF/Kx
|
||||
Oeq3oI1tGyuR2beba4ERmR+iFF5DfV4OOsLV5DE8LgDTu5tfNd7Nzh6BK1bxY3Az
|
||||
2ay/j7rj+tLaG3FjzVKYg54hV+H2s/iAjwfMXPWPC7uU9B7eRuWTMq9XyPHdiPiH
|
||||
XuTxTvVPtaspsU0LMGWpBaSKTe6teA==
|
||||
=7Lqi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
* KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
|
||||
* Remove pointless QDBusServiceWatcher
|
||||
* Remove transient file CMakeLists.txt.user
|
||||
* Add KDEClangFormat cmake support
|
||||
* Rename cmake project to KActivityManagerd, remove unused option
|
||||
* Fix two clazy performance warning: missing &
|
||||
* Fix minor issues found by EBN
|
||||
* Now we depend against kf5.58
|
||||
* Add previous-/nextActivity methods
|
||||
* Make it compile without deprecated methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 16:24:35 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -20,15 +20,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kactivitymanagerd
|
||||
Version: 5.17.5
|
||||
Version: 5.17.90
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://projects.kde.org/kactivitymanagerd
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1325
|
||||
|
Loading…
Reference in New Issue
Block a user