diff --git a/.gitignore b/.gitignore index 340586a..d7c7169 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ htop-0.8.3.tar.gz /htop-1.0.2.tar.gz /htop-1.0.3.tar.gz /htop-2.0.0.tar.gz +/htop-2.0.1.tar.gz diff --git a/htop.spec b/htop.spec index 7c736a1..20a86f4 100644 --- a/htop.spec +++ b/htop.spec @@ -1,13 +1,11 @@ Name: htop -Version: 2.0.0 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Interactive process viewer Group: Applications/System License: GPL+ URL: http://hisham.hm/htop/ Source0: http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz -Patch0: htop-2.0.0-fix-emptying-column.patch -Patch1: htop-2.0.0-fix-buffer-reuse.patch BuildRequires: desktop-file-utils BuildRequires: ncurses-devel @@ -20,8 +18,6 @@ top(1). %prep %setup -q -%patch0 -p1 -%patch1 -p1 sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in %build @@ -57,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/ %{_mandir}/man1/htop.1* %changelog +* Tue Mar 08 2016 Morten Stevens - 2.0.1-1 +- Update to 2.0.1 (#1315522) + * Mon Feb 15 2016 Morten Stevens - 2.0.0-2 - Fix buffer reuse (#1308359) - Fix crash when emptying column diff --git a/sources b/sources index c3485df..8b66973 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06f76c7d644ce8ae611c9feb10439a30 htop-2.0.0.tar.gz +f75fe92b4defaa80d99109830f34b5e2 htop-2.0.1.tar.gz