auto-import changelog data from tmpwatch-2.8.3-1.src.rpm

Sat Apr 13 2002 Mike A. Harris <mharris@redhat.com> 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)
This commit is contained in:
cvsdist 2004-09-09 13:24:56 +00:00
parent 8e0c6ecc61
commit f9b95a0259
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
tmpwatch-2.8.2.tar.gz
tmpwatch-2.8.3.tar.gz

View File

@ -1 +1 @@
796faa25f4fdab2b6e32703e616e075d tmpwatch-2.8.2.tar.gz
65b1df0584d6083597336ab2b268b695 tmpwatch-2.8.3.tar.gz

View File

@ -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 <mharris@redhat.com> 2.8.2-2
- rebuilt in new environment
* Fri Apr 13 2002 Mike A. Harris <mharris@redhat.com> 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 <mharris@redhat.com> 2.8.2-1
- Added newlines to logfile messages as per bug #58912