diff --git a/.cvsignore b/.cvsignore index 944903a..21763c2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.4.tar.gz +tmpwatch-2.9.5.tar.gz diff --git a/sources b/sources index f9dc6f3..cb02004 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3317c7f45eb35690d78c87cdf50d0e3e tmpwatch-2.9.4.tar.gz +38e5736baddc67e0689f4d636775d601 tmpwatch-2.9.5.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index c4be78f..e626c4a 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.9.4 +Version: 2.9.5 Release: 1 Source: %{name}-%{version}.tar.gz License: GPL @@ -49,6 +49,10 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Fri Nov 11 2005 Miloslav Trmac - 2.9.5-1 +- Fix GPL reference in usage message (#163531, patch by Ville Skyttä) +- Convert changelog to UTF-8 + * Mon Jun 20 2005 Miloslav Trmac - 2.9.4-1 - Add --dirmtime (#91096) - Handle fchdir () failures @@ -122,7 +126,7 @@ rm -rf %{buildroot} * Mon Jul 2 2001 Preston Brown - better checking for directory existence cleaning man cache dirs (#44117) -* Fri May 11 2001 Trond Eivind Glomsrød +* Fri May 11 2001 Trond Eivind Glomsrød - Handle directories with large files - fix some warnings during compilation