Hello community, here is the log from the commit of package pagemon for openSUSE:Factory checked in at 2018-01-13 21:48:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pagemon (Old) and /work/SRC/openSUSE:Factory/.pagemon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pagemon" Sat Jan 13 21:48:13 2018 rev:4 rq:563697 version:0.01.12 Changes: -------- --- /work/SRC/openSUSE:Factory/pagemon/pagemon.changes 2017-12-31 01:14:05.679581192 +0100 +++ /work/SRC/openSUSE:Factory/.pagemon.new/pagemon.changes 2018-01-13 21:48:14.780399703 +0100 @@ -1,0 +2,9 @@ +Thu Jan 11 19:46:58 UTC 2018 - [email protected] + +- Update to version 0.01.12 + * Makefile: bump version + * Makefile: Add -fPIC + * Fix build failure on ia64 when perf is not available + * Update copyright year + +------------------------------------------------------------------- Old: ---- pagemon-0.01.11.tar.gz New: ---- pagemon-0.01.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pagemon.spec ++++++ --- /var/tmp/diff_new_pack.9ngH5g/_old 2018-01-13 21:48:15.412370240 +0100 +++ /var/tmp/diff_new_pack.9ngH5g/_new 2018-01-13 21:48:15.416370053 +0100 @@ -1,7 +1,7 @@ # # spec file for package pagemon # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: pagemon -Version: 0.01.11 +Version: 0.01.12 Release: 0 Summary: Interactive memory/page monitoring tool License: GPL-2.0+ ++++++ pagemon-0.01.11.tar.gz -> pagemon-0.01.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pagemon-0.01.11/Makefile new/pagemon-0.01.12/Makefile --- old/pagemon-0.01.11/Makefile 2017-12-27 18:21:14.000000000 +0100 +++ new/pagemon-0.01.12/Makefile 2018-01-11 10:41:14.000000000 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2015-2017 Colin Ian King +# Copyright (C) 2015-2018 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 @@ -18,9 +18,9 @@ # Author: Colin Ian King <[email protected]> # -VERSION=0.01.11 +VERSION=0.01.12 -CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 +CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -fPIC LDFLAGS += -lncurses diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pagemon-0.01.11/README new/pagemon-0.01.12/README --- old/pagemon-0.01.11/README 2017-12-27 18:21:14.000000000 +0100 +++ new/pagemon-0.01.12/README 2018-01-11 10:41:14.000000000 +0100 @@ -8,4 +8,4 @@ Requirements: ncurses development library -Copyright (C) Colin Ian King, 2015-2017 +Copyright (C) Colin Ian King, 2015-2018 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pagemon-0.01.11/pagemon.c new/pagemon-0.01.12/pagemon.c --- old/pagemon-0.01.11/pagemon.c 2017-12-27 18:21:14.000000000 +0100 +++ new/pagemon-0.01.12/pagemon.c 2018-01-11 10:41:14.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) Colin Ian King 2015-2017 + * Copyright (C) Colin Ian King 2015-2018 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1504,7 +1504,9 @@ case 'c': case 'C': /* Clear pop ups */ +#if defined(PERF_ENABLED) g.perf_view = false; +#endif g.vm_view = false; g.tab_view = false; g.help_view = false; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pagemon-0.01.11/perf.c new/pagemon-0.01.12/perf.c --- old/pagemon-0.01.11/perf.c 2017-12-27 18:21:14.000000000 +0100 +++ new/pagemon-0.01.12/perf.c 2018-01-11 10:41:14.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) Colin Ian King 2015-2017 + * Copyright (C) Colin Ian King 2015-2018 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pagemon-0.01.11/perf.h new/pagemon-0.01.12/perf.h --- old/pagemon-0.01.11/perf.h 2017-12-27 18:21:14.000000000 +0100 +++ new/pagemon-0.01.12/perf.h 2018-01-11 10:41:14.000000000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) Colin Ian King 2015-2017 + * Copyright (C) Colin Ian King 2015-2018 * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License
