Hello community,

here is the log from the commit of package pagemon for openSUSE:Factory checked 
in at 2017-05-18 20:49:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pagemon (Old)
 and      /work/SRC/openSUSE:Factory/.pagemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pagemon"

Thu May 18 20:49:54 2017 rev:2 rq:495693 version:0.01.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/pagemon/pagemon.changes  2016-09-21 
18:46:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pagemon.new/pagemon.changes     2017-05-18 
20:50:04.744366616 +0200
@@ -0,0 +1,15 @@
+
+-------------------------------------------------------------------
+Wed May 10 14:59:53 UTC 2017 - mar...@gmx.de
+
+- update to version 0.01.10
+  * Makefile: bump version
+  * fix shadowing offset variable
+  * fix shadowing map variable
+  * Makefile: Add PEDANTIC gcc flags
+
+- update to version 0.01.09
+  * Makefile: bump version
+  * Debian/control: update Standards-Version to 3.9.8
+  * Remove redundant statement, found using scan-build
+

Old:
----
  pagemon-0.01.08.tar.gz

New:
----
  pagemon-0.01.10.tar.gz

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

Other differences:
------------------
++++++ pagemon.spec ++++++
--- /var/tmp/diff_new_pack.s0nosQ/_old  2017-05-18 20:50:06.692091740 +0200
+++ /var/tmp/diff_new_pack.s0nosQ/_new  2017-05-18 20:50:06.696091175 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package pagemon
 #
-# Copyright (c) 2016, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
 
 
 Name:           pagemon
-Version:        0.01.08
+Version:        0.01.10
 Release:        0
 Summary:        Interactive memory/page monitoring tool
 License:        GPL-2.0+
@@ -46,6 +47,6 @@
 %defattr(-,root,root)
 %doc COPYING README
 %{_sbindir}/pagemon
-%{_mandir}/man8/*
+%{_mandir}/man8/pagemon.8%{ext_man}
 
 %changelog

++++++ pagemon-0.01.08.tar.gz -> pagemon-0.01.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pagemon-0.01.08/Makefile new/pagemon-0.01.10/Makefile
--- old/pagemon-0.01.08/Makefile        2016-01-31 14:11:27.000000000 +0100
+++ new/pagemon-0.01.10/Makefile        2016-11-02 20:36:14.000000000 +0100
@@ -18,11 +18,21 @@
 # Author: Colin Ian King <colin.i.k...@gmail.com>
 #
 
-VERSION=0.01.08
+VERSION=0.01.10
 
 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2
 LDFLAGS += -lncurses
 
+
+# Pedantic flags
+#
+ifeq ($(PEDANTIC),1)
+CFLAGS += -Wabi -Wcast-qual -Wfloat-equal -Wmissing-declarations \
+       -Wmissing-format-attribute -Wno-long-long -Wpacked \
+       -Wredundant-decls -Wshadow -Wno-missing-field-initializers \
+       -Wno-missing-braces -Wno-sign-compare -Wno-multichar
+endif
+
 BINDIR=/usr/sbin
 MANDIR=/usr/share/man/man8
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pagemon-0.01.08/pagemon.c 
new/pagemon-0.01.10/pagemon.c
--- old/pagemon-0.01.08/pagemon.c       2016-01-31 14:11:27.000000000 +0100
+++ new/pagemon-0.01.10/pagemon.c       2016-11-02 20:36:14.000000000 +0100
@@ -734,7 +734,6 @@
        index = page_index;
        for (i = 1; i <= ymax; i++) {
                int32_t j;
-               map_t *map;
                addr_t addr, offset;
                const size_t sz = sizeof(pagemap_info_buf);
 
@@ -768,11 +767,9 @@
                                attr = COLOR_PAIR(BLACK_BLACK);
                                state = '~';
                        } else {
-                               off_t offset;
                                map_t *new_map;
                                register pagemap_t pagemap_info;
 
-                               addr = g.mem_info.pages[index].addr;
                                new_map = g.mem_info.pages[index].map;
                                /*
                                 *  On a different mapping? If so, slurp up


Reply via email to