Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cpustat for openSUSE:Factory checked 
in at 2021-07-08 22:49:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpustat (Old)
 and      /work/SRC/openSUSE:Factory/.cpustat.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpustat"

Thu Jul  8 22:49:28 2021 rev:11 rq:905096 version:0.02.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpustat/cpustat.changes  2021-05-11 
23:03:55.241023284 +0200
+++ /work/SRC/openSUSE:Factory/.cpustat.new.2625/cpustat.changes        
2021-07-08 22:49:52.115797900 +0200
@@ -1,0 +2,6 @@
+Mon Jun 28 13:30:25 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.02.15
+  * Set endptr to null to clear up pedantic static analysis
+
+-------------------------------------------------------------------

Old:
----
  cpustat-0.02.14.tar.xz

New:
----
  cpustat-0.02.15.tar.xz

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

Other differences:
------------------
++++++ cpustat.spec ++++++
--- /var/tmp/diff_new_pack.A3zkgU/_old  2021-07-08 22:49:52.515794813 +0200
+++ /var/tmp/diff_new_pack.A3zkgU/_new  2021-07-08 22:49:52.515794813 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           cpustat
-Version:        0.02.14
+Version:        0.02.15
 Release:        0
 Summary:        Periodic cpu utilization statistics
 License:        GPL-2.0-or-later

++++++ cpustat-0.02.14.tar.xz -> cpustat-0.02.15.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpustat-0.02.14/Makefile new/cpustat-0.02.15/Makefile
--- old/cpustat-0.02.14/Makefile        2021-04-29 09:39:35.000000000 +0200
+++ new/cpustat-0.02.15/Makefile        2021-06-25 14:23:26.000000000 +0200
@@ -18,7 +18,7 @@
 # Author: Colin Ian King <colin.k...@canonical.com>
 #
 
-VERSION=0.02.14
+VERSION=0.02.15
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpustat-0.02.14/cpustat.c 
new/cpustat-0.02.15/cpustat.c
--- old/cpustat-0.02.14/cpustat.c       2021-04-29 09:39:35.000000000 +0200
+++ new/cpustat-0.02.15/cpustat.c       2021-06-25 14:23:26.000000000 +0200
@@ -1901,6 +1901,7 @@
                 *  is far faster to parse the data via a more tedious means
                 *  of scanning down the buffer manually..
                 */
+               endptr = NULL;  /* Keep static analyzers happy */
                info.pid = (pid_t)strtouint32(ptr, &endptr);
                if (endptr == ptr)
                        continue;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpustat-0.02.14/snap/snapcraft.yaml 
new/cpustat-0.02.15/snap/snapcraft.yaml
--- old/cpustat-0.02.14/snap/snapcraft.yaml     2021-04-29 09:39:35.000000000 
+0200
+++ new/cpustat-0.02.15/snap/snapcraft.yaml     2021-06-25 14:23:26.000000000 
+0200
@@ -6,6 +6,14 @@
 base: core18
 adopt-info: cpustat
 
+architectures:
+    - build-on: s390x
+    - build-on: ppc64el
+    - build-on: arm64
+    - build-on: armhf
+    - build-on: amd64
+    - build-on: i386
+
 parts:
     cpustat:
         plugin: make

Reply via email to