diff --git a/at-3.1.8-man-timespec-path.patch b/at-3.1.8-man-timespec-path.patch index 4efefc4..0870b8a 100644 --- a/at-3.1.8-man-timespec-path.patch +++ b/at-3.1.8-man-timespec-path.patch @@ -10,3 +10,12 @@ diff -u at-3.1.8/at.1.in~ at-3.1.8/at.1.in .PP For both .BR at " and " batch , +@@ -240,7 +240,7 @@ + Times displayed will be in the format "1997-02-20 14:50" unless the + environment variable + .B POSIXLY_CORRECT +-is set; then, it will be "Thu Feb 20 14:50:00 1996". ++is set; then, it will be "Thu Feb 20 14:50:00 1997". + .TP + .B + \-c diff --git a/at.spec b/at.spec index be1cbee..15fca13 100644 --- a/at.spec +++ b/at.spec @@ -4,7 +4,7 @@ Summary: Job spooling tools. Name: at Version: 3.1.8 -Release: 57 +Release: 58 License: GPL Group: System Environment/Daemons Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz @@ -167,6 +167,9 @@ fi %attr(4755,root,root) %{_bindir}/at %changelog +* Tue Sep 28 2004 Rik van Riel 3.1.8-58 +- fix typo in man page, bug 112303 + * Tue Aug 03 2004 Jason Vas Dias - fixed bug 125634 - made usage() agree with manpage