update version to 3.0.5

This commit is contained in:
xuguangmin 2021-07-08 17:44:28 +08:00
parent 9a0ee555b0
commit 08d9cbbefc
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
htop-3.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: htop
Version: 3.0.2
Release: 2
Version: 3.0.5
Release: 1
Summary: htop - an interactive process viewer
License: GPLv2
URL: https://htop.dev
@ -29,10 +29,14 @@ 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
* 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