Updated to 3.0.0

This commit is contained in:
Alzim 2020-08-30 22:16:05 +03:00
parent 3b6c7c2f22
commit 8117bfd8e3
2 changed files with 8 additions and 7 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
htop-2.2.0.tar.gz: 5da790e6addf495edc4d8ed7d69d1f0de085c7ad htop-3.0.0.tar.gz: 56f1907a215bc14fa643cf1b22de811ce181a326

View file

@ -1,13 +1,13 @@
Summary: Interactive text-mode process viewer for Linux Summary: Interactive text-mode process viewer for Linux
Name: htop Name: htop
Version: 2.2.0 Version: 3.0.0
Release: 3 Release: 1
License: GPLv2+ License: GPLv2+
Group: Monitoring Group: Monitoring
Url: http://htop.sourceforge.net/ Url: https://htop.dev
Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
# upstream patch # upstream patch
Patch0: htop-2.2.0-fix-for-a-crash-on-dash-s.patch #Patch0: htop-2.2.0-fix-for-a-crash-on-dash-s.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(ncursesw) BuildRequires: pkgconfig(ncursesw)
BuildRequires: pkgconfig(ncurses) BuildRequires: pkgconfig(ncurses)
@ -36,9 +36,10 @@ Some advantages over top:
%prep %prep
%setup -q %setup -q
%patch0 -p1 #%patch0 -p1
%build %build
./autogen.sh
%configure %configure
%make %make