Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ce6599c743
!16 【Mainline】Update to 3.3.0
From: @yixiangzhike 
Reviewed-by: @zhoupengcheng11, @gaoruoshu, @licihua 
Signed-off-by: @licihua
2024-01-29 03:36:32 +00:00
yixiangzhike
c7eadec380 Update to 3.3.0 2024-01-26 18:17:39 +08:00
openeuler-ci-bot
55504ec850
!9 update to 3.2.1
From: @k4b00m 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-10-12 06:03:38 +00:00
ckji
45e2fd73af update htop to 3.2.1 2022-10-09 17:50:12 +08:00
openeuler-ci-bot
e9cab38970
!8 Update version to 3.1.2
From: @wk333 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-04-25 06:12:04 +00:00
wk333
1f31f98209 Update version to 3.1.2 2022-04-25 14:08:06 +08:00
openeuler-ci-bot
efda98ddf0
!6 update to 3.0.5
Merge pull request !6 from xuguangmin/update_version_to_3.0.5
2022-01-27 01:20:41 +00:00
xuguangmin
08d9cbbefc update version to 3.0.5 2021-07-08 17:44:28 +08:00
openeuler-ci-bot
9a0ee555b0 !5 增加构建依赖gcc
From: @bzg1107
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-06-09 09:12:35 +08:00
baizg1107
0a95bedf6e add build requires for resolving building errors 2021-06-08 14:48:58 +08:00
3 changed files with 27 additions and 2 deletions

Binary file not shown.

BIN
htop-3.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: htop
Version: 3.0.2
Version: 3.3.0
Release: 1
Summary: htop - an interactive process viewer
License: GPLv2
URL: https://htop.dev
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: perl perl-PathTools ncurses-devel
BuildRequires: perl perl-PathTools ncurses-devel autoconf automake gcc
%description
htop is a cross-platform interactive process viewer.
@ -29,9 +29,34 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter
%license COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/htop.svg
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1.gz
%changelog
* Thu Jan 25 2024 yixiangzhike <yixiangzhike007@163.com> - 3.3.0-1
- Update version to 3.3.0
- htop add '-n/--max-itrations' option
- implement zswap support
- add IRQ PSI meter
- refactor /proc/<pid>/status parsing
- add option to shadow path prefixes
- fix linux Platform_getProcessLocks() for file-description locks
- fix format specifier warning on 32 bit
- prevent null pointer dereference on ealy error
* Sun Oct 9 2022 ckji <jichengke2011@gmail.com> - 3.2.1-1
- Update version to 3.2.1
* Mon Apr 25 2022 wangkai <wangkai@h-partners.com> - 3.1.2-1
- Update version to 3.1.2
* Tue Jul 8 2021 xuguangmin <xuguangmin@kylinos.cn> - 3.0.5-3
- Update version to 3.0.5
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 3.0.2-2
- Fix building error: ./autogen.sh: line 3: autoreconf: command not found
- Add autoconf/automake/gcc in BuildRequires
* Thu Sep 24 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.0.2-1
- Package init