OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src         Date:   09-Oct-2002 11:46:27
  Branch: HEAD                             Handle: 2002100910462600

  Modified files:
    openpkg-src/openpkg     aux.wrapbin.sh openpkg.spec
    openpkg-web             news.txt

  Log:
    fix unpacking

  Summary:
    Revision    Changes     Path
    1.3         +3  -3      openpkg-src/openpkg/aux.wrapbin.sh
    1.103       +2  -2      openpkg-src/openpkg/openpkg.spec
    1.1732      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  Index: openpkg-src/openpkg/aux.wrapbin.sh
  ============================================================
  $ cvs diff -u -r1.2 -r1.3 aux.wrapbin.sh
  --- openpkg-src/openpkg/aux.wrapbin.sh        5 Oct 2002 10:01:02 -0000       1.2
  +++ openpkg-src/openpkg/aux.wrapbin.sh        9 Oct 2002 09:46:26 -0000       1.3
  @@ -29,7 +29,7 @@
   help=0
   verbose=0
   prefix='@l_prefix@'
  -t='@TGZ@'
  +tgz='@TGZ@'
   susr='@SUSR@'
   sgrp='@SGRP@'
   musr='@MUSR@'
  @@ -117,9 +117,9 @@
   
   #   extract installation files
   uudecode $f
  -$uncompress <$t |\
  +$uncompress <$tgz |\
   (cd $prefix; tar x${v}f -)
  -rm -f $t >/dev/null 2>&1
  +rm -f $tgz >/dev/null 2>&1
   if [ ".$cusr" = .root ]; then
       ( cd $prefix || exit 1
         chown -R -h $musr . >/dev/null 2>&1 || true
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================
  $ cvs diff -u -r1.102 -r1.103 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  5 Oct 2002 10:01:02 -0000       1.102
  +++ openpkg-src/openpkg/openpkg.spec  9 Oct 2002 09:46:26 -0000       1.103
  @@ -39,8 +39,8 @@
   #   o any cc(1)
   
   #   the package version and release
  -%define       V_openpkg 20021005
  -%define       R_openpkg 20021005
  +%define       V_openpkg 20021009
  +%define       R_openpkg 20021009
   
   #   the used software versions
   %define       V_rpm     4.0.2
  Index: openpkg-web/news.txt
  ============================================================
  $ cvs diff -u -r1.1731 -r1.1732 news.txt
  --- openpkg-web/news.txt      9 Oct 2002 09:22:49 -0000       1.1731
  +++ openpkg-web/news.txt      9 Oct 2002 09:46:26 -0000       1.1732
  @@ -1,3 +1,4 @@
  +09-Oct-2002: Upgraded package: P<openpkg-20021009-20021009>
   09-Oct-2002: Upgraded package: P<apache-1.3.27-20021009>
   09-Oct-2002: Upgraded package: P<gd-2.0.1-20021009>
   09-Oct-2002: Upgraded package: P<vim-6.1.213-20021009>
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to