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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Jul-2004 09:27:18
  Branch: HEAD                             Handle: -NONE-

  Modified files:
    openpkg-src/openpkg     HISTORY aux.prereq.sh openpkg.spec

  Log:
    update platform prerequisite checks for OpenPKG 2.1 platform set

  Summary:
    Revision    Changes     Path
    1.194       +1  -0      openpkg-src/openpkg/HISTORY
    1.18        +37 -23     openpkg-src/openpkg/aux.prereq.sh
    1.343       +1  -1      openpkg-src/openpkg/openpkg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  ============================================================================
  $ cvs diff -u -r1.193 -r1.194 HISTORY
  --- openpkg-src/openpkg/HISTORY       1 Jul 2004 15:53:53 -0000       1.193
  +++ openpkg-src/openpkg/HISTORY       2 Jul 2004 07:27:17 -0000       1.194
  @@ -2,6 +2,7 @@
   2004
   ====
   
  +20040702 update platform prerequisite checks for OpenPKG 2.1 platform set
   20040701 add support for openpkg-audit package
   20040609 add support for recognizing package class in old 1.3 Distribution headers 
during building
   20040609 start rc.openpkg jobs in background and as soon as possible (priority 0)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/aux.prereq.sh
  ============================================================================
  $ cvs diff -u -r1.17 -r1.18 aux.prereq.sh
  --- openpkg-src/openpkg/aux.prereq.sh 7 May 2004 11:37:07 -0000       1.17
  +++ openpkg-src/openpkg/aux.prereq.sh 2 Jul 2004 07:27:17 -0000       1.18
  @@ -37,44 +37,58 @@
   #
   case "$platform_prod:$product_tech" in
       #   official "forecasted" platforms
  -    *-macosx*:*        |\
  -    *-hpux*:*          |\
  -    *-aix*:*           |\
  -    *-irix*:*          )
  +    *-aix*:*              |\
  +    *-irix*:*             |\
  +    *-macosx*:*           |\
  +    *-tru64*:*            )
           support=forecasted
           ;;
       #   official "tentative" platforms
  -    *-gentoo1.4.3:*    |\
  -    *-debian3.1:*      |\
  -    *-solaris10:*      )
  +    alpha-freebsd5.2:*    |\
  +    hppa-hpux11.11:*      |\
  +    ix86-debian3.1:*      |\
  +    ix86-gentoo1.4.16:*   |\
  +    ix86-mandrake10.0:*   |\
  +    ix86-netbsd1.6.2:*    |\
  +    ix86-solaris10:*      |\
  +    sparc64-netbsd1.6.2:* |\
  +    sparc64-solaris10:*   )
           support=tentative
           ;;
       #   official "supported" platforms
  -    *-freebsd4.9:*     |\
  -    *-freebsd5.2:*     |\
  -    *-debian3.0:*      |\
  -    *-fedora1:*        |\
  -    *-rhel3:*          |\
  -    *-suse9.0:*        |\
  -    *-solaris[89]:*    )
  +    ix86-debian3.0:*      |\
  +    ix86-fedora2:*        |\
  +    ix86-freebsd4.10:*    |\
  +    ix86-freebsd5.2:*     |\
  +    ix86-rhel3:*          |\
  +    ix86-solaris9:*       |\
  +    ix86-suse9.1:*        |\
  +    sparc64-solaris8:*    |\
  +    sparc64-solaris9:*    )
           support=supported
           ;;
       #   official "obsolete" platforms
  -    *-debian2.2:*      |\
  -    *-rhl9:*           |\
  -    *-suse8.2:*        |\
  -    *-solaris2.6:*     )
  +    ix86-rhl9:*           |\
  +    ix86-suse9.0:*        |\
  +    sparc64-solaris2.6:*  )
           support=obsolete
           ;;
       #   official "deprecated" platforms
  -    *-unixware*:*      |\
  -    *-tru64*:*         )
  +    *-unixware*:*         )
           support=deprecated
           ;;
       #   auspicious platforms
  -    *-freebsd*:*       |\
  -    *-solaris*:*       |\
  -    *:*-linux*         )
  +    *-debian[23].*:*      |\
  +    *-fedora*:*           |\
  +    *-freebsd[45].*:*     |\
  +    *-gentoo1.4.*:*       |\
  +    *-hpux11.*:*          |\
  +    *-mandrake*:*         |\
  +    *-netbsd1.6.*:*       |\
  +    *-rhel3:*             |\
  +    *-rhl9:*              |\
  +    *-solaris*:*          |\
  +    *-suse[789].*:*       )
           support=auspicious
           ;;
       #   unknown platforms
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.342 -r1.343 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  1 Jul 2004 15:53:53 -0000       1.342
  +++ openpkg-src/openpkg/openpkg.spec  2 Jul 2004 07:27:17 -0000       1.343
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define       V_openpkg  20040701
  +%define       V_openpkg  20040702
   
   #   the used software versions
   %define       V_rpm      4.2.1
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to