diff --git a/pagemon.changes b/pagemon.changes index 2ce17f1..7c92d98 100644 --- a/pagemon.changes +++ b/pagemon.changes @@ -1,3 +1,18 @@ + +------------------------------------------------------------------- +Wed May 10 14:59:53 UTC 2017 - mardnh@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 + ------------------------------------------------------------------- Thu Feb 18 10:59:15 UTC 2016 - mardnh@gmx.de diff --git a/pagemon.spec b/pagemon.spec index 73d2b5c..071bf29 100644 --- a/pagemon.spec +++ b/pagemon.spec @@ -1,7 +1,8 @@ # # spec file for package pagemon # -# Copyright (c) 2016, Martin Hauke +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +18,14 @@ Name: pagemon -Version: 0.01.08 +Version: 0.01.10 Release: 0 Summary: Interactive memory/page monitoring tool License: GPL-2.0+ Group: System/Monitoring Url: http://kernel.ubuntu.com/~cking/pagemon Source: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,6 +47,6 @@ make %{?_smp_mflags} %defattr(-,root,root) %doc COPYING README %{_sbindir}/pagemon -%{_mandir}/man8/* +%{_mandir}/man8/pagemon.8%{ext_man} %changelog diff --git a/pagemon-0.01.08.tar.gz b/pagemon-0.01.08.tar.gz deleted file mode 100644 index cbe4d48..0000000 --- a/pagemon-0.01.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea2bfe900fa563b9c3f7f2b9ebf218391fd66e50fa6204b92dc6a3105715304a -size 21574 diff --git a/pagemon-0.01.10.tar.gz b/pagemon-0.01.10.tar.gz new file mode 100644 index 0000000..415dcdb --- /dev/null +++ b/pagemon-0.01.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c240b44b7000fc57355b366bfe28a47a4da857ddaea0ee0ade9d3eae037f54 +size 21701