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:   04-Aug-2007 22:15:30
  Branch: HEAD                             Handle: 2007080421153000

  Modified files:
    openpkg-src/sasl        sasl.spec

  Log:
    cleanup expression by removing duplicate sub-expression

  Summary:
    Revision    Changes     Path
    1.152       +1  -1      openpkg-src/sasl/sasl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sasl/sasl.spec
  ============================================================================
  $ cvs diff -u -r1.151 -r1.152 sasl.spec
  --- openpkg-src/sasl/sasl.spec        4 Aug 2007 20:12:30 -0000       1.151
  +++ openpkg-src/sasl/sasl.spec        4 Aug 2007 20:15:30 -0000       1.152
  @@ -224,7 +224,7 @@
           --disable-gssapi \
           --without-gss_impl \
   %endif
  -%if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_pgsql}" 
== "yes" || "%{with_sqlite}" == "yes"
  +%if "%{with_mysql}" == "yes" || "%{with_pgsql}" == "yes" || "%{with_sqlite}" 
== "yes"
           --enable-sql \
   %if "%{with_mysql}" == "yes"
           --with-mysql=%{l_prefix} \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to