Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2020-02-29 21:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksysguard5 (Old)
 and      /work/SRC/openSUSE:Factory/.ksysguard5.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksysguard5"

Sat Feb 29 21:22:23 2020 rev:97 rq:779187 version:5.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes    2020-02-22 
19:05:07.126188900 +0100
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new.26092/ksysguard5.changes 
2020-02-29 21:22:26.078269540 +0100
@@ -1,0 +2,10 @@
+Tue Feb 25 14:07:17 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- Changes since 5.18.1:
+  * Unify ksysguard cpu clock speed names
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ksysguard5.spec ++++++
--- /var/tmp/diff_new_pack.SGISQZ/_old  2020-02-29 21:22:27.254271868 +0100
+++ /var/tmp/diff_new_pack.SGISQZ/_new  2020-02-29 21:22:27.254271868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ksysguard5
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           ksysguard5
-Version:        5.18.1
+Version:        5.18.2
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
 Summary:        KDE System Guard daemon
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
 %if %{with lang}
 Source1:        
https://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz.sig

++++++ ksysguard-5.18.1.tar.xz -> ksysguard-5.18.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.18.1/CMakeLists.txt 
new/ksysguard-5.18.2/CMakeLists.txt
--- old/ksysguard-5.18.1/CMakeLists.txt 2020-02-18 14:07:56.000000000 +0100
+++ new/ksysguard-5.18.2/CMakeLists.txt 2020-02-25 14:12:50.000000000 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(ksysguard)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(KSYSGUARD_VERSION 4.98.0)
 set(KSYSGUARD_STRING_VERSION "${KSYSGUARD_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.18.1/gui/org.kde.ksysguard.appdata.xml 
new/ksysguard-5.18.2/gui/org.kde.ksysguard.appdata.xml
--- old/ksysguard-5.18.1/gui/org.kde.ksysguard.appdata.xml      2020-02-18 
14:07:17.000000000 +0100
+++ new/ksysguard-5.18.2/gui/org.kde.ksysguard.appdata.xml      2020-02-25 
14:12:09.000000000 +0100
@@ -148,9 +148,9 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="5.18.2" date="2020-02-25"/>
     <release version="5.18.1" date="2020-02-18"/>
     <release version="5.18.0" date="2020-02-11"/>
     <release version="5.17.5" date="2020-01-07"/>
-    <release version="5.17.5" date="2020-01-07"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.18.1/ksysguardd/Linux/cpuinfo.c 
new/ksysguard-5.18.2/ksysguardd/Linux/cpuinfo.c
--- old/ksysguard-5.18.1/ksysguardd/Linux/cpuinfo.c     2020-02-18 
14:07:17.000000000 +0100
+++ new/ksysguard-5.18.2/ksysguardd/Linux/cpuinfo.c     2020-02-25 
14:12:09.000000000 +0100
@@ -252,7 +252,7 @@
     int id;
 
     sscanf( cmd + 7, "%d", &id );
-    output( "CPU%d Clock Frequency\t0\t0\tMHz\n", id );
+    output( "CPU %d Clock Frequency\t0\t0\tMHz\n", id+1 );
 }
 
 void printCPUClockInfo( const char* cmd )



Reply via email to