ソースを参照

upgraded to GNU shtool 2.0b1

Ralf S. Engelschall 22 年 前
コミット
fe207a2b53
3 ファイル変更5 行追加4 行削除
  1. 1 0
      openpkg/HISTORY
  2. 1 1
      openpkg/openpkg.spec
  3. 3 3
      openpkg/shtool

+ 1 - 0
openpkg/HISTORY

@@ -2,6 +2,7 @@
 2004
 ====
 
+20040218 upgraded to GNU shtool 2.0b1
 20040217 added -t|--tar option to *.sh scripts for convenient extracting embedded tarball
 20040217 provide <prefix>/bin/rpm2cpio for convenience reasons
 20040216 change filesystem layout for final OpenPKG 2.0 namespace clean layout

+ 1 - 1
openpkg/openpkg.spec

@@ -39,7 +39,7 @@
 #   o any cc(1)
 
 #   the package version/release
-%define       V_openpkg  20040217
+%define       V_openpkg  20040218
 
 #   the used software versions
 %define       V_rpm      4.2.1

+ 3 - 3
openpkg/shtool

@@ -6,7 +6,7 @@
 ##  See http://www.gnu.org/software/shtool/ for more information.
 ##  See ftp://ftp.gnu.org/gnu/shtool/ for latest version.
 ##
-##  Version:  2.0b0 (12-Feb-2004)
+##  Version:  2.0b1 (18-Feb-2004)
 ##  Contents: all available modules
 ##
 
@@ -65,7 +65,7 @@ if [ $# -eq 0 ]; then
     exit 1
 fi
 if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
-    echo "This is GNU shtool, version 2.0b0 (12-Feb-2004)"
+    echo "This is GNU shtool, version 2.0b1 (18-Feb-2004)"
     echo "Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>"
     echo "Report bugs to <bug-shtool@gnu.org>"
     echo ''
@@ -131,7 +131,7 @@ if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
     exit 0
 fi
 if [ ".$1" = ".-v" ] || [ ".$1" = ".--version" ]; then
-    echo "GNU shtool 2.0b0 (12-Feb-2004)"
+    echo "GNU shtool 2.0b1 (18-Feb-2004)"
     exit 0
 fi
 if [ ".$1" = ".-r" ] || [ ".$1" = ".--recreate" ]; then