Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2020-06-08 23:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksysguard5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksysguard5"

Mon Jun  8 23:57:23 2020 rev:101 rq:812527 version:5.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes    2020-05-07 
15:09:54.844302151 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new.3606/ksysguard5.changes  
2020-06-08 23:58:28.288036967 +0200
@@ -1,0 +2,45 @@
+Thu Jun  4 13:27:11 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.19.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.0.php
+- Changes since 5.18.90:
+  * Rename binary kstats as it causes a conflict with other packages 
(kde#421532)
+  * Fix the user message: it is allocated, not used
+  * ksysguardiface: Also exlude table and listview types from exposed sensors
+  * ksgrdiface: Revert change to "All" strings
+  * ksgrdiface: Use translated strings from KSysGuard::SysGuard library
+  * Add proper names for containers/objects created by ksgrdinterface plugin
+  * Add sensorinfo for sensorcontainers and sensorobjects
+  * Cleanup indentation
+  * Skip loading a plugin if it was already loaded
+  * Fix Messages.sh v2
+  * Fix Messages.sh
+  * Only build autotests when enabled
+  * Prefix disk name on size labels (kde#421513)
+
+-------------------------------------------------------------------
+Thu May 14 14:33:04 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.90.php
+- Changes since 5.18.5:
+  * Fix translation domain for ksysguard plugins
+  * Exclude all loop devices from partition and disk sensors
+  * Add context to translated strings and clarify some strings
+  * Use KSysGuard namespace for KSysGuard targets
+  * Add a new daemon for stats monitoring
+  * Remove too strict Qt/KF5 deprecation rule
+  * Add some new battery sensors : energy_now, energy_full and power_now.
+  * bump to require Qt 5.14
+  * Add per-partition total and all partitions sensors
+  * Add support for power sensors from lm-sensors
+  * Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
+  * Linux/cpuinfo.c: grow buffer size as needed for 12+ core CPUs (kde#384515)
+  * Use safe hardcoded value for ProvidersUrl
+  * Unify ksysguard cpu clock speed names
+
+-------------------------------------------------------------------

Old:
----
  ksysguard-5.18.5.tar.xz
  ksysguard-5.18.5.tar.xz.sig

New:
----
  ksysguard-5.19.0.tar.xz
  ksysguard-5.19.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.YVS98f/_old  2020-06-08 23:58:31.000045333 +0200
+++ /var/tmp/diff_new_pack.YVS98f/_new  2020-06-08 23:58:31.004045345 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           ksysguard5
-Version:        5.18.5
+Version:        5.19.0
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -28,9 +28,9 @@
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
+Source:         ksysguard-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz.sig
+Source1:        ksysguard-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 Source3:        ksysguardd.service
@@ -54,8 +54,10 @@
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5SysGuard) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.14.0
+BuildRequires:  cmake(Qt5Widgets)
+# kde#421514
+BuildRequires:  cmake(Qt5Test)
 # No pkgconfig(pcap) in Leap 15.1 yet
 BuildRequires:  libpcap-devel
 Requires:       libksysguard5-helper
@@ -120,9 +122,12 @@
 %license COPYING*
 %{_kf5_bindir}/ksysguard
 %{_kf5_bindir}/ksysguardd
+%{_kf5_bindir}/ksystemstats
+%{_kf5_bindir}/kstatsviewer
 %config %{_kf5_sysconfdir}/ksysguarddrc
 %{_kf5_knsrcfilesdir}/ksysguard.knsrc
 %{_kf5_libdir}/libkdeinit5_ksysguard.so
+%{_kf5_libdir}/libksgrdbackend.so
 %{_kf5_applicationsdir}/org.kde.ksysguard.desktop
 %{_kf5_notifydir}/
 %dir %{_kf5_htmldir}/en
@@ -138,6 +143,9 @@
 %dir %{_kf5_plugindir}/ksysguard/process
 %{_kf5_plugindir}/ksysguard/process/ksysguard_plugin_network.so
 %{_kf5_plugindir}/ksysguard/process/ksysguard_plugin_nvidia.so
+%{_kf5_plugindir}/ksysguard/ksysguard_plugin_nvidiaglobal.so
+%{_kf5_plugindir}/ksysguard/ksysguard_ksgrd.so
+%{_kf5_sharedir}/dbus-1/services/org.kde.ksystemstats.service
 %{_unitdir}/ksysguardd.service
 
 %if %{with lang}

++++++ ksysguard-5.18.5.tar.xz -> ksysguard-5.19.0.tar.xz ++++++
++++ 9889 lines of diff (skipped)



Reply via email to