From 855421eed30aeee3214f1ff02185db18dd876578 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:17:12 +0000 Subject: [PATCH] auto-import changelog data from time-1.7-15.src.rpm Wed Dec 05 2001 Tom Tromey - Bump release, force HAVE_WAIT3 to be defined at build time --- time.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/time.spec b/time.spec index d6401ff..33429e3 100644 --- a/time.spec +++ b/time.spec @@ -1,7 +1,7 @@ Summary: A GNU utility for monitoring a program's use of system resources. Name: time Version: 1.7 -Release: 14 +Release: 15 License: GPL Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz @@ -11,10 +11,8 @@ Prereq: /sbin/install-info %description The GNU time utility runs another program, collects information about -the resources used by that program while it is running and -displays the results. - -Time can help developers optimize their programs. +the resources used by that program while it is running, and displays +the results. %prep %setup -q @@ -22,7 +20,7 @@ Time can help developers optimize their programs. %build %configure -make +make CFLAGS='-DHAVE_WAIT3=1 -g -O' %install rm -rf %{buildroot} @@ -51,6 +49,9 @@ fi %{_infodir}/time.info* %changelog +* Wed Dec 05 2001 Tom Tromey +- Bump release, force HAVE_WAIT3 to be defined at build time + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild.