Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ksystemstats5 for openSUSE:Factory 
checked in at 2023-02-24 18:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksystemstats5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksystemstats5.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksystemstats5"

Fri Feb 24 18:06:59 2023 rev:32 rq:1067230 version:5.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksystemstats5/ksystemstats5.changes      
2023-02-13 16:41:50.711702724 +0100
+++ /work/SRC/openSUSE:Factory/.ksystemstats5.new.31432/ksystemstats5.changes   
2023-02-24 18:07:07.717055259 +0100
@@ -1,0 +2,10 @@
+Tue Feb 21 14:09:19 UTC 2023 - Fabian Vogt <[email protected]>
+
+- Update to 5.27.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.1
+- Changes since 5.27.0:
+  * gpu/nvidia: lower pci id (kde#462512)
+
+-------------------------------------------------------------------

Old:
----
  ksystemstats-5.27.0.tar.xz
  ksystemstats-5.27.0.tar.xz.sig

New:
----
  ksystemstats-5.27.1.tar.xz
  ksystemstats-5.27.1.tar.xz.sig

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

Other differences:
------------------
++++++ ksystemstats5.spec ++++++
--- /var/tmp/diff_new_pack.UVCtJi/_old  2023-02-24 18:07:08.249058429 +0100
+++ /var/tmp/diff_new_pack.UVCtJi/_new  2023-02-24 18:07:08.257058477 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without released
 Name:           ksystemstats5
-Version:        5.27.0
+Version:        5.27.1
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -30,9 +30,9 @@
 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:         ksystemstats-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/ksystemstats-%{version}.tar.xz
 %if %{with released}
-Source1:        ksystemstats-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/ksystemstats-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  cmake >= 3.16

++++++ ksystemstats-5.27.0.tar.xz -> ksystemstats-5.27.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.27.0/CMakeLists.txt 
new/ksystemstats-5.27.1/CMakeLists.txt
--- old/ksystemstats-5.27.0/CMakeLists.txt      2023-02-09 13:00:43.000000000 
+0100
+++ new/ksystemstats-5.27.1/CMakeLists.txt      2023-02-21 12:37:16.000000000 
+0100
@@ -4,7 +4,7 @@
 cmake_minimum_required(VERSION 3.16)
 
 project(ksystemstats)
-set(PROJECT_VERSION "5.27.0")
+set(PROJECT_VERSION "5.27.1")
 
 set(QT_MIN_VERSION "5.15.2")
 set(KF5_MIN_VERSION "5.102.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.27.0/plugins/gpu/NvidiaSmiProcess.cpp 
new/ksystemstats-5.27.1/plugins/gpu/NvidiaSmiProcess.cpp
--- old/ksystemstats-5.27.0/plugins/gpu/NvidiaSmiProcess.cpp    2023-02-09 
13:00:43.000000000 +0100
+++ new/ksystemstats-5.27.1/plugins/gpu/NvidiaSmiProcess.cpp    2023-02-21 
12:37:16.000000000 +0100
@@ -57,7 +57,7 @@
             // to write to.
             data = m_queryResult.emplace(m_queryResult.end());
             // nvidia-smi has to much zeros compared to linux, remove line 
break
-            data->pciPath = line.mid(strlen("GPU 0000")).chopped(1);
+            data->pciPath = line.mid(strlen("GPU 0000")).chopped(1).toLower();
             gpuCounter++;
         }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.27.0/po/tr/ksystemstats_plugins.po 
new/ksystemstats-5.27.1/po/tr/ksystemstats_plugins.po
--- old/ksystemstats-5.27.0/po/tr/ksystemstats_plugins.po       2023-02-09 
13:00:43.000000000 +0100
+++ new/ksystemstats-5.27.1/po/tr/ksystemstats_plugins.po       2023-02-21 
12:37:16.000000000 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the ksystemstats package.
 #
-# Emir SARI <[email protected]>, 2022.
+# Emir SARI <[email protected]>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: ksystemstats\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-12 00:56+0000\n"
-"PO-Revision-Date: 2022-09-07 17:47+0300\n"
+"PO-Revision-Date: 2023-02-12 01:01+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.08.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #: cpu/cpu.cpp:28 disks/disks.cpp:67 disks/disks.cpp:68 gpu/GpuDevice.cpp:20
 #: power/power.cpp:39
@@ -303,19 +303,19 @@
 #, kde-format
 msgctxt "@info"
 msgid "Number of jobs in the run queue averaged over 1 minute"
-msgstr "1 dakika üzerinden ortalanmş, çalışma kuyruğundaki iş sayısı"
+msgstr "1 dakika üzerinden ortalanmış, çalışma kuyruğundaki iş 
sayısı"
 
 #: cpu/loadaverages.cpp:23
 #, kde-format
 msgctxt "@info"
 msgid "Number of jobs in the run queue averaged over 5 minutes"
-msgstr "5 dakika üzerinden ortalanmş, çalışma kuyruğundaki iş sayısı"
+msgstr "5 dakika üzerinden ortalanmış, çalışma kuyruğundaki iş 
sayısı"
 
 #: cpu/loadaverages.cpp:24
 #, kde-format
 msgctxt "@info"
 msgid "Number of jobs in the run queue averaged over 15 minutes"
-msgstr "15 dakika üzerinden ortalanmş, çalışma kuyruğundaki iş sayısı"
+msgstr "15 dakika üzerinden ortalanmış, çalışma kuyruğundaki iş 
sayısı"
 
 #: disks/disks.cpp:71 disks/disks.cpp:234
 #, kde-format
@@ -357,7 +357,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "Read Rate"
-msgstr "Okuma Oranı"
+msgstr "Okuma Hızı"
 
 #: disks/disks.cpp:93 disks/disks.cpp:255
 #, kde-format
@@ -369,7 +369,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "Write Rate"
-msgstr "Yazma Oranı"
+msgstr "Yazma Hızı"
 
 #: disks/disks.cpp:99 disks/disks.cpp:261
 #, kde-format
@@ -709,21 +709,21 @@
 #, kde-format
 msgctxt "@title"
 msgid "Download Rate"
-msgstr "İndirme Oranı"
+msgstr "İndirme Hızı"
 
 #: network/AllDevicesObject.cpp:19 network/AllDevicesObject.cpp:29
 #: network/NetworkDevice.cpp:67 network/NetworkDevice.cpp:77
 #, kde-format
 msgctxt "@title Short for Download Rate"
 msgid "Download"
-msgstr "İndir"
+msgstr "İndirme"
 
 #: network/AllDevicesObject.cpp:23 network/AllDevicesObject.cpp:33
 #: network/NetworkDevice.cpp:71 network/NetworkDevice.cpp:81
 #, kde-format
 msgctxt "@title"
 msgid "Upload Rate"
-msgstr "Karşıya Yükleme Oranı"
+msgstr "Karşıya Yükleme Hızı"
 
 #: network/AllDevicesObject.cpp:24 network/AllDevicesObject.cpp:34
 #: network/NetworkDevice.cpp:72 network/NetworkDevice.cpp:82
@@ -1036,7 +1036,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "Design Capacity"
-msgstr "Tasarım Kapasitesi"
+msgstr "Fabrika Kapasitesi"
 
 #: power/power.cpp:47
 #, kde-format
@@ -1092,13 +1092,13 @@
 #, kde-format
 msgctxt "@title"
 msgid "Charging Rate"
-msgstr "Şarj Oranı"
+msgstr "Şarj Hızı"
 
 #: power/power.cpp:91
 #, kde-format
 msgctxt "@title"
 msgid "Charging  Rate"
-msgstr "Şarj Oranı"
+msgstr "Şarj Hızı"
 
 #: power/power.cpp:93
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemstats-5.27.0/po/zh_CN/ksystemstats_plugins.po 
new/ksystemstats-5.27.1/po/zh_CN/ksystemstats_plugins.po
--- old/ksystemstats-5.27.0/po/zh_CN/ksystemstats_plugins.po    2023-02-09 
13:00:43.000000000 +0100
+++ new/ksystemstats-5.27.1/po/zh_CN/ksystemstats_plugins.po    2023-02-21 
12:37:16.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-12 00:56+0000\n"
-"PO-Revision-Date: 2023-02-07 11:06\n"
+"PO-Revision-Date: 2023-02-15 11:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to