forked from pool/libksysguard5
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/libksysguard5?expand=0&rev=241
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f5d237af554d65740a28360e6d8fa39d4912239c5f21288846b1c934897a7e14
|
|
||||||
size 605628
|
|
@@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4UpWUACgkQ7JTRj38F
|
|
||||||
mX5U0Af/XWCD7Uiym7UoJDesfCJnkFxufADmQWGXsxMN5EZWhVpMzsT8zzta8FLv
|
|
||||||
eUAvrpz0k0xmKcefaJJO9FLF78cVcPTAIwEvW4lQgsiO2J4DBP7/aPJ4FDa1v7i5
|
|
||||||
UFNtaAziVV0dYn7tmxvnP+gIPOXjD51bWHIW/fzZF6xgTz454aeam7NrEp4XFb0Y
|
|
||||||
69+7mWJPXpBwCARqfPPITiAPhsd3ILxXBKccqtdDwn0mGzPUONja7L31dMbplCV0
|
|
||||||
cRnfeRFWd8ggPPHUgLegai2Urvq/IjRHzcReG5iDgsA70TL1Sd1DncK7nF/5Jwt3
|
|
||||||
GToW6PKYXar7lqlsfuV5resplRz67Q==
|
|
||||||
=36a1
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libksysguard-5.17.90.tar.xz
Normal file
3
libksysguard-5.17.90.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1126896f5c47453a56828e8842fce00ddd4d63e09658aef69a2bede904383787
|
||||||
|
size 609024
|
11
libksysguard-5.17.90.tar.xz.sig
Normal file
11
libksysguard-5.17.90.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gVhAACgkQ7JTRj38F
|
||||||
|
mX5Qrwf/dxC4IWjvjGQ02qDYbSoYcH6lFa5HHgtlZiTNw/J6/fhgUkukV1SfSGTt
|
||||||
|
gPoDtTXhE0qP2XTQvbM+bpuG0q8HCkbLR0OzkF3zmnLsF+j+zPa/ngmR/b5vKqEB
|
||||||
|
OX1NYMZ4FNeWmUk9ylMA9mq/lBz8/xMXjvaVNyOQwZ1udfI7sf+Qp5OvcppugKJ5
|
||||||
|
Vb6Anjnl0cOIj+JPqttOWdmIcoYIAJBm96RHUUtFpXezkvwB/AqSYnpEKpWdgm8p
|
||||||
|
rD3dESLb9BRCfa1iRo/+fHvctOfoiD8777eCWYG8bg5QqgS5eCCpfIYXwbkUOcX0
|
||||||
|
fIK90ietPqaOCjwb7vIfwJwyoKcU9A==
|
||||||
|
=luXG
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 14:04:18 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
|
||||||
|
* Plasma 5.18 min Qt version is 5.12
|
||||||
|
* Remove endl at the end of qDebug
|
||||||
|
* Port to QRandomGenerator
|
||||||
|
* QMultiHash::insertMulti is deprecated. Use directly ::insert
|
||||||
|
* Speed up sending request to ksysguardd
|
||||||
|
* Don't use nullptr as flag value
|
||||||
|
* Use URL with transport encryption
|
||||||
|
* Add translations for new memory sensors
|
||||||
|
* Add KDEClangFormat cmake support
|
||||||
|
* Fix minor issues found by EBN
|
||||||
|
* Add version
|
||||||
|
* Now we depend against kf5.62
|
||||||
|
* Fix minor typos
|
||||||
|
* Fix compile for freebsd on CI as it doesn't use qtwebengine 5.13 with qt
|
||||||
|
* The real fix is to change #if QT_VERSION < QT_VERSION_CHECK(5, 13, 0) to
|
||||||
|
* Revert "Port some deprecated methods"
|
||||||
|
* Remove deprecated method
|
||||||
|
* Port some deprecated methods
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 16:24:36 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue Jan 7 16:24:36 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: libksysguard5
|
Name: libksysguard5
|
||||||
Version: 5.17.5
|
Version: 5.17.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Task management and system monitoring library
|
Summary: Task management and system monitoring library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/unstable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
|
Reference in New Issue
Block a user