diff --git a/htop-3.0.2.tar.gz b/htop-3.0.2.tar.gz deleted file mode 100644 index c1c1be7..0000000 Binary files a/htop-3.0.2.tar.gz and /dev/null differ diff --git a/htop-3.0.5.tar.gz b/htop-3.0.5.tar.gz new file mode 100644 index 0000000..2f7ec46 Binary files /dev/null and b/htop-3.0.5.tar.gz differ diff --git a/htop.spec b/htop.spec index 0b0fe0b..6af9a08 100644 --- a/htop.spec +++ b/htop.spec @@ -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 - 3.0.5-3 +- Update version to 3.0.5 + * Mon Jun 7 2021 baizhonggui - 3.0.2-2 - Fix building error: ./autogen.sh: line 3: autoreconf: command not found - Add autoconf/automake/gcc in BuildRequires