This commit is contained in:
albert 2002-10-12 01:42:18 +00:00
parent 0ab188d8c4
commit d2d68a65a2
4 changed files with 11 additions and 9 deletions

View File

@ -13,9 +13,9 @@
VERSION := 3
SUBVERSION := 0
MINORVERSION := 1
TARVERSION := 3.0.1
LIBVERSION := 3.0.1
MINORVERSION := 2
TARVERSION := 3.0.2
LIBVERSION := 3.0.2
############ vars
@ -82,7 +82,7 @@ CLEAN := $(notdir $(BINFILES))
DIRS :=
INSTALL := $(BINFILES) $(MANFILES) $(SCRFILES)
INSTALL := $(BINFILES) $(MANFILES) # $(SCRFILES)
# want this rule first, use := on ALL, and ALL not filled in yet
all: do_all

View File

@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
# when an incompatible change is made in libproc.
LIBVERSION = 3.0.1
LIBVERSION = 3.0.2
ifdef MINORVERSION
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
else

4
NEWS
View File

@ -1,7 +1,9 @@
procps-3.0.1 --> procps-3.0.2
new "make install" fixed
top defaults to the old layout
top defaults to sorting by %CPU
fix top for non-SMP 2.2.xx and 2.0.xx
new "make install" fixed
vmstat -a fixed
vmstat compiles with latest gcc-3.x
vmstat does 64-bit time

View File

@ -1,6 +1,6 @@
Begin4
Title: procps
Version: 3.0.1
Version: 3.0.2
Entered-date: 2002-10-10
Description: Linux system utilities
Keywords: procps /proc libproc sysctl
@ -8,8 +8,8 @@ Keywords: procps /proc libproc sysctl
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
Maintained-by: various <procps-feedback@lists.sf.net>
Primary-site: http://procps.sf.net/
230kB procps-3.0.1.tar.gz
230kB procps-3.0.2.tar.gz
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
230kB procps-3.0.1.tar.gz
230kB procps-3.0.2.tar.gz
Copying-policy: mixed
End