From a970b94a6ee6dcab52737f138887b75fd01612cd Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 11 Sep 2020 07:29:05 +0300 Subject: [PATCH] htop-3.0.1, strace-5.8 --- util/admin/htop/actions.py | 7 ++++--- util/admin/htop/pspec.xml | 14 +++++++++++--- util/misc/strace/actions.py | 4 ++-- util/misc/strace/pspec.xml | 9 ++++++++- 4 files changed, 25 insertions(+), 9 deletions(-) diff --git a/util/admin/htop/actions.py b/util/admin/htop/actions.py index 28dceb8984..01bb639577 100644 --- a/util/admin/htop/actions.py +++ b/util/admin/htop/actions.py @@ -1,11 +1,12 @@ +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): @@ -19,4 +20,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/util/admin/htop/pspec.xml b/util/admin/htop/pspec.xml index aeafd7f665..49a5a8f6e2 100644 --- a/util/admin/htop/pspec.xml +++ b/util/admin/htop/pspec.xml @@ -1,9 +1,9 @@ - + htop - http://htop.sourceforge.net/ + https://github.com/htop-dev/htop PisiLinux Community admins@pisilinux.org @@ -14,8 +14,9 @@ app:gui An interactive process viewer for Linux htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'. - http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz + https://dl.bintray.com/htop/source/htop-3.0.1.tar.gz + python3 ncurses-devel gettext-devel @@ -39,6 +40,13 @@ + + 2020-09-11 + 3.0.1 + Rebuild New T. + PisiLinux Community + admins@pisilinux.org + 2018-09-09 2.0.2 diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py index 44383527fa..efa4968eab 100644 --- a/util/misc/strace/actions.py +++ b/util/misc/strace/actions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools @@ -21,4 +21,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README", "README-linux-ptrace",) + pisitools.dodoc("ChangeLog", "COPYING", "CREDITS", "NEWS", "README", "README-linux-ptrace",) diff --git a/util/misc/strace/pspec.xml b/util/misc/strace/pspec.xml index f610b61e13..b95f6f10f7 100644 --- a/util/misc/strace/pspec.xml +++ b/util/misc/strace/pspec.xml @@ -12,7 +12,7 @@ app:console Tracks and displays system calls associated with a running process strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. - https://strace.io/files/4.21/strace-4.21.tar.xz + https://strace.io/files/5.8/strace-5.8.tar.xz libaio-devel libunwind-devel @@ -35,6 +35,13 @@ + + 2020-09-11 + 5.8 + Ver. bump + PisiLinux Community + admins@pisilinux.org + 2020-08-13 4.21