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:   12-Oct-2006 08:11:46
  Branch: HEAD                             Handle: 2006101207114600

  Modified files:
    openpkg-src/mysql51     mysql51.spec

  Log:
    use same order than in the %option lines here, too

  Summary:
    Revision    Changes     Path
    1.8         +5  -5      openpkg-src/mysql51/mysql51.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql51/mysql51.spec
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 mysql51.spec
  --- openpkg-src/mysql51/mysql51.spec  12 Oct 2006 06:09:54 -0000      1.7
  +++ openpkg-src/mysql51/mysql51.spec  12 Oct 2006 06:11:46 -0000      1.8
  @@ -136,6 +136,11 @@
           --with-plugin-heap \
           --with-plugin-myisam \
           --with-plugin-myisammrg \
  +%if "%{with_innobase}" == "yes"
  +        --with-plugin-innobase \
  +%else
  +        --without-plugin-innobase \
  +%endif
   %if "%{with_archive}" == "yes"
           --with-plugin-archive \
   %else
  @@ -151,11 +156,6 @@
   %else
           --without-plugin-federated \
   %endif
  -%if "%{with_innobase}" == "yes"
  -        --with-plugin-innobase \
  -%else
  -        --without-plugin-innobase \
  -%endif
   %if "%{with_ndbcluster}" == "yes"
           --with-plugin-ndbcluster \
   %else
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to