diff --git a/at-3.1.8-t_option.patch b/at-3.1.8-t_option.patch index 91c9ba8..57c2b1b 100644 --- a/at-3.1.8-t_option.patch +++ b/at-3.1.8-t_option.patch @@ -1,5 +1,5 @@ ---- at-3.1.8/at.1.in-t_option 2004-07-29 19:34:06.601842000 -0400 -+++ at-3.1.8/at.1.in 2004-07-29 19:35:37.645706000 -0400 +--- at-3.1.8/at.1.in-t_option 2004-08-03 17:27:23.458423000 -0400 ++++ at-3.1.8/at.1.in 2004-08-03 17:27:43.923938000 -0400 @@ -12,6 +12,16 @@ .RB [ -mldbv ] .B TIME @@ -29,12 +29,12 @@ +.BR touch(1) +utility's +.B -t -+time option argument ([[CC]YY]MMDDhhmm.ss). ++time option argument ([[CC]YY]MMDDhhmm). .SH FILES .I @ATJBD@ .br ---- at-3.1.8/at.c-t_option 2004-07-29 19:34:07.304139000 -0400 -+++ at-3.1.8/at.c 2004-07-29 19:34:07.575868000 -0400 +--- at-3.1.8/at.c-t_option 2004-08-03 17:27:24.036844000 -0400 ++++ at-3.1.8/at.c 2004-08-03 17:27:24.246634000 -0400 @@ -688,6 +688,100 @@ return p; } diff --git a/at-3.1.8-usage.patch b/at-3.1.8-usage.patch new file mode 100644 index 0000000..ffec26d --- /dev/null +++ b/at-3.1.8-usage.patch @@ -0,0 +1,11 @@ +--- at-3.1.8/panic.c.usage 2002-01-17 23:15:27.000000000 -0500 ++++ at-3.1.8/panic.c 2004-08-03 17:23:22.628494000 -0400 +@@ -92,6 +92,8 @@ + /* Print usage and exit. + */ + fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-m] time\n" ++ " at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm\n" ++ " at -c job [job...]\n" + " atq [-V] [-q x]\n" + " atrm [-V] [-q x] job ...\n" + " batch [-V] [-f file] [-m]\n"); diff --git a/at.spec b/at.spec index e23a67e..be1cbee 100644 --- a/at.spec +++ b/at.spec @@ -4,7 +4,7 @@ Summary: Job spooling tools. Name: at Version: 3.1.8 -Release: 56 +Release: 57 License: GPL Group: System Environment/Daemons Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz @@ -29,6 +29,7 @@ Patch21: at-3.1.8-atrun.8-typo-97697.patch Patch22: at-selinux.patch Patch23: at-3.1.8-pie.patch Patch24: at-3.1.8-t_option.patch +Patch25: at-3.1.8-usage.patch Prereq: fileutils chkconfig /etc/init.d BuildPrereq: flex bison autoconf @@ -87,6 +88,7 @@ cp %{SOURCE1} . %endif %patch23 -p1 -b .pie %patch24 -p1 -b -t_option +%patch25 -p1 -b .usage %build # patch10 touches configure.in @@ -165,6 +167,9 @@ fi %attr(4755,root,root) %{_bindir}/at %changelog +* Tue Aug 03 2004 Jason Vas Dias +- fixed bug 125634 - made usage() agree with manpage + * Thu Jul 29 2004 Jason Vas Dias - Added POSIX.2 -t option for RFE 127485