Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-disks?expand=0&rev=29
This commit is contained in:
parent
7c4ff2bffe
commit
e667d6ff77
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:211d8273aea5146bc6ecb0511d0d4c3bea731c956b35a81dadc4b96a8daea0a0
|
|
||||||
size 71428
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRPu0ACgkQEZaMRJKM
|
|
||||||
rvxsbAgAmmprhSGXt1JHH1/TJ5w9xwWa/Ark1KU1shBaogaQhkiB9vLnlLy6KH3q
|
|
||||||
/YO1l20ikOY5EuKhLHJ3e2fmPsB/tg/bzPl+ojTN7hVD/qVYpkqSKUCSB6CVnSet
|
|
||||||
iROMPSeefZX4/VFR05k1g2WBLkhX9WKSfmEaQJWRAVdOzpOt3kW0ZsswH4eetOWN
|
|
||||||
VWnPGzVgLtQh00jlg0dzbnNj1S1lYVnRQIO07358I0ZzUGNNiSnBXvDhLC/Tg6rA
|
|
||||||
Q83Hza71It0H5cHK+3WFLk07JsrgPPQN+eLil63r4xNx9ylh90uhlxuB9iRKhSiB
|
|
||||||
ZWSRZ7QXm4UhrJ49Sc9YSClmtGUUjw==
|
|
||||||
=mMun
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
plasma-disks-5.21.90.tar.xz
Normal file
3
plasma-disks-5.21.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:260ca77f8b9b742b53a7e3d1eda0c141df2d0806b770d5d9ca2775017b6830f1
|
||||||
|
size 82788
|
11
plasma-disks-5.21.90.tar.xz.sig
Normal file
11
plasma-disks-5.21.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJxIACgkQ7JTRj38F
|
||||||
|
mX617wf6Aj3b3W+BG7m3SheGr+rgbQXWsFDSqoN0XkqLUoD/Hlzgrlh79uhXrxX7
|
||||||
|
yR01X2+E1CiTCy6sH79FzymeGG1MlDP1ef+XpdOBZLNiWm/jqjtRH1LM0yFC9rc8
|
||||||
|
FSqG8rAKqPqrq3U+X3z8WcGyLn26LO253O9HB318a2Ayo4d8/e0bZwsCpLPiwwpS
|
||||||
|
t9ul+3IifIywJm9rLT6KiyDgf8WctkBnL/QP3Y2iR0gWM7SkyXqBm56slL69CIX0
|
||||||
|
YjxX+M/7OfSA4hGbkztcig43/SnLcjBO1+vzl8SbnxN8/4+tGaTvX8n0p0TB45J3
|
||||||
|
lToodtNUYXi1y3T1nfyA125B0X9Ydg==
|
||||||
|
=4QAC
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 13 18:15:44 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.21.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/plasma/5/5.21.90
|
||||||
|
- Changes since 5.21.5:
|
||||||
|
* add a test case for exit_status:1
|
||||||
|
* Fix spurious assertion failure
|
||||||
|
* [KCM] Give it an implicit size
|
||||||
|
* consider devices invalid (ignore them) that have smart disabled (kde#435699)
|
||||||
|
* use chrono literal for update interval
|
||||||
|
* equip SMARTData with a validity check
|
||||||
|
* fix up reuse compliance
|
||||||
|
* Fix build with -DWITH_SIMULATION=FALSE
|
||||||
|
* Don't define isSimulation() if not building simulation bits
|
||||||
|
* Fix i18n()
|
||||||
|
* Fix minor typos
|
||||||
|
* extra qml strings correctly
|
||||||
|
* report smartctl failure codes to the user (kde#429804)
|
||||||
|
* add some additional samples
|
||||||
|
* always try to notify on device appearance
|
||||||
|
* add a simulation mode based on the fixture pool
|
||||||
|
* Use versionless Qt cmake target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 4 14:15:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
Tue May 4 14:15:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -23,15 +23,15 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: plasma5-disks
|
Name: plasma5-disks
|
||||||
Version: 5.21.5
|
Version: 5.21.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plasma service for monitoring disk health
|
Summary: Plasma service for monitoring disk health
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/plasma/%{version}/plasma-disks-%{version}.tar.xz
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig
|
||||||
Source2: plasma.keyring
|
Source2: plasma.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user