Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package smemstat for openSUSE:Factory 
checked in at 2023-08-28 17:12:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smemstat (Old)
 and      /work/SRC/openSUSE:Factory/.smemstat.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smemstat"

Mon Aug 28 17:12:48 2023 rev:12 rq:1105881 version:0.02.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/smemstat/smemstat.changes        2023-01-09 
17:24:27.447380800 +0100
+++ /work/SRC/openSUSE:Factory/.smemstat.new.1766/smemstat.changes      
2023-08-28 17:12:53.611648480 +0200
@@ -1,0 +2,6 @@
+Fri Jul 28 07:11:22 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- update to 0.02.12:
+  * minor cleanup for build warnings, update copyright year
+
+-------------------------------------------------------------------

Old:
----
  V0.02.11.tar.gz

New:
----
  V0.02.12.tar.gz

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

Other differences:
------------------
++++++ smemstat.spec ++++++
--- /var/tmp/diff_new_pack.TOtH0g/_old  2023-08-28 17:12:54.563682669 +0200
+++ /var/tmp/diff_new_pack.TOtH0g/_new  2023-08-28 17:12:54.567682812 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           smemstat
-Version:        0.02.11
+Version:        0.02.12
 Release:        0
 Summary:        Memory usage monitoring tool
 License:        GPL-2.0-or-later

++++++ V0.02.11.tar.gz -> V0.02.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/Makefile 
new/smemstat-0.02.12/Makefile
--- old/smemstat-0.02.11/Makefile       2021-11-09 19:31:47.000000000 +0100
+++ new/smemstat-0.02.12/Makefile       2022-12-06 12:16:29.000000000 +0100
@@ -1,5 +1,6 @@
 #
 # Copyright (C) 2014-2021 Canonical, Ltd.
+# Copyright (C) 2021-2022 Colin Ian King.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -16,7 +17,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.02.11
+VERSION=0.02.12
 #
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -g
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/debian/changelog 
new/smemstat-0.02.12/debian/changelog
--- old/smemstat-0.02.11/debian/changelog       2021-11-09 19:31:47.000000000 
+0100
+++ new/smemstat-0.02.12/debian/changelog       2022-12-06 12:16:29.000000000 
+0100
@@ -1,3 +1,12 @@
+smemstat (0.02.12-1) unstable; urgency=medium
+
+  * Makefile: bump version
+  * debian/control: update standards version to 4.6.1.1
+  * Update copyright year
+  * Remove unused variables, clean up clang-14 warnings
+
+ -- Colin Ian King <colin.i.k...@gmail.com>  Tue, 6 Dec 2022 10:57:11 +0100
+
 smemstat (0.02.11-1) unstable; urgency=medium
 
   * Makefile: bump version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/debian/control 
new/smemstat-0.02.12/debian/control
--- old/smemstat-0.02.11/debian/control 2021-11-09 19:31:47.000000000 +0100
+++ new/smemstat-0.02.12/debian/control 2022-12-06 12:16:29.000000000 +0100
@@ -3,8 +3,8 @@
 Section: admin
 Priority: optional
 Maintainer: Colin Ian King <colin.i.k...@gmail.com>
-Standards-Version: 4.1.2
-Build-Depends: debhelper (>= 12),
+Standards-Version: 4.6.1
+Build-Depends: debhelper (>= 13),
                debhelper-compat (=13),
                libncurses-dev,
                libncursesw5-dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/debian/copyright 
new/smemstat-0.02.12/debian/copyright
--- old/smemstat-0.02.11/debian/copyright       2021-11-09 19:31:47.000000000 
+0100
+++ new/smemstat-0.02.12/debian/copyright       2022-12-06 12:16:29.000000000 
+0100
@@ -5,7 +5,7 @@
 
 Files: *
 Copyright: 2014-2021, Canonical Ltd
-           2021, Colin Ian King
+           2021-2022, Colin Ian King
 License: GPL-2+
  On Debian systems, the complete text of the GNU General Public
  License can be found in `/usr/share/common-licenses/GPL-2'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/smemstat.8 
new/smemstat-0.02.12/smemstat.8
--- old/smemstat-0.02.11/smemstat.8     2021-11-09 19:31:47.000000000 +0100
+++ new/smemstat-0.02.12/smemstat.8     2022-12-06 12:16:29.000000000 +0100
@@ -99,12 +99,12 @@
 .BR top (1),
 .BR vmstat (8)
 .SH AUTHOR
-smemstat was written by Colin King <colin.k...@canonical.com>
+smemstat was written by Colin Ian King <colin.i.k...@gmail.com>
 .PP
-This manual page was written by Colin King <colin.k...@canonical.com>,
+This manual page was written by Colin Ian King <colin.i.k...@gmail.com>,
 for the Ubuntu project (but may be used by others).
 .SH COPYRIGHT
-Copyright \(co 2014-2021 Canonical Ltd.
+Copyright \(co 2014-2021 Canonical Ltd, Copyright \(co 2021-2202 Colin Ian 
King.
 .br
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smemstat-0.02.11/smemstat.c 
new/smemstat-0.02.12/smemstat.c
--- old/smemstat-0.02.11/smemstat.c     2021-11-09 19:31:47.000000000 +0100
+++ new/smemstat-0.02.12/smemstat.c     2022-12-06 12:16:29.000000000 +0100
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2014-2021 Canonical, Ltd.
+ * Copyright (C) 2021-2022 Colin Ian King.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -1134,7 +1135,6 @@
        mem_info_t *m, **l;
        mem_info_t *sorted = NULL;
        int64_t t_swap = 0, t_uss = 0, t_pss = 0, t_rss = 0;
-       int64_t t_d_swap = 0, t_d_uss = 0, t_d_pss = 0, t_d_rss = 0;
        char s_swap[12], s_uss[12], s_pss[12], s_rss[12];
        const int pid_size = pid_max_digits();
 
@@ -1155,11 +1155,6 @@
                t_uss  += m->uss;
                t_pss  += m->pss;
                t_rss  += m->rss;
-
-               t_d_swap += m->d_swap;
-               t_d_uss  += m->d_uss;
-               t_d_pss  += m->d_pss;
-               t_d_rss  += m->d_rss;
        }
 
        for (m = mem_info_old; m; m = m->next) {
@@ -1185,12 +1180,6 @@
                m->d_pss  = -m->pss;
                m->d_rss  = -m->rss;
 
-               t_d_swap += m->d_swap;
-               t_d_uss  += m->d_uss;
-               t_d_pss  += m->d_pss;
-               t_d_rss  += m->d_rss;
-               t_d_rss  -= m->rss;
-
                m->swap = 0;
                m->uss = 0;
                m->pss = 0;

Reply via email to