diff --git a/htop-3.3.0.tar.gz b/htop-3.3.0.tar.gz deleted file mode 100644 index 7dbe7d31081ee2be26ba9ece5bf4cdd2c82cb81a..0000000000000000000000000000000000000000 Binary files a/htop-3.3.0.tar.gz and /dev/null differ diff --git a/htop-3.4.0.tar.gz b/htop-3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ea2f8d1d7f829a9012369e46a39dddd37714f186 Binary files /dev/null and b/htop-3.4.0.tar.gz differ diff --git a/htop.spec b/htop.spec index b0c99d93a1ddcc3033fec60d5a54ecffcf1ba925..e2f1bb7b7a6aa1eba018598124f216bba83e1a27 100644 --- a/htop.spec +++ b/htop.spec @@ -1,6 +1,6 @@ Name: htop -Version: 3.3.0 -Release: 2 +Version: 3.4.0 +Release: 1 Summary: htop - an interactive process viewer License: GPLv2 URL: https://htop.dev @@ -8,8 +8,7 @@ Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{v BuildRequires: perl perl-PathTools ncurses-devel autoconf automake gcc -Patch0001: 0001-Add-HeaderLayout-format-for-one-single-100-width-column.patch -Patch0002: 0002-Update-__STDC_VERSION__-check-with-C23.patch +# Patch0002: 0002-Update-__STDC_VERSION__-check-with-C23.patch %description htop is a cross-platform interactive process viewer. @@ -20,6 +19,8 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter %prep %autosetup -n %{name}-%{version} -p1 +# %patch0 -p1 -s --fuzz=0 --no-backup-if-mismatch -f + %build ./autogen.sh %configure @@ -37,6 +38,9 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter %{_mandir}/man1/%{name}.1.gz %changelog +* Thu Jun 19 2025 openeuler_bot - 3.4.0-1 +- update htop to 3.4.0 + * Fri Jul 5 2024 zhangxingrong- - 3.3.0-2 - Round Upstream Patchs - Add HeaderLayout format for one single 100%-width column @@ -67,4 +71,4 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter - Add autoconf/automake/gcc in BuildRequires * Thu Sep 24 2020 Zhipeng Xie - 3.0.2-1 -- Package init +- Package init \ No newline at end of file