Browse Source

procps: 3.2.8-1
- update to 3.2.8
- add patch30 to fix top highlight bug (thanks to <BTS:916>)



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1903 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 13 years ago
parent
commit
9a9eb80f21
1 changed files with 11 additions and 2 deletions
  1. 11 2
      p/procps/procps-vl.spec

+ 11 - 2
p/procps/procps-vl.spec

@@ -1,7 +1,7 @@
 Summary: System and process monitoring utilities.
 Name: procps
-Version: 3.2.7
-Release: 2%{?_dist_release}
+Version: 3.2.8
+Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
 Source: http://procps.sourceforge.net/procps-%{version}.tar.gz
@@ -14,11 +14,14 @@ Patch4: procps-3.1.15-misc.patch
 # Vine patches
 Patch10: procps-3.2.0-make_install.patch
 Patch20: procps-3.2.7-gettext.patch
+# http://bts.vinelinux.org/VineLinux/916
+Patch30: procps-3.2.7-top-color.diff
 
 BuildRequires: ncurses-devel
 
 Vendor:       Project Vine
 Distribution: Vine Linux
+Packager: daisuke
 
 %description
 The procps package contains a set of system utilities that provide
@@ -51,6 +54,7 @@ and CPU activity.
 # vine
 %patch10 -p1 -b .mkinst
 %patch20 -p1 -b .gettext
+%patch30 -p1 -b .fix-top-highlight-bug
 
 %build
 PATH=/usr/X11R6/bin:$PATH
@@ -127,6 +131,11 @@ rm -f /etc/psdevtab /etc/psdatabase
 %attr(0644,root,root) %{_mandir}/man5/sysctl.conf.5*
 
 %changelog
+* Sat Sep 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.8-1
+- update to 3.2.8
+- add patch30 to fix top highlight bug
+  (thanks to <BTS:916>)
+
 * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.7-2
 - spec in utf-8