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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   11-Jul-2009 17:10:48
  Branch: HEAD                             Handle: 2009071116104800

  Modified files:
    openpkg-src/apr         apr.spec

  Log:
    sed(1) is also required under 'run-time' because APR users call APR's
    libtool and this in turn has sed(1) hard-coded

  Summary:
    Revision    Changes     Path
    1.66        +3  -3      openpkg-src/apr/apr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apr/apr.spec
  ============================================================================
  $ cvs diff -u -r1.65 -r1.66 apr.spec
  --- openpkg-src/apr/apr.spec  7 Jul 2009 20:46:33 -0000       1.65
  +++ openpkg-src/apr/apr.spec  11 Jul 2009 15:10:48 -0000      1.66
  @@ -36,7 +36,7 @@
   Group:        Libraries
   License:      Apache
   Version:      %{V_apr}
  -Release:      20090707
  +Release:      20090711
   
   #   package options
   %option       with_threads  no
  @@ -57,8 +57,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make, sed
  -PreReq:       OpenPKG, openpkg >= 20040130
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, sed, make
  +PreReq:       OpenPKG, openpkg >= 20040130, sed
   BuildPreReq:  expat
   PreReq:       expat
   %if "%{with_db}" == "yes"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to