new top --> new major number
This commit is contained in:
parent
84ed57020d
commit
8bd615e8fb
@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
|
|||||||
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# when an incompatible change is made in libproc.
|
# when an incompatible change is made in libproc.
|
||||||
LIBVERSION = 2.0.7
|
LIBVERSION = 3.0.0
|
||||||
ifdef MINORVERSION
|
ifdef MINORVERSION
|
||||||
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Begin3
|
Begin3
|
||||||
Title: procps
|
Title: procps
|
||||||
Version: 010114
|
Version: 3.0.0
|
||||||
Entered-date: 14JAN01
|
Entered-date: 14JAN01
|
||||||
Description: Procps is a library which parses the textual /proc filesystem
|
Description: Procps is a library which parses the textual /proc filesystem
|
||||||
and a suite of utilites which use the library.
|
and a suite of utilites which use the library.
|
||||||
@ -8,9 +8,9 @@ Keywords: procps /proc libproc
|
|||||||
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
|
ps uptime tload free w top vmstat watch skill snice kill pgrep pkill
|
||||||
Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others.
|
Author: Michael K. Johnson, Charles Blake, Albert Cahalan, many others.
|
||||||
Maintained-by: various <acahalan@cs.uml.edu>
|
Maintained-by: various <acahalan@cs.uml.edu>
|
||||||
Primary-site: http://www.cs.uml.edu/~acahalan/procps/
|
Primary-site: http://procps.sf.net/
|
||||||
185kB procps-010114.tar.gz
|
185kB procps-3.0.0.tar.gz
|
||||||
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
|
Alternate-site: http://www.debian.org/Packages/unstable/base/procps.html
|
||||||
185kB procps-010114.tar.gz
|
185kB procps-3.0.0.tar.gz
|
||||||
Copying-policy: mixed
|
Copying-policy: mixed
|
||||||
End
|
End
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Summary: Utilities for monitoring your system and processes on your system.
|
Summary: Utilities for monitoring your system and processes on your system.
|
||||||
Name: procps
|
Name: procps
|
||||||
%define major_version 2
|
%define major_version 3
|
||||||
%define minor_version 0
|
%define minor_version 0
|
||||||
%define revision 7
|
%define revision 0
|
||||||
%define version %{major_version}.%{minor_version}.%{revision}
|
%define version %{major_version}.%{minor_version}.%{revision}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1
|
Release: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user