!6 update to 3.0.5

Merge pull request !6 from xuguangmin/update_version_to_3.0.5
This commit is contained in:
openeuler-ci-bot 2022-01-27 01:20:41 +00:00 committed by Gitee
commit efda98ddf0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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