]> granicus.if.org Git - procps-ng/commitdiff
prep for 3.0.3
authoralbert <>
Sat, 12 Oct 2002 20:51:13 +0000 (20:51 +0000)
committeralbert <>
Sat, 12 Oct 2002 20:51:13 +0000 (20:51 +0000)
ChangeLog
Makefile
Makefile.noam
NEWS
procps.lsm
procps.spec

index 9c49eb48e44aade9f76f8140b258f9b801ec5d52..2488d85ede53814defa890c7ab99fc0d7ed82494 100644 (file)
--- 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
index 1a3d4816f54a900adfc90f03fe39e26330c34a4d..0a9b8657a10f15e1f64760c4078af6038c9ca04d 100644 (file)
--- 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
 
index 655ec765cdd5bdce420e1d3e8da93499188e8c6d..f90cacebf5e7d7ba2bb204d6f37b77bc4046f352 100644 (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
diff --git a/NEWS b/NEWS
index 9c49eb48e44aade9f76f8140b258f9b801ec5d52..2488d85ede53814defa890c7ab99fc0d7ed82494 100644 (file)
--- 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
index 951cb0da3bef147da322896a1a380f4a29068021..9f408e7864c132da405f43e81499304ce61c3423 100644 (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
index c031deb82a3c546a23f7623a2147ddbcd3fd47fe..3bd93506ffb1d78971ba11c9951a1022cbfa43fd 100644 (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