Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksystemstats5 for openSUSE:Factory checked in at 2022-10-11 18:00:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksystemstats5 (Old) and /work/SRC/openSUSE:Factory/.ksystemstats5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksystemstats5" Tue Oct 11 18:00:59 2022 rev:25 rq:1009109 version:5.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ksystemstats5/ksystemstats5.changes 2022-09-08 14:20:49.910257562 +0200 +++ /work/SRC/openSUSE:Factory/.ksystemstats5.new.2275/ksystemstats5.changes 2022-10-11 18:03:18.629867608 +0200 @@ -1,0 +2,25 @@ +Thu Oct 6 14:48:42 UTC 2022 - Fabian Vogt <[email protected]> + +- Update to 5.26.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.0 +- Changes since 5.25.90: + * Install po folder + +------------------------------------------------------------------- +Thu Sep 15 20:46:38 UTC 2022 - Fabian Vogt <[email protected]> + +- Update to 5.25.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.90 +- Changes since 5.25.5: + * New CPU cumulative sensors + * Add FreeBSD Qt6 CI support + * Remove unused include + * Request passing unit tests on Linux and BSD + * GPU: Query for DRM devices and use DRM number as card number (kde#453283) + * Add REUSE CI check + +------------------------------------------------------------------- Old: ---- ksystemstats-5.25.5.tar.xz ksystemstats-5.25.5.tar.xz.sig New: ---- ksystemstats-5.26.0.tar.xz ksystemstats-5.26.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksystemstats5.spec ++++++ --- /var/tmp/diff_new_pack.QrOHL3/_old 2022-10-11 18:03:19.161868468 +0200 +++ /var/tmp/diff_new_pack.QrOHL3/_new 2022-10-11 18:03:19.165868475 +0200 @@ -19,7 +19,7 @@ %bcond_without released Name: ksystemstats5 -Version: 5.25.5 +Version: 5.26.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,17 +30,21 @@ License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/ksystemstats-%{version}.tar.xz +Source: ksystemstats-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/ksystemstats-%{version}.tar.xz.sig +Source1: ksystemstats-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 3.16 -BuildRequires: extra-cmake-modules >= 5.78.0 +BuildRequires: extra-cmake-modules >= 5.98.0 # TODO: This is now a hard requirement #%ifnarch s390 s390x BuildRequires: libsensors4-devel #%endif +%if 0%{?suse_version} < 1550 +BuildRequires: gcc10-PIE +BuildRequires: gcc10-c++ +%endif BuildRequires: systemd-rpm-macros BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5DBusAddons) @@ -66,6 +70,9 @@ %autosetup -p1 -n ksystemstats-%{version} %build +%if 0%{?suse_version} < 1550 + export CXX=g++-10 +%endif %cmake_kf5 -d build -- -DBUILD_TESTING=ON %cmake_build ++++++ ksystemstats-5.25.5.tar.xz -> ksystemstats-5.26.0.tar.xz ++++++ ++++ 10542 lines of diff (skipped)
