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.1.2.tar.gz b/htop-3.1.2.tar.gz new file mode 100644 index 0000000..2740753 Binary files /dev/null and b/htop-3.1.2.tar.gz differ diff --git a/htop.spec b/htop.spec index 0b0fe0b..6d84f41 100644 --- a/htop.spec +++ b/htop.spec @@ -1,6 +1,6 @@ Name: htop -Version: 3.0.2 -Release: 2 +Version: 3.1.2 +Release: 1 Summary: htop - an interactive process viewer License: GPLv2 URL: https://htop.dev @@ -28,11 +28,15 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter %files %license COPYING %{_bindir}/%{name} +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_mandir}/man1/%{name}.1.gz %changelog +* Wed Jan 19 2022 SimpleUpdate Robot - 3.1.2-1 +- Upgrade to version 3.1.2 + * 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