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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Aug-2006 09:14:30
  Branch: HEAD                             Handle: 2006082208143000

  Modified files:
    openpkg-src/nn          nn.spec

  Log:
    upgrading package: nn 6.6.5 -> 6.7.3

  Summary:
    Revision    Changes     Path
    1.26        +8  -4      openpkg-src/nn/nn.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nn/nn.spec
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 nn.spec
  --- openpkg-src/nn/nn.spec    1 Jan 2006 13:17:25 -0000       1.25
  +++ openpkg-src/nn/nn.spec    22 Aug 2006 07:14:30 -0000      1.26
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_major 6.7
  +%define       V_minor 3
  +
   #   package information
   Name:         nn
   Summary:      No News Is Good News
  @@ -32,11 +36,11 @@
   Class:        BASE
   Group:        News
   License:      BSD-style
  -Version:      6.6.5
  -Release:      20050927
  +Version:      %{V_major}.%{V_minor}
  +Release:      20060822
   
   #   list of sources
  -Source0:      ftp://ftp.nndev.org/pub/nn-6.6/nn-%{version}.tar.Z
  +Source0:      ftp://ftp.nndev.org/pub/nn-%{V_major}/nn-%{version}.tar.Z
   Patch0:       nn.patch
   
   #   build information
  @@ -54,7 +58,7 @@
   %track
       prog nn = {
           version   = %{version}
  -        url       = ftp://ftp.nndev.org/pub/nn-6.6/
  +        url       = ftp://ftp.nndev.org/pub/nn-%{V_major}/
           regex     = nn-(__VER__)\.tar\.Z
       }
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to