Compare commits
10 Commits
37b4599aee
...
ce6599c743
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce6599c743 | ||
|
|
c7eadec380 | ||
|
|
55504ec850 | ||
|
|
45e2fd73af | ||
|
|
e9cab38970 | ||
|
|
1f31f98209 | ||
|
|
efda98ddf0 | ||
|
|
08d9cbbefc | ||
|
|
9a0ee555b0 | ||
|
|
0a95bedf6e |
Binary file not shown.
BIN
htop-3.3.0.tar.gz
Normal file
BIN
htop-3.3.0.tar.gz
Normal file
Binary file not shown.
29
htop.spec
29
htop.spec
@ -1,12 +1,12 @@
|
|||||||
Name: htop
|
Name: htop
|
||||||
Version: 3.0.2
|
Version: 3.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: htop - an interactive process viewer
|
Summary: htop - an interactive process viewer
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://htop.dev
|
URL: https://htop.dev
|
||||||
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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
|
%description
|
||||||
htop is a cross-platform interactive process viewer.
|
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
|
%license COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/htop.svg
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 24 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.0.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user