Accepting request 872107 from KDE:Frameworks5

Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already. (forwarded request 871992 from Vogtinator)

OBS-URL: https://build.opensuse.org/request/show/872107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-disks?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-02-16 08:18:40 +00:00 committed by Git OBS Bridge
commit d87237eddd
6 changed files with 57 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:a949a8bf6cd90e1c1fd326094b841dcaeb1a25de8503b72be784fc25830cd72c
size 70096

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlH6wACgkQ7JTRj38F
mX4ZGgf/Z1y5q6WcLRdxu6yy/btV00Xz9Cy3Rmb4fBPpyi+5mE8/6lRMzNK+Spx8
e2pagH/FXg4cLChpgRulSOywkkgjg6PDc7AHAGda10QJOaGrcNWvQe6RHX/FM8yM
s7sYbihtf6BsKbenICJBMfHcHXNFk2rLKjFBC6MhZ6e7haLqGslBf8uJPm91o66K
wJ/KybxQPlI/YOXvwrgJi/v5YNJXVpQf5aqtuX4pNpBu4icsFQKLNQZ137w+483z
cSFuPa5cSSQV+/lIlkvuZ8kbaVGuKMAd08DG49fCgez3Pe4YNUR5HndCKeuMEmxd
EpP2q7W9vdtevrsBBoGBxgaivvVNYg==
=X3Dp
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:14 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.0
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.0
- No code changes since 5.20.90
-------------------------------------------------------------------
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.21.0
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: plasma-disks-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-disks-%{version}.tar.xz.sig
Source1: plasma-disks-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16