prep for 3.0.3

This commit is contained in:
albert 2002-10-12 20:51:13 +00:00
parent ca1b842d0e
commit 0f4a1dff2e
6 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,10 @@
procps-3.0.2 --> procps-3.0.3
more "make install" fixes
lib CFLAGS working again
top.1 codes fixed
bad (int*) cast in top removed
procps-3.0.1 --> procps-3.0.2
top defaults to the old layout

View File

@ -13,9 +13,9 @@
VERSION := 3
SUBVERSION := 0
MINORVERSION := 2
TARVERSION := 3.0.2
LIBVERSION := 3.0.2
MINORVERSION := 3
TARVERSION := 3.0.3
LIBVERSION := 3.0.3
############ vars

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.2
LIBVERSION = 3.0.3
ifdef MINORVERSION
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
else

7
NEWS
View File

@ -1,3 +1,10 @@
procps-3.0.2 --> procps-3.0.3
more "make install" fixes
lib CFLAGS working again
top.1 codes fixed
bad (int*) cast in top removed
procps-3.0.1 --> procps-3.0.2
top defaults to the old layout

View File

@ -1,6 +1,6 @@
Begin4
Title: procps
Version: 3.0.2
Version: 3.0.3
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.2.tar.gz
230kB procps-3.0.3.tar.gz
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
230kB procps-3.0.2.tar.gz
230kB procps-3.0.3.tar.gz
Copying-policy: mixed
End

View File

@ -2,7 +2,7 @@ Summary: Utilities for monitoring your system and processes on your system.
Name: procps
%define major_version 3
%define minor_version 0
%define revision 1
%define revision 3
%define version %{major_version}.%{minor_version}.%{revision}
Version: %{version}
Release: 1