Update sample version text as a new OpenSUSE distribution has released.

Fri, 14 Sep 2012 20:39:02 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 14 Sep 2012 20:39:02 +0200
changeset 681
d3d754f085eb
parent 680
d27cad483271
child 697
86fbe197f71a

Update sample version text as a new OpenSUSE distribution has released.

miscel/stackopdv-201208.sh file | annotate | diff | comparison | revisions
miscel/stackopkg-201208.sh file | annotate | diff | comparison | revisions
miscel/stackopsw-201208.sh file | annotate | diff | comparison | revisions
     1.1 --- a/miscel/stackopdv-201208.sh	Thu Sep 13 23:24:16 2012 +0200
     1.2 +++ b/miscel/stackopdv-201208.sh	Fri Sep 14 20:39:02 2012 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  # expat              libxml
     1.5  
     1.6  # Variables
     1.7 -#ARCFIX=amd64-suse12.1
     1.8 +#ARCFIX=amd64-suse12.2
     1.9  #ARCFIX=amd64-solaris11
    1.10  ARCFIX=$1
    1.11  PREFIX=$2
    1.12 @@ -38,7 +38,7 @@
    1.13  
    1.14  # Sanity check
    1.15  if [ ! $ARCFIX ]; then
    1.16 -    echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.'
    1.17 +    echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.'
    1.18      exit 1
    1.19  fi
    1.20  if [ ! $PREFIX ]; then
    1.21 @@ -50,7 +50,7 @@
    1.22  
    1.23  # Usage intro
    1.24  echo 'This is a OpenPKG installation script for instance /opdv'
    1.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"'
    1.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"'
    1.27  echo '...or whatever other string as the first argument. The script'
    1.28  echo 'will install the Europalab 20120800 basis stack.'
    1.29  echo ''
    1.30 @@ -110,7 +110,7 @@
    1.31  if test ! -f ${HOME}/opwrk/pkg/src/gcc-4.7.1-20120800.src.rpm; then
    1.32      /${PREFIX}/bin/openpkg curl -# -o ${HOME}/opwrk/pkg/src/gcc-4.7.1-20120800.src.rpm http://download.openpkg.org/packages/current/source/CORE/gcc-4.7.1-20120800.src.rpm || exit $?
    1.33  fi
    1.34 -##time /${PREFIX}/libexec/openpkg/rpm --define 'use_cc /opkg/bin/cc' --define 'with_objc yes' --define 'with_optimize yes' --define 'with_profile yes' --define 'with_threads yes' --rebuild ${HOME}/opwrk/pkg/src/gcc-4.7.1-20120800.src.rpm || exit $?
    1.35 +#time /${PREFIX}/libexec/openpkg/rpm --define 'use_cc /opkg/bin/cc' --define 'with_objc yes' --define 'with_optimize yes' --define 'with_profile yes' --define 'with_threads yes' --rebuild ${HOME}/opwrk/pkg/src/gcc-4.7.1-20120800.src.rpm || exit $?
    1.36  ${SUDBIN} /${PREFIX}/libexec/openpkg/rpm -Uvh ${HOME}/opwrk/pkg/bin/gcc-4.7.1-20120800.${ARCFIX}-${PREFIX}.rpm || exit $?
    1.37  echo :::: http://download.openpkg.org/packages/current/source/CORE/gcc-4.7.1-20120800.src.rpm = $? ::::
    1.38  echo :::: http://download.openpkg.org/packages/current/source/CORE/bzip2-1.0.6-20100920.src.rpm ::::
     2.1 --- a/miscel/stackopkg-201208.sh	Thu Sep 13 23:24:16 2012 +0200
     2.2 +++ b/miscel/stackopkg-201208.sh	Fri Sep 14 20:39:02 2012 +0200
     2.3 @@ -23,7 +23,7 @@
     2.4  # gc              libksba        pkgconfig
     2.5  
     2.6  # Variables
     2.7 -#ARCFIX=amd64-suse12.1
     2.8 +#ARCFIX=amd64-suse12.2
     2.9  #ARCFIX=amd64-solaris11
    2.10  ARCFIX=$1
    2.11  PREFIX=$2
    2.12 @@ -31,7 +31,7 @@
    2.13  
    2.14  # Sanity check
    2.15  if [ ! $ARCFIX ]; then
    2.16 -    echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.'
    2.17 +    echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.'
    2.18      exit 1
    2.19  fi
    2.20  if [ ! $PREFIX ]; then
    2.21 @@ -43,7 +43,7 @@
    2.22  
    2.23  # Usage intro
    2.24  echo 'This is a OpenPKG installation script for instance /opkg'
    2.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"'
    2.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"'
    2.27  echo '...or whatever other string as the first argument. The script'
    2.28  echo 'will install the Europalab 20120800 basis stack.'
    2.29  echo ''
     3.1 --- a/miscel/stackopsw-201208.sh	Thu Sep 13 23:24:16 2012 +0200
     3.2 +++ b/miscel/stackopsw-201208.sh	Fri Sep 14 20:39:02 2012 +0200
     3.3 @@ -40,7 +40,7 @@
     3.4  # freetype              libidn          perl-locale        spamassassin
     3.5  
     3.6  # Variables
     3.7 -#ARCFIX=amd64-suse12.1
     3.8 +#ARCFIX=amd64-suse12.2
     3.9  #ARCFIX=amd64-solaris11
    3.10  ARCFIX=$1
    3.11  PREFIX=$2
    3.12 @@ -48,7 +48,7 @@
    3.13  
    3.14  # Sanity check
    3.15  if [ ! $ARCFIX ]; then
    3.16 -    echo 'Error: Arch spec "amd64-suse12.1" or similar needed as first argument.'
    3.17 +    echo 'Error: Arch spec "amd64-suse12.2" or similar needed as first argument.'
    3.18      exit 1
    3.19  fi
    3.20  if [ ! $PREFIX ]; then
    3.21 @@ -60,7 +60,7 @@
    3.22  
    3.23  # Usage intro
    3.24  echo 'This is a OpenPKG installation script for instance /opsw'
    3.25 -echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.1"'
    3.26 +echo 'Please adjust sudo(1) accordingly, and pass "amd64-suse12.2"'
    3.27  echo '...or whatever other string as the first argument. The script'
    3.28  echo 'will install the Europalab 20120800 basis stack.'
    3.29  echo ''

mercurial