Accepting request 495693 from server:monitoring
1 OBS-URL: https://build.opensuse.org/request/show/495693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pagemon?expand=0&rev=2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+5
-4
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package pagemon
|
||||
#
|
||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea2bfe900fa563b9c3f7f2b9ebf218391fd66e50fa6204b92dc6a3105715304a
|
||||
size 21574
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c240b44b7000fc57355b366bfe28a47a4da857ddaea0ee0ade9d3eae037f54
|
||||
size 21701
|
||||
Reference in New Issue
Block a user