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 09:01:23
  Branch: HEAD                             Handle: 2004022008012200

  Modified files:
    openpkg-src/coreutils   coreutils.spec

  Log:
    upgrading package: coreutils 5.1.3 -> 5.2.0

  Summary:
    Revision    Changes     Path
    1.37        +9  -5      openpkg-src/coreutils/coreutils.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  ============================================================================
  $ cvs diff -u -r1.36 -r1.37 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec      9 Feb 2004 07:42:47 -0000       1.36
  +++ openpkg-src/coreutils/coreutils.spec      20 Feb 2004 08:01:22 -0000      1.37
  @@ -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
  -Release:      20040209
  +Version:      %{V_release}
  +Release:      20040220
   
   #   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