From b55d43c5b1b11b2d350476033a1aeb171daddc72 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:25:15 +0000 Subject: [PATCH] auto-import changelog data from tmpwatch-2.8.4-2.src.rpm Sun May 26 2002 Tim Powers - automated rebuild Tue May 21 2002 Mike A. Harris 2.8.4-1 - Bump release and rebuild in new environment --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index aa74b7d..b6b7747 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.8.3.tar.gz +tmpwatch-2.8.4.tar.gz diff --git a/sources b/sources index 7dbdaea..759a867 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65b1df0584d6083597336ab2b268b695 tmpwatch-2.8.3.tar.gz +3fda94d7b052f83006e542c2e57b322b tmpwatch-2.8.4.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index b4f8d7a..a7b2146 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,7 +1,7 @@ Summary: A utility for removing files based on when they were last accessed. Name: tmpwatch -Version: 2.8.3 -Release: 1 +Version: 2.8.4 +Release: 2 Source: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Base @@ -48,6 +48,12 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Tue May 21 2002 Mike A. Harris 2.8.4-1 +- Bump release and rebuild in new environment + * Fri Apr 13 2002 Mike A. Harris 2.8.3-1 - Added support for large files with 64bit offsets by adding to CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 bug (#56961)