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:   16-Feb-2004 20:39:54
  Branch: HEAD                             Handle: 2004021619395400

  Modified files:
    openpkg-src/openpkg     openpkg.spec

  Log:
    fix headers

  Summary:
    Revision    Changes     Path
    1.291       +4  -1      openpkg-src/openpkg/openpkg.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  ============================================================================
  $ cvs diff -u -r1.290 -r1.291 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  16 Feb 2004 14:49:00 -0000      1.290
  +++ openpkg-src/openpkg/openpkg.spec  16 Feb 2004 19:39:54 -0000      1.291
  @@ -577,7 +577,7 @@
       ) || exit $?
   
       #   display verbosity header
  -    set +x; VERBOSE "BUILD: Build cURL (URL Fetching Tool)"
  +    set +x; VERBOSE "BUILD: Build OSSP uuid (UUID Generation Tool)"
   
       #   build OSSP uuid tool
       ( cd uuid-%{V_uuid}
  @@ -589,6 +589,9 @@
         ${l_make} || exit $?
         ( mv uuid ..; ${l_make} clean || true; mv ../uuid . ) || exit $?
       ) || exit $?
  +
  +    #   display verbosity header
  +    set +x; VERBOSE "BUILD: Build cURL (URL Fetching Tool)"
   
       #   build cURL tool
       ( cd curl-%{V_curl}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to