From e0394ca28f352a8cb804063f43c69fb6e59a7a8f Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 5 Mar 2005 13:52:57 +0000 Subject: [PATCH] - Rebuild with gcc 4 --- tmpwatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmpwatch.spec b/tmpwatch.spec index f1e59dc..3a616b2 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.9.2 -Release: 1 +Release: 2 Source: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Base @@ -49,6 +49,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Sat Mar 5 2005 Miloslav Trmac - 2.9.2-2 +- Rebuild with gcc 4 + * Wed Dec 22 2004 Miloslav Trmac - 2.9.2-1 - Mention skipping of lost+found in the man page (#143526)