- htop: bump up to 3.2.1
Change-Id: Ia310622b379c39e0e138c445053764567c808a17
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/17957
Tested-by: Michelle Wang <michellew@vmware.com>
Reviewed-by: Tapas Kundu <tkundu@vmware.com>
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
Name: htop |
| 2 |
-Version: 3.2.0 |
|
| 2 |
+Version: 3.2.1 |
|
| 3 | 3 |
Release: 1%{?dist}
|
| 4 | 4 |
Summary: Interactive process viewer |
| 5 | 5 |
License: GPLv2+ |
| ... | ... |
@@ -8,7 +8,7 @@ Vendor: VMware, Inc. |
| 8 | 8 |
Distribution: Photon |
| 9 | 9 |
URL: http://hisham.hm/htop/ |
| 10 | 10 |
Source0: https://github.com/htop-dev/htop/archive/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha512 htop=174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c |
|
| 11 |
+%define sha512 htop=d7b76e28ee870ac572ba1d9606dec6f9475346a00e599ca15838017c97683f1fc1be40417b9c1e76128cacc8a60ff9ba88c6b237be1835d309f98329b25644fc |
|
| 12 | 12 |
BuildRequires: ncurses-devel |
| 13 | 13 |
Requires: ncurses-libs |
| 14 | 14 |
|
| ... | ... |
@@ -30,7 +30,6 @@ autoreconf -vfi |
| 30 | 30 |
--enable-oom \ |
| 31 | 31 |
--with-sensors \ |
| 32 | 32 |
--enable-cgroup |
| 33 |
- |
|
| 34 | 33 |
%make_build |
| 35 | 34 |
|
| 36 | 35 |
%install |
| ... | ... |
@@ -46,6 +45,8 @@ autoreconf -vfi |
| 46 | 46 |
%{_mandir}/man1/htop.1*
|
| 47 | 47 |
|
| 48 | 48 |
%changelog |
| 49 |
+* Tue Sep 27 2022 Gerrit Photon <photon-checkins@vmware.com> 3.2.1-1 |
|
| 50 |
+- Automatic Version Bump |
|
| 49 | 51 |
* Sun May 29 2022 Gerrit Photon <photon-checkins@vmware.com> 3.2.0-1 |
| 50 | 52 |
- Automatic Version Bump |
| 51 | 53 |
* Mon Apr 11 2022 Shivani Agarwal <shivania2@vmware.com> 3.1.2-1 |