diff --git a/htop-3.2.1.tar.gz b/htop-3.2.1.tar.gz deleted file mode 100644 index f8010b907095a239281b27df6e3dc050b645174b..0000000000000000000000000000000000000000 Binary files a/htop-3.2.1.tar.gz and /dev/null differ diff --git a/htop-3.3.0.tar.gz b/htop-3.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7dbe7d31081ee2be26ba9ece5bf4cdd2c82cb81a Binary files /dev/null and b/htop-3.3.0.tar.gz differ diff --git a/htop.spec b/htop.spec index 9d1090549fcee1f33bc256ef18690a29b80058d5..7b7f9ae3bbb835c2bb354bc190392c20b76f98b3 100644 --- a/htop.spec +++ b/htop.spec @@ -1,5 +1,5 @@ Name: htop -Version: 3.2.1 +Version: 3.3.0 Release: 1 Summary: htop - an interactive process viewer License: GPLv2 @@ -34,6 +34,17 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter %{_mandir}/man1/%{name}.1.gz %changelog +* Thu Jan 25 2024 yixiangzhike - 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//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 - 3.2.1-1 - Update version to 3.2.1