From f9b95a02592bab82c376185c07e661ef729908e5 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:24:56 +0000 Subject: [PATCH] auto-import changelog data from tmpwatch-2.8.3-1.src.rpm Sat 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) --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3edc2e0..aa74b7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.8.2.tar.gz +tmpwatch-2.8.3.tar.gz diff --git a/sources b/sources index 7a7f18d..7dbdaea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -796faa25f4fdab2b6e32703e616e075d tmpwatch-2.8.2.tar.gz +65b1df0584d6083597336ab2b268b695 tmpwatch-2.8.3.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 190cff2..b4f8d7a 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.2 -Release: 2 +Version: 2.8.3 +Release: 1 Source: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Base @@ -48,8 +48,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog -* Tue Feb 26 2002 Mike A. Harris 2.8.2-2 -- rebuilt 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) * Sun Jan 27 2002 Mike A. Harris 2.8.2-1 - Added newlines to logfile messages as per bug #58912