Accepting request 872098 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/872098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksysguard5?expand=0&rev=118
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:13:04 +00:00 committed by Git OBS Bridge
commit f7ee7580b7
6 changed files with 55 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0V2YACgkQ7JTRj38F
mX76SQf9FcWwD/cQBsUoGQH13zLnnZ6n6+I/cdNy31Wu0Zg6A8XMhTXsNXo9I6QP
bYayc2YbWHY4UdyIrtWy+qdVcApFN6W5efhtHNj8YmuJNQ/vMxI1kXBc771cmR6z
bipAK8l9BcHzzXGqYYHsDXolZlMfc2Nl7sHMdDjJ1mSVnz9gZUy9/DZ2P/62nV29
OW6TQUflqNlKHCawE0+dSizTu4aLf7h1ge0kB1PR/UdNwPhD+yNJFTsEhyxsyePu
N9fHV0znncJXrWWx9J+X+WA254FOjCOyOq6guEGiOLult0MSWlYmCZyva/d4r3Wi
h1fV/Nd4PcG2r9c1Pz/Rl9ruY7P4xg==
=LSvj
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHtwACgkQ7JTRj38F
mX69FQf/YPo9Kw2Y41fAsMEsBUAxE1ym9C6eyCGBjsTWirRMsuIhtrBSQWgwhWKr
QWM2WyXcC4cfh+4tiLkyENZ5OIpyeTozOB97hFgkWHoiycEql3np8zueY2TT45Yk
54fuNsZJe80DU5Rwyk0ZWiRC5tMFFl/wiyV37axCsITE+jPvoQk1N8px1rRVJKEH
622Uo1epWgwOXJBQ9tqcJLeYV6hziedbbqmVVG7pTISXvLJoutY8nVc4IBpsMX1J
Zn5aIvWHqai1YfWwSAJYX51VHCCTO1/RVOuOEcOVRaK/+vjHLpXOhfDxltn6cwxm
BZhYSY91IV/cZs3LufypfvoQ7qng2A==
=vuuA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Feb 11 18:23:13 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
- Changes since 5.20.90:
* Ensure text doesn't flow outside the Pie Chart face (kde#431995)
* Respect "show title" flag for Faces' CompactRepresentation
* Reduce default history amount for line charts to 60 seconds
* Do the sensor setters in two stages (kde#432254)
* Always reset minimum and maximum, not only when inserting
* Use faster file system searcing for iterating process groups
* Also require C++ 17 on stable
* SensorDataModel: Cache minimum and maximum values
* Fix dataChanged emitted when PIDs are loaded
* Avoid formatting NaN values
* Don't call update inside the application constructor
* Filter our services in the application slice which don't match the app string specifier
* Prevent inadvertently writing config when destroying SensorFaceController (kde#428970)
-------------------------------------------------------------------
Thu Jan 21 21:31:41 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/
- Too many changes to list here
-------------------------------------------------------------------
Fri Jan 8 16:04:08 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -18,20 +18,24 @@
%bcond_without lang
Name: libksysguard5
Version: 5.20.5
Version: 5.21.0
Release: 0
Summary: Task management and system monitoring library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source: libksysguard-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
Source1: libksysguard-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.2.0
BuildRequires: kf5-filesystem
BuildRequires: xz
%if 0%{?suse_version} <= 1500
# It does not build with the default compiler (GCC 7) on Leap 15.x
BuildRequires: gcc10-c++
%endif
BuildRequires: cmake(KF5Auth)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
@ -105,6 +109,9 @@ QML applications.
%autosetup -p1 -n libksysguard-%{version}
%build
%if 0%{?suse_version} <= 1500
export CC=gcc-10 CXX=g++-10
%endif
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%cmake_build