OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Apr-2006 18:45:23
Branch: HEAD Handle: 2006041917452200
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec shtool
Log:
upgrade to GNU shtool 2.0.6
Summary:
Revision Changes Path
1.323 +1 -0 openpkg-src/openpkg/HISTORY
1.476 +1 -1 openpkg-src/openpkg/openpkg.spec
1.34 +10 -5 openpkg-src/openpkg/shtool
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.322 -r1.323 HISTORY
--- openpkg-src/openpkg/HISTORY 17 Apr 2006 20:04:09 -0000 1.322
+++ openpkg-src/openpkg/HISTORY 19 Apr 2006 16:45:22 -0000 1.323
@@ -2,6 +2,7 @@
2006
====
+20060419 upgrade to GNU shtool 2.0.6
20060417 increase Solaris SMF timeout from 60 to 180 seconds
20060417 upgrade to GNU make 3.81
20060320 upgrade to cURL 7.15.3
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.475 -r1.476 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 17 Apr 2006 20:04:10 -0000 1.475
+++ openpkg-src/openpkg/openpkg.spec 19 Apr 2006 16:45:22 -0000 1.476
@@ -38,7 +38,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20060417
+%define V_openpkg 20060419
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/shtool
============================================================================
$ cvs diff -u -r1.33 -r1.34 shtool
--- openpkg-src/openpkg/shtool 7 Feb 2006 08:43:07 -0000 1.33
+++ openpkg-src/openpkg/shtool 19 Apr 2006 16:45:22 -0000 1.34
@@ -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.0.5 (07-Feb-2006)
+## Version: 2.0.6 (19-Apr-2006)
## Contents: all available modules
##
@@ -90,7 +90,7 @@
exit 1
fi
if [ ".$1" = ".-h" ] || [ ".$1" = ".--help" ]; then
- echo "This is GNU shtool, version 2.0.5 (07-Feb-2006)"
+ echo "This is GNU shtool, version 2.0.6 (19-Apr-2006)"
echo 'Copyright (c) 1994-2006 Ralf S. Engelschall <[EMAIL PROTECTED]>'
echo 'Report bugs to <[EMAIL PROTECTED]>'
echo ''
@@ -157,7 +157,7 @@
exit 0
fi
if [ ".$1" = ".-v" ] || [ ".$1" = ".--version" ]; then
- echo "GNU shtool 2.0.5 (07-Feb-2006)"
+ echo "GNU shtool 2.0.6 (19-Apr-2006)"
exit 0
fi
if [ ".$1" = ".-r" ] || [ ".$1" = ".--recreate" ]; then
@@ -2771,12 +2771,17 @@
# determine architecture
AT="${UNAME_MACHINE}"
case "${AT}" in
- i86pc ) AT="iX86" ;;
+ i86pc )
+ AT="iX86"
+ case "`(/bin/isainfo -k) 2>&1`" in
+ amd64 ) AT="AMD64" ;;
+ esac
+ ;;
esac
AP="${AT}"
case "${AP}" in
sun4[cdm] ) AP="SPARC32" ;;
- sun4u ) AP="SPARC64" ;;
+ sun4[uv] ) AP="SPARC64" ;;
sun4* ) AP="SPARC" ;;
esac
AC="${AP}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]