auto-import changelog data from at-3.1.8-57.src.rpm

Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
- fixed bug 125634 - made usage() agree with manpage
This commit is contained in:
cvsdist 2004-09-09 03:18:36 +00:00
parent e83c0dc63a
commit f99ae4cab3
3 changed files with 22 additions and 6 deletions

View File

@ -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-t_option 2004-08-03 17:27:23.458423000 -0400
+++ at-3.1.8/at.1.in 2004-07-29 19:35:37.645706000 -0400 +++ at-3.1.8/at.1.in 2004-08-03 17:27:43.923938000 -0400
@@ -12,6 +12,16 @@ @@ -12,6 +12,16 @@
.RB [ -mldbv ] .RB [ -mldbv ]
.B TIME .B TIME
@ -29,12 +29,12 @@
+.BR touch(1) +.BR touch(1)
+utility's +utility's
+.B -t +.B -t
+time option argument ([[CC]YY]MMDDhhmm.ss). +time option argument ([[CC]YY]MMDDhhmm).
.SH FILES .SH FILES
.I @ATJBD@ .I @ATJBD@
.br .br
--- at-3.1.8/at.c-t_option 2004-07-29 19:34:07.304139000 -0400 --- at-3.1.8/at.c-t_option 2004-08-03 17:27:24.036844000 -0400
+++ at-3.1.8/at.c 2004-07-29 19:34:07.575868000 -0400 +++ at-3.1.8/at.c 2004-08-03 17:27:24.246634000 -0400
@@ -688,6 +688,100 @@ @@ -688,6 +688,100 @@
return p; return p;
} }

11
at-3.1.8-usage.patch Normal file
View File

@ -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");

View File

@ -4,7 +4,7 @@
Summary: Job spooling tools. Summary: Job spooling tools.
Name: at Name: at
Version: 3.1.8 Version: 3.1.8
Release: 56 Release: 57
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz 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 Patch22: at-selinux.patch
Patch23: at-3.1.8-pie.patch Patch23: at-3.1.8-pie.patch
Patch24: at-3.1.8-t_option.patch Patch24: at-3.1.8-t_option.patch
Patch25: at-3.1.8-usage.patch
Prereq: fileutils chkconfig /etc/init.d Prereq: fileutils chkconfig /etc/init.d
BuildPrereq: flex bison autoconf BuildPrereq: flex bison autoconf
@ -87,6 +88,7 @@ cp %{SOURCE1} .
%endif %endif
%patch23 -p1 -b .pie %patch23 -p1 -b .pie
%patch24 -p1 -b -t_option %patch24 -p1 -b -t_option
%patch25 -p1 -b .usage
%build %build
# patch10 touches configure.in # patch10 touches configure.in
@ -165,6 +167,9 @@ fi
%attr(4755,root,root) %{_bindir}/at %attr(4755,root,root) %{_bindir}/at
%changelog %changelog
* Tue Aug 03 2004 Jason Vas Dias <jvdias@redhat.com>
- fixed bug 125634 - made usage() agree with manpage
* Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com> * Thu Jul 29 2004 Jason Vas Dias <jvdias@redhat.com>
- Added POSIX.2 -t option for RFE 127485 - Added POSIX.2 -t option for RFE 127485