From 0f4a1dff2e895cc004bf081bb97a1ca654f857e3 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sat, 12 Oct 2002 20:51:13 +0000 Subject: [PATCH] prep for 3.0.3 --- ChangeLog | 7 +++++++ Makefile | 6 +++--- Makefile.noam | 2 +- NEWS | 7 +++++++ procps.lsm | 6 +++--- procps.spec | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c49eb48..2488d85e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile b/Makefile index 1a3d4816..0a9b8657 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile.noam b/Makefile.noam index 655ec765..f90caceb 100644 --- a/Makefile.noam +++ b/Makefile.noam @@ -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 diff --git a/NEWS b/NEWS index 9c49eb48..2488d85e 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/procps.lsm b/procps.lsm index 951cb0da..9f408e78 100644 --- a/procps.lsm +++ b/procps.lsm @@ -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 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 diff --git a/procps.spec b/procps.spec index c031deb8..3bd93506 100644 --- a/procps.spec +++ b/procps.spec @@ -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