Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5-systemmonitor for
openSUSE:Factory checked in at 2021-07-09 23:57:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-systemmonitor (Old)
and /work/SRC/openSUSE:Factory/.plasma5-systemmonitor.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-systemmonitor"
Fri Jul 9 23:57:20 2021 rev:11 rq:904533 version:5.22.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma5-systemmonitor/plasma5-systemmonitor.changes
2021-06-27 18:59:17.552292661 +0200
+++
/work/SRC/openSUSE:Factory/.plasma5-systemmonitor.new.2625/plasma5-systemmonitor.changes
2021-07-09 23:57:53.937196565 +0200
@@ -1,0 +2,10 @@
+Tue Jul 6 12:01:50 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Update to 5.22.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.22.2
+- Changes since 5.22.2.1:
+ * Pass parent index when fetching selection data (kde#438626)
+
+-------------------------------------------------------------------
Old:
----
plasma-systemmonitor-5.22.2.1.tar.xz
plasma-systemmonitor-5.22.2.1.tar.xz.sig
New:
----
plasma-systemmonitor-5.22.3.tar.xz
plasma-systemmonitor-5.22.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-systemmonitor.spec ++++++
--- /var/tmp/diff_new_pack.edDcQ1/_old 2021-07-09 23:57:54.393193020 +0200
+++ /var/tmp/diff_new_pack.edDcQ1/_new 2021-07-09 23:57:54.393193020 +0200
@@ -19,15 +19,15 @@
%define kf5_version 5.73.0
%bcond_without lang
Name: plasma5-systemmonitor
-Version: 5.22.2.1
+Version: 5.22.3
Release: 0
Summary: An application for monitoring system resources
License: GPL-3.0-only
Group: System/GUI/KDE
URL: https://www.kde.org
-Source0:
https://download.kde.org/stable/plasma/5.22.2/plasma-systemmonitor-%{version}.tar.xz
+Source0:
https://download.kde.org/stable/plasma/%{version}/plasma-systemmonitor-%{version}.tar.xz
%if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.22.2/plasma-systemmonitor-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-systemmonitor-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16
++++++ plasma-systemmonitor-5.22.2.1.tar.xz ->
plasma-systemmonitor-5.22.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/plasma-systemmonitor-5.22.2.1/CMakeLists.txt
new/plasma-systemmonitor-5.22.3/CMakeLists.txt
--- old/plasma-systemmonitor-5.22.2.1/CMakeLists.txt 2021-06-22
21:10:32.000000000 +0200
+++ new/plasma-systemmonitor-5.22.3/CMakeLists.txt 2021-07-06
12:30:09.000000000 +0200
@@ -2,7 +2,7 @@
project(systemmonitor)
-set(PROJECT_VERSION "5.22.2")
+set(PROJECT_VERSION "5.22.3")
set(PROJECT_VERSION_MAJOR 5)
set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-systemmonitor-5.22.2.1/org.kde.plasma-systemmonitor.metainfo.xml
new/plasma-systemmonitor-5.22.3/org.kde.plasma-systemmonitor.metainfo.xml
--- old/plasma-systemmonitor-5.22.2.1/org.kde.plasma-systemmonitor.metainfo.xml
2021-06-22 21:10:14.000000000 +0200
+++ new/plasma-systemmonitor-5.22.3/org.kde.plasma-systemmonitor.metainfo.xml
2021-07-06 12:29:50.000000000 +0200
@@ -115,9 +115,9 @@
</provides>
<project_group>KDE</project_group>
<releases>
+ <release version="5.22.3" date="2021-07-06"/>
<release version="5.22.2" date="2021-06-22"/>
<release version="5.22.1" date="2021-06-15"/>
<release version="5.21.5" date="2021-05-04"/>
- <release version="5.21.4" date="2021-04-06"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-systemmonitor-5.22.2.1/src/faces/processtable/contents/ui/ProcessTableView.qml
new/plasma-systemmonitor-5.22.3/src/faces/processtable/contents/ui/ProcessTableView.qml
---
old/plasma-systemmonitor-5.22.2.1/src/faces/processtable/contents/ui/ProcessTableView.qml
2021-06-22 21:10:14.000000000 +0200
+++
new/plasma-systemmonitor-5.22.3/src/faces/processtable/contents/ui/ProcessTableView.qml
2021-07-06 12:29:50.000000000 +0200
@@ -47,9 +47,9 @@
var item = {}
- item.name = processModel.data(processModel.index(index.row,
processModel.nameColumn), Process.ProcessDataModel.ValueRole)
- item.pid = processModel.data(processModel.index(index.row,
processModel.pidColumn), Process.ProcessDataModel.ValueRole)
- item.username = processModel.data(processModel.index(index.row,
processModel.usernameColumn), Process.ProcessDataModel.ValueRole)
+ item.name = processModel.data(processModel.index(index.row,
processModel.nameColumn, index.parent), Process.ProcessDataModel.ValueRole)
+ item.pid = processModel.data(processModel.index(index.row,
processModel.pidColumn, index.parent), Process.ProcessDataModel.ValueRole)
+ item.username = processModel.data(processModel.index(index.row,
processModel.usernameColumn, index.parent), Process.ProcessDataModel.ValueRole)
result.push(item)
}