prep for 3.2.5 release
This commit is contained in:
parent
ee561259a4
commit
c67ae03e96
2
Makefile
2
Makefile
@ -18,7 +18,7 @@
|
||||
|
||||
VERSION := 3
|
||||
SUBVERSION := 2
|
||||
MINORVERSION := 4
|
||||
MINORVERSION := 5
|
||||
TARVERSION := $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||
|
||||
############ vars
|
||||
|
4
NEWS
4
NEWS
@ -9,9 +9,9 @@ top: help and version message on stdout, with exit(0) #283541
|
||||
ps: SIGTSTP and SIGTTOU shouldn't print bug email address #246123
|
||||
slabtop: compile with glibc 2.2.17 (and older, likely)
|
||||
slabtop: fix overflow on huge NUMA boxes #264640
|
||||
slabtop: accept any slabinfo 2.x format g77301
|
||||
slabtop: accept any slabinfo 2.x format g77301 #287691 rh145369 rh145906
|
||||
ps: alignment after WCHAN fixed ub5385
|
||||
pmap: when no -x or -d option, show full path
|
||||
pmap: when no -x or -d option, show full path rh142751
|
||||
|
||||
procps-3.2.3 --> procps-3.2.4
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
Begin4
|
||||
Title: procps
|
||||
Version: 3.2.4
|
||||
Entered-date: 2004-9-23
|
||||
Version: 3.2.5
|
||||
Entered-date: 2005-1-25
|
||||
Description: Linux system utilities
|
||||
Keywords: procps /proc libproc sysctl pmap ps uptime tload slabtop
|
||||
free w top vmstat watch skill snice kill pgrep pkill
|
||||
Author: Albert Cahalan, Michael K. Johnson, Jim Warner, etc.
|
||||
Maintained-by: various <procps-feedback@lists.sf.net>
|
||||
Primary-site: http://procps.sf.net/
|
||||
261kB procps-3.2.4.tar.gz
|
||||
277kB procps-3.2.5.tar.gz
|
||||
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
|
||||
261kB procps-3.2.4.tar.gz
|
||||
277kB procps-3.2.5.tar.gz
|
||||
Copying-policy: mixed
|
||||
End
|
||||
|
@ -3,7 +3,7 @@ Summary: System and process monitoring utilities
|
||||
Name: procps
|
||||
%define major_version 3
|
||||
%define minor_version 2
|
||||
%define revision 4
|
||||
%define revision 5
|
||||
%define version %{major_version}.%{minor_version}.%{revision}
|
||||
Version: %{version}
|
||||
Release: 1
|
||||
|
Loading…
Reference in New Issue
Block a user