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:   20-Feb-2004 17:28:09
  Branch: OPENPKG_2_0_SOLID                Handle: 2004022016280900

  Modified files:           (Branch: OPENPKG_2_0_SOLID)
    openpkg-src/coreutils   coreutils.spec

  Log:
    MFC: upgrade to stable version 5.2.0

  Summary:
    Revision    Changes     Path
    1.36.2.2    +8  -4      openpkg-src/coreutils/coreutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  ============================================================================
  $ cvs diff -u -r1.36.2.1 -r1.36.2.2 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec      18 Feb 2004 14:48:38 -0000      
1.36.2.1
  +++ openpkg-src/coreutils/coreutils.spec      20 Feb 2004 16:28:09 -0000      
1.36.2.2
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_alpha   5.1.3
  +%define       V_release 5.2.0
  +
   #   package information
   Name:         coreutils
   Summary:      GNU Core Utilities
  @@ -33,14 +37,14 @@
   Class:        BASE
   Group:        Utility
   License:      GPL
  -Version:      5.1.3
  +Version:      %{V_release}
   Release:      2.0.0
   
   #   package options
   %option       with_legacy  no
   
   #   list of sources
  -Source0:      ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
  +Source0:      ftp://ftp.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
   Patch0:       coreutils.patch
   
   #   build information
  @@ -69,12 +73,12 @@
   
   %track
       prog coreutils:alpha = {
  -        version   = %{version}
  +        version   = %{V_alpha}
           url       = ftp://alpha.gnu.org/gnu/coreutils/
           regex     = coreutils-(__VER__)\.tar\.(gz|bz2)
       }
       prog coreutils:release = {
  -        version   = 5.0
  +        version   = %{V_release}
           url       = ftp://ftp.gnu.org/gnu/coreutils/
           regex     = coreutils-(__VER__)\.tar\.(gz|bz2)
       }
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to