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:
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
Name: htop
Version: 2.2.0
Release: 3
Version: 3.0.0
Release: 1
License: GPLv2+
Group: Monitoring
Url: http://htop.sourceforge.net/
Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz
Url: https://htop.dev
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
# 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: pkgconfig(ncursesw)
BuildRequires: pkgconfig(ncurses)
@ -36,9 +36,10 @@ Some advantages over top:
%prep
%setup -q
%patch0 -p1
#%patch0 -p1
%build
./autogen.sh
%configure
%make