diff --git a/.gitignore b/.gitignore index 6369fbc..32ce4eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ tmpwatch-2.10.tar.bz2 /tmpwatch-2.10.2.tar.bz2 +/tmpwatch-2.10.3.tar.bz2 diff --git a/sources b/sources index b612d07..7fdcea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9fc48fbc405ca2f17c8bfa5ec4dade6b tmpwatch-2.10.2.tar.bz2 +ec9cf26552582e4f106e97b0104ffc9c tmpwatch-2.10.3.tar.bz2 diff --git a/tmpwatch.spec b/tmpwatch.spec index 11d0669..af11cb0 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,6 +1,6 @@ Summary: A utility for removing files based on when they were last accessed Name: tmpwatch -Version: 2.10.2 +Version: 2.10.3 Release: 1%{?dist} URL: https://fedorahosted.org/tmpwatch/ Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2 @@ -51,6 +51,10 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Tue Jul 19 2011 Miloslav Trmač - 2.10.3-1 +- Update to tmpwatch-2.10.3. + Resolves: #722856 + * Thu Mar 31 2011 Miloslav Trmač - 2.10.2-1 - Update to tmpwatch-2.10.2. Resolves: #585216