Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libksysguard5 for openSUSE:Factory checked in at 2021-02-15 23:13:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libksysguard5 (Old) and /work/SRC/openSUSE:Factory/.libksysguard5.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libksysguard5" Mon Feb 15 23:13:04 2021 rev:118 rq:872098 version:5.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes 2021-01-13 18:15:04.672709481 +0100 +++ /work/SRC/openSUSE:Factory/.libksysguard5.new.28504/libksysguard5.changes 2021-02-15 23:14:05.903198484 +0100 @@ -1,0 +2,31 @@ +Thu Feb 11 18:23:13 UTC 2021 - Fabian Vogt <fab...@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 <fab...@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 + +------------------------------------------------------------------- Old: ---- libksysguard-5.20.5.tar.xz libksysguard-5.20.5.tar.xz.sig New: ---- libksysguard-5.21.0.tar.xz libksysguard-5.21.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libksysguard5.spec ++++++ --- /var/tmp/diff_new_pack.yKLJQh/_old 2021-02-15 23:14:06.687199654 +0100 +++ /var/tmp/diff_new_pack.yKLJQh/_new 2021-02-15 23:14:06.687199654 +0100 @@ -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 @@ %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 ++++++ libksysguard-5.20.5.tar.xz -> libksysguard-5.21.0.tar.xz ++++++ ++++ 87265 lines of diff (skipped)