Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.175' '-r1.176' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/11/02 12:46:19 1.175 +++ ChangeLog 2002/11/02 12:49:48 1.176 @@ -9,7 +9,7 @@ ChangeLog - Changes between 1.6.1 and 1.6.2 (12-Jul-2002 to xx-Oct-2002): + Changes between 1.6.1 and 1.6.2 (12-Jul-2002 to 02-Nov-2002): *) Map "shtool install -d [...]" internally to "shtool mkdir -f -p -m 755 [...]" in order to support the BSD-style Index: ossp-pkg/shtool/NEWS RCS File: /v/ossp/cvs/ossp-pkg/shtool/NEWS,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/shtool/NEWS,v' 2>/dev/null --- NEWS 2002/07/13 18:13:58 1.4 +++ NEWS 2002/11/02 12:49:48 1.5 @@ -9,8 +9,10 @@ This is a list of user-visible and/or major changes to GNU shtool. For more details please have a look at the ChangeLog file. - Changes between 1.5 and 1.6 (14-Jun-2001 to 12-Jul-2002) + Changes between 1.5 and 1.6 (14-Jun-2001 to 02-Nov-2002) + *) Added `shtool install -d' variant. + *) Added `shtool mkdir [-o] [-g]' variant. *) Added new `shtool subst' command. *) Added new `shtool rotate' command. *) Added GNU long-option support (`--xxxx'). Index: ossp-pkg/shtool/README RCS File: /v/ossp/cvs/ossp-pkg/shtool/README,v rcsdiff -q -kk '-r1.86' '-r1.87' -u '/v/ossp/cvs/ossp-pkg/shtool/README,v' 2>/dev/null --- README 2002/07/13 18:13:58 1.86 +++ README 2002/11/02 12:49:48 1.87 @@ -10,7 +10,7 @@ http://www.gnu.org/software/shtool/ ftp://ftp.gnu.org/gnu/shtool/ - Version 1.6.1 (12-Jul-2002) + Version 1.6.2 (02-Nov-2002) The GNU shtool program is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients Index: ossp-pkg/shtool/VERSION RCS File: /v/ossp/cvs/ossp-pkg/shtool/VERSION,v rcsdiff -q -kk '-r1.64' '-r1.65' -u '/v/ossp/cvs/ossp-pkg/shtool/VERSION,v' 2>/dev/null --- VERSION 2002/07/13 18:13:58 1.64 +++ VERSION 2002/11/02 12:49:48 1.65 @@ -2,5 +2,5 @@ VERSION -- Version Information for GNU shtool (syntax: Text) [automatically generated and maintained by GNU shtool] - This is GNU shtool, Version 1.6.1 (12-Jul-2002) + This is GNU shtool, Version 1.6.2 (02-Nov-2002) Index: ossp-pkg/shtool/shtool.spec RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.spec,v' 2>/dev/null --- shtool.spec 2002/07/11 17:23:25 1.15 +++ shtool.spec 2002/11/02 12:49:48 1.16 @@ -30,7 +30,7 @@ %define prefix /usr/local %endif -%define ver 1.6.1 +%define ver 1.6.2 %define rel 0 Name: shtool