Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-disks?expand=0&rev=16
This commit is contained in:
2021-01-24 21:11:11 +00:00
committed by Git OBS Bridge
parent 810d70a97f
commit b1d805fe6c
6 changed files with 48 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219b542853e569756225b6805f1ae81d305c7aa2be81f722704ff82dde709c2d
size 64636

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0Xa8ACgkQ7JTRj38F
mX4mUQf9HMqlappN6QBaM40/9+rSsz61QpSnR7KeraBPlbJwDYXn6eaAzCegKe9f
ZqmSnXfCSs5lAWAARUlwjrtIu4aVVRvFSxr6p73HWQb60ipS8yNz96yEFRCJJ+fK
qxNxknxNDeBMOhuERulIFjCrg3v1IhaM+TY0UiFPg7meZplUcX6BzH9ymhErNJpb
0nKI7WZlaqeCk+GeUYEzVOz/wyuPYfa5Bfq/084SgKnGnuCwzKVM/8zqMBf0TtZX
5y7isMC+XX1JlrzJAmC4YG1erKB3yDIsEeNjEL8BUXxsHZxtaBqSXMyBtGbBfLPR
jwt4e50wT9x7GMan1IBJQ/DnZDWMHg==
=g7od
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aaecf9cf7cce536bf2c0746ffb7cf3f705ceb173251adbfe503ec6f030777452
size 70108

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEyBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJeoIACgkQ7JTRj38F
mX5mIAf1HWLqQ9EqltbJvzT8WrkjswYedKdNKfXQI8lvNPWs0WMOHhY+rjsMxL5e
PXJnEIPJR4phahqVB0tNpkCpvBsyRo3BmT/fx+hQrl+jc2Eb59lQ9ASh/QWk9aaj
ECBIuyQtTYUBtA4qOlQ5mlcszYMb6AzOv/4k3MilK2n5oywd4gR7LtBdu0py3gW9
cC0AwQWEdqe6ONrCqsxTeg+8hoDHDz9BnmgKPNxf2HzglpMlPYywoU96tm8tI5Nm
miqw+HEj6zfzhY0BxbTCyl0L04CYbqypUD46ZiGdHmBjgoDZRwNQjkVw6duIRNCy
+z7vkv6BX3Fj6kVY79At4/C+JXra
=jNTJ
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jan 21 21:31:45 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Update .gitignore file
* Add pre-commit hook for clang-format
* Add .git-blame-ignore-revs file
* Run clang-format
* Add clang-format target
* add test blob for internal smartctl timeout
* use std::chrono for durations
* bump smartctl timeout in helper (kde#428844)
* add json fixture for bad smart status on failing disk
* actually erase devices (kde#428746)
* Remove unused implemented method
* fix device type check for freebsd
* replace open-fstat dance with lstat
* fix device type check for freebsd
* replace open-fstat dance with lstat
* make O_PATH optional-ish
* add missing include for freebsd
* pass device names to the helper
* make O_PATH optional-ish
* add missing include for freebsd
* pass device names to the helper
* add request queuing to kauth smartctl
-------------------------------------------------------------------
Fri Jan 15 17:39:40 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -23,15 +23,15 @@
%bcond_without lang
Name: plasma5-disks
Version: 5.20.5
Version: 5.20.90
Release: 0
Summary: Plasma service for monitoring disk health
License: GPL-2.0-only OR GPL-3.0-only
Group: System/GUI/KDE
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}
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
%endif
BuildRequires: cmake >= 3.16