- htop: bump up to 3.2.0
Change-Id: I121b866bb8fdd372095c97d87d5c78ef88f823f8
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/16527
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
Name: htop |
| 2 |
-Version: 3.1.2 |
|
| 2 |
+Version: 3.2.0 |
|
| 3 | 3 |
Release: 1%{?dist}
|
| 4 | 4 |
Summary: Interactive process viewer |
| 5 | 5 |
License: GPLv2+ |
| ... | ... |
@@ -8,13 +8,12 @@ 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=7e08b820042e480ca61137ff24b468804b49b95c1bbedaf82029dd79d29c2c541c5211284ec075692203788bbb868a9d4326ffd24c68419e22eec13ae5012700 |
|
| 11 |
+%define sha512 htop=174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c |
|
| 12 | 12 |
BuildRequires: ncurses-devel |
| 13 | 13 |
Requires: ncurses-libs |
| 14 | 14 |
|
| 15 | 15 |
%description |
| 16 |
-htop is an interactive text-mode process viewer for Linux, similar to |
|
| 17 |
-top. |
|
| 16 |
+htop is an interactive text-mode process viewer for Linux, similar to top. |
|
| 18 | 17 |
|
| 19 | 18 |
%prep |
| 20 | 19 |
%autosetup |
| ... | ... |
@@ -47,5 +46,7 @@ autoreconf -vfi |
| 47 | 47 |
%{_mandir}/man1/htop.1*
|
| 48 | 48 |
|
| 49 | 49 |
%changelog |
| 50 |
+* Sun May 29 2022 Gerrit Photon <photon-checkins@vmware.com> 3.2.0-1 |
|
| 51 |
+- Automatic Version Bump |
|
| 50 | 52 |
* Mon Apr 11 2022 Shivani Agarwal <shivania2@vmware.com> 3.1.2-1 |
| 51 | 53 |
- htop initial build |