diff --git a/.gitignore b/.gitignore index 639fb5f..3cce38e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/htop-3.2.2.tar.gz +SOURCES/htop-3.3.0.tar.gz diff --git a/.htop.metadata b/.htop.metadata index 37bc697..a5f3f90 100644 --- a/.htop.metadata +++ b/.htop.metadata @@ -1 +1 @@ -dcfc38733f2b7908e5627961bd1485778e292380 SOURCES/htop-3.2.2.tar.gz +b6151bd7906c201a121736c601883725c6a2044c SOURCES/htop-3.3.0.tar.gz diff --git a/SPECS/htop.spec b/SPECS/htop.spec index e7940dd..42245bd 100644 --- a/SPECS/htop.spec +++ b/SPECS/htop.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.1) +## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -9,7 +9,7 @@ ## END: Set by rpmautospec Name: htop -Version: 3.2.2 +Version: 3.3.0 Release: %autorelease Summary: Interactive process viewer License: GPLv2+ @@ -27,6 +27,9 @@ BuildRequires: python BuildRequires: libtool BuildRequires: make BuildRequires: lm_sensors-devel +BuildRequires: hwloc-devel +BuildRequires: libcap-devel +BuildRequires: libnl3-devel %description htop is an interactive text-mode process viewer for Linux, similar to @@ -45,10 +48,11 @@ autoreconf -vfi %configure \ --enable-openvz \ --enable-vserver \ - --enable-taskstats \ + --enable-hwloc \ --enable-unicode \ - --with-sensors \ - --enable-cgroup + --enable-sensors \ + --enable-delayacct \ + --enable-capabilities %make_build @@ -67,9 +71,18 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/htop.1* %changelog -* Wed Jul 05 2023 Sergey Cherevko - 3.2.2-1 +* Mon Jan 15 2024 Mukundan Ragavan - 3.3.0-1 +- Update to v3.3.0 + +* Thu Jul 20 2023 Fedora Release Engineering - 3.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 05 2023 Sergey Cherevko - 3.2.2-2 - Rebuilt for MSVSphere 9.2 +* Tue Feb 14 2023 topazus - 3.2.2-2 +- fix and update the configure options + * Sun Feb 12 2023 Mukundan Ragavan - 3.2.2-1 - Update to v3.2.2