diff --git a/.cvsignore b/.cvsignore index 8820616..c2d293c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -htop-0.8.2.tar.gz +htop-0.8.3.tar.gz diff --git a/htop.spec b/htop.spec index 2215543..29446b4 100644 --- a/htop.spec +++ b/htop.spec @@ -1,6 +1,6 @@ Name: htop -Version: 0.8.2 -Release: 2%{?dist} +Version: 0.8.3 +Release: 1%{?dist} Summary: Interactive process viewer Summary(pl): Interaktywna przeglądarka procesów @@ -10,7 +10,7 @@ URL: http://htop.sourceforge.net/ Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz #Patch0: %{name}-0.8.1-nonprint.patch #Patch1: %{name}-0.8.1-processlist.patch -Patch2: %{name}-0.8.2-arrays.patch +#Patch2: %{name}-0.8.2-arrays.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -29,7 +29,7 @@ do top(1). %setup -q #%patch0 -p0 #%patch1 -p0 -%patch2 -p0 +#%patch2 -p0 sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in #sed -i -e '2,3d' -e '9d' htop.desktop @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 23 2009 Rafał Psota - 0.8.3-1 +- update to 0.8.3 + * Fri Jun 12 2009 Rafał Psota - 0.8.2-2 - "htop aborts after hitting F6 key" fixed (#504795) diff --git a/sources b/sources index c75da9d..cf62635 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78c2382dc4ff0cf5a29a5c3bc1e556ec htop-0.8.2.tar.gz +5c9f093f9eaddf6e77aa6d54c2116d0c htop-0.8.3.tar.gz