[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpmtool
From:       "Ralf S. Engelschall" <rse () openpkg ! org>
Date:       2006-11-29 10:36:43
Message-ID: 20061129103643.C15D21B5047 () master ! openpkg ! org
[Download RAW message or body]

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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  rse@openpkg.org
  Module: openpkg-src                      Date:   29-Nov-2006 11:36:43
  Branch: HEAD                             Handle: 2006112910364201

  Modified files:
    openpkg-src/openpkg     HISTORY openpkg.spec rpmtool

  Log:
    ajust wordings in package class hints according to current
    classification (where especially PLUS is of a better grade than in the
    past)

  Summary:
    Revision    Changes     Path
    1.401       +1  -0      openpkg-src/openpkg/HISTORY
    1.547       +1  -1      openpkg-src/openpkg/openpkg.spec
    1.49        +13 -12     openpkg-src/openpkg/rpmtool
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.400 -r1.401 HISTORY
  --- openpkg-src/openpkg/HISTORY	14 Nov 2006 16:13:00 -0000	1.400
  +++ openpkg-src/openpkg/HISTORY	29 Nov 2006 10:36:42 -0000	1.401
  @@ -2,6 +2,7 @@
   2006
   ====
   
  +20061129 ajust wordings in package class hints according to current classification
   20061114 upgrade to openpkg-tools 1.1.1
   20061114 provide %{l_miniperl} and %{l_openssl} macros
   20061112 install zlib's zconf.h header as it is required by zlib.h
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.546 -r1.547 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec	14 Nov 2006 16:13:00 -0000	1.546
  +++ openpkg-src/openpkg/openpkg.spec	29 Nov 2006 10:36:42 -0000	1.547
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg  20061114
  +%define       V_openpkg  20061129
   
   #   the used software versions
   %define       V_rpm      4.2.1
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpmtool
  ============================================================================
  $ cvs diff -u -r1.48 -r1.49 rpmtool
  --- openpkg-src/openpkg/rpmtool	26 Oct 2006 19:51:24 -0000	1.48
  +++ openpkg-src/openpkg/rpmtool	29 Nov 2006 10:36:43 -0000	1.49
  @@ -1378,34 +1378,35 @@
           #   check package class from within .spec file macro expansion for %prep section
           class="$1"; shift
           case "$class" in
  -            BASE|CORE )
  +            CORE|BASE )
                   ;;
               PLUS )
                   echo "set +x"
                   ( echo "This OpenPKG package is of class PLUS."
  -                  echo "It is in prerelease state and might be ready for release soon."
  -                  echo "Nevertheless, use it with great care in production environments."
  -                  echo "It might be unstable and break your environment."
  -                  echo "Only CORE and BASE class packages are production grade."
  +                  echo "This means it is still in extended QUALITY ASSURANCE state."
  +                  echo "Hence it is still NOT ready for careless use."
  +                  echo "Do not use it in critical production environments."
  +                  echo "It might be still potentially unstable under run-time."
                   ) | sh $prog_path msg -r -t notice | sed -e 's;^;echo ";' -e 's;$;";'
                   echo "set -x"
                   ;;
               EVAL )
                   echo "set +x"
                   ( echo "This OpenPKG package is of class EVAL."
  -                  echo "It is in evaluation state and still not ready for release."
  -                  echo "Hence, do not use it in production environments."
  -                  echo "It might be unstable or incompletely packaged."
  -                  echo "Only CORE and BASE class packages are production grade."
  +                  echo "This means it is still in EVALUATION and QUALITY ASSURANCE state."
  +                  echo "Hence it is still NOT ready for general use."
  +                  echo "Do not use it in production environments."
  +                  echo "It might be unstable under run-time or still incompletely packaged."
                   ) | sh $prog_path msg -r -t warn | sed -e 's;^;echo ";' -e 's;$;";'
                   echo "set -x"
                   ;;
               JUNK )
                   echo "set +x"
                   ( echo "This OpenPKG package is of class JUNK."
  -                  echo "It is in development state and still not even ready for evaluation."
  -                  echo "Do not use it at all, as it is definitely unstable and incomplete."
  -                  echo "Only CORE and BASE class packages are production grade."
  +                  echo "This means it is still in DEVELOPMENT state."
  +                  echo "Hence it is still NOT ready even for general evaluation."
  +                  echo "Do not use it at all, except in development environments!"
  +                  echo "It is definitely unstable and incompletely packaged."
                   ) | sh $prog_path msg -r -t warn | sed -e 's;^;echo ";' -e 's;$;";'
                   echo "set -x"
                   ;;
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic