rpms/htop/EL-5 htop.spec,1.15,1.16

Adam Miller maxamillion at fedoraproject.org
Thu Feb 5 19:54:11 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/htop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26810

Modified Files:
	htop.spec 
Log Message:
Rafal commited an upstream bugfix, I updated my .spec and will submit 
build.




Index: htop.spec
===================================================================
RCS file: /cvs/extras/rpms/htop/EL-5/htop.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- htop.spec	18 Nov 2008 15:37:05 -0000	1.15
+++ htop.spec	5 Feb 2009 19:53:41 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           htop
 Version:        0.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Interactive process viewer
 Summary(pl):    Interaktywna przeglądarka procesów
 
@@ -9,10 +9,11 @@
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildRequires:  desktop-file-utils
-BuildRequires:  ncurses-devel
+BuildRequires:  ncurses-devel, python
 
 %description
 htop is an interactive text-mode process viewer for Linux, similar to
@@ -26,6 +27,7 @@
 %prep
 %setup -q
 %patch0 -p0 
+%patch1 -p0
 sed -i s#"INSTALL_DATA = @INSTALL_DATA@"#"INSTALL_DATA = @INSTALL_DATA@ -p"# Makefile.in
 sed -i -e '2,3d' -e '9d' htop.desktop
 
@@ -63,6 +65,10 @@
 
 
 %changelog
+* Thu Feb 05 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.8.1-3
+- "Tree view doesn't work with threads hidden" fixed (#481072)
+- Rafal issued the fix, this is just the update and build for EPEL
+
 * Tue Nov 18 2008 Adam Miller <maxamillion [AT] gmail.com> - 0.8.1-2
 - non-printable character filter patch (#504144)
 - Rafal fixed the bug, I just updated the EL packages.




More information about the scm-commits mailing list